Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67949 - gnome-vfs 2.8 requires libxml2 >= 2.6
Summary: gnome-vfs 2.8 requires libxml2 >= 2.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-17 15:37 UTC by Dan Kurtz
Modified: 2004-10-18 09:30 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 Dan Kurtz 2004-10-17 15:37:26 UTC
$ ACCEPT_KEYWORDS="~x86" emerge gnome-vfs
Calculating dependencies ...done!
>>> emerge (1 of 1) gnome-base/gnome-vfs-2.8.1 to /
>>> md5 src_uri ;-) gnome-vfs-2.8.1.tar.bz2
>>> Unpacking source...
>>> Unpacking gnome-vfs-2.8.1.tar.bz2 to /var/tmp/portage/gnome-vfs-2.8.1/work
 * Applying gnome-vfs-2.8.1-howl_config.patch...                          [ ok ]>>> Source unpacked.
 * Patching ${S}/ltmain.sh...
 *   Applying portage-1.4.1.patch...
 *   Applying max_cmd_len-1.5.0.patch...
 * Applying uClibc/libtool patches ...
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
/var/tmp/portage/gnome-vfs-2.8.1/work/gnome-vfs-2.8.1/missing: Unknown `--run' option
Try `/var/tmp/portage/gnome-vfs-2.8.1/work/gnome-vfs-2.8.1/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
[skip some]
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 >= 2.0.0 gmodule-2.0 >= 2.0.0 gthread-2.0 >= 2.0.0 libxml-2.0 >= 2.6.0... Requested 'libxml-2.0 >= 2.6.0' but version of libXML is 2.5.11
 
configure: error: Library requirements (glib-2.0 >= 2.0.0 gmodule-2.0 >= 2.0.0 gthread-2.0 >= 2.0.0 libxml-2.0 >= 2.6.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-base/gnome-vfs-2.8.1 failed.
!!! Function econf, Line 362, Exitcode 1
!!! econf failed
-------------------------
It's right about which version of libxml I have installed, but didn't catch it as a depedency.

Reproducible: Always
Steps to Reproduce:
1. emerge a libxml2 version < 2.6
2. ACCEPT_KEYWORDS="~x86" emerge gnome-vfs
3.

Actual Results:  
Compile failed

Expected Results:  
Emerged properly.

This is while trying to install Gnome 2.8.
Comment 1 foser (RETIRED) gentoo-dev 2004-10-18 09:30:21 UTC
fixed, thanks for the report.