Package Base Details: gcc11

Git Clone URL: https://aur.archlinux.org/gcc11.git (read-only, click to copy)
Submitter: yan12125
Maintainer: tallero
Last Packager: tallero
Votes: 4
Popularity: 0.036842
First Submitted: 2023-04-05 08:26 (UTC)
Last Updated: 2023-06-22 00:30 (UTC)

Latest Comments

« First ‹ Previous 1 2

joshm commented on 2023-05-15 13:20 (UTC)

I ran pacaur -S gcc11 gcc11-libs an hour ago and it's still running. Is this normal?

v0vc commented on 2023-04-22 11:10 (UTC) (edited on 2023-04-22 11:12 (UTC) by v0vc)

haven't been able to update this for a few days, any ideas what the issue might be?,

ar: ./setproctitle/home/user.o: No such file or directory
make[3]: *** [Makefile:253: libiberty.a] Error 1
make[3]: Leaving directory '/home/user/.cache/yay/gcc11/src/gcc-build/libiberty'
make[2]: *** [Makefile:13141: all-stage1-libiberty] Error 2
make[2]: Leaving directory '/home/user/.cache/yay/gcc11/src/gcc-build'
make[1]: *** [Makefile:25184: stage1-bubble] Error 2
make[1]: Leaving directory '/home/user/.cache/yay/gcc11/src/gcc-build'
make: *** [Makefile:1015: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: gcc11-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
gcc11-libs - exit status 4

is it related to isl, should i try the fix below?

C0rn3j commented on 2023-04-19 08:16 (UTC) (edited on 2023-06-19 09:20 (UTC) by C0rn3j)

To import the key:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-key 3AB00996FC26A641

EDIT: No longer valid, get new one above

eduardolucioac commented on 2023-04-13 04:26 (UTC) (edited on 2023-04-13 04:28 (UTC) by eduardolucioac)

Workaround about The isl url https://ftp.gnu.org/pub/gcc/infrastructure/isl-0.24.tar.bz2 is broken. comment.

Use...

yay --editmenu -S gcc11-libs

... and change...

_isl_url="https://${_isl_host}/pub/gcc/infrastructure/isl-${_islver}.tar.bz2"

... to...

_isl_url="https://libisl.sourceforge.io/isl-0.24.tar.bz2"

.

Done! 😉

[Ref(s).: https://forum.endeavouros.com/t/how-to-edit-pkgbuild-in-yay/16864 ]

4rozenwolves commented on 2023-04-13 03:10 (UTC)

The isl url https://ftp.gnu.org/pub/gcc/infrastructure/isl-0.24.tar.bz2 is broken.

FabioLolix commented on 2023-04-12 21:39 (UTC)

Please remove provides=(gcc) same as