View previous topic :: View next topic |
Author |
Message |
swer n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 19 Jul 2004 Posts: 17
|
Posted: Sun Sep 12, 2004 6:54 pm Post subject: Errors bei emerge cdfs |
|
|
Ich bekomme folgendes wenn ich ein emerge cdfs machen will.
Code: | Calculating dependencies ...done!
>>> emerge (1 of 1) sys-kernel/cdfs-0.5c to /
--- No package manifest found: /usr/portage/sys-kernel/cdfs/Manifest
>>> md5 src_uri ;-) cdfs-0.5c.tar.bz2
>>> Unpacking source...
>>> Unpacking cdfs-0.5c.tar.bz2 to /var/tmp/portage/cdfs-0.5c/work
>>> Source unpacked.
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -O3 -march=i686 -pipe -fomit-frame-pointer ) works... yes
checking whether the C compiler (gcc -O3 -march=i686 -pipe -fomit-frame-pointer ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /bin/install -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for linux/fs.h... yes
checking whether gcc needs -traditional... no
checking for directory with kernel source... /usr/src/linux
checking for kernel version... 0.0.0
checking for kernel module symbol versions... yes
checking for directory to store kernel modules... /lib/modules/0.0.0/kernel/fs/cdfs
checking for processor type... unknown
checking for cdfs version... 0.5c
updating cache ./config.cache
creating ./config.status
creating Makefile
gcc -Wall -O2 -DLINUX -DCONFIG_CDFS_VERSION=\"0.5c\" -I/usr/src/linux/include -c audio.c -Wall
In file included from audio.c:26:
cdfs.h:27:31: linux/modversions.h: No such file or directory
In file included from cdfs.h:34,
from audio.c:26:
/usr/src/linux/include/linux/fs.h: In function `file_accessed':
/usr/src/linux/include/linux/fs.h:1011: error: `O_NOATIME' undeclared (first use in this function)
/usr/src/linux/include/linux/fs.h:1011: error: (Each undeclared identifier is reported only once
/usr/src/linux/include/linux/fs.h:1011: error: for each function it appears in.)
In file included from cdfs.h:35,
from audio.c:26:
/usr/include/linux/locks.h: In function `wait_on_buffer':
/usr/include/linux/locks.h:19: error: `BH_Lock' undeclared (first use in this function)
/usr/include/linux/locks.h:19: error: dereferencing pointer to incomplete type
/usr/include/linux/locks.h:19: error: dereferencing pointer to incomplete type
/usr/include/linux/locks.h: In function `lock_buffer':
/usr/include/linux/locks.h:25: error: `BH_Lock' undeclared (first use in this function)
/usr/include/linux/locks.h:25: error: dereferencing pointer to incomplete type
/usr/include/linux/locks.h: At top level:
/usr/include/linux/locks.h:38: error: redefinition of `lock_super'
/usr/src/linux/include/linux/fs.h:809: error: `lock_super' previously defined here
/usr/include/linux/locks.h:43: error: redefinition of `unlock_super'
/usr/src/linux/include/linux/fs.h:814: error: `unlock_super' previously defined here
audio.c: In function `cdfs_copy_from_cd':
audio.c:66: error: structure has no member named `u'
make: *** [audio.o] Error 1
!!! ERROR: sys-kernel/cdfs-0.5c failed.
!!! Function src_compile, Line 21, Exitcode 2
!!! make failed with errors
|
Habe keinen plan warum das nicht klapt. Habe zwei System beim ersten mit den LOVE-Surces 2.6.8-rc2-love3 hatte es geklapt. Beim zweiten hatte ich urspünglich eine 2.6.6 version drauf aber auch nach dem wecksel auf 2.6.8-rc4-love2 hat sich nichts geendert. Ich kann leider garnichts finden was in zusammenhang mit cdfs und Errors beim compielieren stet |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
michip n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Oct 2002 Posts: 42 Location: Kassel, DE
|
Posted: Sun Sep 12, 2004 7:05 pm Post subject: |
|
|
Hi,
das sollte dir zu denken geben:
Code: |
checking for kernel version... 0.0.0
checking for kernel module symbol versions... yes
checking for directory to store kernel modules... /lib/modules/0.0.0/kernel/fs/cdfs
|
evtl. zeigt /usr/src/linux auf den falschen Kernel-Source ??
CU
Michael |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
swer n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 19 Jul 2004 Posts: 17
|
Posted: Mon Sep 13, 2004 2:44 pm Post subject: |
|
|
nach demich den link jetzt richtig habeerkenderden kernnel. aber scheitert immernoch an der selben stelle.
Code: | checking for kernel version... 2.6.8-rc4-love1
checking for kernel module symbol versions... yes
checking for directory to store kernel modules... /lib/modules/2.6.8-rc4-love1/kernel/fs/cdfs
checking for |
Code: | audio.c: In function `cdfs_copy_from_cd':
audio.c:66: error: structure has no member named `u'
make: *** [audio.o] Error 1
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
michip n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Oct 2002 Posts: 42 Location: Kassel, DE
|
Posted: Mon Sep 13, 2004 6:41 pm Post subject: |
|
|
Wo kommt das cdfs überhaupt her ? Bei mir ist keines vorhanden.
Sind die gesuchten Dateien denn im Kernelsource ? Evtl. hat sich da was geändert. Im Zweifelsfall nimm halt den Kernel, mit dem es ging.
CU
Michael |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|