Your message dated Fri, 28 Feb 2025 18:42:25 +0000
with message-id <e1to5jz-000fos...@fasolo.debian.org>
and subject line Bug#1075167: fixed in libfm 1.4.0-0.1
has caused the Debian Bug report #1075167,
regarding libfm: 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.)


-- 
1075167: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075167
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libfm
Version: 1.3.2-4.1
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/libfm_1.3.2-4.1_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

[...]
action.c:2050:25: error: assignment to ‘gchar **’ {aka ‘char **’} from 
incompatible pointer type ‘const gchar * const*’ {aka ‘const char * const*’} 
[-Wincompatible-pointer-types]
 2050 |         _tmp2_ = _tmp1_ = g_get_system_data_dirs ();
      |                         ^
make[5]: *** [Makefile:556: libfmactions_la-action.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I.../ -I./../base 
-I./../actions -I./../job -DPACKAGE_DATA_DIR=\"/usr/share/libfm\" 
-DPACKAGE_LIB_DIR=\"/usr/lib/x86_64-linux-gnu/libfm\" 
-DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -Wno-unused-variable -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 
-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS 
-I/usr/include/gio-unix-2.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/libmount -I/usr/include/blkid -pthread 
-Werror-implicit-function-declaration -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c utils.c -o libfmactions_la-utils.o 
>/dev/null 2>&1
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from condition.c:25:
condition.c: In function ‘fm_file_action_capability_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
condition.c:108:13: note: in expansion of macro ‘g_once_init_enter’
  108 |         if (g_once_init_enter 
(&fm_file_action_capability_type_id__volatile)) {
      |             ^~~~~~~~~~~~~~~~~
condition.c: In function ‘fm_file_action_condition_match_base_name’:
condition.c:1001:41: warning: ‘g_pattern_match_string’ is deprecated: Use 
'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
 1001 |                                         _tmp14_ = 
g_pattern_match_string (_tmp12_, _tmp13_);
      |                                         ^~~~~~~
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,
      |               ^~~~~~~~~~~~~~~~~~~~~~
condition.c:1032:41: warning: ‘g_pattern_match_string’ is deprecated: Use 
'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
 1032 |                                         _tmp21_ = 
g_pattern_match_string (_tmp17_, _tmp20_);
      |                                         ^~~~~~~
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
   57 | gboolean      g_pattern_match_string   (GPatternSpec *pspec,
      |               ^~~~~~~~~~~~~~~~~~~~~~
condition.c: In function ‘fm_file_action_condition_match_folder’:
condition.c:1348:33: warning: ‘g_pattern_match_string’ is deprecated: Use 
'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
 1348 |                                 _tmp16_ = g_pattern_match_string 
(_tmp14_, _tmp15_);
      |                                 ^~~~~~~
/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/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from profile.c:25:
profile.c: In function ‘fm_file_action_exec_mode_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
profile.c:81:13: note: in expansion of macro ‘g_once_init_enter’
   81 |         if (g_once_init_enter 
(&fm_file_action_exec_mode_type_id__volatile)) {
      |             ^~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I.../ -I./../base 
-I./../actions -I./../job -DPACKAGE_DATA_DIR=\"/usr/share/libfm\" 
-DPACKAGE_LIB_DIR=\"/usr/lib/x86_64-linux-gnu/libfm\" 
-DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -Wno-unused-variable -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 
-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS 
-I/usr/include/gio-unix-2.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/libmount -I/usr/include/blkid -pthread 
-Werror-implicit-function-declaration -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c profile.c -o 
libfmactions_la-profile.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I.../ -I./../base 
-I./../actions -I./../job -DPACKAGE_DATA_DIR=\"/usr/share/libfm\" 
-DPACKAGE_LIB_DIR=\"/usr/lib/x86_64-linux-gnu/libfm\" 
-DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -Wno-unused-variable -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 
-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS 
-I/usr/include/gio-unix-2.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/libmount -I/usr/include/blkid -pthread 
-Werror-implicit-function-declaration -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c condition.c -o 
libfmactions_la-condition.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I.../ -I./../base 
-I./../actions -I./../job -DPACKAGE_DATA_DIR=\"/usr/share/libfm\" 
-DPACKAGE_LIB_DIR=\"/usr/lib/x86_64-linux-gnu/libfm\" 
-DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -Wno-unused-variable -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 
-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS 
-I/usr/include/gio-unix-2.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/libmount -I/usr/include/blkid -pthread 
-Werror-implicit-function-declaration -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c parameters.c -o 
libfmactions_la-parameters.o >/dev/null 2>&1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/actions'
make[4]: *** [Makefile:2903: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:1263: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:570: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:472: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:21: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libfm
Source-Version: 1.4.0-0.1
Done: Bastian Germann <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libfm, 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.
Bastian Germann <b...@debian.org> (supplier of updated libfm 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, 28 Feb 2025 18:20:22 +0100
Source: libfm
Architecture: source
Version: 1.4.0-0.1
Distribution: unstable
Urgency: medium
Maintainer: Debian LXDE Maintainers <team+l...@tracker.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1075167
Changes:
 libfm (1.4.0-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Update to new upstream version.  Closes: #1075167
Checksums-Sha1:
 c332b4632e631a104c4ae2c4901670d981f6f107 2879 libfm_1.4.0-0.1.dsc
 0099a868fd9a7ed5c6ef0b47356e46c928e84817 1307262 libfm_1.4.0.orig.tar.gz
 01bb82adc73ab53540446b48312abdb2130121f0 16260 libfm_1.4.0-0.1.debian.tar.xz
 c80478a5c2fbf9c36db62dbfe4ebfe8d4c7db3c1 5204 libfm_1.4.0-0.1_source.buildinfo
Checksums-Sha256:
 afa8887d13c458b4546cb1fae0b330be380d792e6b04f1d0b7753d9776a21d37 2879 
libfm_1.4.0-0.1.dsc
 7d7b616411992389a4b7f35796109d605f30bc2ceab84d4081d1665254ebbf82 1307262 
libfm_1.4.0.orig.tar.gz
 f02001152e51fb4cd0010a9ee44c1e13031ddbafa67ca400310e328a82f6fab3 16260 
libfm_1.4.0-0.1.debian.tar.xz
 ea0a4969d0bd0c2bfbb450c98d9a022e5ac786def6ee91f2f2f92f604e7016f6 5204 
libfm_1.4.0-0.1_source.buildinfo
Files:
 11a5275705b866be7ea8ca6cac19caf1 2879 libs optional libfm_1.4.0-0.1.dsc
 25f82138d672f183437b31c3e785f99a 1307262 libs optional libfm_1.4.0.orig.tar.gz
 e15aab0f7234f1d334c38fcf7963a754 16260 libs optional 
libfm_1.4.0-0.1.debian.tar.xz
 31d30cc7e43a8deef22fdb12b53dd131 5204 libs optional 
libfm_1.4.0-0.1_source.buildinfo


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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmfB8w8QHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFN8HDACApAwRNLilkD5tpepq5iWhOh19cemAR3rJ
PsNj+rFAsGEvPHW7f23nBDafYrkKfNfnhnZbZQSm55RGao+qJvOCDqcqTjP59YhU
ZZ/pGkBUdd3PFp1fE25xMAJwSmqGF8xdgvrGZ+lbOl5CCPa3mOEaqmK51NKUekmV
ylH1deFsClC/IZiDpNXYfALUZFWE/m00ZrS0T32C2aWSa/rGtMst+fsnxlcJ5b/l
XyAlyoM7PODYLVaDgDZURgja/oVYbzR/NTMp27n0xhHZeZkD6Yq3koHui+M9XuqR
8lXgjTGAbYKwTBh9qEuq9AugR93UElmJdLjZk0EGcOEsplzaqmGWlQ3JUja7e+PI
b62bMT3DrJ1y/8VkRNg/oufmx8oH1zZOOdALSZrNOPyJYhPZhzmhbxhfPXYMUT0s
/0Kk7ti/oqscmdp8YxAjLPvKh2eiY3JIHaScPkO7nymPE+36cg9915BAmzyKDLE7
3FTbMWGvy3C4B8HgWhqI6ZcbO5SMiUI=
=sV8f
-----END PGP SIGNATURE-----

Attachment: pgpx3US0PqpFm.pgp
Description: PGP signature


--- End Message ---

Reply via email to