Your message dated Sun, 21 Dec 2025 15:57:04 +0100
with message-id <[email protected]>
and subject line Bug#1075075: fixed in hylafax 3:6.0.7-11
has caused the Debian Bug report #1075075,
regarding hylafax: 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 [email protected]
immediately.)


-- 
1075075: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075075
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:hylafax
Version: 3:6.0.7-9
Severity: important
Tags: sid trixie
User: [email protected]
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/hylafax_6.0.7-9_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

[...]
.././util/faxdeluser.c: In function ‘main’:
.././util/faxdeluser.c:58:24: error: ‘optarg’ undeclared (first use in this 
function)
   58 |             hostfile = optarg;
      |                        ^~~~~~
.././util/faxdeluser.c:58:24: note: each undeclared identifier is reported only 
once for each function it appears in
.././util/faxmodem.c:200:35: error: unknown type name ‘u_int’; did you mean 
‘int’?
  200 | parseCapabilities(const char* cp, u_int* caps)
      |                                   ^~~~~
      |                                   int
.././util/faxmodem.c: In function ‘main’:
.././util/faxmodem.c:239:5: error: unknown type name ‘u_int’; did you mean 
‘int’?
  239 |     u_int caps;
      |     ^~~~~
      |     int
.././util/faxdeluser.c:81:18: error: ‘optind’ undeclared (first use in this 
function)
   81 |         for (i = optind; i < argc; i++) {
      |                  ^~~~~~
make[4]: *** [Makefile:83: faxdeluser] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [Makefile:77: faxmodem] Error 1
.././util/faxinfo.c++: In function ‘bool isFAXImage(TIFF*)’:
.././util/faxinfo.c++:56:12: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
   56 |     uint32 v;
      |            ^
In file included from /usr/include/x86_64-linux-gnu/tiffio.h:31,
                 from .././util/faxinfo.c++:33:
/usr/include/x86_64-linux-gnu/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
.././util/faxinfo.c++:60:12: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
   60 |     uint16 w;
      |            ^
/usr/include/x86_64-linux-gnu/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
.././util/faxinfo.c++: In function ‘int main(int, char**)’:
.././util/faxinfo.c++:255:16: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
  255 |         uint32 v;
      |                ^
/usr/include/x86_64-linux-gnu/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
.././util/faxinfo.c++:279:16: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
  279 |         uint16 compression = 0;
      |                ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
.././util/faxinfo.c++:289:20: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
  289 |             uint32 g3opts = 0;
      |                    ^~~~~~
/usr/include/x86_64-linux-gnu/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
.././util/faxinfo.c++:294:20: warning: ‘uint16’ is deprecated 
[-Wdeprecated-declarations]
  294 |             uint16 resunit = RESUNIT_INCH;                      // TIFF 
spec default
      |                    ^~~~~~~
/usr/include/x86_64-linux-gnu/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
make[4]: Leaving directory '/<<PKGBUILDDIR>>/util'
make[3]: *** [Makefile:50: default] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/util'
make[2]: *** [Makefile:75: dirs] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:68: default] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:12: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: hylafax
Source-Version: 3:6.0.7-11
Done: Giuseppe Sacco <[email protected]>

--- End Message ---

Reply via email to