Package: drbd0.7-module-source
Severity: important
On sarge, after upgrade to 0.7.10-3 building the module source via make-kpkg
fails like
this:
make[1]: Leaving directory `/usr/src/kernel-headers-2.6.8-2-686-smp'
/usr/bin/make \
ARCH=i386 prepare
make[1]: Entering directory `/usr/src/kernel-headers-2.6.8-2-686-smp'
SPLIT include/linux/autoconf.h -> include/config/*
CHK include/asm-i386/asm_offsets.h
UPD include/asm-i386/asm_offsets.h
make[1]: Leaving directory `/usr/src/kernel-headers-2.6.8-2-686-smp'
echo done > stamp-kernel-configure
echo done > stamp-configure
for module in /usr/src/modules/drbd ; do \
if test -d $module; then \
(cd $module; \
if ./debian/rules KVERS="2.6.8-2-686-smp" KSRC="/usr/src/linux" \
KMAINT="Unknown Kernel Package Maintainer"
KEMAIL="[EMAIL PROTECTED]" \
KPKG_DEST_DIR="/usr/src/linux/.." \
KPKG_MAINTAINER="Unknown Kernel Package Maintainer"
\
KPKG_EXTRAV_ARG="" \
ARCH="i386" \
KDREV="10.00.Custom" kdist_image; then \
echo "Module $module processed fine"; \
else \
echo "Module $module failed."; \
if [ "X" != "X" ]; then \
echo "Perhaps $module does not understand --rootcmd?"; \
echo "If you see messages that indicate that it is not"; \
echo "in fact being built as root, please file a bug "; \
echo "against $module."; \
fi; \
echo "Hit return to Continue"; \
read ans; \
fi; \
); \
else \
echo "Module $module does not exist"; \
echo "Hit return to Continue?"; \
fi; \
done
make[1]: Entering directory `/usr/src/modules/drbd'
./debian/rules:12: /usr/share/dpatch/dpatch.make: No such file or directory
make[1]: *** No rule to make target `/usr/share/dpatch/dpatch.make'. Stop.
make[1]: Leaving directory `/usr/src/modules/drbd'
Module /usr/src/modules/drbd failed.
Hit return to Continue
I solved it installing dpatch, which wasn't needed in -2, so i think there's a
missing dependency on dpatch.
thanks
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]