Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13918 - acme emerge doesn't install all dependencies
Summary: acme emerge doesn't install all dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-14 10:29 UTC by Ricardo Grützmacher
Modified: 2003-02-04 19:42 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 Ricardo Grützmacher 2003-01-14 10:29:02 UTC
The package gnome-extra/acme requires libgnomeui-2.0 libglade-2.0 libwnck-1.0
but when i tried to emerge acme these dependencies seems not to be correctly
calculated:

# emerge acme
Calculating dependencies ...done!
>>> emerge (1 of 1) gnome-extra/acme-1.99.10 to /
>>> Downloading
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/acme-1.99.10.tar.gz
--16:11:14-- 
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/acme-1.99.10.tar.gz
           => `/usr/portage/distfiles/acme-1.99.10.tar.gz'
Resolving www.ibiblio.org... done.
Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 183,004 [application/x-tar]

100%[=======================================================>] 183,004       
4.87K/s    ETA 00:00

16:11:52 (4.87 KB/s) - `/usr/portage/distfiles/acme-1.99.10.tar.gz' saved
[183004/183004]

>>> md5 ;-) acme-1.99.10.tar.gz
>>> Unpacking source...
>>> Unpacking acme-1.99.10.tar.gz
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking for intltool >= 0.20... 0.22 found
checking for perl... /usr/bin/perl
checking for gob2... no
configure: WARNING: Cannot find GOB-2, check http://www.5z.com/jirka/gob.html
checking for pkg-config... /usr/bin/pkg-config
checking for libgnomeui-2.0 libglade-2.0 libwnck-1.0... Package libwnck-1.0 was
not found in the pkg-config search path.
Perhaps you should add the directory containing `libwnck-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libwnck-1.0' found

configure: error: Library requirements (libgnomeui-2.0 libglade-2.0 libwnck-1.0)
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: gnome-extra/acme-1.99.10 failed.
!!! Function econf, Line 304, Exitcode 1
!!! econf failed
 
In my system libwnck-1.0 was missing, so after 

# emerge libwnck

acme emerged without problems.
Comment 1 foser (RETIRED) gentoo-dev 2003-01-14 11:15:44 UTC
libwnck dep added, new version put in ~

thanks for your report.