@FabioLolix, please kindly remove provides=gcc and provides=gcc-libs from the respective subpackages. As these are not correct.
All packages that need gcc11 or gcc11-libs must depend on them directly.
Installing gcc11-libs would pacman to uninstall gcc-libs without any warnings whatsoever, and this in turn would break a lot of system packages. It is evidence of package configuration error of gcc11-libs.
Pinned Comments
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