Bug#400705: zaptel-source: still fails to build against 2.6.19-rc6 and 2.6.19

Andrea Borgia andrea at borgia.bo.it
Fri Dec 8 22:39:04 CET 2006


Package: zaptel-source
Version: 1:1.2.11.dfsg-1
Followup-For: Bug #400705


Tried both m-a and make-kpkg, same errors.
Does it matter that the kernel "build" link points to an unusual location?

Below is the m-a log for rc6:

dh_testdir
dh_testroot
rm -f *-stamp
# Add here commands to clean up after the build process.
rm -rf modexamples
/usr/bin/make clean
make[1]: Entering directory `/usr/src/modules/zaptel'
rm -f torisatool makefw tor2fw.h radfw.h
rm -f ztcfg ztmonitor ztspeed  zttest fxotune ztpty
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f zonedata.lo tonezone.lo libtonezone.so *.lo
/usr/bin/make -C /lib/modules/2.6.19-rc6tutti/source SUBDIRS=/usr/src/modules/zaptel clean
make[2]: Entering directory `/home/abo/devel/kernel/linux-2.6.19-rc6'
  CLEAN   /usr/src/modules/zaptel/.tmp_versions
make[2]: Leaving directory `/home/abo/devel/kernel/linux-2.6.19-rc6'
rm -rf .tmp_versions
rm -f gendigits tones.h
rm -f libtonezone*
rm -f tor2ee
rm -f fxotune
rm -f core
rm -f ztcfg-shared fxstest
rm -rf misdn*
rm -rf mISDNuser*
make[1]: Leaving directory `/usr/src/modules/zaptel'
#rm -f debian/manpage.links  debian/manpage.refs debian/*.8
dh_clean
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/zaptel'
dh_testdir
dh_testroot
rm -f *-stamp
# Add here commands to clean up after the build process.
rm -rf modexamples
/usr/bin/make clean
make[2]: Entering directory `/usr/src/modules/zaptel'
rm -f torisatool makefw tor2fw.h radfw.h
rm -f ztcfg ztmonitor ztspeed  zttest fxotune ztpty
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f zonedata.lo tonezone.lo libtonezone.so *.lo
/usr/bin/make -C /lib/modules/2.6.19-rc6tutti/source SUBDIRS=/usr/src/modules/zaptel clean
make[3]: Entering directory `/home/abo/devel/kernel/linux-2.6.19-rc6'
make[3]: Leaving directory `/home/abo/devel/kernel/linux-2.6.19-rc6'
rm -rf .tmp_versions
rm -f gendigits tones.h
rm -f libtonezone*
rm -f tor2ee
rm -f fxotune
rm -f core
rm -f ztcfg-shared fxstest
rm -rf misdn*
rm -rf mISDNuser*
make[2]: Leaving directory `/usr/src/modules/zaptel'
#rm -f debian/manpage.links  debian/manpage.refs debian/*.8
dh_clean
for templ in ; do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.19-rc6tutti/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.19-rc6tutti/g ;s/#KVERS#/2.6.19-rc6tutti/g ; s/_KVERS_/2.6.19-rc6tutti/g ; s/##KDREV##/standard1/g ; s/#KDREV#/standard1/g ; s/_KDREV_/standard1/g  ' < $templ > ${templ%.modules.in}; \
  done
