Errors out in installing after compiling. gcc6: /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/libstdc++.a exists in filesystem (owned by gcc6-libs) gcc6: /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/libstdc++.la exists in filesystem (owned by gcc6-libs)
It's probably due to my makepkg.conf OPTIONS=(strip docs !libtool staticlibs emptydirs zipman purge !debug) (Static libs not disabled) However a package must still install regardless.
Pinned Comments
valandil commented on 2020-08-24 15:06 (UTC)
I highly recommend building this package in a clean chroot. This avoids the use of a AUR helper, which sometimes uses
/tmpas the stating directory, which often gets filled completely by gcc's build process.It also provides a clean environment, which minimizes interactions between your current environment and gcc's build process.