Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193595 - dev-python/PyAmanith-0.3.34 fails to build with gcc-4.1.2
Summary: dev-python/PyAmanith-0.3.34 fails to build with gcc-4.1.2
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-24 09:18 UTC by Thomas Pani
Modified: 2011-01-22 13:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (dev-python:PyAmanith-0.3.34:20070924-082110.snip.log,2.76 KB, text/plain)
2007-09-24 09:19 UTC, Thomas Pani
Details

Note You need to log in before you can comment on or make changes to this bug.
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.