Your message dated Sun, 18 Aug 2024 19:50:39 +0000
with message-id <e1sflvd-00flm9...@fasolo.debian.org>
and subject line Bug#1075648: fixed in x11iraf 2.2~rc1+dfsg-1
has caused the Debian Bug report #1075648,
regarding x11iraf: 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 ow...@bugs.debian.org
immediately.)


-- 
1075648: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075648
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:x11iraf
Version: 2.1+dfsg-3
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
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/x11iraf_2.1+dfsg-3_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

[...]
 4771 |                 sprintf (op, "%u %d %d %d %d ",
      |                               ~^
      |                                |
      |                                unsigned int
      |                               %lu
 4772 |                     ev->time, ev->x, ev->y, ev->x_root, ev->y_root);
      |                     ~~~~~~~~    
      |                       |
      |                       Time {aka long unsigned int}
widget.c:4802:32: warning: format ‘%u’ expects argument of type ‘unsigned int’, 
but argument 3 has type ‘Time’ {aka ‘long unsigned int’} [-Wformat=]
 4802 |                 sprintf (op, "%u %d %d %d %d ",
      |                               ~^
      |                                |
      |                                unsigned int
      |                               %lu
 4803 |                     ev->time, ev->x, ev->y, ev->x_root, ev->y_root);
      |                     ~~~~~~~~    
      |                       |
      |                       Time {aka long unsigned int}
