Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64292 - Scrollkeeper's configure complains about libxml2 version ; illogical error
Summary: Scrollkeeper's configure complains about libxml2 version ; illogical error
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-16 10:26 UTC by Antoine Joly
Modified: 2004-11-02 15:39 UTC (History)
1 user (show)

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 Antoine Joly 2004-09-16 10:26:47 UTC
here is the ouput : 
checking for xml2-config... /usr/bin/xml2-config
checking libxml2 version... 2.6.11
configure: error: libxml2 2.4.19 or later required

!!! ERROR: app-text/scrollkeeper-0.3.14 failed.
!!! Function econf, Line 362, Exitcode 1
!!! econf failed


Reproducible: Always
Steps to Reproduce:
1. emerge scrollkeeper, i have tried many versions of libxml2 but the problem is the same


Actual Results:  
the configure step failed 

Expected Results:  
is shouldn't complain, configure and compile scrollkeeper without any problem ;)

Portage 2.0.50-r11 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.3.20040420-r1,
2.6.9-rc1-mm2)
=================================================================
System uname: 2.6.9-rc1-mm2 i686 AMD Athlon(tm) XP 3000+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-Os -mcpu=i686 -march=athlon-xp -fomit-frame-pointer -pipe"
CHOST="i386-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -mcpu=i686 -march=athlon-xp -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dfx 3dnow X alsa apm avi berkdb bitmap-fonts cdr crypt cups divx4linux doc
dvd encode foomaticdb gdbm gif gpm gstreamer gtk gtk2 imlib java jpeg libg++
libwww linguas_fr mad mikmod mmx motif mozilla mpeg ncurses nls oggvorbis opengl
oss pam pdflib perl png python quicktime readline sdl slang spell sse ssl svga
tcpd truetype x86 xml2 xmms xprint xv zlib"
Comment 1 Andreas Kobara 2004-09-16 15:15:32 UTC
Obscure. Could you please run these two lines: (from configure script)

`which xml2-config` --version

should be 2.6.11 in your case

if test `echo 2.6.11 | awk -F. '{print $1 * 10000 + $2 * 100 + $3;}'` -lt  20419; then echo bad; else echo ok; fi

should return ok, if your awk and bash calculates correctly.

awk --version
Comment 2 foser (RETIRED) gentoo-dev 2004-11-02 15:39:26 UTC
still obscure since we got no reply to the right question btw ;) (or just ask for the relevant config.log next time)