Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 124903

Summary: KDM 3.4.3-r1 Fails to Compile
Product: Gentoo Linux Reporter: Brandon Weeks <bjweeks16>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: major CC: bg
Priority: High    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Log of compile

Description Brandon Weeks 2006-03-04 00:09:29 UTC
When trying to emerge KDm on a fresh install I get this error.

!!! ERROR: kde-base/kdm-3.4.3-r1 failed.
!!! Function kde_src_compile, Line 224, Exitcode 2
!!! died running emake, kde_src_compile:make

My make.conf

CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointers"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.mirrors.easynews.com/linux/gentoo/ "
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"


USE="3dnow mmx sse symlink -cups -eds -gnome -gtk -gtk2 -ipv6"
Comment 1 Nick Devito 2006-03-04 08:41:48 UTC
Can you post the errors above that !!! stuff? The !!! stuff is useless, as it doesn't tell the error, it just says an error occured. 
Comment 2 Brandon Weeks 2006-03-04 12:20:43 UTC
make[4]: *** [kdm_greet.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [kdm_config.o] Error 1
make[4]: Leaving directory `/var/tmp/portage/kdm-3.4.3-r1/work/kdm-3.4.3/kdm/kfrontend'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdm-3.4.3-r1/work/kdm-3.4.3/kdm/kfrontend'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdm-3.4.3-r1/work/kdm-3.4.3/kdm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdm-3.4.3-r1/work/kdm-3.4.3'
make: *** [all] Error 2

!!! ERROR: kde-base/kdm-3.4.3-r1 failed.
!!! Function kde_src_compile, Line 224, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.
Comment 3 Brandon Weeks 2006-03-04 13:53:04 UTC
Created attachment 81350 [details]
Log of compile
Comment 4 Brandon Weeks 2006-03-04 14:23:39 UTC
Fixed was a error in my make.conf sorry.