[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#479721: FTBFS with 2.6.25-1



Package: redhat-cluster
Severity: serious

Hi,

your package fails to build with 2.6.25-1.

As a side note, if you try to compile it yourself, make sure you have
linux-kbuild with debian version 2.6.25-2. Due to a bug in -1, it would
fail (for different reasons) anyway.

Regards,
Daniel

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          daniel.baumann@panthera-systems.net
Internet:       http://people.panthera-systems.net/~daniel-baumann/
for templ in /usr/src/modules/redhat-cluster/debian/redhat-cluster-modules-_KVERS_.postinst; do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.25-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.25-1-686/g ;s/#KVERS#/2.6.25-1-686/g ; s/_KVERS_/2.6.25-1-686/g ; s/##KDREV##/2.6.25-1/g ; s/#KDREV#/2.6.25-1/g ; s/_KDREV_/2.6.25-1/g  ' < $templ > ${templ%.modules.in}; \
  done
dh_clean
/usr/bin/make -C /lib/modules/2.6.25-1-686/build M=/usr/src/modules/redhat-cluster clean USING_KBUILD=1
make[1]: Entering directory `/usr/src/linux-headers-2.6.25-1-686'
make[1]: Leaving directory `/usr/src/linux-headers-2.6.25-1-686'
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/redhat-cluster'
for templ in /usr/src/modules/redhat-cluster/debian/redhat-cluster-modules-_KVERS_.postinst; do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.25-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.25-1-686/g ;s/#KVERS#/2.6.25-1-686/g ; s/_KVERS_/2.6.25-1-686/g ; s/##KDREV##/2.6.25-1/g ; s/#KDREV#/2.6.25-1/g ; s/_KDREV_/2.6.25-1/g  ' < $templ > ${templ%.modules.in}; \
  done
dh_clean
/usr/bin/make -C /lib/modules/2.6.25-1-686/build M=/usr/src/modules/redhat-cluster clean USING_KBUILD=1
/bin/sh: /usr/src/linux-headers-2.6.25-1-686/scripts/gcc-x86_64-has-stack-protector.sh: No such file or directory
/bin/sh: /usr/src/linux-headers-2.6.25-1-686/scripts/gcc-x86_64-has-stack-protector.sh: No such file or directory
make[2]: Entering directory `/usr/src/linux-headers-2.6.25-1-686'
make[2]: Leaving directory `/usr/src/linux-headers-2.6.25-1-686'
make[1]: Nothing to be done for `kdist_config'.
dh_testdir
dh_testroot
dh_clean -k
# build the module
make -C /lib/modules/2.6.25-1-686/build M=/usr/src/modules/redhat-cluster/ modules USING_KBUILD=1
make[2]: Entering directory `/usr/src/linux-headers-2.6.25-1-686'
  CC [M]  /usr/src/modules/redhat-cluster/gfs/acl.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/bits.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/bmap.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/daemon.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/dio.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/dir.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/eaops.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/eattr.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/file.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/glock.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/glops.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/inode.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/ioctl.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/lm.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/log.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/lops.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/lvb.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/main.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/mount.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/ondisk.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/ops_address.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/ops_dentry.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/ops_export.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/ops_file.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/ops_fstype.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/ops_inode.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/ops_super.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/ops_vm.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/page.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/proc.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/quota.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/recovery.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/rgrp.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/super.o
  CC [M]  /usr/src/modules/redhat-cluster/gfs/sys.o
/usr/src/modules/redhat-cluster/gfs/sys.c:89: error: unknown field 'ktype' specified in initializer
/usr/src/modules/redhat-cluster/gfs/sys.c:89: warning: missing braces around initializer
/usr/src/modules/redhat-cluster/gfs/sys.c:89: warning: (near initialization for 'gfs_kset.list')
/usr/src/modules/redhat-cluster/gfs/sys.c:89: warning: initialization from incompatible pointer type
/usr/src/modules/redhat-cluster/gfs/sys.c: In function 'gfs_sys_fs_add':
/usr/src/modules/redhat-cluster/gfs/sys.c:103: error: implicit declaration of function 'kobject_register'
/usr/src/modules/redhat-cluster/gfs/sys.c: In function 'gfs_sys_fs_del':
/usr/src/modules/redhat-cluster/gfs/sys.c:115: error: implicit declaration of function 'kobject_unregister'
/usr/src/modules/redhat-cluster/gfs/sys.c: In function 'gfs_sys_init':
/usr/src/modules/redhat-cluster/gfs/sys.c:123: error: implicit declaration of function 'kobj_set_kset_s'
/usr/src/modules/redhat-cluster/gfs/sys.c:123: error: 'fs_subsys' undeclared (first use in this function)
/usr/src/modules/redhat-cluster/gfs/sys.c:123: error: (Each undeclared identifier is reported only once
/usr/src/modules/redhat-cluster/gfs/sys.c:123: error: for each function it appears in.)
make[4]: *** [/usr/src/modules/redhat-cluster/gfs/sys.o] Error 1
make[3]: *** [/usr/src/modules/redhat-cluster/gfs] Error 2
make[2]: *** [_module_/usr/src/modules/redhat-cluster] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.25-1-686'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/redhat-cluster'
make: *** [kdist_build] Error 2

Reply to: