Search Criteria
Package Details: gcc5 5.5.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/gcc5.git (read-only, click to copy) |
---|---|
Package Base: | gcc5 |
Description: | The GNU Compiler Collection (5.x) |
Upstream URL: | https://gcc.gnu.org/gcc-5/ |
Licenses: | GPL, custom, LGPL, FDL |
Submitter: | svenstaro |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 16 |
Popularity: | 0.000001 |
First Submitted: | 2018-05-07 18:23 (UTC) |
Last Updated: | 2022-09-24 16:41 (UTC) |
Dependencies (3)
- binutils
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libmpc (libmpc-gitAUR)
Required by (7)
- cuda-8.0
- dwuck4 (make)
- fifth-git (make)
- genesis-git (make)
- nheqminer-cuda-git (make)
- webkitfltk-static-git (make)
- xfresco
Latest Comments
« First ‹ Previous 1 2 3
brando56894 commented on 2018-09-16 23:07 (UTC) (edited on 2018-09-16 23:22 (UTC) by brando56894)
It fails to compile for me after about 20 minutes of compiling, which is pretty far into it since I have a 6 core/12 thread Xeon with 64 GB of DDR4 ECC and I'm compiling in /tmp
configure output, since the comments section destroyed the formatting: https://hastebin.com/
After looking at line 907 in the Makefile, it's apparently failing during the final stage of compilation. "The target built for a native non-bootstrap build"
fuan_k commented on 2018-09-16 21:10 (UTC)
Don't want to compile such a beast. Not enough space and CPU power. :(
Wish someone would share their pre-built binaries and make a -bin package instead.
lonaowna commented on 2018-06-04 10:28 (UTC)
@k0ste, ok good. I've added that line to the PKGBUILD as multiple people are having the same issue without it.
k0ste commented on 2018-06-04 06:11 (UTC)
@lonaowna, yes was I have outdated
makepkg.conf
(2015 year last change), but this not help.Preload was help, build successful, thanks.
lonaowna commented on 2018-06-03 20:44 (UTC)
@k0ste, did you try adding
export LD_PRELOAD=/usr/lib/libstdc++.so
abovemake
?Also, is
CHOST="x86_64-pc-linux-gnu"
in/etc/makepkg.conf
or did you change it?k0ste commented on 2018-06-03 17:11 (UTC)
I get segfault (make without
yaourt
, justmakepkg
. Suggestions?lonaowna commented on 2018-05-27 10:24 (UTC)
@ArnaudNux it builds fine for me. Have you tried without Yaourt? If so, does adding
export LD_PRELOAD=/usr/lib/libstdc++.so
abovemake
change anything?(next time, please wrap code/output in a block with triple backticks; see this)
ArnaudNux commented on 2018-05-27 00:38 (UTC) (edited on 2018-05-27 18:42 (UTC) by ArnaudNux)
lonaowna commented on 2018-05-15 12:46 (UTC) (edited on 2018-05-15 13:02 (UTC) by lonaowna)
@dviktor: it works but takes a really long time. I have switched back to using the tarball releases for now.
dviktor commented on 2018-05-15 08:42 (UTC)
Building from git is not possible. I'm waiting for "Cloning into bare repository" for eternity
« First ‹ Previous 1 2 3