Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32618 - koffice-1.3_rc1 fails to compile
Summary: koffice-1.3_rc1 fails to compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-03 05:03 UTC by Miguel Revilla Rodríguez
Modified: 2003-11-03 13:20 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 Miguel Revilla Rodríguez 2003-11-03 05:03:29 UTC
koffice-1.3_rc1 fails to compile with the following error: 
 
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. 
-I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  
-D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith 
-Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion 
-Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -march=athlon -O3 -pipe -mmmx -msse 
-m3dnow -mfpmath=sse,387 -fprefetch-loop-arrays -ffast-math -fforce-addr 
-falign-functions=4 -Wformat-security -Wmissing-format-attribute -fno-exceptions 
-fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
-DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o koStoreDrag.lo `test -f 
'koStoreDrag.cc' || echo './'`koStoreDrag.cc 
rm: cannot remove `': Invalid argument 
koZipStore.cc: In member function `virtual bool KoZipStore::init(KoStore::Mode, 
   const QCString&)': 
koZipStore.cc:63: error: `NoExtraField' is not a member of type `KZip' 
koZipStore.cc:63: error: `setExtraField' undeclared (first use this function) 
koZipStore.cc:63: error: (Each undeclared identifier is reported only once for 
   each function it appears in.) 
make[4]: *** [koZipStore.lo] Error 1 
make[4]: Leaving directory `/var/tmp/portage/koffice-1.3_rc1/work/koffice-1.2.94/lib/store' 
make[3]: *** [all-recursive] Error 1 
make[3]: Leaving directory `/var/tmp/portage/koffice-1.3_rc1/work/koffice-1.2.94/lib/store' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory `/var/tmp/portage/koffice-1.3_rc1/work/koffice-1.2.94/lib' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/koffice-1.3_rc1/work/koffice-1.2.94' 
make: *** [all] Error 2 
 

Reproducible: Always
Steps to Reproduce:
1. emerge -u koffice 
2. 
3. 
Actual Results:  
emerge fails because of compilation error 

Expected Results:  
emerge should work without errors 

Portage 2.0.49-r15 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r8, 2.4.20-gentoo-r8) 
================================================================= 
System uname: 2.4.20-gentoo-r8 i686 AMD Duron(tm) Processor 
Gentoo Base System version 1.4.3.11 
ccache version 2.3 [enabled] 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=athlon -O3 -pipe -mmmx -msse -m3dnow -mfpmath=sse,387 
-fomit-frame-pointer -fprefetch-loop-arrays -ffast-math -fforce-addr -falign-functions=4" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/
config /usr/X11R6/lib/X11/xkb /usr/kde/3.2/share/config /usr/kde/3.1/share/config /usr/
share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-march=athlon -O3 -pipe -mmmx -msse -m3dnow -mfpmath=sse,387 
-fomit-frame-pointer -fprefetch-loop-arrays -ffast-math -fforce-addr -falign-functions=4" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="sandbox autoaddcvs ccache" 
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 oss apm crypt cups foomaticdb gif jpeg libg++ mad mikmod pdflib png spell xml2 
xmms gtkhtml gdbm berkdb slang readline tetex bonobo java guile sdl gpm tcpd pam libwww 
ssl python esd motif ldap scanner 3dnow aalib alsa arts artswrappersuid avi cdr directfb dv dvd 
dvdr encode faad fbcon firewire flash gnome gnome-libs gpg gphoto2 gtk gtk2 imlib kde mbox 
mldonkeypango mmx mozilla moznoirc moznomail moznocompose mpeg ncurses nls 
oggvorbis opengl openssh perl postgres qt quicktime samba sox sse svga tcltk tiff truetype 
wmf X xv zlib"
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2003-11-03 12:39:23 UTC
Running CVS head or 3.2_alpha2?  You'll need to upgrade it first to a more
recent copy before this will compile for you.
Comment 2 Miguel Revilla Rodríguez 2003-11-03 13:20:32 UTC
I'm running alpha2. Bug closed. Invalid.