Package Base Details: gcc7

Git Clone URL: https://aur.archlinux.org/gcc7.git (read-only, click to copy)
Submitter: arojas
Maintainer: None
Last Packager: ReyJamonico
Votes: 18
Popularity: 0.43
First Submitted: 2019-04-08 18:58 (UTC)
Last Updated: 2022-05-19 15:34 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4

dviktor commented on 2019-09-02 21:30 (UTC)

@nrar it's done

nrar commented on 2019-08-26 10:18 (UTC) (edited on 2019-08-26 13:42 (UTC) by nrar)

LD_PRELOAD= /usr/lib/libstdc++.so \ (right before make) might be needed for some systems to evade segmentation faults like here https://bbs.archlinux.org/viewtopic.php?id=248510

jmm commented on 2019-08-23 06:27 (UTC)

Is gcov by purpose not part of the package?

dviktor commented on 2019-04-15 07:18 (UTC) (edited on 2019-04-15 07:19 (UTC) by dviktor)

@flipmess your CHOST is x86_64-unknown-linux-gnu rather than x86_64-pc-linux-gnu and because of this you're getting such error. Here some people have the same problem. In short: recheck that CHOST is set up correctly on your machine

flipmess commented on 2019-04-14 23:48 (UTC)

i get this: ... make: *** x86_64-unknown-linux-gnu/libstdc++-v3/doc: No such file or directory. Stop. ==> ERROR: A failure occurred in build(). Aborting... Error making: gcc7 (gcc7-libs gcc7)

dviktor commented on 2019-04-11 06:54 (UTC) (edited on 2019-04-15 07:25 (UTC) by dviktor)

@Mark1 Thank you for error report. This is weird error - just tried to recompile and all seems good. Can you try to make clean build with makepkg outside of tmpfs?

EDIT: seems like it's known issue (here and here). May be static compilation is broken

Mark1 commented on 2019-04-10 20:39 (UTC)

full error report: https://ufile.io/r5a7c

dviktor commented on 2019-04-10 15:48 (UTC)

Error message is not full. Check if you have enough free space in /tmp

Mark1 commented on 2019-04-10 14:29 (UTC)

After very long time i got this error report:

collect2: error: ld returned 1 exit status make[3]: [/tmp/pamac-build/gcc7/src/gcc/gcc/c/Make-lang.in:85: cc1] Error 1 make[3]: Leaving directory '/tmp/pamac-build/gcc7/src/gcc-build/gcc' make[2]: [Makefile:4630: all-stage3-gcc] Error 2 make[2]: Leaving directory '/tmp/pamac-build/gcc7/src/gcc-build' make[1]: [Makefile:23387: stage3-bubble] Error 2 make[1]: Leaving directory '/tmp/pamac-build/gcc7/src/gcc-build' make: [Makefile:935: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...