| Summary: | dev-python/gdl-python-2.19.1-r1.ebuild needs dev-libs/gdl with the 'gnome' USE flag | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | MT <toffanin.mauro> |
| Component: | New packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | python |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | gdl-python-2.19.1-r2.ebuild.patch | ||
|
Description
MT
2009-10-14 10:38:47 UTC
Created attachment 207070 [details, diff]
gdl-python-2.19.1-r2.ebuild.patch
NAK on static-libs and removal of *.la files. Just pass --disable-static always, perhaps even in gnome-python*.eclass I don't understand how you got the error you paste here, because gdl-python built_with_use uses "--missing true", so when gdl-2.24.0 doesn't have IUSE=gnome, it should assume the functionality is there and be happy, iirc. Though mrpouet is saying its configure might be checking for gdl-python pkgconfig package explicitly, which newer gdl probably doesn't provide (In reply to comment #2) > I don't understand how you got the error you paste here, because gdl-python > built_with_use uses "--missing true", so when gdl-2.24.0 doesn't have > IUSE=gnome, it should assume the functionality is there and be happy, iirc. > Though mrpouet is saying its configure might be checking for gdl-python > pkgconfig package explicitly, which newer gdl probably doesn't provide the message come out using sys-apps/portage-2.2_rc45 and sys-apps/portage-2.2_rc46, if you need more info or some particular tests, just ask, i'm available to provide feedback. removed the built_with_use call since it is indeed useless. Please reopen if it doesn't fix your problem. |