While upgrading to 11.5.0-1 I get this error:
==> Extracting sources...
-> Extracting gcc-11.5.0.tar.xz with bsdtar
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Error exit delayed from previous errors.
==> ERROR: Failed to extract gcc-11.5.0.tar.xz
My system is up-tpo-date except for firefox (still on 136 series) and boost (still on 1.87.0-3 due to a dependent AUR package not being rebuilt yet).
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