Summary: | gnome-python fails to compile due to c9x option on gnome.overrides | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Robert Marmorstein <rmmarm> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2006.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Replaces "-std=c9x" in configure.in with "-std=gnu99" |
Description
Robert Marmorstein
2006-05-05 03:13:00 UTC
Created attachment 86192 [details, diff]
Replaces "-std=c9x" in configure.in with "-std=gnu99"
This fix helped the compile get past the "sigaction" problem. However, it now complains that ltmain.sh has a different version than libtool.m4.
I was able to get everything working by creating a second patch. Unfortunately, it is too large to post.... What I had to do was unpack the ebuild, then run aclocal and libtoolize --copy --force. I then created a patch of all the files that were modified by libtoolize. Applying both patches allowed me to get everything working. I think this would not have been necessary if the packaged provided its own "libtool.m4". *** Bug 132325 has been marked as a duplicate of this bug. *** |