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 packages | Assignee: | 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
Created attachment 131757 [details]
build log
attaching build log
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! Removed from tree. |