Your message dated Tue, 07 Nov 2023 12:37:37 +0000
with message-id <[email protected]>
and subject line Bug#1054703: fixed in warzone2100 4.4.0-1
has caused the Debian Bug report #1054703,
regarding warzone2100: FTBFS: urlrequest.cpp:1273:145: error: 
‘CURLSSLBACKEND_NSS’ is deprecated: since 8.3.0. 
[-Werror=deprecated-declarations]
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 [email protected]
immediately.)


-- 
1054703: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054703
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: warzone2100
Version: 4.3.5-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20231027 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> /usr/bin/c++ -DENABLE_DISCORD -DHAVE_CONFIG_H 
> -DJSON_USE_IMPLICIT_CONVERSIONS=0 -DNLOHMANN_JSON_NAMESPACE=nlohmann 
> -DNLOHMANN_JSON_NAMESPACE_BEGIN="namespace nlohmann {" 
> -DNLOHMANN_JSON_NAMESPACE_END=} -DWZ_DEBUG_GFX_API_LEAKS -DWZ_VULKAN_ENABLED 
> -DYY_NO_UNISTD_H -I/<<PKGBUILDDIR>>/debian/build -I/<<PKGBUILDDIR>>/. 
> -I/<<PKGBUILDDIR>>/3rdparty -I/<<PKGBUILDDIR>>/lib/wzmaplib/include 
> -I/<<PKGBUILDDIR>>/3rdparty/optional-lite/include 
> -I/<<PKGBUILDDIR>>/3rdparty/glad/include 
> -I/<<PKGBUILDDIR>>/3rdparty/launchinfo/include 
> -I/<<PKGBUILDDIR>>/3rdparty/EmbeddedJSONSignature/include 
> -I/<<PKGBUILDDIR>>/3rdparty/fmt/include 
> -I/<<PKGBUILDDIR>>/3rdparty/quickjs-wz -I/<<PKGBUILDDIR>>/3rdparty/re2 
> -I/<<PKGBUILDDIR>>/3rdparty/SQLiteCpp/include -isystem 
> /<<PKGBUILDDIR>>/3rdparty/glm -isystem /<<PKGBUILDDIR>>/3rdparty/date/include 
> -isystem /<<PKGBUILDDIR>>/3rdparty/json/include -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -D_FORTIFY_SOURCE=2 -DNDEBUG -fstack-protector-strong 
> -fstack-clash-protection -O2 -g -DNDEBUG -std=c++14 -fPIE -Wpedantic -Wall 
> -Wextra -fno-common -fno-math-errno -Wcast-align -Wcast-qual 
> -Wctor-dtor-privacy -Winit-self -Woverloaded-virtual -Wstrict-null-sentinel 
> -Wwrite-strings -Wpointer-arith -Wmissing-noreturn -Wnon-virtual-dtor 
> -Wduplicated-cond -Walloc-zero -Walloca-larger-than=1024 -Wrestrict 
> -Wfloat-conversion -Wformat-security -Wstringop-truncation -Wlogical-op 
> -Wuninitialized -Werror -Wno-float-conversion -Wno-unused-but-set-variable 
> -Wno-sign-compare -Wno-unused-parameter -Wno-format-truncation -MD -MT 
> src/CMakeFiles/warzone2100.dir/urlrequest.cpp.o -MF 
> src/CMakeFiles/warzone2100.dir/urlrequest.cpp.o.d -o 
> src/CMakeFiles/warzone2100.dir/urlrequest.cpp.o -c 
> /<<PKGBUILDDIR>>/src/urlrequest.cpp
> /<<PKGBUILDDIR>>/src/urlrequest.cpp: In function ‘void urlSelectSSLBackend()’:
> /<<PKGBUILDDIR>>/src/urlrequest.cpp:1273:145: error: ‘CURLSSLBACKEND_NSS’ is 
> deprecated: since 8.3.0.  [-Werror=deprecated-declarations]
>  1273 |         const std::vector<curl_sslbackend> backendPreferencesOrder = 
> {CURLSSLBACKEND_SCHANNEL, CURLSSLBACKEND_DARWINSSL, CURLSSLBACKEND_GNUTLS, 
> CURLSSLBACKEND_NSS};
>       |                                                                       
>                                                                           
> ^~~~~~~~~~~~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/urlrequest.h:23,
>                  from /<<PKGBUILDDIR>>/src/urlrequest.cpp:50:
> /usr/include/x86_64-linux-gnu/curl/curl.h:162:3: note: declared here
>   162 |   CURLSSLBACKEND_NSS                    CURL_DEPRECATED(8.3.0, "") = 
> 3,
>       |   ^~~~~~~~~~~~~~~~~~
> cc1plus: all warnings being treated as errors
> [1517/1520] /usr/bin/c++ -DENABLE_DISCORD -DHAVE_CONFIG_H 
> -DJSON_USE_IMPLICIT_CONVERSIONS=0 -DNLOHMANN_JSON_NAMESPACE=nlohmann 
> -DNLOHMANN_JSON_NAMESPACE_BEGIN="namespace nlohmann {" 
> -DNLOHMANN_JSON_NAMESPACE_END=} -DWZ_DEBUG_GFX_API_LEAKS -DWZ_VULKAN_ENABLED 
> -DYY_NO_UNISTD_H -I/<<PKGBUILDDIR>>/debian/build -I/<<PKGBUILDDIR>>/. 
> -I/<<PKGBUILDDIR>>/3rdparty -I/<<PKGBUILDDIR>>/lib/wzmaplib/include 
> -I/<<PKGBUILDDIR>>/3rdparty/optional-lite/include 
> -I/<<PKGBUILDDIR>>/3rdparty/glad/include 
> -I/<<PKGBUILDDIR>>/3rdparty/launchinfo/include 
> -I/<<PKGBUILDDIR>>/3rdparty/EmbeddedJSONSignature/include 
> -I/<<PKGBUILDDIR>>/3rdparty/fmt/include 
> -I/<<PKGBUILDDIR>>/3rdparty/quickjs-wz -I/<<PKGBUILDDIR>>/3rdparty/re2 
> -I/<<PKGBUILDDIR>>/3rdparty/SQLiteCpp/include -isystem 
> /<<PKGBUILDDIR>>/3rdparty/glm -isystem /<<PKGBUILDDIR>>/3rdparty/date/include 
> -isystem /<<PKGBUILDDIR>>/3rdparty/json/include -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -D_FORTIFY_SOURCE=2 -DNDEBUG -fstack-protector-strong 
> -fstack-clash-protection -O2 -g -DNDEBUG -std=c++14 -fPIE -Wpedantic -Wall 
> -Wextra -fno-common -fno-math-errno -Wcast-align -Wcast-qual 
> -Wctor-dtor-privacy -Winit-self -Woverloaded-virtual -Wstrict-null-sentinel 
> -Wwrite-strings -Wpointer-arith -Wmissing-noreturn -Wnon-virtual-dtor 
> -Wduplicated-cond -Walloc-zero -Walloca-larger-than=1024 -Wrestrict 
> -Wfloat-conversion -Wformat-security -Wstringop-truncation -Wlogical-op 
> -Wuninitialized -Werror -Wno-float-conversion -Wno-unused-but-set-variable 
> -Wno-sign-compare -Wno-unused-parameter -Wno-format-truncation -MD -MT 
> src/CMakeFiles/warzone2100.dir/updatemanager.cpp.o -MF 
> src/CMakeFiles/warzone2100.dir/updatemanager.cpp.o.d -o 
> src/CMakeFiles/warzone2100.dir/updatemanager.cpp.o -c 
> /<<PKGBUILDDIR>>/src/updatemanager.cpp
> [1518/1520] /usr/bin/c++ -DENABLE_DISCORD -DHAVE_CONFIG_H 
> -DJSON_USE_IMPLICIT_CONVERSIONS=0 -DNLOHMANN_JSON_NAMESPACE=nlohmann 
> -DNLOHMANN_JSON_NAMESPACE_BEGIN="namespace nlohmann {" 
> -DNLOHMANN_JSON_NAMESPACE_END=} -DWZ_DEBUG_GFX_API_LEAKS -DWZ_VULKAN_ENABLED 
> -DYY_NO_UNISTD_H -I/<<PKGBUILDDIR>>/debian/build -I/<<PKGBUILDDIR>>/. 
> -I/<<PKGBUILDDIR>>/3rdparty -I/<<PKGBUILDDIR>>/lib/wzmaplib/include 
> -I/<<PKGBUILDDIR>>/3rdparty/optional-lite/include 
> -I/<<PKGBUILDDIR>>/3rdparty/glad/include 
> -I/<<PKGBUILDDIR>>/3rdparty/launchinfo/include 
> -I/<<PKGBUILDDIR>>/3rdparty/EmbeddedJSONSignature/include 
> -I/<<PKGBUILDDIR>>/3rdparty/fmt/include 
> -I/<<PKGBUILDDIR>>/3rdparty/quickjs-wz -I/<<PKGBUILDDIR>>/3rdparty/re2 
> -I/<<PKGBUILDDIR>>/3rdparty/SQLiteCpp/include -isystem 
> /<<PKGBUILDDIR>>/3rdparty/glm -isystem /<<PKGBUILDDIR>>/3rdparty/date/include 
> -isystem /<<PKGBUILDDIR>>/3rdparty/json/include -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -D_FORTIFY_SOURCE=2 -DNDEBUG -fstack-protector-strong 
> -fstack-clash-protection -O2 -g -DNDEBUG -std=c++14 -fPIE -Wpedantic -Wall 
> -Wextra -fno-common -fno-math-errno -Wcast-align -Wcast-qual 
> -Wctor-dtor-privacy -Winit-self -Woverloaded-virtual -Wstrict-null-sentinel 
> -Wwrite-strings -Wpointer-arith -Wmissing-noreturn -Wnon-virtual-dtor 
> -Wduplicated-cond -Walloc-zero -Walloca-larger-than=1024 -Wrestrict 
> -Wfloat-conversion -Wformat-security -Wstringop-truncation -Wlogical-op 
> -Wuninitialized -Werror -Wno-float-conversion -Wno-unused-but-set-variable 
> -Wno-sign-compare -Wno-unused-parameter -Wno-format-truncation -MD -MT 
> src/CMakeFiles/warzone2100.dir/wzapi.cpp.o -MF 
> src/CMakeFiles/warzone2100.dir/wzapi.cpp.o.d -o 
> src/CMakeFiles/warzone2100.dir/wzapi.cpp.o -c /<<PKGBUILDDIR>>/src/wzapi.cpp
> [1519/1520] /usr/bin/c++ -DENABLE_DISCORD -DHAVE_CONFIG_H 
> -DJSON_USE_IMPLICIT_CONVERSIONS=0 -DNLOHMANN_JSON_NAMESPACE=nlohmann 
> -DNLOHMANN_JSON_NAMESPACE_BEGIN="namespace nlohmann {" 
> -DNLOHMANN_JSON_NAMESPACE_END=} -DWZ_DEBUG_GFX_API_LEAKS -DWZ_VULKAN_ENABLED 
> -DYY_NO_UNISTD_H -I/<<PKGBUILDDIR>>/debian/build -I/<<PKGBUILDDIR>>/. 
> -I/<<PKGBUILDDIR>>/3rdparty -I/<<PKGBUILDDIR>>/lib/wzmaplib/include 
> -I/<<PKGBUILDDIR>>/3rdparty/optional-lite/include 
> -I/<<PKGBUILDDIR>>/3rdparty/glad/include 
> -I/<<PKGBUILDDIR>>/3rdparty/launchinfo/include 
> -I/<<PKGBUILDDIR>>/3rdparty/EmbeddedJSONSignature/include 
> -I/<<PKGBUILDDIR>>/3rdparty/fmt/include 
> -I/<<PKGBUILDDIR>>/3rdparty/quickjs-wz -I/<<PKGBUILDDIR>>/3rdparty/re2 
> -I/<<PKGBUILDDIR>>/3rdparty/SQLiteCpp/include -isystem 
> /<<PKGBUILDDIR>>/3rdparty/glm -isystem /<<PKGBUILDDIR>>/3rdparty/date/include 
> -isystem /<<PKGBUILDDIR>>/3rdparty/json/include -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -D_FORTIFY_SOURCE=2 -DNDEBUG -fstack-protector-strong 
> -fstack-clash-protection -O2 -g -DNDEBUG -std=c++14 -fPIE -Wpedantic -Wall 
> -Wextra -fno-common -fno-math-errno -Wcast-align -Wcast-qual 
> -Wctor-dtor-privacy -Winit-self -Woverloaded-virtual -Wstrict-null-sentinel 
> -Wwrite-strings -Wpointer-arith -Wmissing-noreturn -Wnon-virtual-dtor 
> -Wduplicated-cond -Walloc-zero -Walloca-larger-than=1024 -Wrestrict 
> -Wfloat-conversion -Wformat-security -Wstringop-truncation -Wlogical-op 
> -Wuninitialized -Werror -Wno-float-conversion -Wno-unused-but-set-variable 
> -Wno-sign-compare -Wno-unused-parameter -Wno-format-truncation -MD -MT 
> src/CMakeFiles/warzone2100.dir/wzscriptdebug.cpp.o -MF 
> src/CMakeFiles/warzone2100.dir/wzscriptdebug.cpp.o.d -o 
> src/CMakeFiles/warzone2100.dir/wzscriptdebug.cpp.o -c 
> /<<PKGBUILDDIR>>/src/wzscriptdebug.cpp
> ninja: build stopped: subcommand failed.
> 
> make[1]: *** [debian/rules:24: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/warzone2100_4.3.5-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231027&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: warzone2100
Source-Version: 4.4.0-1
Done: Russell Coker <[email protected]>

We believe that the bug you reported is fixed in the latest version of
warzone2100, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Russell Coker <[email protected]> (supplier of updated warzone2100 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 07 Nov 2023 13:14:00 +1100
Source: warzone2100
Architecture: source
Version: 4.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Russell Coker <[email protected]>
Closes: 1054703
Changes:
 warzone2100 (4.4.0-1) unstable; urgency=medium
 .
   * new upstream release
     Removed the patch to stop SEGV as that's now upstream
     Fixed the FTBFS on Unstable GCC Closes: #1054703
Checksums-Sha1:
 e1a2d6e0b16d00978f95c58646713542144e6795 2619 warzone2100_4.4.0-1.dsc
 4291406968f6f0f93d628421304bd302aaf0395b 489899284 
warzone2100_4.4.0.orig.tar.xz
 67ebb4112570635e7c0db149aae4a9725c59b97e 26540 
warzone2100_4.4.0-1.debian.tar.xz
 997ffe62dd269cbbd37e27b3fbdd636a89862584 15602 
warzone2100_4.4.0-1_amd64.buildinfo
Checksums-Sha256:
 b6f25b334612200dafbb45903352606f7c333b09cea1fb0f8751f1a223f132de 2619 
warzone2100_4.4.0-1.dsc
 525efb3a28495881fd1fa154a626c60e3a97d416380d60d0ddb4789510d8f7e5 489899284 
warzone2100_4.4.0.orig.tar.xz
 d1cfdb016177f128e4170e2a8225cfeba24669edde52d614420c1574dfbae957 26540 
warzone2100_4.4.0-1.debian.tar.xz
 93da7d856cbcbc17ae689694d74c685580a9375d028acb17c162519dd3ef1db2 15602 
warzone2100_4.4.0-1_amd64.buildinfo
Files:
 768e957da78314c878cfcd20a3dc06ea 2619 games optional warzone2100_4.4.0-1.dsc
 88f46d82883c7809d41850fe585447ac 489899284 games optional 
warzone2100_4.4.0.orig.tar.xz
 03f38b8d3cac2e345d6cab42c2f026dd 26540 games optional 
warzone2100_4.4.0-1.debian.tar.xz
 d02f80a10d580e29fd0aa3b594110565 15602 games optional 
warzone2100_4.4.0-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEn31hncwG9XwCqmbH0UHNMPxLj3kFAmVKKvMACgkQ0UHNMPxL
j3kUhBAAwmAwT+uwdCFQQ9YcpU8kp8VPpVcjCir7yec4Q4vuHwAkBz/FEfLW3+tZ
YYTctlXkfwPLx5CNkOyKXi8jBr9lBPVOmMxf7eJHbYPB6EBGFPYXPSyZfVyb1miv
bS0AUohzt/O7A83rCbAOXqzt/Qy0DI00MpXKPPklxw00TqF3cqBwS076bPPkpm1+
+qM5dubMyU5jqu1/7EtRjsCR4X2t/iGfp3kRW74EPITz8H2vhf3MLs+3ZklwGLLB
r/bKmB98KGnUK6knxSkpVLXew/2iRIiuQTa5kcDvMCJfzDQejNF57kRDFxFuoiDD
xxAEPMGtexDHbo6HQ5vLjk8JAWpM9udqxpQWTrp9ZEu3xBJI6lb890SDKEfRVjUX
AvWp05F/s59zUr1/wjelvqazAJaliF3X4vA890DWT8dTaG86ye9vxEEEW7AOjL1n
AWFgOqQiGoZ/SDs5EwdWUkzL5Q1/5WBpnhZwBr8RSVWP/lHl2jqNTF3YwOQdFx35
hNJR3xQGbQc8ifcbwtUgcHkJtYfFXlmpu1hZTKoFt1l4iaLOKQkDcFVuvTAmmkmY
CGE6hTu0Iuj6lYAvRZLNnNtDt3D65nqiVvZIfb1gWT66lZzuUoy08MJPOZLf8Ey8
J3BJ+7AZmJx9H5KCtVGn/hHFytXKSTirJYlIvi24SORT58Sba+A=
=hDhG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to