Package Details: gcc6 6.5.0-9

Git Clone URL: https://aur.archlinux.org/gcc6.git (read-only, click to copy)
Package Base: gcc6
Description: The GNU Compiler Collection - C and C++ frontends (6.x.x)
Upstream URL: https://gcc.gnu.org/gcc-6/
Licenses: GPL, custom, LGPL, FDL
Submitter: svenstaro
Maintainer: valandil
Last Packager: valandil
Votes: 20
Popularity: 0.011936
First Submitted: 2018-05-17 20:56 (UTC)
Last Updated: 2023-06-03 19:08 (UTC)

Dependencies (16)

Sources (6)

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 /tmp as 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.

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 Next › Last »

ector commented on 2018-07-20 11:30 (UTC)

gcc6 asks me to install jdk

  • subversion (pacchetto trovato) [makedepend]
  • java-environment-common (pacchetto trovato) [makedepend]
  • jdk8-openjdk (pacchetto trovato) [makedepend]
  • libart-lgpl (pacchetto trovato) [makedepend]

why? jdk I do not need it, why do I have to install it?

marty commented on 2018-07-19 06:40 (UTC) (edited on 2018-07-19 06:41 (UTC) by marty)

@momoe: I have exactly the same problem on two different machines (both running Antergos). Unfortunately, I don't have a solution either. I put gcc6, gcc6-gcj and gcc6-libs on the ignore list for now.

momoe commented on 2018-07-18 14:53 (UTC)

I'm having an issue with gcc6 during it's build phase, it's taking over 2 hours to run, at which point it fails saying it's run out of disk space. Running a disk cleaner afterwards informed me the gcc6 consumed 9.3GB of /tmp disk space. Is this normal?

lonaowna commented on 2018-07-17 07:42 (UTC)

@totsilence: my bad, indeed got confused by libgo*. It's enabled again now.

lonaowna commented on 2018-07-17 05:38 (UTC)

@etatmixte: flex and pkgconf are part of the base-devel group, which is assumed to be installed.

etatmixte commented on 2018-07-16 21:39 (UTC)

I ran into some missing make dependencies when building this, namely flex and pkgconf.

totsilence commented on 2018-07-16 20:40 (UTC)

What was the reason to remove libgomp in the last commit? libgomp is for OpenMP in C/C++/Fortran and isn't related to go. Actually libgomp wasn't part of the previous version, either, probably because that version had:

Remove libs that conflict with gcc6_go.

rm -rf ${pkgdir}/${_libdir}/libgo*

(I might be wrong of course)

fireion commented on 2018-06-16 11:03 (UTC)

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.