Your message dated Thu, 27 Feb 2025 12:54:35 +0000
with message-id <e1tndpp-001o23...@fasolo.debian.org>
and subject line Bug#1075614: fixed in v-sim 3.8.0-1
has caused the Debian Bug report #1075614,
regarding v-sim: 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.)
--
1075614: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075614
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:v-sim
Version: 3.7.2-9
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/v-sim_3.7.2-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
[...]
350 | item = gtk_tool_button_new_from_stock(GTK_STOCK_REFRESH);
| ^~~~
pythongi.c:357:3: warning: ‘gtk_misc_set_alignment’ is deprecated
[-Wdeprecated-declarations]
357 | gtk_misc_set_alignment(GTK_MISC(wd), 0., 0.5);
| ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here
72 | void gtk_misc_set_alignment (GtkMisc *misc,
| ^~~~~~~~~~~~~~~~~~~~~~
pythongi.c:364:3: warning: ‘gtk_misc_set_padding’ is deprecated
[-Wdeprecated-declarations]
364 | gtk_misc_set_padding(GTK_MISC(wd), 5, 0);
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:80:9: note: declared here
80 | void gtk_misc_set_padding (GtkMisc *misc,
| ^~~~~~~~~~~~~~~~~~~~
pythongi.c:370:3: warning: ‘gtk_button_new_from_stock’ is deprecated: Use
'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
370 | pyExecute = gtk_button_new_from_stock(GTK_STOCK_EXECUTE);
| ^~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:54:
/usr/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
pythongi.c:370:3: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
370 | pyExecute = gtk_button_new_from_stock(GTK_STOCK_EXECUTE);
| ^~~~~~~~~
pythongi.c:403:3: warning: ‘gtk_tool_button_new_from_stock’ is deprecated: Use
'gtk_tool_button_new' instead [-Wdeprecated-declarations]
403 | item = gtk_tool_button_new_from_stock(GTK_STOCK_CLEAR);
| ^~~~
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pythongi.c:403:3: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
403 | item = gtk_tool_button_new_from_stock(GTK_STOCK_CLEAR);
| ^~~~
pythongi.c:408:3: warning: ‘gtk_tool_button_new_from_stock’ is deprecated: Use
'gtk_tool_button_new' instead [-Wdeprecated-declarations]
408 | item = gtk_tool_button_new_from_stock(GTK_STOCK_CANCEL);
| ^~~~
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pythongi.c:408:3: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
408 | item = gtk_tool_button_new_from_stock(GTK_STOCK_CANCEL);
| ^~~~
pythongi.c:413:3: warning: ‘gtk_tool_button_new_from_stock’ is deprecated: Use
'gtk_tool_button_new' instead [-Wdeprecated-declarations]
413 | item = gtk_tool_button_new_from_stock(GTK_STOCK_FIND);
| ^~~~
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pythongi.c:413:3: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
413 | item = gtk_tool_button_new_from_stock(GTK_STOCK_FIND);
| ^~~~
pythongi.c: In function ‘onInitScriptAdded’:
pythongi.c:524:40: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
524 | GTK_STOCK_CANCEL,
GTK_RESPONSE_CANCEL,
| ^~~~~~~~~~~~~~~~
pythongi.c:525:40: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
525 | GTK_STOCK_OPEN,
GTK_RESPONSE_ACCEPT,
| ^~~~~~~~~~~~~~
make[5]: *** [Makefile:619: pythongi.lo] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/lib/plug-ins/python-gi'
make[4]: *** [Makefile:493: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib/plug-ins'
make[3]: *** [Makefile:485: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib'
make[2]: *** [Makefile:604: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:515: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build]
Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: v-sim
Source-Version: 3.8.0-1
Done: Santiago Vila <sanv...@debian.org>
We believe that the bug you reported is fixed in the latest version of
v-sim, 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.
Santiago Vila <sanv...@debian.org> (supplier of updated v-sim 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: Thu, 27 Feb 2025 13:25:00 +0100
Source: v-sim
Architecture: source
Version: 3.8.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Santiago Vila <sanv...@debian.org>
Closes: 1075614
Changes:
v-sim (3.8.0-1) unstable; urgency=medium
.
* Team upload.
.
[ Sudip Mukherjee ]
* Set program_name using PyConfig to fix FTBFS. (Closes: #1075614)
.
[ Andreas Tille ]
* New upstream version
* Fix Homepage
* Use gitmode in watch file
* Switch from cdbs to dh
* Ignore build time test suite errors
* d/control:
- Drop Build-Depends: gnome-common
- Build-Depends: s/pkg-config/pkgconf/
* Standards-Version: 4.7.1 (routine-update)
* debhelper-compat 13 (routine-update)
* Fix Maintainer name of Debian Science team (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Fix DEP3 header
* Fix dh_missing
.
[ Simon McVittie ]
* Add dh-sequence-gir to Build-Depends.
.
[ Santiago Vila ]
* Fix build failure on i386.
Checksums-Sha1:
04fb21af4f7cfa6ed32928c4001365e6440631c6 2195 v-sim_3.8.0-1.dsc
71a9477729be9367ceada7c001e7090bda53c080 6353424 v-sim_3.8.0.orig.tar.gz
bab5ec73a347a5501de000f2e6d2a51c333c5c9c 17268 v-sim_3.8.0-1.debian.tar.xz
e3069f1f68425dd5ac85898afaec0199a2e8e317 18926 v-sim_3.8.0-1_source.buildinfo
Checksums-Sha256:
97a09400777850e9947b2d5d83a87e894fc08312382ded885cbd8f56edffa775 2195
v-sim_3.8.0-1.dsc
93e9963350c2ac27982abfd20ffc3e1248d9a4064fe62870daaa211c335b5e9e 6353424
v-sim_3.8.0.orig.tar.gz
0a8d1233fbeaf6b42974786e0aa8b4fea5138347a73a4a2b2af9fd5a723aa476 17268
v-sim_3.8.0-1.debian.tar.xz
2a072df509ffe889b39a237f09d6f183d33817054c53b271384befecf07cbb1d 18926
v-sim_3.8.0-1_source.buildinfo
Files:
d502fb56820a423719e8282c3e36a6c4 2195 science optional v-sim_3.8.0-1.dsc
31239d4a5bf3e58634ec27e69f56a961 6353424 science optional
v-sim_3.8.0.orig.tar.gz
7cda219f07d02b8d860420a412372c0c 17268 science optional
v-sim_3.8.0-1.debian.tar.xz
dc2171d9039eb078a039dd2e3c90f824 18926 science optional
v-sim_3.8.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmfAW7gACgkQQc5/C58b
izLEUwf/U+34G3HpltwoApgWI8vv0o4f3yduAmIN7G5s9sbdSnDIGplKOlYfPXtu
rUlMjELapj5bwtjz+NrcC7rCO50aiHHNvid+juDcm/+OEsJGWDWRg09wRVwYz7Fp
CW+RXaeMh2oogY534VS2qB7MTJBrO3pP/caDYrUHIIoKknvXfJQ+QF9i6PHgetjR
qe0biiVPEJLh6+wAE9pjv40W3I+f57XMXCn53svXqSXp14VsjWbYo9Mdgq4sQlTL
M3Q3NgV6frZGU36HBX599IaVmujlgFNtvYSOEGJ7NcyfBCFN1OyEbJmC0GqJKKRG
bL5iBKwuWj66cbmoCCUhLGX3YH6ESA==
=s2NU
-----END PGP SIGNATURE-----
pgpzR62GHO6p8.pgp
Description: PGP signature
--- End Message ---