[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1097181: marked as done (libdigidoc: ftbfs with GCC-15)



Your message dated Thu, 23 Oct 2025 13:07:51 +0000
with message-id <[🔎] E1vBv2l-0042Vu-34@fasolo.debian.org>
and subject line Bug#1116418: Removed package(s) from unstable
has caused the Debian Bug report #1097181,
regarding libdigidoc: 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 owner@bugs.debian.org
immediately.)


-- 
1097181: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097181
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:libdigidoc
Version: 3.10.5-6
Severity: important
Tags: sid forky
User: debian-gcc@lists.debian.org
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/libdigidoc_3.10.5-6_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

[...]
/build/reproducible-path/libdigidoc-3.10.5/libdigidoc/DigiDocVerify.h:40: warning: Member bMultiple (variable) of struct XmlElemDef_st is not documented.
/build/reproducible-path/libdigidoc-3.10.5/libdigidoc/DigiDocVerify.h:41: warning: Member pChildren (variable) of struct XmlElemDef_st is not documented.
/build/reproducible-path/libdigidoc-3.10.5/libdigidoc/DigiDocVerify.h:46: warning: Member szId (variable) of struct XmlElemInfo_st is not documented.
/build/reproducible-path/libdigidoc-3.10.5/libdigidoc/DigiDocVerify.h:47: warning: Member szTag (variable) of struct XmlElemInfo_st is not documented.
/build/reproducible-path/libdigidoc-3.10.5/libdigidoc/DigiDocVerify.h:48: warning: Member pParent (variable) of struct XmlElemInfo_st is not documented.
/build/reproducible-path/libdigidoc-3.10.5/libdigidoc/DigiDocVerify.h:49: warning: Member pChildren (variable) of struct XmlElemInfo_st is not documented.
In file included from /build/reproducible-path/libdigidoc-3.10.5/libdigidoc/DigiDocLib.c:86:
/build/reproducible-path/libdigidoc-3.10.5/libdigidoc/DigiDocLib.c: In function ‘getFullFileName’:
/build/reproducible-path/libdigidoc-3.10.5/libdigidoc/DigiDocDefs.h:66:19: warning: ignoring return value of ‘getcwd’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   66 |   #define _getcwd getcwd
/build/reproducible-path/libdigidoc-3.10.5/libdigidoc/DigiDocLib.c:663:5: note: in expansion of macro ‘_getcwd’
  663 |     _getcwd(szDest, len);
      |     ^~~~~~~
_st...
Generating docs for compound DEncEncrytedKey_st...
Generating docs for compound DEncRecvInfo_st...
Generating docs for compound DEncRecvInfoList_st...
Generating docs for compound DigestValue_st...
Generating docs for compound DigiDocMemBuf_st...
Generating docs for compound DocInfo_st...
Generating docs for compound ElementEntry_st...
Generating docs for compound ErrorInfo_st...
Generating docs for compound ErrorMessage_st...
Generating docs for compound FormatAndVer_st...
Generating docs for compound NotaryInfo_sk...
Generating docs for compound PolicyIdentifier_st...
Generating docs for compound SignatureInfo_st...
Generating docs for compound SignatureProductionPlace_st...
Generating docs for compound SignatureValue_st...
Generating docs for compound SignedDoc_st...
Generating docs for compound SignerRole_st...
Generating docs for compound tag_TSAProfile...
Generating docs for compound XmlElemDef_st...
Generating docs for compound XmlElemInfo_st...
Generating concept documentation...
Generating module documentation...
Generating namespace documentation...
Generating graph info page...
Generating directory documentation...
Generating index page...
Generating page index...
Generating topic index...
Generating module index...
Generating module member index...
Generating namespace index...
Generating namespace member index...
Generating concept index...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating member index...
Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
writing tag file...
Running plantuml with JAVA...
type lookup cache used 1296/65536 hits=6368 misses=1425
symbol lookup cache used 1320/65536 hits=2786 misses=1320
finished...
make[3]: Leaving directory '/build/reproducible-path/libdigidoc-3.10.5/obj-x86_64-linux-gnu'
[ 32%] Built target docs
make[3]: Leaving directory '/build/reproducible-path/libdigidoc-3.10.5/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:147: libdigidoc/CMakeFiles/digidoc.dir/all] Error 2
make[2]: Leaving directory '/build/reproducible-path/libdigidoc-3.10.5/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/libdigidoc-3.10.5/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 3.10.5-6+rm

Dear submitter,

as the package libdigidoc has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1116418

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply to: