When I emerge xmlwrapp-0.4.0 it fails compiling. Reproducible: Always Steps to Reproduce: 1. emerge xmlwrapp Actual Results: >>> Unpacking source... >>> Unpacking xmlwrapp-0.4.0.tar.gz to /var/tmp/portage/xmlwrapp-0.4.0/work * Applying gentoo-0.4.0.patch... [ ok ] Checking for libxslt version ... 1.1.1 >= 1.0.23 Finding XML include directory ... /usr/include/libxml2 Finding XML libraries ... done <snip> g++ -O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe -O2 -fpic -s hared -I/var/tmp/portage/xmlwrapp-0.4.0/work/xmlwrapp-0.4.0/include -I/usr/inclu de/libxml2 -I/usr/include/libxml2 -c node_iterator.cxx g++ -O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe -O2 -fpic -s hared -I/var/tmp/portage/xmlwrapp-0.4.0/work/xmlwrapp-0.4.0/include -I/usr/inclu de/libxml2 -I/usr/include/libxml2 -c tree_parser.cxx tree_parser.cxx: In constructor `xml::tree_impl::tree_impl()': tree_parser.cxx:65: cannot convert `xmlSAXHandler*' to `xmlSAXHandlerV1*' for argument `1' to `void initxmlDefaultSAXHandler(xmlSAXHandlerV1*, int)' make[2]: *** [tree_parser.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/xmlwrapp-0.4.0/work/xmlwrapp-0.4.0/ src/libxml' make[1]: *** [all] Error 2 make[1]: Leaving directory `/var/tmp/portage/xmlwrapp-0.4.0/work/xmlwrapp-0.4.0/ src' make: *** [all] Error 2 !!! ERROR: dev-libs/xmlwrapp-0.4.0 failed. !!! Function src_install, Line 31, Exitcode 2 !!! (no error message) Calculating dependencies ...done! >>> emerge (1 of 1) dev-libs/xmlwrapp-0.4.0 to / >>> md5 src_uri ;-) xmlwrapp-0.4.0.tar.gz Expected Results: Clean compile and emerge. # emerge info Portage 2.0.49-r20 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.6.1-rc2-gentoo) ================================================================= System uname: 2.6.1-rc2-gentoo i686 Intel(R) Celeron(R) CPU 2.60GHz Gentoo Base System version 1.4.3.10 distcc 2.11.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs buildpkg ccache sandbox" GENTOO_MIRRORS="http://gentoo.linux.no/ http://gentoo.oregonstate.edu http://www.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.europe.gentoo.org/gentoo-portage" USE="3dnow X aalib acl acpi alsa apm avi berkdb bonobo cdr crypt cups dga directfb dvb dvd encode esd evo flash foomaticdb gd gdbm ggi gif gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml imap imlib ipv6 jack java jpeg kerberos krb4 ldap libg++ libwww mad mcal mikmod motif mozilla moznoirc mpeg music mysql ncurses nls oggvorbis opengl oss pam pdflib perl png python quicktime readline samba scanner sdl slang socks5 spell sse ssl svga tcltk tcpd tetex tiff transcode truetype usb videos vim-with-x wmf wxwindows x86 xinerama xml xml2 xmms xv xvid zlib"
Created attachment 24796 [details] Complete output of emerge xmlwrapp
same exact problem in version 0.4.1
I've just committed xmlwrapp-0.4.4.ebuild. The problem found in 0.4.0 and 0.4.1 seems to be fixed in that version. Please test and report back if the problem still persists.
xmlwrapp-0.4.4 compiles and emerge fine for me.
xmlwrapp-0.4.4 compiles and emerge fine for me as well. Thanks! Maybe it should be moved into the portage now?
I've just marked 0.4.4 stable. Thanks.