Your message dated Mon, 25 Aug 2025 16:51:14 +0000
with message-id <[email protected]>
and subject line Bug#1073328: fixed in scram 0.16.2-4
has caused the Debian Bug report #1073328,
regarding scram ftbfs with libxml 2.14.x from experimental
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.)
--
1073328: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073328
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:scram
Version: 0.16.2-3
Tags: ftbfs sid forky
User: [email protected]
Usertags: libxml2.14
[this bug is NOT targeted to the upcoming trixie release]
http://qa-logs.debian.net/2025/05/23/scram_0.16.2-3_unstable_libxml2.log
[...]
/build/reproducible-path/scram-0.16.2/src/xml.cc: In constructor
‘scram::xml::Document::Document(const std::string&,
scram::xml::Validator*)’:
/build/reproducible-path/scram-0.16.2/src/xml.cc:31:42: error: invalid
conversion from ‘const xmlError*’ {aka ‘const _xmlError*’} to
‘xmlErrorPtr’ {aka ‘_xmlError*’} [-fpermissive]
31 | xmlErrorPtr xml_error = xmlGetLastError();
| ~~~~~~~~~~~~~~~^~
| |
| const xmlError* {aka
const _xmlError*}
In file included from /build/reproducible-path/scram-0.16.2/src/xml.cc:21:
/build/reproducible-path/scram-0.16.2/src/xml.h: In instantiation of
‘T scram::xml::detail::GetError(xmlErrorPtr) [with T =
scram::xml::ValidityError; xmlErrorPtr = _xmlError*]’:
/build/reproducible-path/scram-0.16.2/src/xml.h:460:7: required from here
460 | SCRAM_THROW(detail::GetError<ValidityError>());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/build/reproducible-path/scram-0.16.2/src/xml.h:163:32: error: invalid
conversion from ‘const xmlError*’ {aka ‘const _xmlError*’} to
‘xmlErrorPtr’ {aka ‘_xmlError*’} [-fpermissive]
163 | xml_error = xmlGetLastError();
| ~~~~~~~~~~~~~~~^~
| |
| const xmlError* {aka const
_xmlError*}
/build/reproducible-path/scram-0.16.2/src/xml.h: In instantiation of
‘T scram::xml::detail::GetError(xmlErrorPtr) [with T =
scram::xml::ParseError; xmlErrorPtr = _xmlError*]’:
/build/reproducible-path/scram-0.16.2/src/xml.cc:38:5: required from here
38 | SCRAM_THROW(detail::GetError<ParseError>(xml_error));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/build/reproducible-path/scram-0.16.2/src/xml.h:163:32: error: invalid
conversion from ‘const xmlError*’ {aka ‘const _xmlError*’} to
‘xmlErrorPtr’ {aka ‘_xmlError*’} [-fpermissive]
163 | xml_error = xmlGetLastError();
| ~~~~~~~~~~~~~~~^~
| |
| const xmlError* {aka const
_xmlError*}
/build/reproducible-path/scram-0.16.2/src/xml.h: In instantiation of
‘T scram::xml::detail::GetError(xmlErrorPtr) [with T =
scram::xml::XIncludeError; xmlErrorPtr = _xmlError*]’:
/build/reproducible-path/scram-0.16.2/src/xml.cc:42:5: required from here
42 | SCRAM_THROW(detail::GetError<XIncludeError>());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/build/reproducible-path/scram-0.16.2/src/xml.h:163:32: error: invalid
conversion from ‘const xmlError*’ {aka ‘const _xmlError*’} to
‘xmlErrorPtr’ {aka ‘_xmlError*’} [-fpermissive]
163 | xml_error = xmlGetLastError();
| ~~~~~~~~~~~~~~~^~
| |
| const xmlError* {aka const
_xmlError*}
/build/reproducible-path/scram-0.16.2/src/xml.h: In instantiation of
‘T scram::xml::detail::GetError(xmlErrorPtr) [with T =
scram::LogicError; xmlErrorPtr = _xmlError*]’:
/build/reproducible-path/scram-0.16.2/src/xml.cc:55:5: required from here
55 | SCRAM_THROW(detail::GetError<LogicError>());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/build/reproducible-path/scram-0.16.2/src/xml.h:163:32: error: invalid
conversion from ‘const xmlError*’ {aka ‘const _xmlError*’} to
‘xmlErrorPtr’ {aka ‘_xmlError*’} [-fpermissive]
163 | xml_error = xmlGetLastError();
| ~~~~~~~~~~~~~~~^~
| |
| const xmlError* {aka const
_xmlError*}
[ 25%] Building CXX object src/CMakeFiles/scram.dir/expression/constant.cc.o
cd /build/reproducible-path/scram-0.16.2/obj-x86_64-linux-gnu/src &&
/usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB
-DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB
-DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB
-DBOOST_RANDOM_DYN_LINK -DBOOST_RANDOM_NO_LIB -DBOOST_SYSTEM_DYN_LINK
-DBOOST_SYSTEM_NO_LIB
-DPROJECT_SOURCE_DIR=\"/build/reproducible-path/scram-0.16.2\"
-Dscram_EXPORTS
-I/build/reproducible-path/scram-0.16.2/obj-x86_64-linux-gnu/src
-I/build/reproducible-path/scram-0.16.2/src
-I/build/reproducible-path/scram-0.16.2 -isystem /usr/include/libxml2 -g
-O2 -fdebug-prefix-map=/build/reproducible-path/scram-0.16.2=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-fno-new-ttp-matching -O3 -DNDEBUG -std=c++17 -fPIC -MD -MT
src/CMakeFiles/scram.dir/expression/constant.cc.o -MF
CMakeFiles/scram.dir/expression/constant.cc.o.d -o
CMakeFiles/scram.dir/expression/constant.cc.o -c
/build/reproducible-path/scram-0.16.2/src/expression/constant.cc
make[3]: *** [src/CMakeFiles/scram.dir/build.make:138:
src/CMakeFiles/scram.dir/xml.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /build/reproducible-path/scram-0.16.2/src/config.h:30,
from
/build/reproducible-path/scram-0.16.2/src/config.cc:21:
/build/reproducible-path/scram-0.16.2/src/xml.h: In instantiation of
‘T scram::xml::detail::GetError(xmlErrorPtr) [with T =
scram::xml::ValidityError; xmlErrorPtr = _xmlError*]’:
/build/reproducible-path/scram-0.16.2/src/xml.h:460:7: required from here
460 | SCRAM_THROW(detail::GetError<ValidityError>());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/build/reproducible-path/scram-0.16.2/src/xml.h:163:32: error: invalid
conversion from ‘const xmlError*’ {aka ‘const _xmlError*’} to
‘xmlErrorPtr’ {aka ‘_xmlError*’} [-fpermissive]
163 | xml_error = xmlGetLastError();
| ~~~~~~~~~~~~~~~^~
| |
| const xmlError* {aka const
_xmlError*}
make[3]: *** [src/CMakeFiles/scram.dir/build.make:152:
src/CMakeFiles/scram.dir/config.cc.o] Error 1
--- End Message ---
--- Begin Message ---
Source: scram
Source-Version: 0.16.2-4
Done: Bastian Germann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
scram, 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.
Bastian Germann <[email protected]> (supplier of updated scram 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: SHA512
Format: 1.8
Date: Mon, 25 Aug 2025 17:01:13 +0200
Source: scram
Architecture: source
Version: 0.16.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1073328
Changes:
scram (0.16.2-4) unstable; urgency=medium
.
* Team upload
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on cmake, g++, libboost-all-dev
and qtbase5-dev
* Build with libxml 2.9 (Closes: #1073328)
Checksums-Sha1:
91ea1de8e81199c161246c7049c4dcb26efe9002 1962 scram_0.16.2-4.dsc
a939bbfb3dae3813dd8f2d2ad894b147a8d7e9e0 5596 scram_0.16.2-4.debian.tar.xz
0d5e823bf012670493154cc56bfee44739b703c9 5236 scram_0.16.2-4_source.buildinfo
Checksums-Sha256:
8ae2f8795ff0df741cd67c3c234a26ff07db314452339ea9888a1a4476b046d6 1962
scram_0.16.2-4.dsc
63451840728f3a336cd97bd18f86670eabe72aa46504f10df039e36922d6b89b 5596
scram_0.16.2-4.debian.tar.xz
6ec377e7c64c5cea4d5f9c7c0a1e551fd80e539800e88825324c7b234d6f6c28 5236
scram_0.16.2-4_source.buildinfo
Files:
89772f52e8ebb4708d95683c5a4fbf93 1962 science optional scram_0.16.2-4.dsc
3d07b9692ef6f0564a2387aff46b292c 5596 science optional
scram_0.16.2-4.debian.tar.xz
58ab201b305fb07934b3406b9a8a776f 5236 science optional
scram_0.16.2-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmisjT4QHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFCcnDACRCIQrg4/aTtKWsxyhxZrh3pvnFrYY6nlz
RXLh37jxT4ZG4F3op7CoTd4MJxVXcWHo8Jb06Onqr0ujvQYZzKIBGTbqFR4uCjns
eurITbUSe6RSNprVIJjn0OtwgbWy9vBDh6sLWcvVk+8Yajc1/SErlr2h+ybJiNO/
p3gI2bneXJGX6ydoF7n2D4uW5zLlL36zkM3elk1bghSb+XE2p4/0+BpZMUuRD8MX
yUtSrDJN1CqwRnSAoYqhtDTsoHwgGSHkBRKP4MpBoye1+aB3JN21ufx4hsTVi6f8
Mty0JznMAzAJWUQL/RVwwvAzJ/aYbC+EwrnRwuyhRHXWfO6dUmNcdK9sABqTxr56
b6Bldi+cqg2UZJ3q2TaIeXn36AxLXh44E0fxnx7S/mvtr45Zyhx5l+4pZ3feQgRS
X5VICKZB6Tf/RhY7AbHaC6TsxoyZwdvPXNprbk2oSkvb5czA95SJO5YHhzidJz1E
Me6BIetl6j8YvnMXtZJI4dPGPl3KX+M=
=VtTA
-----END PGP SIGNATURE-----
pgpFw5RpiijVb.pgp
Description: PGP signature
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers