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

Bug 193595

Summary: dev-python/PyAmanith-0.3.34 fails to build with gcc-4.1.2
Product: Gentoo Linux Reporter: Thomas Pani <thomas.pani>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log

Description Thomas Pani 2007-09-24 09:18:36 UTC
PyAmanith-0.3.34 fails to build against amanith-0.3-r1 with gcc-4.1.2.

Workaround:
compile with gcc-3.4.6 (haven't tested w/ gcc-4.1.1 but should work as mentioned in bug #143387)
Comment 1 Thomas Pani 2007-09-24 09:19:18 UTC
Created attachment 131757 [details]
build log

attaching build log
Comment 2 Redeeman 2008-06-15 23:09:19 UTC
yeah it doesent fail to build here with 4.3.1, however, it does fail to attempt to build properly.. it forgets to execute gcc, so it just attempts to do:
"-fno-strict-aliasing -lots-of-cflags".

Well.. needless to say, i couldnt fix it, so i opened: /usr/local/bin/-fno-strict-aliasing and threw in:
#!/bin/bash
exec gcc -fno-strict-aliasing $@
save, and chmod +x /usr/local/bin/-fno-strict-aliasing

and taddaaa! it builds!
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2011-01-22 13:14:46 UTC
Removed from tree.