Package: dbishell
Version: 0.8.9-7
Severity: serious
When building 'dbishell' with
dpkg-buildpackage &> build.log
I get the following error:
make[1]: Entering directory `/dbishell-0.8.9'
Looking for supported readline implementation
TIOCSPTLCK: Invalid argument
EINVAL: kludging ioctls
ioctl() calls succeeded: 7/0
/dev/pts/7: No such file or directory
make[1]: *** [perl-readline] Error 2
make[1]: Leaving directory `/dbishell-0.8.9'
make: *** [build-stamp] Error 2
Without the redirection of the output of 'dpkg-buildpackage' to
'build.log' the build succeeds. However, autobuilding is not
possible because of this.
Regards
Andreas Jochens
diff -urN ../tmp-orig/dbishell-0.8.9/Makefile ./Makefile
--- ../tmp-orig/dbishell-0.8.9/Makefile 2004-11-03 15:44:21.514223392 +0000
+++ ./Makefile 2004-11-03 15:44:21.554217312 +0000
@@ -26,7 +26,7 @@
-e "printf(STDOUT qq[%-20.20s\tOk\\n], '$$M')"; \
done
-bundled-modules: perl-readline
+bundled-modules:
@echo
@echo "Checking bundled DBIShell modules"
@for M in $(BUNDLED_MODULES); do $(PERL) -I. \
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]