Weird. Why is your cl-launch not executable (the archive has mode 755)
and/or your /bin/sh absent?

I'll apply your patch in cl-launch 1.82 since it makes things more
robust, but would like to know if the bug is really mine or if you
actually did something wrong.

PS: how should I upload my packages to debian?

[ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ]
The trouble with opportunity is that it always comes disguised as hard work.
               -- Herbert V. Prochnow



On 24/07/06, Andreas Jochens <[EMAIL PROTECTED]> wrote:
Package: cl-launch
Version: 1.80-1
Severity: serious
Tags: patch

When building 'cl-launch' on unstable,
I get the following error:

dh_testdir
# Add here commands to compile the package.
./cl-launch.sh -I /usr/share/common-lisp/cl-launch -B generate_install_files
make: execvp: ./cl-launch.sh: Permission denied
make: *** [build-stamp] Error 127

-       ./cl-launch.sh -I /${include_dir} -B generate_install_files
+       sh ./cl-launch.sh -I /${include_dir} -B generate_install_files

Reply via email to