Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17256 - sablotron-0.97 borks out
Summary: sablotron-0.97 borks out
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Rajiv Aaron Manglani (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-10 17:48 UTC by André Lemos
Modified: 2003-09-02 00:24 UTC (History)
2 users (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 André Lemos 2003-03-10 17:48:30 UTC
g++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -O2 -mcpu=i686 -pipe -c base.cpp -o
base.o >/dev/null 2>&1
mv -f .libs/base.lo base.lo
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg
    -O2 -mcpu=i686 -pipe -c context.cpp
rm -f .libs/context.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -O2 -mcpu=i686 -pipe -c context.cpp
 -fPIC -DPIC -o .libs/context.lo
In file included from parser.h:45,
                 from guard.h:143,
                 from context.cpp:45:
/usr/include/expat.h:657: use of enum `XML_Status' without previous declaration
/usr/include/expat.h:735: multiple definition of `enum XML_Status'
/usr/include/expat.h:657: previous definition here
make[2]: *** [context.lo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/sablotron-0.97/work/Sablot-0.97/src/engine'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/sablotron-0.97/work/Sablot-0.97/src'
make: *** [all-recursive] Error 1

emerge info
Portage 2.0.47-r8 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r0)
=================================================================
System uname: 2.4.20 i686 Intel(R) Celeron(R) CPU 1.70GHz
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/
http://www.fhh.opensource-mirror.de/gentoo.org/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/kde/3/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 crypt libg++ mikmod gtkhtml gdbm slang readline bonobo svga ggi guile
libwww esd gtk motif apache2 ipv6 3dnow -apm -berkdb aalib alsa arts avi cdr
cups moznoirc dvd encode gif gnome gpm gtk2 -imap imlib java jpeg kde -ldap
maildir mmx mozilla mpeg -mysql -nls oggvorbis opengl -oss pam -pdflib perl pic
png python qt quicktime sasl sdl ncurses spell sse
ssl tcltk tcpd tiff truetype -tetex X xml xml2 xmms xv zlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j6"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox userpriv usersandbox ccache distcc noauto"
Comment 1 sec_collection 2003-03-12 21:39:01 UTC
Seems sablotron-0.97 dislikes the USE="xml" when I emerge it. 
 
In file included from parser.h:45, 
                 from guard.h:143, 
                 from context.cpp:45: 
/usr/include/expat.h:657: use of enum `XML_Status' without previous declaration 
/usr/include/expat.h:735: multiple definition of `enum XML_Status' 
/usr/include/expat.h:657: previous definition here 
make[2]: *** [context.lo] Error 1 
make[2]: Leaving directory `/var/tmp/portage/sablotron-0.97/work/Sablot-0.97/src/engine' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/sablotron-0.97/work/Sablot-0.97/src' 
make: *** [all-recursive] Error 1 
 
 
Not sure if that is what the original user saw or not. 
Comment 2 sec_collection 2003-03-12 21:43:24 UTC
Sorry am new to the bug system. Anyway using USE='-xml' lets you emerge the package. 
Comment 3 André Lemos 2003-03-13 12:02:51 UTC
That USE flag isn't even part of the ebuild..... 
Comment 4 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2003-05-21 02:42:02 UTC
can you please try this with MAKEOPTS="-j2" and let us know if that fixes it. thanks.
Comment 5 Carsten Lohrke (RETIRED) gentoo-dev 2003-06-06 07:59:03 UTC
Just reemerge XML-Parser. It couldn't be found because it's in /usr/lib/perl5/5.6.1 instead of /usr/lib/perl5/5.8.0. 
Comment 6 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2003-09-02 00:24:04 UTC
looks like this has been fixed already.