Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 40153
Alias:
Product:
Component:
Status: CLOSED
Resolution: TEST-REQUEST
Assigned To: Text-Markup Team <text-markup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Bjarke Freund-Hansen <gentoo-bugs@rocekiller.dk>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
xmlwrapp-bug Complete output of emerge xmlwrapp text/plain Bjarke Freund-Hansen 2004-02-02 00:47 0000 4.80 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 40153 depends on: Show dependency tree
Bug 40153 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-02-02 00:46 0000
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 From Bjarke Freund-Hansen 2004-02-02 00:47:38 0000 -------
Created an attachment (id=24796) [details]
Complete output of emerge xmlwrapp

------- Comment #2 From Curtis Campbell 2004-02-06 17:31:16 0000 -------
same exact problem in version 0.4.1

------- Comment #3 From Mamoru KOMACHI (RETIRED) 2004-02-21 03:42:48 0000 -------
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 From Bjarke Freund-Hansen 2004-02-22 22:46:51 0000 -------
xmlwrapp-0.4.4 compiles and emerge fine for me.

------- Comment #5 From Wei 2004-09-17 15:28:10 0000 -------
xmlwrapp-0.4.4 compiles and emerge fine for me as well. Thanks!

Maybe it should be moved into the portage now?

------- Comment #6 From Mamoru KOMACHI (RETIRED) 2004-09-20 09:46:49 0000 -------
I've just marked 0.4.4 stable. Thanks.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug