On Monday 06 February 2006 21:43, Steven S. wrote:
> Hey list. I'm not sure if this is truly a broken ebuild issue or something
> weird on my system. I seem to remember my system running fine with the old
> version of KDM, and upgrading just fine, which is why I'm confused.
>
> This is a new install of Gentoo, and kdm refuses to build, which is
> causing me end of trouble in installing kde things (okay, so I did get kde
> on with skipping it, but I can't emerge -e world without it breaking!).
>
> Here's what I get when I try to install kdm 3.5.1...
>
> i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../backend -I..
> -I../../kcontrol/background -I../../kdmlib -I/usr/kde/3.5/include
> -I/usr/qt/3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT
> -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
> -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
> -DNDEBUG -O2 -O2 -march=pentium4 -pipe s -Wformat-security
> -Wmissing-format-attribute -c `test -f 'kdm_greet.c' || echo
> './'`kdm_greet.c
> i686-pc-linux-gnu-gcc: s: No such file or directory
> i686-pc-linux-gnu-gcc: s: No such file or directory
> ./../backend/printf.c: In function `fmtstr':
> ./../backend/printf.c:210: warning: 'lastcol' might be used uninitialized
> in this function
> ./../backend/printf.c: In function `fmtstr':
> ./../backend/printf.c:210: warning: 'lastcol' might be used uninitialized
> in this function
> kdm_config.c: In function `GetValue':
> kdm_config.c:632: warning: 'bestsec' might be used uninitialized in this
> function
> ./../backend/printf.c: In function `Logger':
> ./../backend/printf.c:298: warning: 'radix' might be used uninitialized in
> this function
> ./../backend/printf.c:300: warning: 'arlen' might be used uninitialized in
> this function
> make[4]: *** [kdm_config.o] Error 1
> make[4]: *** Waiting for unfinished jobs....
> make[4]: *** [kdm_greet.o] Error 1
> make[4]: Leaving directory
> `/var/tmp/portage/kdm-3.5.1/work/kdm-3.5.1/kdm/kfrontend'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/var/tmp/portage/kdm-3.5.1/work/kdm-3.5.1/kdm/kfrontend'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/var/tmp/portage/kdm-3.5.1/work/kdm-3.5.1/kdm'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/var/tmp/portage/kdm-3.5.1/work/kdm-3.5.1'
> make: *** [all] Error 2
>
> !!! ERROR: kde-base/kdm-3.5.1 failed.
> Call stack:
> ebuild.sh, line 1894: Called dyn_compile
> ebuild.sh, line 941: Called src_compile
> kdm-3.5.1.ebuild, line 47: Called kde-meta_src_compile 'compile'
> kde-meta.eclass, line 400: Called kde_src_compile 'make'
>
> !!! died running emake, kde_src_compile:make
> !!! If you need support, post the topmost build error, and the call stack
> if relevant.
>
> Any clues? I'll post a bug if it doesn't look like something I've broke.
Double check your C(XX)FLAGS
emerge dies because of this: -pipe s
The 's' shouldn't be there
--
gentoo-user@gentoo.org mailing list