Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40153 - xmlwrapp-0.4.0 does not compile
Summary: xmlwrapp-0.4.0 does not compile
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-02 00:46 UTC by Bjarke Freund-Hansen
Modified: 2004-09-20 09:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Complete output of emerge xmlwrapp (xmlwrapp-bug,4.80 KB, text/plain)
2004-02-02 00:47 UTC, Bjarke Freund-Hansen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bjarke Freund-Hansen 2004-02-02 00:46:21 UTC
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"
Comment 1 Bjarke Freund-Hansen 2004-02-02 00:47:38 UTC
Created attachment 24796 [details]
Complete output of emerge xmlwrapp
Comment 2 Curtis Campbell 2004-02-06 17:31:16 UTC
same exact problem in version 0.4.1
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-02-21 03:42:48 UTC
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.
Comment 4 Bjarke Freund-Hansen 2004-02-22 22:46:51 UTC
xmlwrapp-0.4.4 compiles and emerge fine for me.
Comment 5 Wei 2004-09-17 15:28:10 UTC
xmlwrapp-0.4.4 compiles and emerge fine for me as well. Thanks!

Maybe it should be moved into the portage now?
Comment 6 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-09-20 09:46:49 UTC
I've just marked 0.4.4 stable. Thanks.