I'm currently using Edgy. When compiling now, I get the following
error:
[EMAIL PROTECTED]:/usr/src/linux-source-2.6.17$ fakeroot make-kpkg
--revision=5:1.custom --append-to-version -10-jlf modules_image
exec debian/rules DEBIAN_REVISION=5:1.custom APPEND_TO_VERSION=-10-jlf
modules_image
for module in /usr/src/modules/pwc ; do \
if test -d $module; then \
(cd $module; \
if ./debian/rules KVERS="2.6.17.13-ubuntu1-10-jlf"
KSRC="/usr/src/linux-source-2.6.17" \
KMAINT="John L Fjellstad" KEMAIL="[EMAIL
PROTECTED]" \
KPKG_DEST_DIR="/usr/src/linux-source-2.6.17/.."
\
KPKG_MAINTAINER="John L Fjellstad" \
KPKG_EXTRAV_ARG="EXTRAVERSION=.13-ubuntu1-10-jlf"
\
ARCH="i386" \
KDREV="5:1.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/pwc'
make[1]: Nothing to be done for `kdist_image'.
make[1]: Leaving directory `/usr/src/modules/pwc'
Module /usr/src/modules/pwc processed fine
Note, no actual .deb gets created
--
unable to compile
https://launchpad.net/bugs/46956
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs