Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51999 - aiksaurus will not emerge without dev-util/pkgconfig
Summary: aiksaurus will not emerge without dev-util/pkgconfig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Josh Glover (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 54837
Blocks:
  Show dependency tree
 
Reported: 2004-05-25 05:15 UTC by Josh Glover (RETIRED)
Modified: 2004-07-17 10:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Glover (RETIRED) gentoo-dev 2004-05-25 05:15:23 UTC
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 Josh Glover (RETIRED) gentoo-dev 2004-05-25 05:25:59 UTC
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 Josh Glover (RETIRED) gentoo-dev 2004-05-25 05:27:17 UTC
While I am at it, aiksaurus also needs a metadata.xml file checked into CVS.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2004-07-17 10:24:24 UTC
aiksaurus-1.2.1 fixes this, and I'll put hte fix into 1.0.1-r1 as well.