dh_testdir
dh_testroot
dh_clean -k
make modules KERNEL_SOURCES=/lib/modules/2.6.19-rc6tutti/source MODVERSIONS=detect KERNEL=linux-2.6.19-rc6tutti
make[2]: Entering directory `/usr/src/modules/zaptel'
gcc -fno-inline-functions -O2 -fno-inline-functions -O2 -I. -O2 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE  -lm  gendigits.c   -o gendigits
./gendigits > tones.h
gcc -fno-inline-functions -O2 -fno-inline-functions -O2 -I. -O2 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE    makefw.c   -o makefw
./makefw tormenta2.rbt tor2fw > tor2fw.h
Loaded 69900 bytes from file
./makefw pciradio.rbt radfw > radfw.h
Loaded 42096 bytes from file
ZAPTELVERSION="1.2.11" build_tools/make_version_h > version.h.tmp
if cmp -s version.h.tmp version.h ; then echo; else \
		mv version.h.tmp version.h ; \
	fi

rm -f version.h.tmp
gcc -fno-inline-functions -O2 -fno-inline-functions -O2 -I. -O2 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE   -c -o ztcfg.o ztcfg.c
gcc -c -fPIC -fno-inline-functions -O2 -fno-inline-functions -O2 -I. -O2 -g -Wall -DBUILDING_TONEZONE    -DBUILDING_TONEZONE -o zonedata.lo zonedata.c
gcc -c -fPIC -fno-inline-functions -O2 -fno-inline-functions -O2 -I. -O2 -g -Wall -DBUILDING_TONEZONE    -DBUILDING_TONEZONE -o tonezone.lo tonezone.c
ar rcs libtonezone.a zonedata.lo tonezone.lo
gcc -o ztcfg ztcfg.o libtonezone.a -lm
gcc -fno-inline-functions -O2 -fno-inline-functions -O2 -I. -O2 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -o ztmonitor.o -c ztmonitor.c
gcc -fno-inline-functions -O2 -fno-inline-functions -O2 -I. -O2 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -o ztmonitor ztmonitor.o 
gcc  -o ztspeed.o -c ztspeed.c
gcc  -o ztspeed ztspeed.o 
gcc -fno-inline-functions -O2 -fno-inline-functions -O2 -I. -O2 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE    zttest.c   -o zttest
gcc -fno-inline-functions -O2 -fno-inline-functions -O2 -I. -O2 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -o fxotune.o -c fxotune.c
gcc -fno-inline-functions -O2 -fno-inline-functions -O2 -I. -O2 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -o fxotune fxotune.o -lm
gcc -fno-inline-functions -O2 -fno-inline-functions -O2 -I. -O2 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE    ztpty.c   -o ztpty
ztpty.c: In function 'main':
ztpty.c:80: warning: implicit declaration of function 'ioctl'
/lib/modules/2.6.19-rc6tutti/source
make -C /lib/modules/2.6.19-rc6tutti/source SUBDIRS=/usr/src/modules/zaptel modules
make[3]: Entering directory `/home/abo/devel/kernel/linux-2.6.19-rc6'
  CC [M]  /usr/src/modules/zaptel/zaptel.o
/usr/src/modules/zaptel/zaptel.c:189: warning: 'fcstab' defined but not used
  CC [M]  /usr/src/modules/zaptel/tor2.o
/usr/src/modules/zaptel/tor2.c: In function 'tor2_probe':
/usr/src/modules/zaptel/tor2.c:544: warning: passing argument 2 of 'request_irq' from incompatible pointer type
  CC [M]  /usr/src/modules/zaptel/torisa.o
/usr/src/modules/zaptel/torisa.c: In function 'tor_init':
/usr/src/modules/zaptel/torisa.c:1077: warning: passing argument 2 of 'request_irq' from incompatible pointer type
/usr/src/modules/zaptel/torisa.c: At top level:
/usr/src/modules/zaptel/torisa.c:1147: warning: 'set_tor_base' defined but not used
  CC [M]  /usr/src/modules/zaptel/wcusb.o
/usr/src/modules/zaptel/wcusb.c: In function 'wcusb_async_read':
/usr/src/modules/zaptel/wcusb.c:463: warning: passing argument 7 of 'usb_fill_control_urb' from incompatible pointer type
/usr/src/modules/zaptel/wcusb.c: In function 'wcusb_async_write':
/usr/src/modules/zaptel/wcusb.c:511: warning: passing argument 7 of 'usb_fill_control_urb' from incompatible pointer type
/usr/src/modules/zaptel/wcusb.c: In function 'prepare_transfer_urbs':
/usr/src/modules/zaptel/wcusb.c:1043: warning: assignment from incompatible pointer type
/usr/src/modules/zaptel/wcusb.c:1058: warning: assignment from incompatible pointer type
  CC [M]  /usr/src/modules/zaptel/wcfxo.o
/usr/src/modules/zaptel/wcfxo.c: In function 'wcfxo_init_one':
/usr/src/modules/zaptel/wcfxo.c:901: warning: passing argument 2 of 'request_irq' from incompatible pointer type
  CC [M]  /usr/src/modules/zaptel/wctdm.o
/usr/src/modules/zaptel/wctdm.c: In function 'wctdm_init_one':
/usr/src/modules/zaptel/wctdm.c:2242: warning: passing argument 2 of 'request_irq' from incompatible pointer type
  CC [M]  /usr/src/modules/zaptel/wctdm24xxp.o
/usr/src/modules/zaptel/wctdm24xxp.c: In function 'wctdm_init_one':
/usr/src/modules/zaptel/wctdm24xxp.c:2751: warning: passing argument 2 of 'request_irq' from incompatible pointer type
  CC [M]  /usr/src/modules/zaptel/ztdynamic.o
  CC [M]  /usr/src/modules/zaptel/ztd-eth.o
