- From: mark <mwalter_at_umd.edu>
- Date: Tue, 25 Jan 2005 18:03:52 -0500
I removed the references to rtai in debian/rules and tried make-kpkg
again. Here is what I get now. The "invalid configuration" seems to be
the problem now.
taking baby steps - Mark
unified:/usr/src/linux# make-kpkg --added-modules /usr/src/comedi
modules-image
for module in /usr/src/comedi ; do \
if test -d $module; then \
(cd $module; \
if ./debian/rules KVERS="2.6.8" KSRC="/usr/src/linux" \
KMAINT="Unknown Kernel Package Maintainer"
KEMAIL="unknown_at_unconfigured.in.etc.kernel-pkg.conf" \
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; \
); \
fi; \
done
make[1]: Entering directory `/usr/src/comedi'
test root = "`whoami`"
rm -f debian/files
yes "" | ./configure --with-linuxdir= /usr/src/linux
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: /usr/src/linux
checking build system type... Invalid configuration `/usr/src/linux':
machine `/usr/src/linux' not recognized
configure: error: /bin/sh ./config.sub /usr/src/linux failed
make[1]: *** [kdist_image] Error 1
make[1]: Leaving directory `/usr/src/comedi'
Module /usr/src/comedi failed.
Hit return to Continue
Received on 2005-01-25Z23:03:52