Package: curl Version: 7.15.4 Tags: patch If $TAPE is set to /dev/st0 in the environment (which is pretty common if you have a tape drive connected), then building curl fails with
:
dh_testdir
autoconf && aclocal-1.7 && automake-1.7
mkdir -p debian/build debian/build-gnutls
tar -c --exclude=debian . | tar -x -C debian/build-gnutls
tar: /dev/st0: Cannot open: Permission denied
tar: Error is not recoverable: exiting now
tar: /dev/st0: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
make: *** [configure-stamp] Error 2
I would suggest to use
tar -cf - --exclude=debian . | tar -xf - -C debian/build-gnutls
in debian/rules instead.
Hope this helps. Regards
Harri
signature.asc
Description: OpenPGP digital signature

