Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37071 - mozilla firebuild ebuild lacks dependancy for pkg-config
Summary: mozilla firebuild ebuild lacks dependancy for pkg-config
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
: 37105 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-02 19:56 UTC by Elan Ruusamäe
Modified: 2004-04-07 19:54 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 Elan Ruusamäe 2004-01-02 19:56:29 UTC
# USE='java' emerge -gk mozilla-firebird
>>> emerge (1 of 1) net-www/mozilla-firebird-0.7-r1 to /
>>> md5 src_uri ;-) MozillaFirebird-source-0.7.tar.gz
makeedit
flag-o-matic
gcc
nsplugins
eutils
makeedit
flag-o-matic
gcc
nsplugins
eutils
>>> Unpacking source...
>>> Unpacking MozillaFirebird-source-0.7.tar.gz to /var/tmp/portage/mozilla-firebird-0.7-r1/work

 * Applying xremote-client-cvs.patch...                                                                   [ ok ]
>>> Source unpacked.
makeedit
flag-o-matic
gcc
nsplugins
eutils
 * Building without Xft2.0 support!
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
...
checking for gzread in -lz... yes
checking for png_get_valid in -lpng... yes
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: Library requirements (gtk+-2.0 >= 1.3.7) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

!!! ERROR: net-www/mozilla-firebird-0.7-r1 failed.
!!! Function econf, Line 339, Exitcode 1
!!! econf failed

# epm -q pkg-config
package pkg-config is not installed


Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2004-01-03 09:05:21 UTC
*** Bug 37105 has been marked as a duplicate of this bug. ***
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-04-07 19:54:19 UTC
I'm pretty sure this is fixed these days...

DEPEND="${RDEPEND}
    virtual/glibc
    dev-util/pkgconfig
    dev-lang/perl
    java? ( >=dev-java/java-config-0.2.0 )"