Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52806 - emerge -U kde fails
Summary: emerge -U kde fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High blocker (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 12:25 UTC by David Hacker
Modified: 2004-06-04 12:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
list of errors in emerge -U kde (kdebase-3.2.2.txt,5.55 KB, text/plain)
2004-06-02 12:29 UTC, David Hacker
Details
My system info (emerge info.txt,1.39 KB, text/plain)
2004-06-02 12:53 UTC, David Hacker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Hacker 2004-06-02 12:25:16 UTC
I have tried to emerge kde-3.2.2 and it fails repeatedly at Line 129 exit code 2.  koffice-1.3.1 ebuild also fails everytime I try it.

Reproducible: Always
Steps to Reproduce:
1.I started with a binary install of kde-3.2.0 from the livecd G4 packages
2.I ran emerge sync and emerge -U world
3.failed on koffice-1.3.1, then tried emerge -U kde and failed on kdebase-3.2.2

Actual Results:  
!!! ERROR: kde-base/kdebase-3.2.2 failed.
!!! Function kde_src_compile, Line 129, Exitcode 2
!!! died running emake, kde_src_compile:make


Expected Results:  
I expected the ebuild to compile succesfully.  I am running on the new eMac
1.25GHz with altivec enabled and USE="qt kde gtk gnome cups usb dvd cdr"

checking linux/raw.h usability... no
checking linux/raw.h presence... yes
configure: WARNING: linux/raw.h: present but cannot be compiled
configure: WARNING: linux/raw.h:     check for missing prerequisite headers?
configure: WARNING: linux/raw.h: see the Autoconf documentation
configure: WARNING: linux/raw.h:     section "Present But Cannot Be Compiled"
configure: WARNING: linux/raw.h: proceeding with the preprocessor's result
configure: WARNING: linux/raw.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
checking for linux/raw.h... yes
checking sys/raw.h usability... yes
checking sys/raw.h presence... yes
checking for sys/raw.h... yes
Comment 1 David Hacker 2004-06-02 12:29:31 UTC
Created attachment 32541 [details]
list of errors in emerge -U kde
Comment 2 David Hacker 2004-06-02 12:53:30 UTC
Created attachment 32542 [details]
My system info
Comment 3 David Hacker 2004-06-03 19:06:53 UTC
Has anyone found any helpful information on this problem?  I upgraded my glibc and gcc with the new ebuilds that came out last night.  Still failed at the same place.  I updated automake, autoconf, and ccache with the ~ppc flags and emptied the ccache and it still fails in the same place.  I see that there are reports on x86 of fails at the same line in the src compile.
Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2004-06-04 05:31:04 UTC
I've never seen this error before.  DId you upgrade any other packages between the time you emerged kdelibs-3.2.2 and kdebase-3.2.2 ?  Perhaps re-emerging kdelibs will help you out.
Comment 5 David Hacker 2004-06-04 12:02:44 UTC
I reemerged kdelibs-3.2.2, after I had upgraded my gcc and then the kdebase-3.2.2 emerged fine.  Thanks for the help