Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 361957

Summary: dev-lang/pcc-1.0.0 creates segfaulty code
Product: Gentoo Linux Reporter: Patrick Lauer <patrick>
Component: New packagesAssignee: Patrick Lauer <patrick>
Status: RESOLVED FIXED    
Severity: normal CC: nbowler
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Patrick Lauer gentoo-dev 2011-04-04 19:22:40 UTC
configure:3206: $? = 0
configure:3226: checking whether the C compiler works
configure:3248: /usr/bin/pcc    conftest.c  >&5
configure:3252: $? = 0
configure:3301: result: yes
configure:3304: checking for C compiler default output file name
configure:3306: result: a.out
configure:3312: checking for suffix of executables
configure:3319: /usr/bin/pcc -o conftest    conftest.c  >&5
configure:3323: $? = 0
configure:3345: result: 
configure:3367: checking whether we are cross compiling
configure:3375: /usr/bin/pcc -o conftest    conftest.c  >&5
configure:3379: $? = 0
configure:3386: ./conftest
./configure: line 3388: 19938 Segmentation fault      ./conftest$ac_cv_exeext
configure:3390: $? = 139


Looks like everything it compiles is crashing on amd64. Needs some more investigation ...
Comment 1 Patrick Lauer gentoo-dev 2011-07-30 09:11:45 UTC
Same issue plaguing 1.0.1beta on i686 and amd64. not bumping (yet)
Comment 2 Patrick Lauer gentoo-dev 2012-11-12 05:37:53 UTC
dev-lang/pcc-1.0.1_pre20121112 fixes it. Bumped.