Your message dated Sat, 09 Dec 2006 13:16:41 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Removed from unstable
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: affix-source
Version: 2.0.2-2
Severity: serious
Justification: unkown
Affix source fails to build on Alpha. I have tried this with 2 different
kernel versions (2.4.18/Debian kernel tree and 2.4.22/stock kernel from
kernel.org). Both fail with the same symptoms. Attached is the build log
from my attempt to build the affix modules. I can provide the
preprocessed output if necessary.
%> fakeroot make-kpkg --added-modules affix --append-to-version .am2.stock
modules_image 2>&1 |tee affix.log
was used to build. What follows is the affix.log file.
Best regards,
Andrew
PS. Affix fails with the same error when built from the affix-kernel tar
ball from affix.sourceforge.net. So I assume, it's really upstreams
fault, not the maintainers.
-----------------------------------> affix.log <--------------
for module in /usr/src/modules/affix ; do \
if test -d $module; then \
(cd $module; \
if ./debian/rules KVERS="2.4.22.am2.stock"
KSRC="/usr/src/stock/linux-2.4.22" \
KMAINT="Unknown Kernel Package Maintainer"
KEMAIL="[EMAIL PROTECTED]" \
KPKG_DEST_DIR="/usr/src/stock/linux-2.4.22/.."
\
KPKG_MAINTAINER="Unknown Kernel Package
Maintainer" \
KDREV="1" kdist_image; then \
echo "Module $module processed fine"; \
else \
echo "Module $module failed."; \
echo "Hit return to Continue"; \
read ans; \
fi; \
); \
fi; \
done
make[1]: Entering directory `/usr/src/modules/affix'
sed -e "s§KVERS§2.4.22.am2.stock§g" -e "s§KDREV§1§g" -e
"s§KSRC§/usr/src/stock/linux-2.4.22§g" -e "[EMAIL PROTECTED]" -e
"s§KMAINT§Unknown Kernel Package Maintainer§g" -e "s§DEBDATE§Wed, 15 Oct 2003
21:52:19 +0200§g" < debian/control.tmpl > debian/control
sed -e "s§KVERS§2.4.22.am2.stock§g" -e "s§KDREV§1§g" -e
"s§KSRC§/usr/src/stock/linux-2.4.22§g" -e "[EMAIL PROTECTED]" -e
"s§KMAINT§Unknown Kernel Package Maintainer§g" -e "s§DEBDATE§Wed, 15 Oct 2003
21:52:19 +0200§g" < debian/changelog.tmpl > debian/changelog
dh_testdir
./Configure --noprompt --kernel=/usr/src/stock/linux-2.4.22
-------- Affix Configuration Script --------
Linux source directory [/usr/src/stock/linux-2.4.22]
The kernel source tree is version 2.4.22.
Target architecture (i386,arm,ppc,...) [alpha]
Module install directory [/lib/modules/2.4.22]
Common Section
Debug enabled (y/n) [n]
Protocol Section
SCO support (Audio) (y/n) [y]
L2CAP support (y/n) [y]
RFCOMM support (y/n) [y]
PAN support (y/n) [y]
Drivers Section
USB device support (y/n) [y]
UART device support (required for PCMCIA UART) (y/n) [y]
HCI UART H4 protocol support (y/n) [y]
HCI UART BCSP (CSR) protocol support (y/n) [y]
PCMCIA UART device support (y/n) [y]
PCMCIA Nokia DTL-1/DTL-4, Socket device support (y/n) [y]
PCMCIA Bluecard device support (Anycom) (y/n) [y]
PCMCIA 3COM device support (y/n) [y]
PCMCIA bt950 device support (Ambicom/Pretec CF cards) (y/n) [y]
PCMCIA support needed. Do yo want to use external PCMCIA package? (y/n) [n]
--> PCMCIA support required to compile selected drivers disabled
--> Enable it in the kernel or use extrnal package
--> or disable drivers requiring PCMCIA support
--> skipping PCMCIA drivers configuration...
Configuration successful.
touch configure-stamp
dh_testdir
/usr/bin/make -C include all
make[2]: Entering directory `/usr/src/modules/affix/include'
make[2]: Leaving directory `/usr/src/modules/affix/include'
/usr/bin/make all
make[2]: Entering directory `/usr/src/modules/affix'
Checking kernel checksum ...
make[3]: Entering directory `/usr/src/modules/affix'
Compiling driver and control programs
make[4]: Entering directory `/usr/src/modules/affix/btcore'
gcc -MD -O2 -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe
-I/usr/src/modules/affix/include -I/usr/src/stock/linux-2.4.22/include -include
/usr/src/modules/affix/include/affix.h -D__KERNEL__ -DMODULE -DMODVERSIONS
-include /usr/src/stock/linux-2.4.22/include/linux/modversions.h
-DEXPORT_SYMTAB -c hci.c
In file included from /usr/src/stock/linux-2.4.22/include/asm/semaphore.h:11,
from /usr/src/stock/linux-2.4.22/include/linux/fs.h:200,
from /usr/src/stock/linux-2.4.22/include/linux/capability.h:17,
from /usr/src/stock/linux-2.4.22/include/linux/binfmts.h:5,
from /usr/src/stock/linux-2.4.22/include/linux/sched.h:9,
from hci.c:38:
/usr/src/stock/linux-2.4.22/include/asm/current.h:4: warning: call-clobbered
register used for global register variable
In file included from hci.c:68:
/usr/src/modules/affix/include/affix/bluetooth.h: In function `socketcall':
/usr/src/modules/affix/include/affix/bluetooth.h:765: error: `__NR_socketcall'
undeclared (first use in this function)
/usr/src/modules/affix/include/affix/bluetooth.h:765: error: (Each undeclared
identifier is reported only once
/usr/src/modules/affix/include/affix/bluetooth.h:765: error: for each function
it appears in.)
make[4]: *** [hci.o] Error 1
make[4]: Leaving directory `/usr/src/modules/affix/btcore'
make[3]: *** [build] Error 2
make[3]: Leaving directory `/usr/src/modules/affix'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/modules/affix'
make[1]: *** [build-stamp] Error 2
make[1]: Leaving directory `/usr/src/modules/affix'
Module /usr/src/modules/affix failed.
Hit return to Continue
-- System Information:
Debian Release: testing/unstable
Architecture: alpha
Kernel: Linux scrat 2.4.22.am1.stock #1 Mon Oct 13 20:39:18 CEST 2003 alpha
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
-- no debconf information
--- End Message ---
--- Begin Message ---
Since affix-kernel has been removed from unstable these bugs can be closed.
Cheers, Mario
--- End Message ---