Your message dated Tue, 12 Aug 2008 18:03:49 +0200
with message-id <[EMAIL PROTECTED]>
and subject line 494818
has caused the Debian Bug report #494818,
regarding fuse-source: does not build under kernel 2.6.26
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
494818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494818
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: fuse-source
Version: 2.7.3-4
Severity: grave
Justification: renders package unusable
buildlog is below
[ ! -f Makefile ] || /usr/bin/make distclean
/usr/bin/make -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/fuse'
[ ! -f Makefile ] || /usr/bin/make distclean
make[1]: Nothing to be done for `kdist_config'.
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.26-1-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.26-1-686/g ;s/#KVERS#/2.6.26-1-686/g ;
s/_KVERS_/2.6.26-1-686/g ; s/##KDREV##/2.6.26-1/g ; s/#KDREV#/2.6.26-1/g ;
s/_KDREV_/2.6.26-1/g ' < $templ > ${templ%.modules.in}; \
done
dh_testroot
dh_clean -k
./configure --enable-kernel-module --with-kernel=/lib/modules/2.6.26-1-686/build
checking for a BSD-compatible install... /usr/bin/install -c
checking kernel source directory... /lib/modules/2.6.26-1-686/build
checking kernel build directory... /lib/modules/2.6.26-1-686/build
checking kernel source version... 2.6.26-1-686
checking if FUSE is configured in the kernel... yes
checking if kernel defines kzalloc function... yes
checking if kernel defines fs_subsys... no
checking whether lookup_instantiate_filp is defined... yes
checking if umount_begin is passed a vfsmount... no
checking if inode has i_blksize field... no
checking if inode has i_private field... yes
checking if inode has i_mutex field ... yes
checking if kernel has mutex.h ... yes
checking if kernel has exportfs.h ... yes
checking if kernel has BLOCK option ... yes
checking if this is user mode linux... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
/usr/bin/make
make[2]: Entering directory `/usr/src/modules/fuse'
/usr/bin/make -C /lib/modules/2.6.26-1-686/build SUBDIRS=`pwd` modules
make[3]: Entering directory `/usr/src/linux-headers-2.6.26-1-686'
CC [M] /usr/src/modules/fuse/dev.o
CC [M] /usr/src/modules/fuse/dir.o
CC [M] /usr/src/modules/fuse/file.o
CC [M] /usr/src/modules/fuse/inode.o
/usr/src/modules/fuse/inode.c:693: error: unknown field 'read_inode' specified
in initializer
/usr/src/modules/fuse/inode.c:948: error: expected ')' before '(' token
/usr/src/modules/fuse/inode.c:950: error: expected ')' before '(' token
/usr/src/modules/fuse/inode.c:951: error: expected ')' before '(' token
/usr/src/modules/fuse/inode.c: In function 'fuse_sysfs_init':
/usr/src/modules/fuse/inode.c:1019: error: implicit declaration of function
'subsystem_register'
/usr/src/modules/fuse/inode.c:1019: error: 'fs_subsys' undeclared (first use in
this function)
/usr/src/modules/fuse/inode.c:1019: error: (Each undeclared identifier is
reported only once
/usr/src/modules/fuse/inode.c:1019: error: for each function it appears in.)
/usr/src/modules/fuse/inode.c:1024: error: implicit declaration of function
'kobj_set_kset_s'
/usr/src/modules/fuse/inode.c:1024: error: 'fuse_subsys' undeclared (first use
in this function)
/usr/src/modules/fuse/inode.c:1033: error: 'connections_subsys' undeclared
(first use in this function)
/usr/src/modules/fuse/inode.c:1044: error: implicit declaration of function
'subsystem_unregister'
/usr/src/modules/fuse/inode.c: In function 'fuse_sysfs_cleanup':
/usr/src/modules/fuse/inode.c:1054: error: 'connections_subsys' undeclared
(first use in this function)
/usr/src/modules/fuse/inode.c:1055: error: 'fuse_subsys' undeclared (first use
in this function)
/usr/src/modules/fuse/inode.c:1057: error: 'fs_subsys' undeclared (first use in
this function)
make[4]: *** [/usr/src/modules/fuse/inode.o] Error 1
make[3]: *** [_module_/usr/src/modules/fuse] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.26-1-686'
make[2]: *** [all-spec] Error 2
make[2]: Leaving directory `/usr/src/modules/fuse'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/fuse'
make: *** [kdist_build] Error 2
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages fuse-source depends on:
ii bzip2 1.0.5-1 high-quality block-sorting file co
ii debhelper 7.0.16 helper programs for debian/rules
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
fuse-source recommends no packages.
fuse-source suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
fuse-source package has been dropped. Use linux kernel fuse module instead.
--- End Message ---