Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19134 - kdelibs-3.1.1a do not compile
Summary: kdelibs-3.1.1a do not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-11 07:39 UTC by Thiago dos Santos Alves
Modified: 2003-05-12 21:54 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 Thiago dos Santos Alves 2003-04-11 07:39:10 UTC
When I try to emerge update kdelibs it do not compile and give me this error: 
 
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../kimgio -I../../dcop -I../../kio/kssl -I../../kjs -I../../khtml -I../.. -I../../dcop -I../../libltdl 
-I../../kdecore -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../.. -I/usr/qt/3/include 
-I/usr/X11R6/include -I/usr/kde/3.1/include   -DQT_THREAD_SUPPORT  -D_REENTRANT   
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=athlon-xp -O3 -pipe 
-fno-exceptions -fno-check-new  -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_COMPAT  -c -o htmltokenizer.lo `test -f 'htmltokenizer.cpp' || 
echo './'`htmltokenizer.cpp 
htmltokenizer.cpp:370:32: warning: null character(s) ignored 
htmltokenizer.cpp: In member function `void 
   khtml::HTMLTokenizer::parseSpecial(khtml::DOMStringIt&)': 
htmltokenizer.cpp:370: `h' undeclared (first use this function) 
htmltokenizer.cpp:370: (Each undeclared identifier is reported only once for 
   each function it appears in.) 
make[3]: *** [htmltokenizer.lo] Error 1 
make[3]: *** Waiting for unfinished jobs.... 
make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.1.1a/work/kdelibs-3.1.1/khtml/html' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.1.1a/work/kdelibs-3.1.1/khtml' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.1.1a/work/kdelibs-3.1.1' 
make: *** [all] Error 2 
 
!!! ERROR: kde-base/kdelibs-3.1.1a failed. 
!!! Function kde_src_compile, Line 121, Exitcode 2 
!!! died running emake, kde_src_compile:make 
 

Reproducible: Always
Steps to Reproduce:
1. emerge -u kde 
2. or emerge -u kdelibs 
3. 
Actual Results:  
do not install kdelibs 

Expected Results:  
install kdelibs 

Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4) 
================================================================= 
System uname: 2.4.20-gentoo-r1 i686 AMD Athlon(tm) 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu " 
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb:/usr/kde/3.1/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="" 
USE="x86 oss gif jpeg libg++ mikmod png gtkhtml gdbm berkdb slang bonobo tcltk guile tcpd pam 
ssl perl python esd imlib gnome gtk qt motif mozilla ldap 3dnow acpi alsa apm arts avi cdr crypt 
cups dga directfb dvd encode fbcon gd gpm java kde kerberos libwww mmx mpeg nas ncurses nls 
oggvorbis opengl pdflib pic qtmt quicktime readline samba sdl slp spell svga tetex truetype usb wmf 
X xml xml2 xmms xv zlib" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=athlon-xp -O3 -pipe" 
CXXFLAGS="-march=athlon-xp -O3 -pipe" 
ACCEPT_KEYWORDS="x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 Michele Balistreri (RETIRED) gentoo-dev 2003-04-12 14:22:46 UTC
try to compile with MAKEOPTS="-j1" 
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2003-05-12 10:02:59 UTC
Has this problem been fixed? 
Comment 3 Thiago dos Santos Alves 2003-05-12 18:11:14 UTC
I think yes.
Sorry to forget to report.
Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2003-05-12 21:54:15 UTC
Fixed per reporter.