Bug 51999 - aiksaurus will not emerge without dev-util/pkgconfig
|
Bug#:
51999
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: jmglov@gentoo.org
|
Reported By: jmglov@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: aiksaurus will not emerge without dev-util/pkgconfig
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-05-25 05:15 0000
|
dev-util/pkgconfig should be added to DEPEND in the aiksaurus ebuilds, for if
you try to emerge aiksaurus without pkgconfig:
checking for pkg-config... no
*** The pkg-config script could not be found. Make sure it is
*** in your path, or set the PKG_CONFIG environment variable
*** to the full path to pkg-config.
*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config.
configure: error: gtk+-2.0 >= 2.0.0 required for GTK+ front-end
!!! ERROR: app-text/aiksaurus-1.0.1-r1 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed
Oops, looks like we also need to add =x11-libs/gtk+-2* to DEPEND:
checking for gtk+-2.0 >= 2.0.0... Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
configure: error: gtk+-2.0 >= 2.0.0 required for GTK+ front-end
!!! ERROR: app-text/aiksaurus-1.0.1-r1 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed
While I am at it, aiksaurus also needs a metadata.xml file checked into CVS.
aiksaurus-1.2.1 fixes this, and I'll put hte fix into 1.0.1-r1 as well.