Package: pycurl
Tags: ftbfs, hppa
Version: 7.45.2-3
 
pycurl fails to build from source on qemu-based buildds.

The problem is, that the "./tests/ext/test-suite.sh" file is not a script, 
although
it's marked executable.
It's missing a shebang at the beginning, e.g. "#!/bin/sh", as in this patch:
 
diff -up ./tests/ext/test-suite.sh.org ./tests/ext/test-suite.sh
--- ./tests/ext/test-suite.sh.org       2023-08-24 08:05:58.172388423 +0000
+++ ./tests/ext/test-suite.sh   2023-08-24 08:06:08.188405728 +0000
@@ -1,4 +1,4 @@
-# 
+#!/bin/sh
 
 dir=$(dirname "$0")
 
can you please add this missing shebang for the next upload (and report
upstream) ?

Thanks,
Helge

Reply via email to