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

Bug#1075127: marked as done (labltk: ftbfs with GCC-14)



Your message dated Fri, 12 Jul 2024 12:09:11 +0000
with message-id <E1sSF5L-007JrF-DL@fasolo.debian.org>
and subject line Bug#1075127: fixed in labltk 8.06.14-1
has caused the Debian Bug report #1075127,
regarding labltk: 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 owner@bugs.debian.org
immediately.)


-- 
1075127: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075127
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:labltk
Version: 8.06.13-2
Severity: important
Tags: sid trixie
User: debian-gcc@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/labltk_8.06.13-2_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

[...]
make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples_camltk'
make[3]: Entering directory '/<<PKGBUILDDIR>>/browser'
rm -f *.cm? ocamlbrowser dummy.ml *~ *.orig *.o help.ml
make[3]: Leaving directory '/<<PKGBUILDDIR>>/browser'
for d in camltk labltk; do \
    cd $d; make -f Makefile.gen clean; cd ..; \
done
make[3]: Entering directory '/<<PKGBUILDDIR>>/camltk'
rm -f *.cm* *.ml *.mli *.o *.a .depend
make[3]: Leaving directory '/<<PKGBUILDDIR>>/camltk'
make[3]: Entering directory '/<<PKGBUILDDIR>>/labltk'
rm -f *.cm* *.ml *.mli *.o *.a .depend
make[3]: Leaving directory '/<<PKGBUILDDIR>>/labltk'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
rm -f config/Makefile config/auto-aux/tst config/auto-aux/hasgot.c
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_ocamlclean
   dh_clean
 debian/rules binary
dh binary --with ocaml
   dh_update_autotools_config
   dh_autoreconf
   dh_ocamlinit
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
./configure -use-findlib -installbindir /<<PKGBUILDDIR>>/debian/tmp/usr/bin
Configuring LablTk...
tcl.h and/or tk.h not found.

** Configuration summary **

The "labltk" library: not supported
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make library
make[2]: Entering directory '/<<PKGBUILDDIR>>'
cd support; /usr/bin/make
make[3]: Entering directory '/<<PKGBUILDDIR>>/support'
/usr/bin/ocamlc.opt -c  -I +unix support.mli
/usr/bin/ocamlc.opt -c  -I +unix support.ml
/usr/bin/ocamlc.opt -c  -I +unix rawwidget.mli
/usr/bin/ocamlc.opt -c  -I +unix rawwidget.ml
/usr/bin/ocamlc.opt -c  -I +unix widget.mli
/usr/bin/ocamlc.opt -c  -I +unix widget.ml
/usr/bin/ocamlc.opt -c  -I +unix protocol.mli
/usr/bin/ocamlc.opt -c  -I +unix protocol.ml
/usr/bin/ocamlc.opt -c  -I +unix textvariable.mli
/usr/bin/ocamlc.opt -c  -I +unix textvariable.ml
/usr/bin/ocamlc.opt -c  -I +unix timer.mli
/usr/bin/ocamlc.opt -c  -I +unix timer.ml
/usr/bin/ocamlc.opt -c  -I +unix fileevent.mli
/usr/bin/ocamlc.opt -c  -I +unix fileevent.ml
/usr/bin/ocamlc.opt -c  -I +unix camltkwrap.mli
/usr/bin/ocamlc.opt -c  -I +unix camltkwrap.ml
/usr/bin/ocamlc.opt -c  -I +unix -I +threads -I vmthreads tkthread.mli
/usr/bin/ocamlc.opt -c  -I +unix -I +threads -I vmthreads tkthread.ml
x86_64-linux-gnu-gcc  -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/lib/ocaml/caml   -c cltkCaml.c
cltkCaml.c:19:10: fatal error: tcl.h: No such file or directory
   19 | #include <tcl.h>
      |          ^~~~~~~
compilation terminated.
make[3]: *** [Makefile:89: cltkCaml.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/support'
make[2]: *** [Makefile:32: library] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:19: 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: labltk
Source-Version: 8.06.14-1
Done: Stéphane Glondu <glondu@debian.org>

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

Debian distribution maintenance software
pp.
Stéphane Glondu <glondu@debian.org> (supplier of updated labltk 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Fri, 12 Jul 2024 13:48:09 +0200
Source: labltk
Architecture: source
Version: 8.06.14-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Stéphane Glondu <glondu@debian.org>
Closes: 1075127
Changes:
 labltk (8.06.14-1) unstable; urgency=medium
 .
   * New upstream release
     - fix build with GCC-14 (Closes: #1075127)
   * Update debian/watch
   * Bump Standards-Version to 4.7.0
Checksums-Sha1:
 58032b6229e7acf0512eb383baba0d2d72efb107 1864 labltk_8.06.14-1.dsc
 692e0d18ad66b9fc2f8a9777baf0de5f9df3896e 377857 labltk_8.06.14.orig.tar.gz
 05c24ec2c48d57fc1aa8c427e8226d2649d12810 3576 labltk_8.06.14-1.debian.tar.xz
Checksums-Sha256:
 f47e74d1b141f5d063b76e0723bd0eebae8f4f6140f97d7a58b61f186ca427b9 1864 labltk_8.06.14-1.dsc
 6f7f994a2849b4dcb15d0f5b235a70f58c913fba4ce077ea6496c68d70dae58b 377857 labltk_8.06.14.orig.tar.gz
 2509559944e88fb06486282baafb5b4d1f01a416ac94d441e70a525f52c287fe 3576 labltk_8.06.14-1.debian.tar.xz
Files:
 be0ba87eb554129a38593aa6c1f68a2b 1864 ocaml optional labltk_8.06.14-1.dsc
 16baf1d3527542d0c2eb4678f3d7a3d8 377857 ocaml optional labltk_8.06.14.orig.tar.gz
 0dfa8111be6a3d6f767481fd30480879 3576 ocaml optional labltk_8.06.14-1.debian.tar.xz

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

iQFGBAEBCgAwFiEEbeJOl+yohsxW5iUOIbju8bGJMIEFAmaRGYASHGdsb25kdUBk
ZWJpYW4ub3JnAAoJECG47vGxiTCBcC4IAIISDDpm2FxI6nYe7DY7gHWNXPAdNVO+
SXfL1HgkOubu4G0ezdewb8M4LpS/9rmqy8FmPh+nbKzAcqQfmOOOsFiczYREICNf
TCs5ne11K937KKSdnhae80acbBYjiAsjQ/y/FmH0pEVoCSIQR7CPNo3gkg89/gWe
4JjWdmae0t/DYm4CJkOBQJJYqj10AKUlgGJO59nqLKO4VnYlZwn64idQAyxvg6PU
wOrhdmstyuXJtkNYRS6elZyH/pX/b9wxVuOk+q1qFa10XweGJNgy5JB3t2AxvmOc
mQURUnkpVuXb7zhSMsutGIIV6OkU/k2kBcr0g3++wNeBI5KaI/XS0Yc=
=FC8E
-----END PGP SIGNATURE-----

Attachment: pgpaf8NXoHQum.pgp
Description: PGP signature


--- End Message ---

Reply to: