Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14840 - kdeedu's ebuild wont build
Summary: kdeedu's ebuild wont build
Status: RESOLVED DUPLICATE of bug 14768
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-31 06:25 UTC by Yariv Ido
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 Yariv Ido 2003-01-31 06:25:03 UTC
When trying to emerge kdeedu ( gcc 2.95.3 ), the following error occurs:

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include
-I/usr/X11R6/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=i686 -O3 -pipe -fomit-frame-pointer
-fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST  -c -o
kgeoConstructor.o `test -f 'kgeoConstructor.cpp' || echo './'`kgeoConstructor.cpp
kgeoFileHandling.cpp: In method `void KGeoApp::printDialog()':
kgeoFileHandling.cpp:491: Unable to generate reloads for:
(insn 495 493 497 (parallel[ 
            (set (reg:SI 6 %ebp)
                (fix:SI (fix:DF (reg/v:DF 107))))
            (clobber (mem:HI (plus:SI (reg:SI 6 %ebp)
                        (const_int -50 [0xffffffce])) 0))
            (clobber (mem:HI (plus:SI (reg:SI 6 %ebp)
                        (const_int -52 [0xffffffcc])) 0))
            (clobber (mem:SI (plus:SI (reg:SI 6 %ebp)
                        (const_int -48 [0xffffffd0])) 0))
            (clobber (scratch:HI))
        ] ) 149 {fix_truncdfsi2+1} (nil)
    (expr_list:REG_DEAD (reg/v:DF 107)
        (expr_list:REG_UNUSED (scratch:HI)
            (nil))))
make[4]: *** [kgeoFileHandling.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/kdeedu-3.1/work/kdeedu-3.1/kgeo/kgeo'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdeedu-3.1/work/kdeedu-3.1/kgeo/kgeo'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeedu-3.1/work/kdeedu-3.1/kgeo'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeedu-3.1/work/kdeedu-3.1'
make: *** [all] Error 2

!!! ERROR: kde-base/kdeedu-3.1 failed.
!!! Function kde_src_compile, Line -9116, Exitcode 2
!!! died running emake, kde_src_compile:make
Comment 1 SpanKY gentoo-dev 2003-01-31 10:43:04 UTC
turn down your CFLAGS
Comment 2 Sébastien Koechlin 2003-02-07 19:00:49 UTC
Same bug as #14768   
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-02-08 18:17:48 UTC
reopened
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-02-08 18:17:57 UTC

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