/usr/src/modules/zaptel/ztd-eth.c:185: warning: initialization from incompatible pointer type
  CC [M]  /usr/src/modules/zaptel/wct1xxp.o
/usr/src/modules/zaptel/wct1xxp.c: In function 't1xxp_init_one':
/usr/src/modules/zaptel/wct1xxp.c:1304: warning: passing argument 2 of 'request_irq' from incompatible pointer type
  CC [M]  /usr/src/modules/zaptel/wcte11xp.o
/usr/src/modules/zaptel/wcte11xp.c: In function 't1xxp_init_one':
/usr/src/modules/zaptel/wcte11xp.c:1459: warning: passing argument 2 of 'request_irq' from incompatible pointer type
  CC [M]  /usr/src/modules/zaptel/pciradio.o
/usr/src/modules/zaptel/pciradio.c: In function 'pciradio_init_one':
/usr/src/modules/zaptel/pciradio.c:1718: warning: passing argument 2 of 'request_irq' from incompatible pointer type
  CC [M]  /usr/src/modules/zaptel/ztd-loc.o
  CC [M]  /usr/src/modules/zaptel/ztdummy.o
  CC [M]  /usr/src/modules/zaptel/cwain.o
/usr/src/modules/zaptel/cwain.c: In function 'cwain_reset_card':
/usr/src/modules/zaptel/cwain.c:1365: warning: passing argument 2 of 'request_irq' from incompatible pointer type
/usr/src/modules/zaptel/cwain.c:1369: warning: passing argument 2 of 'request_irq' from incompatible pointer type
/usr/src/modules/zaptel/cwain.c:1374: warning: passing argument 2 of 'request_irq' from incompatible pointer type
  CC [M]  /usr/src/modules/zaptel/qozap.o
/usr/src/modules/zaptel/qozap.c: In function 'qoz_findCards':
/usr/src/modules/zaptel/qozap.c:1417: warning: passing argument 2 of 'request_irq' from incompatible pointer type
  CC [M]  /usr/src/modules/zaptel/zaphfc.o
/usr/src/modules/zaptel/zaphfc.c: In function 'hfc_findCards':
/usr/src/modules/zaptel/zaphfc.c:1013: warning: passing argument 2 of 'request_irq' from incompatible pointer type
  CC [M]  /usr/src/modules/zaptel/ztgsm.o
/usr/src/modules/zaptel/ztgsm.c: In function 'ztgsm_findCards':
/usr/src/modules/zaptel/ztgsm.c:1090: warning: passing argument 2 of 'request_irq' from incompatible pointer type
  CC [M]  /usr/src/modules/zaptel/opvxa1200.o
/usr/src/modules/zaptel/opvxa1200.c: In function 'wctdm_init_one':
/usr/src/modules/zaptel/opvxa1200.c:2476: warning: passing argument 2 of 'request_irq' from incompatible pointer type
  CC [M]  /usr/src/modules/zaptel/vzaphfc/vzaphfc_main.o
/usr/src/modules/zaptel/vzaphfc/vzaphfc_main.c:24:26: error: linux/config.h: No such file or directory
/usr/src/modules/zaptel/vzaphfc/vzaphfc_main.c: In function 'hfc_probe':
/usr/src/modules/zaptel/vzaphfc/vzaphfc_main.c:1684: warning: passing argument 2 of 'request_irq' from incompatible pointer type
make[5]: *** [/usr/src/modules/zaptel/vzaphfc/vzaphfc_main.o] Error 1
make[4]: *** [/usr/src/modules/zaptel/vzaphfc] Error 2
make[3]: *** [_module_/usr/src/modules/zaptel] Error 2
make[3]: Leaving directory `/home/abo/devel/kernel/linux-2.6.19-rc6'
make[2]: *** [linux26] Error 2
make[2]: Leaving directory `/usr/src/modules/zaptel'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/zaptel'
make: *** [kdist_build] Error 2


-- System Information:
Debian Release: 4.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19-rc6tutti
Locale: LANG=it_IT at euro, LC_CTYPE=it_IT at euro (charmap=ISO-8859-15)

Versions of packages zaptel-source depends on:
ii  bzip2                         1.0.3-6    high-quality block-sorting file co
ii  debhelper                     5.0.42     helper programs for debian/rules
ii  module-assistant              0.10.8     tool to make module package creati

Versions of packages zaptel-source recommends:
pn  zaptel                        <none>     (no description available)

-- no debconf information




More information about the Pkg-voip-maintainers mailing list