Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54054 - Koffice 1.3.1 fails to emerge
Summary: Koffice 1.3.1 fails to emerge
Status: RESOLVED DUPLICATE of bug 50161
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-15 21:38 UTC by Andrew D Kirch
Modified: 2005-07-17 13:06 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 Andrew D Kirch 2004-06-15 21:38:53 UTC
Koffice fails to emerge using either ~amd64 or amd64.  Package is marked stable.

Reproducible: Always
Steps to Reproduce:
1. emerge koffice 
2.
3.

Actual Results:  
compile failure detailed below


Expected Results:  
a completed compile

/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I.
-I. -I../.. -I../../lib/kofficeui -I../../lib/kofficeui -I../../lib/kofficecore
-I../../lib/kofficecore -I../../lib/store -I../../lib/store -I../../lib/kwmf -I.
./../lib/kwmf -I../../lib/kopainter -I../../lib/kopainter -I./.. -I./../core -I.
/../commands -I./../render -I./../dialogs -I./../dockers -I./../tools -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 -W
write-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -Os -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 vgradientwid
get.lo `test -f 'vgradientwidget.cc' || echo './'`vgradientwidget.cc
vcanvas.cc: In member function `void VCanvas::setViewportRect(const KoRect&)':
vcanvas.cc:246: warning: converting to `int' from `double'
vcanvas.cc:248: warning: converting to `int' from `double'
vcanvas.cc: In member function `void VCanvas::repaintAll(const KoRect&)':
vcanvas.cc:314: error: request for member `x' in `this->rect', which is of
   non-aggregate type `<unknown type>'
vcanvas.cc:314: error: request for member `y' in `this->rect', which is of
   non-aggregate type `<unknown type>'
vcanvas.cc:314: error: request for member `width' in `this->rect', which is of
   non-aggregate type `<unknown type>'
vcanvas.cc:314: error: request for member `height' in `this->rect', which is of
   non-aggregate type `<unknown type>'
make[3]: *** [vcanvas.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/koffice-1.3.1-r1/work/koffice-1.3.1
/karbon/widgets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/koffice-1.3.1-r1/work/koffice-1.3.1
/karbon'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/koffice-1.3.1-r1/work/koffice-1.3.1 '
make: *** [all] Error 2

!!! ERROR: app-office/koffice-1.3.1-r1 failed.
!!! Function kde_src_compile, Line 129, Exitcode 2
!!! died running emake, kde_src_compile:make


root@gentoo64 trelane # emerge info
Portage 2.0.50-r8 (default-amd64-2004.0, gcc-3.3.3, glibc-2.3.4.20040605-r0,
2.6.5-gentoo-r1)
=================================================================
System uname: 2.6.5-gentoo-r1 x86_64 4
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-Os"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://gentoo.agsn.ca/ ftp://ftp.ndlug.nd.edu/pub/gentoo/
ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/ http://gentoo.netnitco.net
http://mirrors.tds.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acpi acpi4linux aim alsa amd64 apm arts artswrappersuid audiofile avantgo
avi berkdb bonobo cddb cdr crypt cups curl dv dvd encode esd ethereal ffmpeg
foomaticdb freetype fs gdbm gif glade glut gnome gpm gstreamer gtk gtk2 gtkhtml
icq imlib java javascript jpeg kde libg++ libwww mikmod motif mozilla mpeg
ncurses nls nogcj nptl oggvorbis opengl oss pam pda pdflib perl png pthreads
python qt quicktime readline sdl slang spell ssl svg tcpd tiff truetype xml2
xmms xv zlib"
Comment 1 Justin Bailey 2004-06-15 22:46:38 UTC
Is a Duplicate of http://bugs.gentoo.org/show_bug.cgi?id=50210
Comment 2 Andrew D Kirch 2004-06-15 22:48:22 UTC

*** This bug has been marked as a duplicate of 50210 ***
Comment 3 Andrew D Kirch 2004-06-15 22:50:42 UTC
marked to wrong bug
Comment 4 Andrew D Kirch 2004-06-15 22:51:16 UTC
marked to wrong bug


*** This bug has been marked as a duplicate of 50161 ***