Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can not emerge kdemultimedia.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
lordkurt
n00b
n00b


Joined: 01 Oct 2003
Posts: 39

PostPosted: Tue Nov 25, 2003 10:19 am    Post subject: Can not emerge kdemultimedia. Reply with quote

Code:

rm: cannot remove `': Invalid argument
In file included from /usr/include/linux/cdrom.h:14,
                 from plat_linux.c:65:
/usr/include/asm/byteorder.h:38: error: syntax error before "__u64"
/usr/include/asm/byteorder.h: In function `___arch__swab64':
/usr/include/asm/byteorder.h:52: error: syntax error before ':' token
In file included from plat_linux.c:70:
include/wm_cdrom.h: At top level:
include/wm_cdrom.h:63: warning: declaration of `index' shadows a global declaration
/usr/include/string.h:267: warning: shadowed declaration is here
plat_linux.c:112: warning: no previous prototype for `gen_init'
plat_linux.c: In function `gen_init':
plat_linux.c:111: warning: unused parameter `d'
plat_linux.c: In function `wmcd_open':
plat_linux.c:128: warning: assignment discards qualifiers from pointer target type
plat_linux.c:123: warning: unused variable `warned'
plat_linux.c: In function `wmcd_reopen':
plat_linux.c:184: warning: passing arg 2 of `wm_lib_message' discards qualifiers from pointer target type
plat_linux.c:187: warning: passing arg 2 of `wm_lib_message' discards qualifiers from pointer target type
plat_linux.c:192: warning: passing arg 2 of `wm_lib_message' discards qualifiers from pointer target type
plat_linux.c: In function `wm_scsi':
plat_linux.c:258: warning: passing arg 2 of `wm_lib_message' discards qualifiers from pointer target type
plat_linux.c:264: warning: passing arg 2 of `wm_lib_message' discards qualifiers from pointer target type
plat_linux.c:256: warning: unused variable `ret'
plat_linux.c: At top level:
plat_linux.c:337: warning: declaration of `index' shadows a global declaration
/usr/include/string.h:267: warning: shadowed declaration is here
plat_linux.c:338: warning: no previous prototype for `gen_get_drive_status'
plat_linux.c:425: warning: no previous prototype for `gen_get_trackcount'
plat_linux.c:440: warning: no previous prototype for `gen_get_trackinfo'
plat_linux.c:462: warning: no previous prototype for `gen_get_cdlen'
plat_linux.c:474: warning: no previous prototype for `gen_play'
plat_linux.c:512: warning: no previous prototype for `gen_pause'
plat_linux.c:521: warning: no previous prototype for `gen_resume'
plat_linux.c:530: warning: no previous prototype for `gen_stop'
plat_linux.c:540: warning: no previous prototype for `gen_eject'
plat_linux.c: In function `gen_eject':
plat_linux.c:549: warning: passing arg 2 of `wm_lib_message' discards qualifiers from pointer target type
plat_linux.c:553: warning: passing arg 2 of `wm_lib_message' discards qualifiers from pointer target type
plat_linux.c:575: warning: passing arg 2 of `wm_lib_message' discards qualifiers from pointer target type
plat_linux.c:582: warning: passing arg 2 of `wm_lib_message' discards qualifiers from pointer target type
plat_linux.c:594: warning: passing arg 2 of `wm_lib_message' discards qualifiers from pointer target type
plat_linux.c: At top level:
plat_linux.c:627: warning: no previous prototype for `gen_closetray'
plat_linux.c: In function `gen_closetray':
plat_linux.c:630: warning: passing arg 2 of `wm_lib_message' discards qualifiers from pointer target type
plat_linux.c: At top level:
plat_linux.c:675: warning: no previous prototype for `gen_set_volume'
plat_linux.c:700: warning: no previous prototype for `gen_get_cdtext'
plat_linux.c: In function `gen_get_cdtext':
plat_linux.c:701: warning: implicit declaration of function `wm_scsi_get_cdtext'
plat_linux.c: At top level:
plat_linux.c:710: warning: no previous prototype for `gen_get_volume'
plat_linux.c: In function `gen_get_volume':
plat_linux.c:709: warning: unused parameter `d'
plat_linux.c: At top level:
plat_linux.c:28: warning: `plat_linux_id' defined but not used
make[3]: *** [plat_linux.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.1.4-r1/work/kdemultimedia-3.1.4/kscd/libwm'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-3.1.4-r1/work/kdemultimedia-3.1.4/kscd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdemultimedia-3.1.4-r1/work/kdemultimedia-3.1.4'
make: *** [all] Error 2

!!! ERROR: kde-base/kdemultimedia-3.1.4-r1 failed.
!!! Function kde_src_compile, Line 137, Exitcode 2
!!! died running emake, kde_src_compile:make

Calculating dependencies  ...done!
>>> emerge (1 of 8) kde-base/kdemultimedia-3.1.4-r1 to /
>>> md5 src_uri ;-) kdemultimedia-3.1.4.tar.bz2


This is the error mesg.
I emerge some importand package, and then update system, finally emerge kde.
Maybe this is not a good way, I got this error.
Back to top
View user's profile Send private message
-JeaN-
Apprentice
Apprentice


Joined: 25 Nov 2002
Posts: 211
Location: PaRiS :D

PostPosted: Tue Nov 25, 2003 10:58 am    Post subject: Reply with quote

Hello,

Can you please post your make.conf, specially the CHOST / CFLAGS / CXXFLAGS part, eventually the USE one.
All this could help, cause this look like some error about make.conf to me, also please tell us what kind of CPU you are using, overclocked or not, and maybe what kinda ram you have, if it's also overclocked, could be the reason for a bad compile.

Jean
Back to top
View user's profile Send private message
lordkurt
n00b
n00b


Joined: 01 Oct 2003
Posts: 39

PostPosted: Tue Nov 25, 2003 11:48 am    Post subject: Reply with quote

Code:

USE="X qt kde cjk"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
ACCEPT_KEYWORDS="~x86"
DISTDIR=/mnt/pub/Linux/Gentoo/distfiles
PKGDIR=/mnt/pub/Linux/Gentoo/packages

root # cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 11
model name      : Intel(R) Celeron(TM) CPU                1000MHz
stepping        : 1
cpu MHz         : 1007.607
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips        : 1982.46



Maybe I should use -alsa?
Back to top
View user's profile Send private message
Brandy
Bodhisattva
Bodhisattva


Joined: 08 Jun 2003
Posts: 820
Location: New Zealand

PostPosted: Tue Nov 25, 2003 12:25 pm    Post subject: Reply with quote

Moved from Installing Gentoo to Duplicate Threads. Please post any followups here.
_________________
Faber est suae quisque fortunae.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum