[Pkg-openssl-devel] Bug#1076324: openssl: FTBFS on hurd-amd64

Samuel Thibault sthibault at debian.org
Sun Jul 14 11:23:26 BST 2024


Package: openssl
Version: 3.2.2-1
Severity: important
Tags: patch ftbfs

Hello,

openssl is missing a tiny bit to build fine on hurd-amd64, could you
apply the attached patch?

Thanks,
Samuel

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'unreleased'), (500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 6.9.7-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_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

Versions of packages openssl depends on:
ii  libc6       2.38-14
ii  libssl3t64  3.2.2-1

openssl recommends no packages.

Versions of packages openssl suggests:
ii  ca-certificates  20240203

-- no debconf information

-- 
Samuel
* B kicks DW (non mais franchement)
* DW was kicked
 -+- #ens-mim - comment ça hopeless ? -+-
-------------- next part --------------
--- a/debian/patches/debian-targets.patch
+++ b/debian/patches/debian-targets.patch
@@ -12,7 +12,7 @@ new file mode 100644
 index 000000000000..c6860ed4b7d7
 --- /dev/null
 +++ b/Configurations/20-debian.conf
-@@ -0,0 +1,169 @@
+@@ -0,0 +1,172 @@
 +my %targets = (
 +	"debian" => {
 +		cflags => add("-Wa,--noexecstack -Wall -fzero-call-used-regs=used-gpr -DOPENSSL_TLS_SECURITY_LEVEL=2"),
@@ -67,6 +67,9 @@ index 000000000000..c6860ed4b7d7
 +	"debian-hurd-i386" => {
 +		inherit_from => [ "hurd-x86", "debian" ],
 +	},
++	"debian-hurd-amd64" => {
++		inherit_from => [ "hurd-x86_64", "debian" ],
++	},
 +	"debian-ia64" => {
 +		inherit_from => [ "linux-ia64", "debian" ],
 +		cflags => add("-fzero-call-used-regs=skip"),


More information about the Pkg-openssl-devel mailing list