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
Description:   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

------- Comment #1 From Josh Glover (RETIRED) 2004-05-25 05:25:59 0000 -------
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

------- Comment #2 From Josh Glover (RETIRED) 2004-05-25 05:27:17 0000 -------
While I am at it, aiksaurus also needs a metadata.xml file checked into CVS.

------- Comment #3 From Seemant Kulleen (RETIRED) 2004-07-17 10:24:24 0000 -------
aiksaurus-1.2.1 fixes this, and I'll put hte fix into 1.0.1-r1 as well.