Your message dated Fri, 16 Aug 2024 08:49:58 +0000
with message-id <e1sesek-003feu...@fasolo.debian.org>
and subject line Bug#1078396: fixed in stardict 3.0.7+git20220909+dfsg-6
has caused the Debian Bug report #1078396,
regarding stardict: FTBFS: gunicode.h:809:34: error: invalid conversion from 
'const gchar*' {aka 'const char*'} to 'gchar*' {aka '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.)


-- 
1078396: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078396
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: stardict
Version: 3.0.7+git20220909+dfsg-5
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/usr/include/sigc++-2.0 
> -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include  -Wall -Werror=format-security 
> -D_FORTIFY_SOURCE=2 -O1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
> -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/harfbuzz -I/usr/include/freetype2 
> -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid 
> -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/json-glib-1.0 
> -D_REENTRANT -D_REENTRANT -pthread  -I../.. -I../..  -I../../../lib/src 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/speech_tools  -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o http_client.lo http_client.cpp
> stddict.cpp: In member function 'collation_file* 
> idxsyn_file::collate_load_impl(const std::string&, const std::string&, 
> CollateFunctions, show_progress_t*, CacheFileType)':
> stddict.cpp:722:34: warning: 'void g_qsort_with_data(gconstpointer, gint, 
> gsize, GCompareDataFunc, gpointer)' is deprecated: Use 'g_sort_array' instead 
> [-Wdeprecated-declarations]
>   722 |                 g_qsort_with_data(_clt_file->get_wordoffset(), 
> wordcount, sizeof(guint32), sort_collation_index, &data);
>       |                 
> ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib.h:71:
> /usr/include/glib-2.0/glib/gqsort.h:39:6: note: declared here
>    39 | void g_qsort_with_data (gconstpointer    pbase,
>       |      ^~~~~~~~~~~~~~~~~
> stddict.cpp: In member function 'bool Dict::LookupWithRule(GPatternSpec*, 
> glong*, int)':
> stddict.cpp:1466:43: warning: 'gboolean g_pattern_match_string(GPatternSpec*, 
> const gchar*)' is deprecated: Use 'g_pattern_spec_match_string' instead 
> [-Wdeprecated-declarations]
>  1466 |                 if (g_pattern_match_string(pspec, 
> idx_file->getWord(i, CollationLevel_NONE, 0)))
>       |                     
> ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib.h:68:
> /usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
>    57 | gboolean      g_pattern_match_string   (GPatternSpec *pspec,
>       |               ^~~~~~~~~~~~~~~~~~~~~~
> stddict.cpp: In member function 'bool 
> Dict::LookupWithRuleSynonym(GPatternSpec*, glong*, int)':
> stddict.cpp:1479:43: warning: 'gboolean g_pattern_match_string(GPatternSpec*, 
> const gchar*)' is deprecated: Use 'g_pattern_spec_match_string' instead 
> [-Wdeprecated-declarations]
>  1479 |                 if (g_pattern_match_string(pspec, 
> syn_file->getWord(i, CollationLevel_NONE, 0)))
>       |                     
> ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
>    57 | gboolean      g_pattern_match_string   (GPatternSpec *pspec,
>       |               ^~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/gstring.h:35:
> stddict.cpp: In member function 'bool Libs::LookupSynonymSimilarWord(const 
> gchar*, glong&, glong&, size_t, int)':
> /usr/include/glib-2.0/glib/gunicode.h:809:34: error: invalid conversion from 
> 'const gchar*' {aka 'const char*'} to 'gchar*' {aka 'char*'} [-fpermissive]
>   809 | #define g_utf8_next_char(p) ((p) + g_utf8_skip[*(const guchar *)(p)])
>       |                             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                                  |
>       |                                  const gchar* {aka const char*}
> stddict.cpp:2541:43: note: in expansion of macro 'g_utf8_next_char'
>  2541 |                         gchar *nextchar = g_utf8_next_char(sWord);
>       |                                           ^~~~~~~~~~~~~~~~
> stddict.cpp: In member function 'bool Libs::LookupSimilarWord(const gchar*, 
> glong&, glong&, size_t, int)':
> /usr/include/glib-2.0/glib/gunicode.h:809:34: error: invalid conversion from 
> 'const gchar*' {aka 'const char*'} to 'gchar*' {aka 'char*'} [-fpermissive]
>   809 | #define g_utf8_next_char(p) ((p) + g_utf8_skip[*(const guchar *)(p)])
>       |                             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                                  |
>       |                                  const gchar* {aka const char*}
> stddict.cpp:2651:43: note: in expansion of macro 'g_utf8_next_char'
>  2651 |                         gchar *nextchar = g_utf8_next_char(sWord);
>       |                                           ^~~~~~~~~~~~~~~~
> In file included from mapfile.h:37,
>                  from dictziplib.h:27,
>                  from dictbase.h:29,
>                  from stddict.h:31,
>                  from storage_impl.h:23,
>                  from storage.cpp:30:
> utils.h: In function 'gchar* stardict_datadup(gconstpointer)':
> utils.h:82:33: warning: 'void* g_memdup(gconstpointer, guint)' is deprecated: 
> Use 'g_memdup2' instead [-Wdeprecated-declarations]
>    82 |         return (gchar *)g_memdup(mem, sizeof(guint32) + 
> *reinterpret_cast<const guint32 *>(mem));
>       |                         
> ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/gstring.h:37,
>                  from /usr/include/glib-2.0/glib/giochannel.h:36,
>                  from /usr/include/glib-2.0/glib.h:56,
>                  from storage.cpp:20:
> /usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
>   338 | gpointer              g_memdup         (gconstpointer mem,
>       |                       ^~~~~~~~
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 
> -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -Werror=format-security 
> -D_FORTIFY_SOURCE=2 -O1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
> -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/harfbuzz -I/usr/include/freetype2 
> -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid 
> -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/json-glib-1.0 
> -D_REENTRANT -D_REENTRANT -pthread -I../.. -I../.. -I../../../lib/src 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/speech_tools -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> http_client.cpp  -fPIC -DPIC -o .libs/http_client.o
> /bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
> -I../..  -I/usr/include/sigc++-2.0 
> -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include  -Wall -Werror=format-security 
> -D_FORTIFY_SOURCE=2 -O1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
> -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/harfbuzz -I/usr/include/freetype2 
> -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid 
> -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/json-glib-1.0 
> -D_REENTRANT -D_REENTRANT -pthread  -I../.. -I../..  -I../../../lib/src 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/speech_tools  -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o httpmanager.lo httpmanager.cpp
> make[5]: *** [Makefile:603: stddict.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/08/09/stardict_3.0.7+git20220909+dfsg-5_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: stardict
Source-Version: 3.0.7+git20220909+dfsg-6
Done: xiao sheng wen <atzli...@sina.com>

We believe that the bug you reported is fixed in the latest version of
stardict, 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.
xiao sheng wen <atzli...@sina.com> (supplier of updated stardict 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: Fri, 16 Aug 2024 15:48:15 +0800
Source: stardict
Architecture: source
Version: 3.0.7+git20220909+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: xiao sheng wen <atzli...@sina.com>
Changed-By: xiao sheng wen <atzli...@sina.com>
Closes: 1078396
Changes:
 stardict (3.0.7+git20220909+dfsg-6) unstable; urgency=medium
 .
   * add d/p/fix-gcc14-FTBFS#1078396.patch (Closes: #1078396) Thanks Nilesh 
Patra
Checksums-Sha1:
 6b9028d669f410c8c9451531769031656ceb351d 3088 
stardict_3.0.7+git20220909+dfsg-6.dsc
 1a1fbfe6b0f5af1357bc4646b159bf13fc06e587 22976 
stardict_3.0.7+git20220909+dfsg-6.debian.tar.xz
 089957f3fe8c057b0a193aafe5554ca514b8f8d9 17739 
stardict_3.0.7+git20220909+dfsg-6_source.buildinfo
Checksums-Sha256:
 6e1d3d707aa1de9c514db3de4d20626b2396ac87d99df2d7c554b996a85a7444 3088 
stardict_3.0.7+git20220909+dfsg-6.dsc
 33d0e69bdb858db702981025caee87535876c39a6d083eb2eb8251983bec7e72 22976 
stardict_3.0.7+git20220909+dfsg-6.debian.tar.xz
 420dbf938f9823d325f2568d3f3ce288d5a61bc2cda827f9b7b9c91980ec49f9 17739 
stardict_3.0.7+git20220909+dfsg-6_source.buildinfo
Files:
 75adca7f09d89ee5e6dc07307301d33b 3088 utils optional 
stardict_3.0.7+git20220909+dfsg-6.dsc
 eabb074f4e073809a48470cf3dc61470 22976 utils optional 
stardict_3.0.7+git20220909+dfsg-6.debian.tar.xz
 db8a9680c35f70293a4e94a993ffd763 17739 utils optional 
stardict_3.0.7+git20220909+dfsg-6_source.buildinfo

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

iQIzBAEBCgAdFiEEvGv7H5NUQYeSuhtTJ2Egg8PSprAFAma/DyoACgkQJ2Egg8PS
prAx2g/7BMZAq/FQFqHujtXUQ/lsLxQ06j5udFALbZO45zzKIqCjGOgcp68hZqxP
eaFPJ92QQLAeYxQfpFtfkjVYD3KKWkcbZEmzhPgGSYx3PumESqhOdqvDEyPx4Hn8
HQV1MBkdvjULDSBltJTyHjprRaiR/j8WMFf+uz+Ka0RHZXDlfJ0z8rcTJm8M5P6F
CeFgMXEqR0Y+MO/e0HPWtqMKlJ6hHoODikgnd+BIfRa0wOgCp33SDlfptYhAgKpg
u6Lnt+76KLwoLKR9neT0GT2Ys37yocLUftl3UxAlH/4TJ1cybJ00YMjWzsn6Q7VX
CJmpvcuLEvcR5P+LUFAXBH5GRgy527IefZ4Ne7GJE95YCjz4KSjINetWZZ/5CSMz
ywlNa/YSV4+7OlZTo1XfbbotTDV4paXsrbLh7m9oKBc7ta9HeiJbUl7CdDuIqZZU
EqTGavy4GhQy9Ba7ej3yXm+FrDiDhBVLyuLJCryeKrPRfMiVr/aAYW5N1EF9Ruz0
PRCOnzxPwrtqKfpoG7NwvqOqi5ew+OVWFMZENLfn/gkUpiC0yg3M04TnQ5WCjbrJ
baVesxChCwTCiEfi3ec8YMl/5W+6tEi6mC8qCUcOXgsflFtOalHqrdcI9GIpMgrl
oAx9YapeV4joOBM6a8E2sTKJCTE7L6aAwNzad5T9dnThaHp+Y8g=
=5i8X
-----END PGP SIGNATURE-----

Attachment: pgpmYgj4xmX9G.pgp
Description: PGP signature


--- End Message ---

Reply via email to