I encountered an error when compiling due to glibc deprecating termio struct similar to what is described here: https://github.com/llvm/llvm-project/issues/137321
I was able to fix this PKGBUILD with essentially an identical patch as noted in the above issue - I can email you a patch if you'd like, or if you maintain the PKGBUILD on github let me know which repo so I can submit a pull request (I poked around your profile but didn't find this particular PKGBUILD).
Pinned Comments
FabioLolix commented on 2025-05-05 17:04 (UTC)
@snack never seen that error before, look here for solutions https://bbs.archlinux.org/viewtopic.php?id=61930
Anyway here there is the builded package https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/
lahwaacz commented on 2023-08-27 15:27 (UTC)
@AskAlice It is much simpler to set the
MAKEFLAGS
environment variable, e.g.export MAKEFLAGS="-j$(nproc)"
, and then build the package. See the relevant wiki section: https://wiki.archlinux.org/title/Makepkg#Parallel_compilationC0rn3j commented on 2023-06-19 09:21 (UTC)
To import the new key:
gpg --keyserver hkps://keyserver.ubuntu.com --recv-key 6C35B99309B5FA62
FabioLolix commented on 2023-05-16 07:26 (UTC)
@DarshK35 you need to add the PGP key, gcc is better build in chroot with devtools (don't know what is using manjaro nowdays)
@joshm gcc is quite long, especially if makepkg.conf isn't configured to use all cores