Package Details: gcc10 10.5.0-2

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-3.0-or-later, LGPL-3.0+, LicenseRef-custom, GFDL-1.3
Submitter: jonathon
Maintainer: severach
Last Packager: severach
Votes: 2
Popularity: 0.000001
First Submitted: 2022-02-28 11:44 (UTC)
Last Updated: 2024-05-31 14:41 (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 »

severach commented on 2024-05-31 14:43 (UTC)

git pull and try it now.

petronny commented on 2024-05-31 12:20 (UTC)

Getting this error:

==> Synchronizing chroot copy [/mnt/extra-x86_64/root] -> [makepkg]...done
/__w/cactus/cactus/repository/x86_64/gcc10/PKGBUILD: line 47: MAKEFLAGS: unbound variable
/usr/sbin/makepkg: line 131: logpipe: unbound variable
==> ERROR: Could not download sources.

https://github.com/arch4edu/cactus/actions/runs/9315385755/job/25641418148

thales.barretto commented on 2024-05-28 16:31 (UTC)

@severach @tallero Could not build this with gcc14. This PKGBUILD fails late in the build, even the linked had errors https://gitlab.archlinux.org/tallero/gcc10-aur. Had to the linked from @tallero with fixes: the source address , and compile with gcc13 (instead of current gcc14).

nezu commented on 2024-05-21 22:15 (UTC)

Build fails: make: *** /libstdc++-v3/doc: No such file or directory. Stop.

full build log: https://gist.github.com/dumbasPL/8fd1e9f6963bdd003f0b948a3965898e (yes this log is from an aur helper, but The exact same thing happened when using a clean chroot as well. Didn't save that one but the error was identical)

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)