Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
configure: WARNING: Unrecognized options: --without-ffi, --disable-gtk-doc
Arfrever and/or Gentoo devs: please change severity to major. This is a serious bug - the pygobject configure is broken, and there is no way to disable libffi in pygobject if your gcc was build with ffi support. In particular, with no way to disable libffi in pygobject, it makes it quite difficult to work around bug 230782
Created an attachment (id=159551) [details] pygobject-2.14.2-libffi.patch Patch to fix pygobject-2.14.2 configure to make it possible to disable libffi support in pygobject when gcc was built with USE=libffi
Created an attachment (id=159553) [details] pygobject-2.14.2.ebuild ebuild to use the above patch
nice catch, commited to the tree. Note that unified diff against ebuilds in tree are preferred over full ebuild.
oh and I've ignore --disable-gtk-doc because it's harmless, handled by the eclass and I don't want to skip things coming from the eclass.