Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38718 - samba-3.0.1-r1 failed because of libxml dependencies
Summary: samba-3.0.1-r1 failed because of libxml dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-19 08:52 UTC by Veiko Kukk
Modified: 2004-02-15 00:11 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 Veiko Kukk 2004-01-19 08:52:04 UTC
checking for xml2-config... no
checking for libxml - version >= 2.0.0... no
*** The xml2-config script installed by LIBXML could not be found
*** If libxml was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the XML2_CONFIG environment variable to the
*** full path to xml2-config.
configure: error: Can't find XML libraries while XML support is requested
 
!!! ERROR: net-fs/samba-3.0.1-r1 failed.
!!! Function src_compile, Line 166, Exitcode 1
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




emerge info
Portage 2.0.50_pre16 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20040117-r0, 2.6.1)
=================================================================
System uname: 2.6.1 i686 AMD Duron(tm) processor
Gentoo Base System version 1.4.3.12
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.7.8
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-Os -march=athlon-xp -funroll-loops -mmmx -m3dnow -msse
-fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-Os -march=athlon-xp -funroll-loops -mmmx -m3dnow -msse
-fomit-frame-pointer -Wno-deprecated"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://ftp.linux.ee/pub/gentoo/distfiles"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://noa.linux.ee/gentoo-portage"
USE="3dnow X aalib acl acpi alsa apache2 apm arts avi berkdb bonobo cdr cjk
crypt cups dga directfb dvd encode esd ethereal fam fbcon flac flash foomaticdb
gb gd gdbm ggi gif gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml imagemagick imap
imlib java jikes jpeg lcms ldap lesstif libg++ libgda libwww mad maildir matrox
mbox mcal mikmod mmx motif mozilla mpeg mysql nas ncurses nls odbc oggvorbis
opengl oss pam pdflib perl plotutils png postgres ppds python quicktime readline
ruby samba sasl scanner sdl slang snmp speex spell sse ssl svga tcltk tcpd tetex
tiff truetype unicode usb videos wmf wxwindows x86 xml xml2 xmms xv zlib"
Comment 1 SpanKY gentoo-dev 2004-01-19 15:49:55 UTC
once again veiko, did you verify that this is NOT a bug with your EE locale ?
Comment 2 Veiko Kukk 2004-01-19 18:47:23 UTC
Yes, every time. Please stop asking for that.
Comment 3 SpanKY gentoo-dev 2004-01-19 18:53:41 UTC
just making sure

you used to not and they used to be the source of your problems

could you please post the config.log from the build directory ?
Comment 4 Veiko Kukk 2004-01-20 04:36:10 UTC
I should have said first that its libxml2 dependancy problem. The ebuild should have libxml2 dependency.
Currently there is:
IUSE="kerberos mysql xml acl cups ldap pam readline python"

I guess it should be:
IUSE="kerberos mysql xml xml2 acl cups ldap pam readline python"

The solution for me was manually emerge libxml2 and then samba compiled fine.
Comment 5 Donny Davies (RETIRED) gentoo-dev 2004-01-20 05:44:39 UTC
Yeah I think I nuked it from the ebuild by accident.  Dont worry, I'll get around to it.
Comment 6 Donny Davies (RETIRED) gentoo-dev 2004-02-15 00:11:28 UTC
fixed in samba-3.0.2a