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...
Search Criteria
Package Details: gcc10 10.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gcc10.git (read-only, click to copy) |
---|---|
Package Base: | gcc10 |
Description: | The GNU Compiler Collection - C and C++ frontends (10.x.x) |
Upstream URL: | https://gcc.gnu.org |
Keywords: | gcc |
Licenses: | GPL, custom, LGPL, FDL |
Submitter: | jonathon |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 2 |
Popularity: | 0.000094 |
First Submitted: | 2022-02-28 11:44 (UTC) |
Last Updated: | 2023-07-15 14:52 (UTC) |
Dependencies (11)
- binutils (binutils-2.35.2)
- gcc10-libs
- libmpc (libmpc-git)
- zstd (zstd-git, zstd-static)
- binutils (binutils-2.35.2) (make)
- doxygen (doxygen-git, doxygen-clang) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- libmpc (libmpc-git) (make)
- python (python36, python32, python37, python39, python38, python310, python312) (make)
- dejagnu (dejagnu-git) (check)
- inetutils (gettext-hostname, inetutils-git, busybox-coreutils) (check)
Required by (20)
- avp (make)
- basilisk (make)
- bazel4 (make)
- cuda11.1
- dahdi (make)
- gcc10-fortran
- gnome-chemistry-utils (make)
- java-p7zip-binding (make)
- pash-shell (make)
- pash-shell-docs (make)
- pmemd (make)
- python-monai (make)
- ros-noetic-fast-gicp-git (make)
- rwth-psp-binutils (make)
- rwth-psp-gcc (make)
- rwth-psp-libc (make)
- terminalpp (make)
- terminalpp-git (make)
- vmd-molfile-plugins
- webbrowser-git (make)
Sources (5)
Alad commented on 2023-06-25 10:01 (UTC)
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:
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?
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.