Your message dated Fri, 11 Oct 2024 12:50:22 +0000
with message-id <e1szf66-005l0v...@fasolo.debian.org>
and subject line Bug#1075345: fixed in openvpn-auth-ldap 2.0.4-4
has caused the Debian Bug report #1075345,
regarding openvpn-auth-ldap: ftbfs with GCC-14
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1075345: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075345
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:openvpn-auth-ldap
Version: 2.0.4-3
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/openvpn-auth-ldap_2.0.4-3_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html
[...]
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${prefix}/share/info'
libdir='${prefix}/lib/x86_64-linux-gnu'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${prefix}/share/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "auth-ldap"
#define PACKAGE_TARNAME "auth-ldap"
#define PACKAGE_VERSION "2.0"
#define PACKAGE_STRING "auth-ldap 2.0"
#define PACKAGE_BUGREPORT "land...@opendarwin.org"
#define PACKAGE_URL ""
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_PTHREAD 1
#define _GNU_SOURCE 1
#define HAVE_STRLCPY 1
#define HAVE_OBJC_OBJC_H 1
configure: exit 1
dh_auto_configure: error: ./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-option-checking --disable-silent-rules
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run
--disable-maintainer-mode --disable-dependency-tracking --prefix=/usr
--with-openvpn=/usr/include/openvpn returned exit code 1
make[1]: *** [debian/rules:10: override_dh_auto_configure] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: openvpn-auth-ldap
Source-Version: 2.0.4-4
Done: Aniol Martí <ama...@caliu.cat>
We believe that the bug you reported is fixed in the latest version of
openvpn-auth-ldap, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Aniol Martí <ama...@caliu.cat> (supplier of updated openvpn-auth-ldap package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 23 Sep 2024 17:15:54 +0200
Source: openvpn-auth-ldap
Architecture: source
Version: 2.0.4-4
Distribution: unstable
Urgency: medium
Maintainer: Aniol Martí <ama...@caliu.cat>
Changed-By: Aniol Martí <ama...@caliu.cat>
Closes: 1074425 1075345
Changes:
openvpn-auth-ldap (2.0.4-4) unstable; urgency=medium
.
* Add Yavor Doganov's patch to fix build with GCC 14 (Closes: #1075345).
* Add patch to fix CVE-2024-28820 (Closes: #1074425)
* Update standards version to 4.7.0.
* Watch tags instead of releases in upstream.
Checksums-Sha1:
d0de4fc64ad83bdcbaff1303be3294f97d89e340 2104 openvpn-auth-ldap_2.0.4-4.dsc
d428946095c9b535a09b5ee994bb420c4c615d4f 8808
openvpn-auth-ldap_2.0.4-4.debian.tar.xz
7be01b354e2938b542993550b24dc21f5211235b 6779
openvpn-auth-ldap_2.0.4-4_source.buildinfo
Checksums-Sha256:
39692e22252fae17960900d0abbc19c4a6f3d30f3020d3b9699274767cfe279a 2104
openvpn-auth-ldap_2.0.4-4.dsc
e52b6d18e8baf1c32056c606cf8b2eef215b0ae39980755e18c92057c473a781 8808
openvpn-auth-ldap_2.0.4-4.debian.tar.xz
270be57e362b3a17ab8c00fd6946cff29def36154d76b2a7ff02ebc8a7e2dc55 6779
openvpn-auth-ldap_2.0.4-4_source.buildinfo
Files:
b0d183a9cb8d8a08fbc94e0b0619a039 2104 net optional
openvpn-auth-ldap_2.0.4-4.dsc
9592d3e8878ef76839356bf087fd01ae 8808 net optional
openvpn-auth-ldap_2.0.4-4.debian.tar.xz
912bd526dfcbf6a89b515748426d0ad4 6779 net optional
openvpn-auth-ldap_2.0.4-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCAAvFiEEAxkNfn0I1/8fM5/DGbYJgR8GqZQFAmcJGpYRHGFtYXJ0aUBj
YWxpdS5jYXQACgkQGbYJgR8GqZS1+BAAhVTNnkeT+OvMIjCluAJArMb5TaHnKG96
bsEWIxEmvArdryYAIF5ug9Rt3VAxKiTOm5u/qKWByeFMw18H4XnVANAu0CEDgP8L
C0/4GimtrFw6W6h+vKsLX6oPegS2ljYwVyKisLEMdpC0pHEuhYxUNw0JS+vDlmw5
yD6F04hCcpj5v/XaXOb+AnBWzqlbBD8R9B/C3zlta0zIWy3AoTcw4jfLcnVnYwot
SMTSrym4cGWGbZ2pANyPndiGq1LnEccddXZXpIh2Z8tNqaaJpFlrzwu66GbEJRz7
Npeyre7YjNXZr1USDckIwcJrWQTN0I1nZDCKgCE+dtH2riq1XQifPp9tOYcDwjZB
pKyRqn3Eyfwy7NNkcuzEUX3ulbP+IiKaaDdOD9mgUV/6nrDJzrahz8/R19GId5cO
C9RZz57HfER4xu8c5NJ0sw0+f0u53N1Xl+HcWhjbr69qeCp+SIhXeUVhbIPmYO3c
z0b3pqMqXJJHryHFE9TWlxJ62QFCCXyyuBb3l4dhnO2uZ6MYDbkXeN4k8kVMoXkl
41E0Hgd9xCRCdSeig7S4LmQJRKioIqpZruK/3B3Rkh0ohpSeiMTRNgFDfDBbDIw6
u7Rc6D3mzASaX4NU2dQSw4D7F1x1CUCwJuh3JA3aDIZ2fAuw8/viZLtInpehdY5e
uyyEGvfUz1c=
=KIDk
-----END PGP SIGNATURE-----
pgpzoyb1sb7oC.pgp
Description: PGP signature
--- End Message ---