Your message dated Sat, 16 Nov 2024 13:05:39 +0000
with message-id <e1tciud-008wqe...@fasolo.debian.org>
and subject line Bug#1075053: fixed in gtkam 1.0-6
has caused the Debian Bug report #1075053,
regarding gtkam: 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.)
--
1075053: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075053
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gtkam
Version: 1.0-5
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/gtkam_1.0-5_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
[...]
| long int *
In file included from /usr/include/gphoto2/gphoto2-filesys.h:38,
from /usr/include/gphoto2/gphoto2-camera.h:54,
from ./gtkam-camera.h:22:
/usr/include/gphoto2/gphoto2-file.h:136:51: note: expected ‘long unsigned int
*’ but argument is of type ‘long int *’
136 | unsigned long int *size);
| ~~~~~~~~~~~~~~~~~~~^~~~
gtkam-exif.c:162:42: warning: pointer targets in passing argument 1 of
‘exif_data_new_from_data’ differ in signedness [-Wpointer-sign]
162 | edata = exif_data_new_from_data (data, size);
| ^~~~
| |
| const char *
In file included from /usr/include/libexif-gtk/gtk-exif-browser.h:25,
from gtkam-exif.c:33:
/usr/include/libexif/exif-data.h:92:57: note: expected ‘const unsigned char *’
but argument is of type ‘const char *’
92 | ExifData *exif_data_new_from_data (const unsigned char *data,
| ~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126,
from /usr/include/gtk-2.0/gtk/gtkpixmap.h:32,
from gtkam-cancel.c:31:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated:
Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
gtkam-cancel.c: In function ‘message_func’:
gtkam-cancel.c:161:22: warning: variable ‘cancel’ set but not used
[-Wunused-but-set-variable]
161 | GtkamCancel *cancel = GTKAM_CANCEL (data);
| ^~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbox.h:35,
from /usr/include/gtk-2.0/gtk/gtkhbox.h:35,
from gtkam-clock.h:22,
from gtkam-clock.c:20:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is
deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
725 | {
| ^
gtkam-clock.c: In function ‘gtkam_clock_update’:
gtkam-clock.c:173:20: warning: Deprecated pre-processor symbol: replace with
"g_date_get_weekday"
173 | weekday = g_date_weekday (date);
| ^~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:591: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:460: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:18: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gtkam
Source-Version: 1.0-6
Done: Petter Reinholdtsen <p...@debian.org>
We believe that the bug you reported is fixed in the latest version of
gtkam, 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.
Petter Reinholdtsen <p...@debian.org> (supplier of updated gtkam 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: SHA256
Format: 1.8
Date: Sat, 16 Nov 2024 13:46:43 +0100
Source: gtkam
Architecture: source
Version: 1.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Petter Reinholdtsen <p...@debian.org>
Closes: 1075053
Changes:
gtkam (1.0-6) unstable; urgency=medium
.
* QA upload.
.
* Fixed GCC 14 build problems (Closes: #1075053).
Checksums-Sha1:
faea48e1700499375d5c603478d4791549229eda 1942 gtkam_1.0-6.dsc
1cea3a17e2ff9251a900f87ad0c03172b4a9247c 13072 gtkam_1.0-6.debian.tar.xz
e7e1705967262ecd45eae4ca14b2c5281f592ad7 19181 gtkam_1.0-6_source.buildinfo
Checksums-Sha256:
a5e97329a141a79b37b2f261f3082e3d6fcf0d57150e232e43a5bacd02721520 1942
gtkam_1.0-6.dsc
a61ba48a9e98deb39df0e0dead611807230968cda17cb4123f33ca0a6fb26d12 13072
gtkam_1.0-6.debian.tar.xz
90a3d4226c2171f4c26151749c012ec7456a2b74d35c209ea58b8f6e7fdcfb59 19181
gtkam_1.0-6_source.buildinfo
Files:
2cffb485fcd437c91889f631fc6ec12b 1942 graphics optional gtkam_1.0-6.dsc
5c9ed3e3e8172af9944f115d86ea5db1 13072 graphics optional
gtkam_1.0-6.debian.tar.xz
2833a490a71d4854f086a37e36e8bd9f 19181 graphics optional
gtkam_1.0-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmc4lHMACgkQgSgKoIe6
+w7YFQ//aKcKzcaUFRyijrvDkWSAP1k4g2t2ZHgd96kVFvipuUeZIBahMzb9Pv5/
4LgMs9bOObTzlkPDCE/9pDayvFFg5LuQp/2JOQxBn79gjiTBpTV1K+Uuh8zMqRhv
boXAUwFxW6z8dlGTtGJqTcRBoEOr1zCq712MLZcdLp/CuB1C3qNuXN+QL05G6yNa
zE8SsDYitXDwaNTICsi9ALYUEzSWp/9BSTaV5Rnso7q0EW3UkvWU+ZTF+VQKiJkt
kRwERwzUMeLS4YvLv1Fm44QjhIo4MnojU36yOUK+uT1DuqS38IV4ZMUju/IWwvhu
pXxZIYg+av5Z9M7H6+ebnenm8G6JrCZpckVo4/W2F5N8UQy820MgACJ/naIzTEjo
SRdZFeMlgML62nwUWCu/TJpcCsn5/vM4QetQ1vGr4Tz+TmlLC8Kdi0PnOnyxzkTJ
2xHwgNJPo0FB4llwQL+rf4nEOkbQYsAuMosjY7o2fkue41+1qxILExecHIRs9/V7
1hTA3giYFUkb4FdkOeCb00WO4yYjK8AYMiIVkci17qxXXeqOlMTdB+zSIsNxXHGE
+cDs0jvxpRqgzoqWaBNVB5P4lt5nTFs81gGs3Kk0of9HomNG5uI1GkdUY5uBHBgC
z7jJt4e09UNkhj3uESG+sptNmoAz9OhemfinP/STHczuR3f2cVY=
=2ESA
-----END PGP SIGNATURE-----
pgpTQOvwBTliM.pgp
Description: PGP signature
--- End Message ---