Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124903 - KDM 3.4.3-r1 Fails to Compile
Summary: KDM 3.4.3-r1 Fails to Compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-04 00:09 UTC by Brandon Weeks
Modified: 2006-03-04 14:23 UTC (History)
1 user (show)

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


Attachments
Log of compile (kdm-3.4.3-r1.log,61.44 KB, application/octet-stream)
2006-03-04 13:53 UTC, Brandon Weeks
Details

Note You need to log in before you can comment on or make changes to this bug.
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.