Bug#1035739: securefs: Autopkg test-failure

2025-07-04 Thread Paul Gevers

Control: severity -1 serious
Control: tags -1 trixie-ignore

Hi

On Mon, 08 May 2023 15:54:41 +0200 Heinrich Schuchardt 
 wrote:

Autopkgtests fail. This is fixed for amd64, arm64, ppc64el with this
patch.


The release team has announced [1] that failing autopkgtest on amd64 and 
arm64 are considered RC in testing.


With my Release Team member hat on I have tagged this as trixie-ignore 
as it's so late in the freeze and it's not worth removing the package 
from trixie because of this at this moment. Having said that, if a fix 
is possible without fully removing the autopkgtest and without making 
the test superficial, it's still welcome, but it would need to happen soon.


Paul

[1] https://lists.debian.org/debian-devel-announce/2019/07/msg2.html


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1035739: securefs: Autopkg test-failure

2023-05-08 Thread Heinrich Schuchardt
Package: securefs
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu mantic ubuntu-patch
X-Debbugs-Cc: [email protected]

Dear Maintainer,

Autopkgtests fail. This is fixed for amd64, arm64, ppc64el with this
patch.

  * Set SECUREFS_BINARY in debian/test/control (LP: #2018707).

Thanks for considering the patch.


-- System Information:
Debian Release: bookworm/sid
  APT prefers mantic
  APT policy: (500, 'mantic')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-21-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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
diff -Nru securefs-0.13.1+ds/debian/tests/control 
securefs-0.13.1+ds/debian/tests/control
--- securefs-0.13.1+ds/debian/tests/control 2023-01-27 03:31:37.0 
+0100
+++ securefs-0.13.1+ds/debian/tests/control 2023-05-08 07:14:48.0 
+0200
@@ -1,4 +1,4 @@
-Test-Command: cd obj-x86_64-linux-gnu && python3 ../test/simple_test.py
+Test-Command: cd obj-`dpkg-architecture -q DEB_BUILD_GNU_TYPE` && 
SECUREFS_BINARY=`pwd`/securefs python3 ../test/simple_test.py
 Depends: fuse,
  libcrypto++-dev,
  libfuse-dev,
@@ -7,6 +7,6 @@
  python3
 Restrictions: build-needed, isolation-machine, allow-stderr
 
-Test-Command: cd obj-x86_64-linux-gnu && ./securefs_test
+Test-Command: cd obj-`dpkg-architecture -q DEB_BUILD_GNU_TYPE` && 
./securefs_test
 Depends: fuse, libcrypto++-dev, libfuse-dev, libjsoncpp-dev, libutf8proc-dev
 Restrictions: build-needed, allow-stderr