Subject: cdfs-src: Bug confirmed
Followup-For: Bug #482075
Package: cdfs-src
Version: 2.6.23-3

Hello,

I can confirm the bug as described above. I can't test the patch,
because my knowledge isn't sufficient to understand it.

I want to ad, that cdfs-src was IMHO the only way of playing audio cds
with LTSP-Thin-Clients (see
http://wiki.ltsp.org/twiki/bin/view/Ltsp/LtspAudioCd ), so this should
be fixed before lenny becomes stable.

I have attached the file  "/var/cache/modass/cdfs-src*buildlog*"

Greetings

Alexander Kurtz

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cdfs-src depends on:
ii  bzip2                         1.0.5-0.1  high-quality block-sorting
file co
ii  debhelper                     7.0.15     helper programs for
debian/rules
ii  kernel-package                11.001-0.1 A utility for building
Linux kerne
ii  make                          3.81-5     The GNU version of the
"make" util
ii  module-assistant              0.10.11.0  tool to make module package
creati

cdfs-src recommends no packages.

-- no debconf information
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
dh_clean
rm -f /usr/src/modules/cdfs/debian/control
rm -rf /usr/src/modules/cdfs/debian/cdfs-2.* *.o *.ko */*.o */*.ko
/usr/bin/make clean || true
make[1]: Entering directory `/usr/src/modules/cdfs'
make[1]: Leaving directory `/usr/src/modules/cdfs'
cd 2.6 && /usr/bin/make clean
make[1]: Entering directory `/usr/src/modules/cdfs/2.6'
rm *.o *.ko .*.cmd *.mod.c *~
make[1]: Leaving directory `/usr/src/modules/cdfs/2.6'
cd 2.4 && /usr/bin/make clean
make[1]: Entering directory `/usr/src/modules/cdfs/2.4'
make[1]: Leaving directory `/usr/src/modules/cdfs/2.4'
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/cdfs'
dh_testdir
dh_testdir: cannot read debian/control: Datei oder Verzeichnis nicht gefunden

make[1]: [kdist_clean] Fehler 1 (ignoriert)
dh_testroot
rm -f build-stamp configure-stamp
dh_clean
dh_clean: cannot read debian/control: Datei oder Verzeichnis nicht gefunden

make[1]: [kdist_clean] Fehler 1 (ignoriert)
rm -f /usr/src/modules/cdfs/debian/control
rm -rf /usr/src/modules/cdfs/debian/cdfs-2.* *.o *.ko */*.o */*.ko
/usr/bin/make clean || true
make[2]: Entering directory `/usr/src/modules/cdfs'
make[2]: *** Keine Regel, um »clean« zu erstellen.  Schluss.
make[2]: Leaving directory `/usr/src/modules/cdfs'
cd 2.6 && /usr/bin/make clean
make[2]: Entering directory `/usr/src/modules/cdfs/2.6'
rm *.o *.ko .*.cmd *.mod.c *~
rm: Entfernen von „*.o“ nicht möglich: Datei oder Verzeichnis nicht 
gefunden
rm: Entfernen von „*.ko“ nicht möglich: Datei oder Verzeichnis nicht 
gefunden
rm: Entfernen von „.*.cmd“ nicht möglich: Datei oder Verzeichnis nicht 
gefunden
rm: Entfernen von „*.mod.c“ nicht möglich: Datei oder Verzeichnis nicht 
gefunden
rm: Entfernen von „*~“ nicht möglich: Datei oder Verzeichnis nicht gefunden
make[2]: [clean] Fehler 1 (ignoriert)
make[2]: Leaving directory `/usr/src/modules/cdfs/2.6'
cd 2.4 && /usr/bin/make clean
make[2]: Entering directory `/usr/src/modules/cdfs/2.4'
make[2]: *** Keine Regel, um »clean« zu erstellen.  Schluss.
make[2]: Leaving directory `/usr/src/modules/cdfs/2.4'
make[1]: [kdist_clean] Fehler 2 (ignoriert)
for templ in /usr/src/modules/cdfs/debian/cdfs-_KVERS_.postinst.modules.in; do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.25-2-686/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
    test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2>/dev/null || true; \
    sed -e 's/##KVERS##/2.6.25-2-686/g ;s/#KVERS#/2.6.25-2-686/g ; 
s/_KVERS_/2.6.25-2-686/g ; s/##KDREV##/2.6.25-7/g ; s/#KDREV#/2.6.25-7/g ; 
s/_KDREV_/2.6.25-7/g  ' < $templ > ${templ%.modules.in}; \
  done
cd /usr/src/modules/cdfs
mkdir -p debian/cdfs-2.6.25-2-686/lib/modules/2.6.25-2-686/kernel/fs
cd 2.6 && make KDIR=/lib/modules/2.6.25-2-686/build
make[2]: Entering directory `/usr/src/modules/cdfs/2.6'
make -C /lib/modules/2.6.25-2-686/build SUBDIRS=/usr/src/modules/cdfs/2.6 
modules
make[3]: Entering directory `/usr/src/linux-headers-2.6.25-2-686'
  CC [M]  /usr/src/modules/cdfs/2.6/root.o
/usr/src/modules/cdfs/2.6/root.c: In function ‘cdfs_fill_super’:
/usr/src/modules/cdfs/2.6/root.c:364: error: implicit declaration of function 
‘iget’
/usr/src/modules/cdfs/2.6/root.c:364: warning: passing argument 1 of 
‘d_alloc_root’ makes pointer from integer without a cast
/usr/src/modules/cdfs/2.6/root.c: In function ‘cdfs_lookup’:
/usr/src/modules/cdfs/2.6/root.c:462: warning: assignment makes pointer from 
integer without a cast
/usr/src/modules/cdfs/2.6/root.c: At top level:
/usr/src/modules/cdfs/2.6/root.c:544: error: unknown field ‘read_inode’ 
specified in initializer
/usr/src/modules/cdfs/2.6/root.c:544: warning: initialization from incompatible 
pointer type
make[4]: *** [/usr/src/modules/cdfs/2.6/root.o] Fehler 1
make[3]: *** [_module_/usr/src/modules/cdfs/2.6] Fehler 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.25-2-686'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/usr/src/modules/cdfs/2.6'
make[1]: *** [binary-modules] Fehler 2
make[1]: Leaving directory `/usr/src/modules/cdfs'
make: *** [kdist_build] Fehler 2

Reply via email to