[From nobody Mon Jun 22 11:25:08 2026
Received: (at submit) by bugs.debian.org; 30 May 2026 15:50:20 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-28.1 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_CONTROL_AFFECTS,BODY_INCLUDES_PACKAGE,DKIM_SIGNED,
 DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HAS_PACKAGE,RCVD_IN_DNSWL_MED,
 SPF_HELO_PASS,SPF_PASS,X_DEBBUGS_CC autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 21; hammy, 150; neutral, 80; spammy,
 0. spammytokens: hammytokens:0.000-+--sk:ffile-p, 0.000-+--sk:ffilep,
 0.000-+--collect2, 0.000-+--sk:implici, 0.000-+--fcfprotection
Return-path: &lt;sebastian@breakpoint.cc&gt;
Received: from chamillionaire.breakpoint.cc ([91.216.245.30]:55772)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sebastian@breakpoint.cc&gt;)
 id 1wTLx5-002BDI-1P for submit@bugs.debian.org;
 Sat, 30 May 2026 15:50:20 +0000
Date: Sat, 30 May 2026 17:50:16 +0200
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=breakpoint.cc;
 s=2025; t=1780156217;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=0jMnQsVYlMs7TrVA8W50gnSIEiKBTOAkaWz3/Lbuxxw=;
 b=NmBgg5hznWZsZaigTDysVa8IJvVNY5zWfaIdZ91NYSnLz/F3cz/aFd8Kw+5Cr3Ah9wO8pY
 alRV1vruJr9/yV9cs2yf5qlYWm4ClB0uO98ZMrYrA7b5GJ4QY429iVKo8/8WT2WzRncvtF
 e9QG+tvP3q0aasbC0KZI6dG9N/wwLEKrer93/PUXI1eA5amjdDrl+D/QiR/J+v5f/gnACf
 UQejtCAjyCz2gyCuW+ruFn5G8jxJwbygjTHZvC+ZHyGoR3411np+J2BBc/zZ/Da83JGvO5
 CfIUI3kCh7wQqJ9awXT6tsdbSlZTn9Mg7msZbepvzI0/rlVBGkZEkuxfUb883A==
DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=breakpoint.cc;
 s=2025e; t=1780156217;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=0jMnQsVYlMs7TrVA8W50gnSIEiKBTOAkaWz3/Lbuxxw=;
 b=k2IXmJaUU0p0sr98XR2ct5Nlt4d/SgxOdzSXjleIidBXEiuH9uzAoMdsiJzauzMKepOFD5
 HJt9fNTgt1/rdhCg==
From: Sebastian Andrzej Siewior &lt;sebastian@breakpoint.cc&gt;
To: submit@bugs.debian.org
Subject: libcoap3: FTBFS with openssl 4.0
Message-ID: &lt;20260530155016.6qpg51T2@breakpoint.cc&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
X-Debbugs-CC: pkg-openssl-devel@alioth-lists.debian.net
Delivered-To: submit@bugs.debian.org

Package: libcoap3
Version: 4.3.5-2
Severity: normal
Tags: sid
control: affects -1 src:openssl
User: pkg-openssl-devel@lists.alioth.debian.org
Usertags: openssl-4.0

OpenSSL 4.0 is in experimental. This package fails to build against it:

| libtool: link: x86_64-linux-gnu-gcc -I../include -I../../../../include -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wlogical-op -Wunused-result -std=c99 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/libcoap3-4.3.5=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdiagnostics-color -D_GNU_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/coap-client-openssl coap-client.o  -lssl -lcrypto ../.libs/libcoap-3-openssl.so
| /usr/bin/x86_64-linux-gnu-ld.bfd: ../.libs/libcoap-3-openssl.so: undefined reference to `ENGINE_init'
| /usr/bin/x86_64-linux-gnu-ld.bfd: ../.libs/libcoap-3-openssl.so: undefined reference to `ENGINE_ctrl_cmd'
| /usr/bin/x86_64-linux-gnu-ld.bfd: ../.libs/libcoap-3-openssl.so: undefined reference to `ENGINE_ctrl_cmd_string'
| /usr/bin/x86_64-linux-gnu-ld.bfd: ../.libs/libcoap-3-openssl.so: undefined reference to `ENGINE_load_dynamic'
| /usr/bin/x86_64-linux-gnu-ld.bfd: ../.libs/libcoap-3-openssl.so: undefined reference to `ENGINE_free'
| /usr/bin/x86_64-linux-gnu-ld.bfd: ../.libs/libcoap-3-openssl.so: undefined reference to `ENGINE_finish'
| /usr/bin/x86_64-linux-gnu-ld.bfd: ../.libs/libcoap-3-openssl.so: undefined reference to `ENGINE_by_id'
| /usr/bin/x86_64-linux-gnu-ld.bfd: ../.libs/libcoap-3-openssl.so: undefined reference to `ENGINE_set_default'
| /usr/bin/x86_64-linux-gnu-ld.bfd: ../.libs/libcoap-3-openssl.so: undefined reference to `ENGINE_load_private_key'
| collect2: error: ld returned 1 exit status
| make[4]: *** [Makefile:596: coap-client-openssl] Error 1

Full buildlog
	https://breakpoint.cc/openssl-rebuild/logs-4/attempted/libcoap3_4.3.5-2_amd64-2026-04-19T07:47:12Z
 
Sebastian
]