Your message dated Fri, 12 Dec 2025 12:39:27 +0000
with message-id <[email protected]>
and subject line Bug#1121247: Removed package(s) from unstable
has caused the Debian Bug report #1075015,
regarding gmanedit: 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 [email protected]
immediately.)
--
1075015: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075015
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gmanedit
Version: 0.4.2-8
Severity: important
Tags: sid trixie
User: [email protected]
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/gmanedit_0.4.2-8_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
[...]
/usr/include/zlib.h:1598:34: note: expected ‘gzFile’ {aka ‘struct gzFile_s *’}
but argument is of type ‘struct gzFile_s **’
1598 | ZEXTERN int ZEXPORT gzeof(gzFile file);
| ~~~~~~~^~~~
callbacks.c:1168:35: error: passing argument 1 of ‘gzread’ from incompatible
pointer type [-Wincompatible-pointer-types]
1168 | bytes_read=gzread(f,buffer,BUFFER_SIZE);
| ^
| |
| struct gzFile_s **
/usr/include/zlib.h:1395:35: note: expected ‘gzFile’ {aka ‘struct gzFile_s *’}
but argument is of type ‘struct gzFile_s **’
1395 | ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len);
| ~~~~~~~^~~~
callbacks.c:1183:19: error: passing argument 1 of ‘gzclose’ from incompatible
pointer type [-Wincompatible-pointer-types]
1183 | gzclose(f);
| ^
| |
| struct gzFile_s **
/usr/include/zlib.h:1634:39: note: expected ‘gzFile’ {aka ‘struct gzFile_s *’}
but argument is of type ‘struct gzFile_s **’
1634 | ZEXTERN int ZEXPORT gzclose(gzFile file);
| ~~~~~~~^~~~
callbacks.c: In function ‘on_paxina_creada1_activate’:
callbacks.c:647:9: warning: ignoring return value of ‘mkstemp’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
647 | mkstemp (temp);
| ^~~~~~~~~~~~~~
make[2]: *** [Makefile:409: callbacks.o] Error 1
make[2]: *** Waiting for unfinished jobs....
interface.c: In function ‘create_wpreferences’:
interface.c:499:29: error: passing argument 1 of ‘gtk_entry_set_max_length’
from incompatible pointer type [-Wincompatible-pointer-types]
499 | gtk_entry_set_max_length (entry_command, 100);
| ^~~~~~~~~~~~~
| |
| GtkWidget * {aka struct _GtkWidget *}
In file included from /usr/include/gtk-2.0/gtk/gtktreeview.h:31,
from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
from /usr/include/gtk-2.0/gtk/gtk.h:72,
from interface.c:26:
/usr/include/gtk-2.0/gtk/gtkentry.h:198:65: note: expected ‘GtkEntry *’ {aka
‘struct _GtkEntry *’} but argument is of type ‘GtkWidget *’ {aka ‘struct
_GtkWidget *’}
198 | void gtk_entry_set_max_length (GtkEntry *entry,
| ~~~~~~~~~~~~~~~^~~~~
interface.c: In function ‘create_wizard’:
interface.c:623:29: error: passing argument 1 of ‘gtk_entry_set_max_length’
from incompatible pointer type [-Wincompatible-pointer-types]
623 | gtk_entry_set_max_length (mname, 100);
| ^~~~~
| |
| GtkWidget * {aka struct _GtkWidget *}
/usr/include/gtk-2.0/gtk/gtkentry.h:198:65: note: expected ‘GtkEntry *’ {aka
‘struct _GtkEntry *’} but argument is of type ‘GtkWidget *’ {aka ‘struct
_GtkWidget *’}
198 | void gtk_entry_set_max_length (GtkEntry *entry,
| ~~~~~~~~~~~~~~~^~~~~
interface.c:631:29: error: passing argument 1 of ‘gtk_entry_set_max_length’
from incompatible pointer type [-Wincompatible-pointer-types]
631 | gtk_entry_set_max_length (mdate, 100);
| ^~~~~
| |
| GtkWidget * {aka struct _GtkWidget *}
/usr/include/gtk-2.0/gtk/gtkentry.h:198:65: note: expected ‘GtkEntry *’ {aka
‘struct _GtkEntry *’} but argument is of type ‘GtkWidget *’ {aka ‘struct
_GtkWidget *’}
198 | void gtk_entry_set_max_length (GtkEntry *entry,
| ~~~~~~~~~~~~~~~^~~~~
interface.c:647:29: error: passing argument 1 of ‘gtk_entry_set_max_length’
from incompatible pointer type [-Wincompatible-pointer-types]
647 | gtk_entry_set_max_length (mtitle, 100);
| ^~~~~~
| |
| GtkWidget * {aka struct _GtkWidget *}
/usr/include/gtk-2.0/gtk/gtkentry.h:198:65: note: expected ‘GtkEntry *’ {aka
‘struct _GtkEntry *’} but argument is of type ‘GtkWidget *’ {aka ‘struct
_GtkWidget *’}
198 | void gtk_entry_set_max_length (GtkEntry *entry,
| ~~~~~~~~~~~~~~~^~~~~
make[2]: *** [Makefile:409: interface.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:502: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: 0.4.2-8+rm
Dear submitter,
as the package gmanedit has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1121247
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---