[Debichem-devel] Bug#1033528: apbs: autopkgtest regression: apbs_tester.py': [Errno 2] No such file or directory

Simon Chopin schopin at ubuntu.com
Fri Mar 29 14:37:18 GMT 2024


Package: apbs
Followup-For: Bug #1033528
X-Debbugs-Cc: schopin at ubuntu.com
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch
Control: tags -1 patch

Hi, I applied the attached patch in Ubuntu to fix the problem (just a
missing shebang in the autopkgtest script)

Cheers,
Simon

-- System Information:
Debian Release: trixie/sid
  APT prefers noble
  APT policy: (500, 'noble'), (100, 'noble-proposed')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.8.0-11-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_USER, TAINT_OOT_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-------------- next part --------------
diff -Nru apbs-3.4.1/debian/tests/test-apbs apbs-3.4.1/debian/tests/test-apbs
--- apbs-3.4.1/debian/tests/test-apbs	2021-01-10 14:57:25.000000000 +0100
+++ apbs-3.4.1/debian/tests/test-apbs	2024-03-29 15:19:36.000000000 +0100
@@ -1,3 +1,5 @@
+#!/bin/bash
+
 cp -ra /usr/share/apbs/{tests,examples} ${AUTOPKGTEST_TMP}
 cd ${AUTOPKGTEST_TMP}/tests
 


More information about the Debichem-devel mailing list