Because the same issues come up over and over, here are some FAQs/tips:
- Check if you still need this. It is in the AUR because it is EOL and removed from Arch official repos since no official packages depend on it. If none of your other packages depend on it, just remove it.
- If you do still need it and don't want to build it, consider switching to
electronNN-bin
. - If you do build this, yes it takes about 40 Gigs of sources and a lot of CPU to build.
- Using the chroot build methods recommended by Arch will make this much easier, especially to not run into conflicts with node versions, etc.
Pinned Comments
alerque commented on 2024-03-12 11:35 (UTC)
Because the same issues come up over and over, here are some FAQs/tips:
electronNN-bin
.alerque commented on 2024-03-04 11:00 (UTC)
Thanks for disowning this @sidicer.
I have updated the source handling using the method recently adopted for the electron versions currently in [extra]. It still requires about 30Gigs of sources, but the technique is friendlier to building using
makepkg
instead ofmakechrootpkg
, and even in the chroot case saves some re-downloads because more of the sources are cached bymakepkg
properly.I also started hosting this in my user repository if anybody wants the non-bin version without the disk, network, and CPU overhead required to build this.