Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4337 - koffice-1.2-beta2 fails to emerge ...
Summary: koffice-1.2-beta2 fails to emerge ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-30 02:17 UTC by Andreas Waschbuesch
Modified: 2002-07-03 14:56 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 Andreas Waschbuesch 2002-06-30 02:17:45 UTC
$ emerge koffice

[some mins later ...]

make[3]: Entering directory
`/var/tmp/portage/koffice-1.2_beta2/work/koffice-1.2-beta2/kugar/kudesigner'
source='canvbox.cpp' object='canvbox.o' libtool=no \
depfile='.deps/canvbox.Po' tmpdepfile='.deps/canvbox.TPo' \
depmode=gcc /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./../lib -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/usr/kde/3/include -I/usr/qt/3/include -I/usr/X11R6/include  
-DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long
-Wbad-function-cast -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=i686 -O3 -pipe
-fomit-frame-pointer -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_COMPAT -DKDE_NO_COMPAT  -c -o canvbox.o `test -f
canvbox.cpp || echo './'`canvbox.cpp
canvbox.cpp: In method `void CanvasKugarTemplate::draw(QPainter &)':
canvbox.cpp:157: Unable to generate reloads for:
(insn 2027 2025 2028 (parallel[
            (set (reg:SI 6 %ebp)
                (fix:SI (fix:DF (reg:DF 315))))
            (clobber (mem:HI (plus:SI (reg:SI 6 %ebp)
                        (const_int -54 [0xffffffca])) 0))
            (clobber (mem:HI (plus:SI (reg:SI 6 %ebp)
                        (const_int -56 [0xffffffc8])) 0))
            (clobber (mem:SI (plus:SI (reg:SI 6 %ebp)
                        (const_int -52 [0xffffffcc])) 0))
            (clobber (scratch:HI))
        ] ) 149 {fix_truncdfsi2+1} (insn_list 2025 (nil))
    (expr_list:REG_DEAD (reg:DF 315)
        (expr_list:REG_UNUSED (scratch:HI)
            (nil))))
cpp0: output pipe has been closed
make[3]: *** [canvbox.o] Error 1
make[3]: Leaving directory
`/var/tmp/portage/koffice-1.2_beta2/work/koffice-1.2-beta2/kugar/kudesigner'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/koffice-1.2_beta2/work/koffice-1.2-beta2/kugar/kudesigner'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/koffice-1.2_beta2/work/koffice-1.2-beta2/kugar'
make: *** [install-recursive] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_install, Line -3897, Exitcode 2
!!! died running make install, kde_src_install:make

!!! emerge aborting on  /usr/portage/app-office/koffice/koffice-1.2_beta2.ebuild .
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-01 03:24:25 UTC
gcc-3 andreas?
Comment 2 Andreas Waschbuesch 2002-07-01 03:50:28 UTC
No.

$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/specs
gcc version 2.95.3 20010315 (release)

old'n'bold :-)
Comment 3 Dan Armak (RETIRED) gentoo-dev 2002-07-01 12:36:16 UTC
Verwilst handles koffice. I think there was already a bug about this your 
way?... 
Comment 4 Andreas Waschbuesch 2002-07-01 13:11:16 UTC
Now I know, but

[1] I didn't change the assignment.

[2] my first report concerned Beta-r1. That "bug" got resolved over here with
qt-update. This one IS new.

Sorry ;
Comment 5 Andreas Waschbuesch 2002-07-01 13:11:16 UTC
Now I know, but

[1] I didn't change the assignment.

[2] my first report concerned Beta-r1. That "bug" got resolved over here with
qt-update. This one IS new.

Sorry ;°)
Comment 6 Bart Verwilst 2002-07-02 16:55:44 UTC
 are you sure it isn't bad RAM? 
Comment 7 Andreas Waschbuesch 2002-07-03 07:05:02 UTC
Hi Bart,

had that RAM doublechecked, though I didn't beleive it: it's nothing less than
the developing machine that brought up those "hick ups". Neither memtestX86
(bootblock) nor memtester (userspace checks) showed any errors. Deducing from Ur
question that it works "everywhere else" I decreased optimisation level settings
(was: -O3 -pipe -fomit-frame-pointer; now: -O3 -pipe), deinstalled ccache,
refetched the package, even rebooted (!) and just started another run. Maybe
this time ... I'll close this bug, if this was the issue.

Thanks for all Ur patience so far.
Comment 8 Andreas Waschbuesch 2002-07-03 14:56:52 UTC
No more "--fomit-frame-pointer". Therefore koffice compiles ...