Your message dated Wed, 22 Oct 2025 17:05:05 +0000
with message-id <[email protected]>
and subject line Bug#1098118: fixed in xalan 1.12-9
has caused the Debian Bug report #1098118,
regarding xalan: ftbfs with GCC-15
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.)
--
1098118: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098118
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xalan
Version: 1.12-7.1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/xalan_1.12-7.1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html
[...]
[ 21%] Building CXX object
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/FormatterToText.cpp.o
cd /build/reproducible-path/xalan-1.12/build/src/xalanc && /usr/bin/c++
-DXALAN_BUILD_DLL=1 -DXALAN_INMEM_MSG_LOADER=1 -DXALAN_USE_ICU=1
-D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -Dxalan_c_EXPORTS
-I/build/reproducible-path/xalan-1.12/build
-I/build/reproducible-path/xalan-1.12/src/xalanc
-I/build/reproducible-path/xalan-1.12/build/src/xalanc
-I/build/reproducible-path/xalan-1.12/src
-I/build/reproducible-path/xalan-1.12/build/src
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/PlatformSupport
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/NLS/include -g -O2
-ffile-prefix-map=/build/reproducible-path/xalan-1.12=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra
-Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings
-Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default
-Wunused-variable -Wwrite-str
ings -Wno-variadic-macros -fstrict-aliasing -std=gnu++14 -fPIC -MD -MT
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/FormatterToText.cpp.o -MF
CMakeFiles/xalan-c.dir/XMLSupport/FormatterToText.cpp.o.d -o
CMakeFiles/xalan-c.dir/XMLSupport/FormatterToText.cpp.o -c
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/FormatterToText.cpp
[ 21%] Building CXX object
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/FormatterToXML.cpp.o
cd /build/reproducible-path/xalan-1.12/build/src/xalanc && /usr/bin/c++
-DXALAN_BUILD_DLL=1 -DXALAN_INMEM_MSG_LOADER=1 -DXALAN_USE_ICU=1
-D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -Dxalan_c_EXPORTS
-I/build/reproducible-path/xalan-1.12/build
-I/build/reproducible-path/xalan-1.12/src/xalanc
-I/build/reproducible-path/xalan-1.12/build/src/xalanc
-I/build/reproducible-path/xalan-1.12/src
-I/build/reproducible-path/xalan-1.12/build/src
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/PlatformSupport
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/NLS/include -g -O2
-ffile-prefix-map=/build/reproducible-path/xalan-1.12=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra
-Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings
-Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default
-Wunused-variable -Wwrite-str
ings -Wno-variadic-macros -fstrict-aliasing -std=gnu++14 -fPIC -MD -MT
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/FormatterToXML.cpp.o -MF
CMakeFiles/xalan-c.dir/XMLSupport/FormatterToXML.cpp.o.d -o
CMakeFiles/xalan-c.dir/XMLSupport/FormatterToXML.cpp.o -c
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/FormatterToXML.cpp
[ 21%] Building CXX object
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/FormatterTreeWalker.cpp.o
cd /build/reproducible-path/xalan-1.12/build/src/xalanc && /usr/bin/c++
-DXALAN_BUILD_DLL=1 -DXALAN_INMEM_MSG_LOADER=1 -DXALAN_USE_ICU=1
-D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -Dxalan_c_EXPORTS
-I/build/reproducible-path/xalan-1.12/build
-I/build/reproducible-path/xalan-1.12/src/xalanc
-I/build/reproducible-path/xalan-1.12/build/src/xalanc
-I/build/reproducible-path/xalan-1.12/src
-I/build/reproducible-path/xalan-1.12/build/src
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/PlatformSupport
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/NLS/include -g -O2
-ffile-prefix-map=/build/reproducible-path/xalan-1.12=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra
-Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings
-Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default
-Wunused-variable -Wwrite-str
ings -Wno-variadic-macros -fstrict-aliasing -std=gnu++14 -fPIC -MD -MT
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/FormatterTreeWalker.cpp.o -MF
CMakeFiles/xalan-c.dir/XMLSupport/FormatterTreeWalker.cpp.o.d -o
CMakeFiles/xalan-c.dir/XMLSupport/FormatterTreeWalker.cpp.o -c
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/FormatterTreeWalker.cpp
In file included from
/build/reproducible-path/xalan-1.12/src/xalanc/Include/STLHelper.hpp:33,
from
/build/reproducible-path/xalan-1.12/src/xalanc/XalanDOM/XalanDOMString.hpp:31,
from
/build/reproducible-path/xalan-1.12/src/xalanc/DOMSupport/XalanDocumentPrefixResolver.hpp:28,
from
/build/reproducible-path/xalan-1.12/src/xalanc/DOMSupport/XalanDocumentPrefixResolver.cpp:19:
/build/reproducible-path/xalan-1.12/src/xalanc/Include/XalanMap.hpp: In
instantiation of ‘xalanc_1_12::XalanMap<Key, Value, KeyTraits,
KeyConstructionTraits, ValueConstructionTraits>::data_type&
xalanc_1_12::XalanMap<Key, Value, KeyTraits, KeyConstructionTraits,
ValueConstructionTraits>::operator[](const key_type&) [with Key = const
xalanc_1_12::XalanDOMString*; Value = xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*>; KeyTraits = xalanc_1_12::XalanMapKeyTraits<const
xalanc_1_12::XalanDOMString*>; KeyConstructionTraits =
xalanc_1_12::MemoryManagedConstructionTraits<const
xalanc_1_12::XalanDOMString*>; ValueConstructionTraits =
xalanc_1_12::MemoryManagedConstructionTraits<xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> >; data_type = xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*>; key_type = const xalanc_1_12::XalanDOMString*]’:
/build/reproducible-path/xalan-1.12/src/xalanc/DOMSupport/XalanDocumentPrefixResolver.cpp:147:51:
required from here
147 | m_map[&theAttr->getLocalName()].push_back(theAttr);
| ^
/build/reproducible-path/xalan-1.12/src/xalanc/Include/XalanMap.hpp:386:17:
warning: implicitly-declared
‘xalanc_1_12::XalanMapIterator<xalanc_1_12::XalanMapIteratorTraits<std::pair<const
xalanc_1_12::XalanDOMString* const, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> > >,
xalanc_1_12::XalanListIteratorBase<xalanc_1_12::XalanListIteratorTraits<xalanc_1_12::XalanMap<const
xalanc_1_12::XalanDOMString*, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> >::Entry>,
xalanc_1_12::XalanList<xalanc_1_12::XalanMap<const
xalanc_1_12::XalanDOMString*, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> >::Entry>::Node> >&
xalanc_1_12::XalanMapIterator<xalanc_1_12::XalanMapIteratorTraits<std::pair<const
xalanc_1_12::XalanDOMString* const, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> > >,
xalanc_1_12::XalanListIteratorBase<xalanc_1_12::XalanListIteratorTraits<xalanc_1_12::XalanMap<const
xalanc_1_12::XalanDOMString*, xalanc_1_12::XalanVector<const xalanc_1_12::Xala
nNode*> >::Entry>, xalanc_1_12::XalanList<xalanc_1_12::XalanMap<const
xalanc_1_12::XalanDOMString*, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> >::Entry>::Node> >::operator=(const
xalanc_1_12::XalanMapIterator<xalanc_1_12::XalanMapIteratorTraits<std::pair<const
xalanc_1_12::XalanDOMString* const, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> > >,
xalanc_1_12::XalanListIteratorBase<xalanc_1_12::XalanListIteratorTraits<xalanc_1_12::XalanMap<const
xalanc_1_12::XalanDOMString*, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> >::Entry>,
xalanc_1_12::XalanList<xalanc_1_12::XalanMap<const
xalanc_1_12::XalanDOMString*, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> >::Entry>::Node> >&)’ is deprecated [-Wdeprecated-copy]
386 | pos = doCreateEntry(key);
| ~~~~^~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/xalan-1.12/src/xalanc/Include/XalanMap.hpp:128:5:
note: because
‘xalanc_1_12::XalanMapIterator<xalanc_1_12::XalanMapIteratorTraits<std::pair<const
xalanc_1_12::XalanDOMString* const, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> > >,
xalanc_1_12::XalanListIteratorBase<xalanc_1_12::XalanListIteratorTraits<xalanc_1_12::XalanMap<const
xalanc_1_12::XalanDOMString*, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> >::Entry>,
xalanc_1_12::XalanList<xalanc_1_12::XalanMap<const
xalanc_1_12::XalanDOMString*, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> >::Entry>::Node> >’ has user-provided
‘xalanc_1_12::XalanMapIterator<XalanMapTraits,
BaseIterator>::XalanMapIterator(const Iterator&) [with XalanMapTraits =
xalanc_1_12::XalanMapIteratorTraits<std::pair<const
xalanc_1_12::XalanDOMString* const, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> > >; BaseIterator =
xalanc_1_12::XalanListIteratorBase<xalanc_1_12::XalanListIteratorTra
its<xalanc_1_12::XalanMap<const xalanc_1_12::XalanDOMString*,
xalanc_1_12::XalanVector<const xalanc_1_12::XalanNode*> >::Entry>,
xalanc_1_12::XalanList<xalanc_1_12::XalanMap<const
xalanc_1_12::XalanDOMString*, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> >::Entry>::Node>; Iterator =
xalanc_1_12::XalanMapIterator<xalanc_1_12::XalanMapIteratorTraits<std::pair<const
xalanc_1_12::XalanDOMString* const, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> > >,
xalanc_1_12::XalanListIteratorBase<xalanc_1_12::XalanListIteratorTraits<xalanc_1_12::XalanMap<const
xalanc_1_12::XalanDOMString*, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> >::Entry>,
xalanc_1_12::XalanList<xalanc_1_12::XalanMap<const
xalanc_1_12::XalanDOMString*, xalanc_1_12::XalanVector<const
xalanc_1_12::XalanNode*> >::Entry>::Node> >]’
128 | XalanMapIterator(const Iterator & theRhs) :
| ^~~~~~~~~~~~~~~~
[ 21%] Building CXX object
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XalanHTMLElementsProperties.cpp.o
cd /build/reproducible-path/xalan-1.12/build/src/xalanc && /usr/bin/c++
-DXALAN_BUILD_DLL=1 -DXALAN_INMEM_MSG_LOADER=1 -DXALAN_USE_ICU=1
-D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -Dxalan_c_EXPORTS
-I/build/reproducible-path/xalan-1.12/build
-I/build/reproducible-path/xalan-1.12/src/xalanc
-I/build/reproducible-path/xalan-1.12/build/src/xalanc
-I/build/reproducible-path/xalan-1.12/src
-I/build/reproducible-path/xalan-1.12/build/src
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/PlatformSupport
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/NLS/include -g -O2
-ffile-prefix-map=/build/reproducible-path/xalan-1.12=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra
-Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings
-Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default
-Wunused-variable -Wwrite-str
ings -Wno-variadic-macros -fstrict-aliasing -std=gnu++14 -fPIC -MD -MT
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XalanHTMLElementsProperties.cpp.o
-MF CMakeFiles/xalan-c.dir/XMLSupport/XalanHTMLElementsProperties.cpp.o.d -o
CMakeFiles/xalan-c.dir/XMLSupport/XalanHTMLElementsProperties.cpp.o -c
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/XalanHTMLElementsProperties.cpp
[ 21%] Building CXX object
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XalanUTF16Writer.cpp.o
cd /build/reproducible-path/xalan-1.12/build/src/xalanc && /usr/bin/c++
-DXALAN_BUILD_DLL=1 -DXALAN_INMEM_MSG_LOADER=1 -DXALAN_USE_ICU=1
-D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -Dxalan_c_EXPORTS
-I/build/reproducible-path/xalan-1.12/build
-I/build/reproducible-path/xalan-1.12/src/xalanc
-I/build/reproducible-path/xalan-1.12/build/src/xalanc
-I/build/reproducible-path/xalan-1.12/src
-I/build/reproducible-path/xalan-1.12/build/src
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/PlatformSupport
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/NLS/include -g -O2
-ffile-prefix-map=/build/reproducible-path/xalan-1.12=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra
-Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings
-Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default
-Wunused-variable -Wwrite-str
ings -Wno-variadic-macros -fstrict-aliasing -std=gnu++14 -fPIC -MD -MT
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XalanUTF16Writer.cpp.o -MF
CMakeFiles/xalan-c.dir/XMLSupport/XalanUTF16Writer.cpp.o.d -o
CMakeFiles/xalan-c.dir/XMLSupport/XalanUTF16Writer.cpp.o -c
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/XalanUTF16Writer.cpp
[ 22%] Building CXX object
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XalanUTF8Writer.cpp.o
cd /build/reproducible-path/xalan-1.12/build/src/xalanc && /usr/bin/c++
-DXALAN_BUILD_DLL=1 -DXALAN_INMEM_MSG_LOADER=1 -DXALAN_USE_ICU=1
-D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -Dxalan_c_EXPORTS
-I/build/reproducible-path/xalan-1.12/build
-I/build/reproducible-path/xalan-1.12/src/xalanc
-I/build/reproducible-path/xalan-1.12/build/src/xalanc
-I/build/reproducible-path/xalan-1.12/src
-I/build/reproducible-path/xalan-1.12/build/src
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/PlatformSupport
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/NLS/include -g -O2
-ffile-prefix-map=/build/reproducible-path/xalan-1.12=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra
-Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings
-Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default
-Wunused-variable -Wwrite-str
ings -Wno-variadic-macros -fstrict-aliasing -std=gnu++14 -fPIC -MD -MT
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XalanUTF8Writer.cpp.o -MF
CMakeFiles/xalan-c.dir/XMLSupport/XalanUTF8Writer.cpp.o.d -o
CMakeFiles/xalan-c.dir/XMLSupport/XalanUTF8Writer.cpp.o -c
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/XalanUTF8Writer.cpp
[ 22%] Building CXX object
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XalanXMLSerializerBase.cpp.o
cd /build/reproducible-path/xalan-1.12/build/src/xalanc && /usr/bin/c++
-DXALAN_BUILD_DLL=1 -DXALAN_INMEM_MSG_LOADER=1 -DXALAN_USE_ICU=1
-D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -Dxalan_c_EXPORTS
-I/build/reproducible-path/xalan-1.12/build
-I/build/reproducible-path/xalan-1.12/src/xalanc
-I/build/reproducible-path/xalan-1.12/build/src/xalanc
-I/build/reproducible-path/xalan-1.12/src
-I/build/reproducible-path/xalan-1.12/build/src
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/PlatformSupport
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/NLS/include -g -O2
-ffile-prefix-map=/build/reproducible-path/xalan-1.12=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra
-Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings
-Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default
-Wunused-variable -Wwrite-str
ings -Wno-variadic-macros -fstrict-aliasing -std=gnu++14 -fPIC -MD -MT
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XalanXMLSerializerBase.cpp.o -MF
CMakeFiles/xalan-c.dir/XMLSupport/XalanXMLSerializerBase.cpp.o.d -o
CMakeFiles/xalan-c.dir/XMLSupport/XalanXMLSerializerBase.cpp.o -c
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/XalanXMLSerializerBase.cpp
[ 22%] Building CXX object
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XalanXMLSerializerFactory.cpp.o
cd /build/reproducible-path/xalan-1.12/build/src/xalanc && /usr/bin/c++
-DXALAN_BUILD_DLL=1 -DXALAN_INMEM_MSG_LOADER=1 -DXALAN_USE_ICU=1
-D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -Dxalan_c_EXPORTS
-I/build/reproducible-path/xalan-1.12/build
-I/build/reproducible-path/xalan-1.12/src/xalanc
-I/build/reproducible-path/xalan-1.12/build/src/xalanc
-I/build/reproducible-path/xalan-1.12/src
-I/build/reproducible-path/xalan-1.12/build/src
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/PlatformSupport
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/NLS/include -g -O2
-ffile-prefix-map=/build/reproducible-path/xalan-1.12=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra
-Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings
-Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default
-Wunused-variable -Wwrite-str
ings -Wno-variadic-macros -fstrict-aliasing -std=gnu++14 -fPIC -MD -MT
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XalanXMLSerializerFactory.cpp.o
-MF CMakeFiles/xalan-c.dir/XMLSupport/XalanXMLSerializerFactory.cpp.o.d -o
CMakeFiles/xalan-c.dir/XMLSupport/XalanXMLSerializerFactory.cpp.o -c
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/XalanXMLSerializerFactory.cpp
[ 22%] Building CXX object
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XMLParserLiaison.cpp.o
cd /build/reproducible-path/xalan-1.12/build/src/xalanc && /usr/bin/c++
-DXALAN_BUILD_DLL=1 -DXALAN_INMEM_MSG_LOADER=1 -DXALAN_USE_ICU=1
-D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -Dxalan_c_EXPORTS
-I/build/reproducible-path/xalan-1.12/build
-I/build/reproducible-path/xalan-1.12/src/xalanc
-I/build/reproducible-path/xalan-1.12/build/src/xalanc
-I/build/reproducible-path/xalan-1.12/src
-I/build/reproducible-path/xalan-1.12/build/src
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/PlatformSupport
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/NLS/include -g -O2
-ffile-prefix-map=/build/reproducible-path/xalan-1.12=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra
-Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings
-Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default
-Wunused-variable -Wwrite-str
ings -Wno-variadic-macros -fstrict-aliasing -std=gnu++14 -fPIC -MD -MT
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XMLParserLiaison.cpp.o -MF
CMakeFiles/xalan-c.dir/XMLSupport/XMLParserLiaison.cpp.o.d -o
CMakeFiles/xalan-c.dir/XMLSupport/XMLParserLiaison.cpp.o -c
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/XMLParserLiaison.cpp
[ 23%] Building CXX object
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XMLSupportException.cpp.o
cd /build/reproducible-path/xalan-1.12/build/src/xalanc && /usr/bin/c++
-DXALAN_BUILD_DLL=1 -DXALAN_INMEM_MSG_LOADER=1 -DXALAN_USE_ICU=1
-D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -Dxalan_c_EXPORTS
-I/build/reproducible-path/xalan-1.12/build
-I/build/reproducible-path/xalan-1.12/src/xalanc
-I/build/reproducible-path/xalan-1.12/build/src/xalanc
-I/build/reproducible-path/xalan-1.12/src
-I/build/reproducible-path/xalan-1.12/build/src
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/PlatformSupport
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/NLS/include -g -O2
-ffile-prefix-map=/build/reproducible-path/xalan-1.12=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra
-Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings
-Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default
-Wunused-variable -Wwrite-str
ings -Wno-variadic-macros -fstrict-aliasing -std=gnu++14 -fPIC -MD -MT
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XMLSupportException.cpp.o -MF
CMakeFiles/xalan-c.dir/XMLSupport/XMLSupportException.cpp.o.d -o
CMakeFiles/xalan-c.dir/XMLSupport/XMLSupportException.cpp.o -c
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/XMLSupportException.cpp
In file included from
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/XalanXMLSerializerFactory.cpp:32:
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/XalanOtherEncodingWriter.hpp:
In member function ‘void xalanc_1_12::XalanOtherEncodingWriter<Predicate,
ConstantsType>::writeSafe(const xalanc_1_12::XalanDOMChar*,
xalanc_1_12::XalanFormatterWriter::size_type)’:
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/XalanOtherEncodingWriter.hpp:323:31:
error: ‘class xalanc_1_12::XalanOtherEncodingWriter<Predicate, ConstantsType>’
has no member named ‘m_isPresentable’ [-Wtemplate-body]
323 | if (this->m_isPresentable(value))
| ^~~~~~~~~~~~~~~
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/XalanOtherEncodingWriter.hpp:329:31:
error: ‘class xalanc_1_12::XalanOtherEncodingWriter<Predicate, ConstantsType>’
has no member named ‘writeNumberedEntityReference’ [-Wtemplate-body]
329 | this->writeNumberedEntityReference(value);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 23%] Building CXX object
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XMLSupportInit.cpp.o
cd /build/reproducible-path/xalan-1.12/build/src/xalanc && /usr/bin/c++
-DXALAN_BUILD_DLL=1 -DXALAN_INMEM_MSG_LOADER=1 -DXALAN_USE_ICU=1
-D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -Dxalan_c_EXPORTS
-I/build/reproducible-path/xalan-1.12/build
-I/build/reproducible-path/xalan-1.12/src/xalanc
-I/build/reproducible-path/xalan-1.12/build/src/xalanc
-I/build/reproducible-path/xalan-1.12/src
-I/build/reproducible-path/xalan-1.12/build/src
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/PlatformSupport
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/NLS/include -g -O2
-ffile-prefix-map=/build/reproducible-path/xalan-1.12=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra
-Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings
-Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default
-Wunused-variable -Wwrite-str
ings -Wno-variadic-macros -fstrict-aliasing -std=gnu++14 -fPIC -MD -MT
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XMLSupportInit.cpp.o -MF
CMakeFiles/xalan-c.dir/XMLSupport/XMLSupportInit.cpp.o.d -o
CMakeFiles/xalan-c.dir/XMLSupport/XMLSupportInit.cpp.o -c
/build/reproducible-path/xalan-1.12/src/xalanc/XMLSupport/XMLSupportInit.cpp
[ 23%] Building CXX object
src/xalanc/CMakeFiles/xalan-c.dir/XPath/ElementPrefixResolverProxy.cpp.o
cd /build/reproducible-path/xalan-1.12/build/src/xalanc && /usr/bin/c++
-DXALAN_BUILD_DLL=1 -DXALAN_INMEM_MSG_LOADER=1 -DXALAN_USE_ICU=1
-D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -Dxalan_c_EXPORTS
-I/build/reproducible-path/xalan-1.12/build
-I/build/reproducible-path/xalan-1.12/src/xalanc
-I/build/reproducible-path/xalan-1.12/build/src/xalanc
-I/build/reproducible-path/xalan-1.12/src
-I/build/reproducible-path/xalan-1.12/build/src
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/PlatformSupport
-I/build/reproducible-path/xalan-1.12/build/src/xalanc/NLS/include -g -O2
-ffile-prefix-map=/build/reproducible-path/xalan-1.12=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra
-Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings
-Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default
-Wunused-variable -Wwrite-str
ings -Wno-variadic-macros -fstrict-aliasing -std=gnu++14 -fPIC -MD -MT
src/xalanc/CMakeFiles/xalan-c.dir/XPath/ElementPrefixResolverProxy.cpp.o -MF
CMakeFiles/xalan-c.dir/XPath/ElementPrefixResolverProxy.cpp.o.d -o
CMakeFiles/xalan-c.dir/XPath/ElementPrefixResolverProxy.cpp.o -c
/build/reproducible-path/xalan-1.12/src/xalanc/XPath/ElementPrefixResolverProxy.cpp
make[3]: *** [src/xalanc/CMakeFiles/xalan-c.dir/build.make:1286:
src/xalanc/CMakeFiles/xalan-c.dir/XMLSupport/XalanXMLSerializerFactory.cpp.o]
Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from
/build/reproducible-path/xalan-1.12/src/xalanc/XPath/MutableNodeRefList.hpp:28,
from
/build/reproducible-path/xalan-1.12/src/xalanc/XPath/XPathExecutionContext.hpp:45,
from
/build/reproducible-path/xalan-1.12/src/xalanc/XPath/XObject.hpp:44,
from
/build/reproducible-path/xalan-1.12/src/xalanc/XPath/Function.hpp:33,
from
/build/reproducible-path/xalan-1.12/src/xalanc/XPath/XPathEnvSupport.hpp:32,
from
/build/reproducible-path/xalan-1.12/src/xalanc/XPath/ElementPrefixResolverProxy.cpp:36:
/build/reproducible-path/xalan-1.12/src/xalanc/XPath/NodeRefList.hpp: In member
function ‘void
xalanc_1_12::NodeRefList::ensureAllocation(xalanc_1_12::XalanVector<xalanc_1_12::XalanNode*>::size_type)’:
/build/reproducible-path/xalan-1.12/src/xalanc/XPath/NodeRefList.hpp:134:57:
warning: enumerated and non-enumerated type in conditional expression [-Wextra]
134 | m_nodeList.reserve(eDefaultVectorSize > theSize ?
eDefaultVectorSize : theSize);
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/xalan-1.12/src/xalanc/XPath/XPathExecutionContext.hpp:
In copy constructor
‘xalanc_1_12::XPathExecutionContext::GetCachedNodeList::GetCachedNodeList(const
xalanc_1_12::XPathExecutionContext::GetCachedNodeList&)’:
/build/reproducible-path/xalan-1.12/src/xalanc/XPath/XPathExecutionContext.hpp:353:14:
warning: cast from type ‘const
xalanc_1_12::XPathExecutionContext::GetCachedNodeList*’ to type
‘xalanc_1_12::XPathExecutionContext::BorrowReturnMutableNodeRefList*’ {aka
‘xalanc_1_12::XPathExecutionContext::GetCachedNodeList*’} casts away qualifiers
[-Wcast-qual]
353 |
((BorrowReturnMutableNodeRefList&)theSource).m_mutableNodeRefList = 0;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/build/reproducible-path/xalan-1.12/build'
make[2]: *** [CMakeFiles/Makefile2:513: src/xalanc/CMakeFiles/xalan-c.dir/all]
Error 2
make[2]: Leaving directory '/build/reproducible-path/xalan-1.12/build'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/xalan-1.12/build'
dh_auto_build: error: cd build && make -j8 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xalan
Source-Version: 1.12-9
Done: William Blough <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xalan, 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.
William Blough <[email protected]> (supplier of updated xalan 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: Wed, 22 Oct 2025 09:32:31 -0400
Source: xalan
Architecture: source
Version: 1.12-9
Distribution: unstable
Urgency: medium
Maintainer: William Blough <[email protected]>
Changed-By: William Blough <[email protected]>
Closes: 1098118 1113636
Changes:
xalan (1.12-9) unstable; urgency=medium
.
* Fixes for gcc 15, Closes: 1098118
* Bump minimum cmake version, Closes: 1113636
* Add missed dh files
* Install cmake and pkgconfig files with -dev
* Update standards version (no changes)
* Use debhelper compat 13
Checksums-Sha1:
f339c569a00cb301cf14c1e199ba226edaf2f358 2221 xalan_1.12-9.dsc
68b5142a3bf8bae82a4fac85c6a5393fa2ddb088 34348 xalan_1.12-9.debian.tar.xz
2d8384bf4a85410b943301b0ac3b07f50613285c 8723 xalan_1.12-9_amd64.buildinfo
Checksums-Sha256:
6b9c9d9f76bbfa7fe93055c95e89aaece542f98f085166604f224587f6aa4ecf 2221
xalan_1.12-9.dsc
717a9126dc4fec4e6247beba1c0589b3bd8244045db6efea06bf0832a358b8b6 34348
xalan_1.12-9.debian.tar.xz
97b88a99da948681ef5a6cb37a4019d6efe3e3f25828b2c36e553542351b6a22 8723
xalan_1.12-9_amd64.buildinfo
Files:
f37fbb6a44f431c74cfe020b671d7f49 2221 text optional xalan_1.12-9.dsc
417e9798f419c5716ed1e00d5cce1b37 34348 text optional xalan_1.12-9.debian.tar.xz
c8d061c68ae337ffc208d2b57488d5be 8723 text optional
xalan_1.12-9_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEJXjSPd76bZ5rVv2gNeEe5JHS9UwFAmj44KVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDI1
NzhEMjNEREVGQTZEOUU2QjU2RkRBMDM1RTExRUU0OTFEMkY1NEMTHGJibG91Z2hA
ZGViaWFuLm9yZwAKCRA14R7kkdL1TENTD/wMhQCChx/4wHIIXK26fcUTwbBahj3p
dqVXJV1r9+41amdI4K/SGLYkXGdCXY5UDwni8ZoPXMG7WK5mMa6SO/tZW+8GmAoe
hH1Dk8oE0h7fr0zN/reAYJ/4LqDTz3wIJm2HHrrYbtKoc0d8LxEfUQ8sYEtriM/O
FcQIjqhED529BoYqoBXQ8NRdG9bKN45+16s0ouEKf1f2+Y3GvGqTMrT+CPqUOMtV
LpRefAVVOtHdkgO5UGmefz/dEqS+IQfhpFfT2mkmqe9iniwqtlHFukmbOtRNdAHd
EFcIwfpDdy46akQcTT/Nad9rPQMuWt50lWJN6hNSvV7AfEd9OKiq5UPJ+0pGj5Ky
pFr4ORJWlCEbS+/N2CKDgGKx54pTYde/t2Ah3xitSYjg2n176cU3QIY0sVcMO1e9
6ew6fQ4+rG/BUtHuSaqO58+4KUEW+KoLsy/BRpzbdOifNoQmCM2OFaGwg+eZ9slH
MDPCYwCSBwNbjLwYn5yR5hDALXjYgEF8i5nh7vZRJWd3cGUnlYdzi/YB3p4iZW0w
WaVvHZZ77082Pd5DxF4pZSCwn3doAGPo8SYuesgIsDNn0zu5FDcwIO0DeJ1V5oyn
8Ki86F3MbF+hiwNRWh1DLf1bYjUyyaNoRiSVHndxnMNwsDhDjZWlZ08p2ACiXHwx
5MMw794+MYDl2w==
=hnNt
-----END PGP SIGNATURE-----
pgp3HfFcCTPsx.pgp
Description: PGP signature
--- End Message ---