Package Details: gcc10-libs 10.5.0-1

Git Clone URL: https://aur.archlinux.org/gcc10.git (read-only, click to copy)
Package Base: gcc10
Description: Runtime libraries shipped by GCC (10.x.x)
Upstream URL: https://gcc.gnu.org
Keywords: gcc
Licenses: GPL, custom, LGPL, FDL
Provides: libasan.so, libgfortran.so, liblsan.so, libtsan.so, libubsan.so
Submitter: jonathon
Maintainer: severach
Last Packager: severach
Votes: 2
Popularity: 0.000002
First Submitted: 2022-02-28 11:44 (UTC)
Last Updated: 2023-07-15 14:52 (UTC)

Pinned Comments

jonathon commented on 2022-03-10 23:36 (UTC)

Please read the AUR wiki page before reporting issues.

If you are experiencing a build issue then ensure you are not using an AUR helper and are using a clean chroot.

Latest Comments

1 2 3 4 Next › Last »

Alad commented on 2023-06-25 10:01 (UTC)

Comparing stages 2 and 3
Bootstrap comparison failure!
gcc/plugin.o differs
gcc/gcc.o differs
make[2]: *** [Makefile:24101: compare] Error 1
make[1]: *** [Makefile:24081: stage3-bubble] Error 2
make: *** [Makefile:1013: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

jose1711 commented on 2023-05-08 17:42 (UTC)

conflicts with gcc12

tallero commented on 2023-04-11 06:55 (UTC) (edited on 2023-04-13 02:06 (UTC) by tallero)

It misses some provides.

It seems there may be an issue building with default flags, so I have published a repo which does not use them.

mindbound commented on 2022-12-14 09:51 (UTC)

Build fails with

configure: error: Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
their locations.  Source code for these libraries can be found at
their respective hosting sites as well as at
https://gcc.gnu.org/pub/gcc/infrastructure/.  See also
http://gcc.gnu.org/install/prerequisites.html for additional info.  If
you obtained GMP, MPFR and/or MPC from a vendor distribution package,
make sure that you have installed both the libraries and the header
files.  They may be located in separate packages.

EndlessEden commented on 2022-11-28 01:38 (UTC)

refuses to build; produces the following error.

/src/gcc/libiberty/fibheap.c:38:25: error: ‘LONG_MIN’ undeclared (first use in this function)

Score_Under commented on 2022-11-23 11:28 (UTC) (edited on 2022-11-23 11:29 (UTC) by Score_Under)

Taking a leaf out of gcc49's book, I added this to my copy of the pkgbuild:

export LD_PRELOAD=/usr/lib/libstdc++.so

It built successfully, but the tests took a rather long time...

bialy commented on 2022-11-15 16:55 (UTC) (edited on 2022-11-15 16:55 (UTC) by bialy)

Same issue with GCC9 - https://aur.archlinux.org/packages/gcc9 I was able to build GCC9 using docker image base-devel-20210418.0.20194. Packages work after installation on the host OS. I will try to do the same with GCC10

ZhangHua commented on 2022-11-07 03:18 (UTC)

There seems to be a related bug report about building old gcc with new gcc:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87858

Score_Under commented on 2022-11-05 13:56 (UTC)

Trying to build this, makechrootpkg on a clean chroot with base-devel and multilib-devel installed fails with:

msgfmt: /build/gcc10/src/gcc-build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /usr/lib/libicuuc.so.72)

(plus cascading make errors)

Does anyone know a workaround for this?