Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#14638 - GCC 4.4.0 SEGFAULT when compiling from AUR
Attached to Project:
Arch Linux
Opened by Thomas Dziedzic (tomd123) - Saturday, 09 May 2009, 06:43 GMT
Last edited by Allan McRae (Allan) - Sunday, 10 May 2009, 02:03 GMT
Opened by Thomas Dziedzic (tomd123) - Saturday, 09 May 2009, 06:43 GMT
Last edited by Allan McRae (Allan) - Sunday, 10 May 2009, 02:03 GMT
|
DetailsDescription:
This system was a completely fresh archlinux install. I was going to build xmonad from the AUR but the first step had gone wrong. I was compiling haskell-x11-darcs (the makepkg -s way). During the build, gcc threw out a segfault. Additional info: * package version(s) gcc 4.4.0-1 haskell-x11-darcs 20081013-1 * config and/or log files etc. Steps to reproduce: 1. download the PKGBUILD and hsmod.install 2. do makepkg -s 3. gcc segfaults This was all part of the PKGBUILD so I didn't have the time to look into a stack trace. If anyone has any questions or help on how to give further info, I'll happily listen. |
This task depends upon
You use and nvidia GPU card? you have installed and nvidia-utils? If your answer is true, then do is related to libfakeroot and libGL(nvidia). Do this when run makepkg:
LD_PRELOAD=/xyz/usr/lib/libGL.so.1.2 makepkg
#where "xyz" is the path to a extracted libgl package from Arch Linux for example /home/tom/libgl ;)
output of makepkg -s attached
@Gerardo Exequiel Pozzi
Yes, gcc segfaults, and I don't have an nvidia card.
It's line 45: "runhaskell Setup configure --prefix=/usr || return 1"
More specifically, when I ran it, it segfaulted gcc, and produced a config.log (attached) detailing the problem :P
Just run gcc test.c
As fogobogo suggested in the IRC, I will say "oops pkg borked, my bad, plaese forgive me! i will dontate big $$$" :D