Package: squashfs-source
Version: 1:3.2r2-3
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I get a compile error when building the squashfs module for 2.6.22.
Attached is the compile log.
Regards,
Bastian
- -- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.21treasure1 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages squashfs-source depends on:
ii bzip2 1.0.3-7 high-quality block-sorting file co
ii debhelper 5.0.53 helper programs for debian/rules
ii dpatch 2.0.26 patch maintenance system for Debia
ii make 3.81-3 The GNU version of the "make" util
ii module-assistant 0.10.11 tool to make module package creati
Versions of packages squashfs-source recommends:
ii squashfs-tools 1:3.2r2-3 Tool to create and append to squas
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGn3B3eBwlBDLsbz4RAjoqAKC4i4McleyB1Qp+gr1qjTnnnognMACcDwl2
xDUlyLb0MMwvpC3406WjRP8=
=/T2m
-----END PGP SIGNATURE-----
make[2]: Entering directory `/usr/src/modules/squashfs'
fakeroot /usr/bin/make -w -f debian/rules kdist_clean kdist_config
binary-modules
make[3]: Entering directory `/usr/src/modules/squashfs'
/usr/bin/make -w clean
make[4]: Entering directory `/usr/src/modules/squashfs'
find . \( -name '*.ko' -o -name '*.o' -o -name '.tmp_versions' -o -name '*~' -o
-name '.*.cmd' \
-o -name '*.mod.c' -o -name '*.tar.bz2' -o -name '*.rej' -o
-name '*.orig' \)\
-print | xargs rm -Rf
make[4]: Leaving directory `/usr/src/modules/squashfs'
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.22treasure1/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.22treasure1/g ;s/#KVERS#/2.6.22treasure1/g ;
s/_KVERS_/2.6.22treasure1/g ; s/##KDREV##/2.6.22treasure1-10.00.Custom/g ;
s/#KDREV#/2.6.22treasure1-10.00.Custom/g ;
s/_KDREV_/2.6.22treasure1-10.00.Custom/g ' < $templ > ${templ%.modules.in}; \
done
dh_testroot
dh_clean -k
dh_installdirs
/usr/bin/make KDIR=/usr/src/linux-source-2.6.22 KVER=2.6.22treasure1
make[4]: Entering directory `/usr/src/modules/squashfs'
make -C /usr/src/linux-source-2.6.22 SUBDIRS=`pwd`/linux-2.6 CONFIG_SQUASHFS=m \
CC="gcc" modules
make[5]: Entering directory `/usr/src/linux-source-2.6.22'
CC [M] /usr/src/modules/squashfs/linux-2.6/inode.o
/usr/src/modules/squashfs/linux-2.6/inode.c: In function 'init_once':
/usr/src/modules/squashfs/linux-2.6/inode.c:2301: error: 'SLAB_CTOR_VERIFY'
undeclared (first use in this function)
/usr/src/modules/squashfs/linux-2.6/inode.c:2301: error: (Each undeclared
identifier is reported only once
/usr/src/modules/squashfs/linux-2.6/inode.c:2301: error: for each function it
appears in.)
/usr/src/modules/squashfs/linux-2.6/inode.c:2301: error:
'SLAB_CTOR_CONSTRUCTOR' undeclared (first use in this function)
make[6]: *** [/usr/src/modules/squashfs/linux-2.6/inode.o] Error 1
make[5]: *** [_module_/usr/src/modules/squashfs/linux-2.6] Error 2
make[5]: Leaving directory `/usr/src/linux-source-2.6.22'
make[4]: *** [modules] Error 2
make[4]: Leaving directory `/usr/src/modules/squashfs'
make[3]: *** [binary-modules] Error 2
make[3]: Leaving directory `/usr/src/modules/squashfs'
make[2]: *** [kdist_build] Error 2
make[2]: Leaving directory `/usr/src/modules/squashfs'
Module /usr/src/modules/squashfs failed.
Perhaps /usr/src/modules/squashfs does not understand --rootcmd?
If you see messages that indicate that it is not
in fact being built as root, please file a bug
against /usr/src/modules/squashfs.
Hit return to Continue