Your message dated Sun, 13 Apr 2025 22:34:22 +0000
with message-id <e1u45ua-00067p...@fasolo.debian.org>
and subject line Bug#1078386: fixed in gnome-chemistry-utils 0.14.17-6.3
has caused the Debian Bug report #1078386,
regarding gnome-chemistry-utils: FTBFS: gunicode.h:809:34: error: invalid
conversion from 'const char*' to 'char*' [-fpermissive]
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.)
--
1078386: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078386
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gnome-chemistry-utils
Version: 0.14.17-6.2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240809 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
> -I../.. -I../.. -I../../libs -I/usr/include/libgoffice-0.10
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid
> -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/gtk-3.0
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2
> -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/librsvg-2.0
> -pthread -Wall -Wextra -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=gnu++14 -c -o wedge.lo wedge.cc
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../libs
> -I/usr/include/libgoffice-0.10 -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libgsf-1
> -I/usr/include/libxml2 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0
> -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16
> -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu
> -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/librsvg-2.0
> -pthread -Wall -Wextra -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -std=gnu++14 -c wedge.cc -fPIC -DPIC
> -o .libs/wedge.o
> In file included from /usr/include/glib-2.0/glib/gstring.h:35,
> from /usr/include/glib-2.0/glib/giochannel.h:36,
> from /usr/include/glib-2.0/glib.h:56,
> from /usr/include/libgoffice-0.10/goffice/goffice.h:24,
> from ../../libs/gcu/macros.h:28,
> from canvas.h:28,
> from text.cc:26:
> text.cc: In member function 'bool gccv::Text::OnKeyPressed(GdkEventKey*)':
> /usr/include/glib-2.0/glib/gunicode.h:809:34: error: invalid conversion from
> 'const char*' to 'char*' [-fpermissive]
> 809 | #define g_utf8_next_char(p) ((p) + g_utf8_skip[*(const guchar *)(p)])
> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> | |
> | const char*
> text.cc:1129:35: note: in expansion of macro 'g_utf8_next_char'
> 1129 | char *p = g_utf8_next_char (s + m_CurPos);
> | ^~~~~~~~~~~~~~~~
> /usr/include/glib-2.0/glib/gunicode.h:809:34: error: invalid conversion from
> 'const char*' to 'char*' [-fpermissive]
> 809 | #define g_utf8_next_char(p) ((p) + g_utf8_skip[*(const guchar *)(p)])
> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> | |
> | const char*
> text.cc:1140:35: note: in expansion of macro 'g_utf8_next_char'
> 1140 | char *p = g_utf8_next_char (s + m_CurPos);
> | ^~~~~~~~~~~~~~~~
> /usr/include/glib-2.0/glib/gunicode.h:809:34: error: invalid conversion from
> 'const char*' to 'char*' [-fpermissive]
> 809 | #define g_utf8_next_char(p) ((p) + g_utf8_skip[*(const guchar *)(p)])
> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> | |
> | const char*
> text.cc:1227:27: note: in expansion of macro 'g_utf8_next_char'
> 1227 | char *p = g_utf8_next_char (s + m_CurPos);
> | ^~~~~~~~~~~~~~~~
> make[4]: *** [Makefile:630: text.lo] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/08/09/gnome-chemistry-utils_0.14.17-6.2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240809;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240809&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: gnome-chemistry-utils
Source-Version: 0.14.17-6.3
Done: Adrian Bunk <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
gnome-chemistry-utils, 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 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated gnome-chemistry-utils
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: Sun, 13 Apr 2025 19:56:55 +0300
Source: gnome-chemistry-utils
Architecture: source
Version: 0.14.17-6.3
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 1078386
Changes:
gnome-chemistry-utils (0.14.17-6.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Build with -fpermissive to fix FTBFS with gcc 14. (Closes: #1078386)
Checksums-Sha1:
5815e7a405dd5303a01c54d47bd39d248d5515d2 2769
gnome-chemistry-utils_0.14.17-6.3.dsc
9e4abd8c28884b6747da3dbd336c9a29417b1e52 68732
gnome-chemistry-utils_0.14.17-6.3.debian.tar.xz
Checksums-Sha256:
c3158c3d37c344f6876eb55065fa60f643d079892ede4945381a933d30317f67 2769
gnome-chemistry-utils_0.14.17-6.3.dsc
3ec5f66dda41b684bd4bc6376ca1b474c74276ed059e1d9dda531ff447a7ca35 68732
gnome-chemistry-utils_0.14.17-6.3.debian.tar.xz
Files:
0254e595ab7a6e96aa5d0f6e08d39578 2769 science optional
gnome-chemistry-utils_0.14.17-6.3.dsc
402ad0185fdb32d800e2fa1643a843b7 68732 science optional
gnome-chemistry-utils_0.14.17-6.3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmf8NnIACgkQiNJCh6LY
mLGZ9BAAke0NdvF8wLPcDGWx/aI4uhj3vs8GLlbsBrHgeWWkFdLjIi9b4EXMDiMS
d4AV6SwIt8GFxDvjU1TGR4k8bPGKsR9u+ZK4gHK5Vd2OR2wyVgGMCB7nN6UJ4lgn
rkOiezcKU7KO+gk1lpHQpuYRilQ0BlfBjr7oNsdQLAcbl3LTqWkcTxWz8YpQZI4Z
J9YeuOfPQkEd+A2kbBxB8SlgIv6AdFm5vLfmoALTkk7w0E7OZJy1QrNTy0WV40XI
xOdcreJkFZT3qN3SYdOfJjhQ+PDX7lcrbPvc6De/ugq+dXYLy8ajmjSILRtBeQs8
JwEadTES2jx95yRmyreP52SkPsD3G9PusRWaM4i6UCcPAaJu6qZyU422xGcG/S6n
qfYxDujQPvg4qEAH2oSbY9WacKUj67N7rknf8MwBJYT3RMYCfSym+RkQRwAA6Wid
5NV41boSJIyTuuoLh2TlhHHKxGOI5Htma7xMWZ3HYMICI8Oh/dTGWHnAkByCL3/z
NDg/Gf9UnI0zF0+8gaaptMtbrxFAw1pgsYiTZRIYZUbqFHllZr9azLvB1NVy20mB
O95qFe505hN6EHdsXM/rnmk0UIJfTUOtSjkoSE6j/ew2MQCW6/3aCXYa+a26nRWf
8QvPUQBQb5OtT09jPeB1GSAeRjqCpLUnAJ1y/5wcHNVpTYyfGj8=
=2Nlk
-----END PGP SIGNATURE-----
pgpsJeJUbTJ3J.pgp
Description: PGP signature
--- End Message ---