Your message dated Tue, 06 Aug 2024 11:19:36 +0000
with message-id <e1sbie4-006bq1...@fasolo.debian.org>
and subject line Bug#1075125: fixed in lablgl 1:1.07-2
has caused the Debian Bug report #1075125,
regarding lablgl: 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.)


-- 
1075125: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075125
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:lablgl
Version: 1:1.07-1
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/lablgl_1.07-1_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

[...]
      |                     ^~~~~~~~~~~~~~~~
ml_togl.c:52:7: error: implicit declaration of function ‘raise_with_string’; 
did you mean ‘caml_raise_with_string’? [-Wimplicit-function-declaration]
   52 |       raise_with_string(*caml_named_value("tkerror"), "Togl_Init 
failed");
      |       ^~~~~~~~~~~~~~~~~
      |       caml_raise_with_string
ml_togl.c: In function ‘callback_CreateFunc’:
ml_togl.c:80:3: error: implicit declaration of function ‘callback’; did you 
mean ‘calloc’? [-Wimplicit-function-declaration]
   80 | { callback (Field(*callbacks, func), Val_addr(togl)); }
      |   ^~~~~~~~
ml_togl.c:91:1: note: in expansion of macro ‘CALLBACK’
   91 | CALLBACK (CreateFunc)
      | ^~~~~~~~
ml_togl.c: In function ‘ml_Togl_CreateFunc’:
ml_togl.c:87:36: warning: assignment discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
   87 | { if (callbacks == NULL) callbacks = caml_named_value 
("togl_callbacks"); \
      |                                    ^
ml_togl.c:99:1: note: in expansion of macro ‘ENABLER’
   99 | ENABLER (CreateFunc)
      | ^~~~~~~
ml_togl.c: In function ‘ml_Togl_DisplayFunc’:
ml_togl.c:87:36: warning: assignment discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
   87 | { if (callbacks == NULL) callbacks = caml_named_value 
("togl_callbacks"); \
      |                                    ^
ml_togl.c:100:1: note: in expansion of macro ‘ENABLER’
  100 | ENABLER (DisplayFunc)
      | ^~~~~~~
ml_togl.c: In function ‘ml_Togl_ReshapeFunc’:
ml_togl.c:87:36: warning: assignment discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
   87 | { if (callbacks == NULL) callbacks = caml_named_value 
("togl_callbacks"); \
      |                                    ^
ml_togl.c:101:1: note: in expansion of macro ‘ENABLER’
  101 | ENABLER (ReshapeFunc)
      | ^~~~~~~
ml_togl.c: In function ‘ml_Togl_DestroyFunc’:
ml_togl.c:87:36: warning: assignment discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
   87 | { if (callbacks == NULL) callbacks = caml_named_value 
("togl_callbacks"); \
      |                                    ^
ml_togl.c:102:1: note: in expansion of macro ‘ENABLER’
  102 | ENABLER (DestroyFunc)
      | ^~~~~~~
ml_togl.c: In function ‘ml_Togl_TimerFunc’:
ml_togl.c:87:36: warning: assignment discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
   87 | { if (callbacks == NULL) callbacks = caml_named_value 
("togl_callbacks"); \
      |                                    ^
ml_togl.c:103:1: note: in expansion of macro ‘ENABLER’
  103 | ENABLER (TimerFunc)
      | ^~~~~~~
ml_togl.c: In function ‘ml_Togl_OverlayDisplayFunc’:
ml_togl.c:87:36: warning: assignment discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
   87 | { if (callbacks == NULL) callbacks = caml_named_value 
("togl_callbacks"); \
      |                                    ^
ml_togl.c:104:1: note: in expansion of macro ‘ENABLER’
  104 | ENABLER (OverlayDisplayFunc)
      | ^~~~~~~
ml_togl.c: In function ‘ml_Togl_LoadBitmapFont’:
ml_togl.c:117:34: warning: assignment discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  117 |     if (Is_block(font)) fontname = String_val (Field(font,0));
      |                                  ^
ml_togl.c: In function ‘ml_Togl_DumpToEpsFile’:
ml_togl.c:145:38: warning: assignment discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  145 |     if (callbacks == NULL) callbacks = caml_named_value 
("togl_callbacks");
      |                                      ^
make[3]: *** [../../Makefile.common:57: ml_togl.o] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/Togl/src'
make[2]: *** [Makefile:18: togl] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:21: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: lablgl
Source-Version: 1:1.07-2
Done: Stéphane Glondu <glo...@debian.org>

We believe that the bug you reported is fixed in the latest version of
lablgl, 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.
Stéphane Glondu <glo...@debian.org> (supplier of updated lablgl 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: Tue, 06 Aug 2024 12:55:02 +0200
Source: lablgl
Architecture: source
Version: 1:1.07-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Stéphane Glondu <glo...@debian.org>
Closes: 1073883 1075125
Changes:
 lablgl (1:1.07-2) unstable; urgency=medium
 .
   * Fix compilation with gcc-14 and OCaml 5.2.0 (Closes: #1075125,
     #1073883)
Checksums-Sha1:
 b02daa6e817fd5181c3e0ff1e35407018e5d98ef 2075 lablgl_1.07-2.dsc
 562526b999bc25096053510a8d25b19aff39299b 12764 lablgl_1.07-2.debian.tar.xz
Checksums-Sha256:
 2daa888c74bb580f3d9b4e7cadce41df9aa2cac7c08e4fc118609195bf255d96 2075 
lablgl_1.07-2.dsc
 2b16a656421676b49472a90f7c62b39bcead3b50aaa93a4427957f2a4657d1ec 12764 
lablgl_1.07-2.debian.tar.xz
Files:
 f416c47243dbc87996a6152140ceeab0 2075 ocaml optional lablgl_1.07-2.dsc
 6358f4f7e40154312679326a4e68e556 12764 ocaml optional 
lablgl_1.07-2.debian.tar.xz

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

iQFGBAEBCgAwFiEEbeJOl+yohsxW5iUOIbju8bGJMIEFAmayAW0SHGdsb25kdUBk
ZWJpYW4ub3JnAAoJECG47vGxiTCBws4IAKDxxkmzcmcryEjUreE+5oKkjtXpLRin
IPXcpO5s3CcpxruCGsTmSg0Hi9ec20tj0JYsiWlBc7JnWz+RU/y3xHv/tDgTaUxk
UQy6UMbmP2Tuo8N4SPOH9YlUya0E8DZtv2YJfKiDjgVDJBwqLS9sOJavzDVofrYj
X+M3jQRDK6o5CZNOcuK6o0ox/+ybRJP86DJYCFoVe6V6hya0ZBvNMbyxz/Iq9kWV
/N+eosIV3Z8KS/O68FJ3XsopFHYLLiTwp1uMd+izXqHaLIhsK3iLsBjEWP3NtvAW
xKESi6oGRHPpOHXUF+lmEbFmf4agTHAh6EJB6LsR79eDzkfcSuC2dgc=
=UHgG
-----END PGP SIGNATURE-----

Attachment: pgpHE8ZY_WOr_.pgp
Description: PGP signature


--- End Message ---

Reply via email to