widget.c:4826:29: warning: ‘XKeycodeToKeysym’ is deprecated 
[-Wdeprecated-declarations]
 4826 |                             keysym = XKeycodeToKeysym (obm->display,
      |                             ^~~~~~
In file included from /usr/include/X11/Intrinsic.h:53,
                 from ObmP.h:16:
/usr/include/X11/Xlib.h:1687:15: note: declared here
 1687 | extern KeySym XKeycodeToKeysym(
      |               ^~~~~~~~~~~~~~~~
widget.c:4844:32: warning: format ‘%u’ expects argument of type ‘unsigned int’, 
but argument 3 has type ‘Time’ {aka ‘long unsigned int’} [-Wformat=]
 4844 |                 sprintf (op, "%u %d %d %d %d ",
      |                               ~^
      |                                |
      |                                unsigned int
      |                               %lu
 4845 |                     ev->time, ev->x, ev->y, ev->x_root, ev->y_root);
      |                     ~~~~~~~~    
      |                       |
      |                       Time {aka long unsigned int}
widget.c: In function ‘widgetGetFontName’:
widget.c:5015:43: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 4 has type ‘long unsigned int’ [-Wformat=]
 5015 |                         sprintf(name, "%s%d", name, val);
      |                                          ~^         ~~~
      |                                           |         |
      |                                           int       long unsigned int
      |                                          %ld
make[2]: *** [<builtin>: widget.o] Error 1
Obm.c: In function ‘ObmActivate’:
Obm.c:311:64: warning: ‘%s’ directive writing 29 bytes into a region of size 
between 13 and 394 [-Wformat-overflow=]
  311 |             sprintf (defaultUI, "%s %s %s {%s.objects: %s%s%s%s%s}; %s; 
%s\n",
      |                                                                ^~
......
  317 |                 "*gterm.deiconifyWindow: True\n",
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
In file included from /usr/include/stdio.h:964,
                 from ObmP.h:8,
                 from Obm.c:5:
In function ‘sprintf’,
    inlined from ‘ObmActivate’ at Obm.c:311:6:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output between 187 and 568 bytes into a destination 
of size 512
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obm'
make[1]: *** [Makefile:11: obm/libobm.a] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: x11iraf
Source-Version: 2.2~rc1+dfsg-1
Done: Ole Streicher <oleb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
x11iraf, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated x11iraf 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 18 Aug 2024 20:30:12 +0200
Source: x11iraf
Architecture: source
Version: 2.2~rc1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1075648
Changes:
 x11iraf (2.2~rc1+dfsg-1) unstable; urgency=medium
 .
   * Accept prereleases in d/watch
   * Fix Files-excluded in d/copyright
   * New upstream version 2.2~rc1+dfsg. Closes: #1075648
   * Rediff patch
   * Move Separator to non-free files in Makefile
   * Add missing pointer cast to fix ftbfs in ximtool.c
Checksums-Sha1:
 fa6d015f7bb02f15f001a6b125dfe749d04ee460 2179 x11iraf_2.2~rc1+dfsg-1.dsc
 3faf3953f623267611b595345d0442b5bf85e07d 2005572 
x11iraf_2.2~rc1+dfsg.orig.tar.xz
 c1c835c1729426d20740ab3656d916b61062015f 347400 
x11iraf_2.2~rc1+dfsg-1.debian.tar.xz
Checksums-Sha256:
 9f1fec6b6efab1ceb6a5db8436b15b2b615564011e2108de90bab96e556f15c6 2179 
x11iraf_2.2~rc1+dfsg-1.dsc
 342ef996f3664efd01141bb126aadea00680c5d1e7f97cff7054acfd52766b5a 2005572 
x11iraf_2.2~rc1+dfsg.orig.tar.xz
 3e9f42a47bd637ac3e1ff570171bdcfc2c7413518bc59767afe3ab398015d9eb 347400 
x11iraf_2.2~rc1+dfsg-1.debian.tar.xz
Files:
 599afdecc73314543e389c0934028e6f 2179 science optional 
x11iraf_2.2~rc1+dfsg-1.dsc
 24fa3089e3ea6d7236e722cafb2e7ee0 2005572 science optional 
x11iraf_2.2~rc1+dfsg.orig.tar.xz
 b09974c7be8d65d65dcffaa3fa111b52 347400 science optional 
x11iraf_2.2~rc1+dfsg-1.debian.tar.xz

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

iQIzBAEBCgAdFiEE7/BpV0Ra2/h0L3qtmk9WvbkOGL0FAmbCS94ACgkQmk9WvbkO
GL3a8A/7B2phpZiXrP3625RZ/uCK5zRpe7kh8IzhoU/vWGukQTIvdH3SrZciQAGP
h3mSDuSkJ5btNLayv0jfb9SYWvJc+V+ycMv40RFpGozWY1icbemyotKxb4PrAfQp
sFnzxnwXvZC8DdKlzFuwhdBImOCIgDfIK1IknNoQLXI5vrIFM3VZQodPfpmbcuIR
hNgMvJ8FZRB2XIbMh/1tFCC3U/enqEw6WyRU2omHuUz8/Utjmf9qvHI9GKE1B6r1
0Fv57CoxmFT86ga1DmyfGgqKlECgVkJMsadCUEsXIBfr9ruGcIrys2zIW4IjJsRG
jKPJX2mkI/Z78kLoiLLpuN6c2W5qfVq/Dw88i10jInASCGx9/R4U5z6ACk/zXO/p
PhTTxZs4KnjWjA6e3fO+8H/oKHkeFaS+ImpWXRp92satNJPyyaaLQisTbopDQ2ui
wrz8LQxLDuF7wKDpmCVLxhhUnDUX0+q2QpS8IUEkQj61jaW0bl9uVMOeOVAa8eIP
l2VAjjdhAjUZAfu5boyMXD6AkFputUEo8Fr3QATpU0UuYj0+MXt6T/9rcTkt72el
ML43BwPGypBx9hFi5GA3YBKmXAi14zcaecFrW2cwFTaDQlNDENmygyZtI9Ufb5GC
VlRyXA+to2mx4V+mBnmXuEc/weSZXPkDRNEO9HxN6gKraU1F7pc=
=1vcL
-----END PGP SIGNATURE-----

Attachment: pgpOaoMS9nZVh.pgp
Description: PGP signature


--- End Message ---

Reply via email to