Your message dated Sun, 30 Jul 2023 18:24:37 +0000
with message-id <e1qqb5p-009qjn...@fasolo.debian.org>
and subject line Bug#1037698: fixed in j4-dmenu-desktop 2.16-1.1
has caused the Debian Bug report #1037698,
regarding j4-dmenu-desktop: ftbfs with GCC-13
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.)


-- 
1037698: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037698
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:j4-dmenu-desktop
Version: 2.16-1
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13

[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-13/g++-13, but succeeds to build with gcc-12/g++-12. 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/2023/05/22/logs/j4-dmenu-desktop_2.16-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html

[...]
      |                      ^~~~~~~~~~~
/<<PKGBUILDDIR>>/src/Application.hh:149:22: error: unable to find string 
literal operator ‘operator""_istr’ with ‘const char [11]’, ‘long unsigned int’ 
arguments
  149 |                 case "OnlyShowIn"_istr:
      |                      ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/Application.hh:161:22: error: unable to find string 
literal operator ‘operator""_istr’ with ‘const char [10]’, ‘long unsigned int’ 
arguments
  161 |                 case "NotShowIn"_istr:
      |                      ^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/Application.hh:173:22: error: unable to find string 
literal operator ‘operator""_istr’ with ‘const char [7]’, ‘long unsigned int’ 
arguments
  173 |                 case "Hidden"_istr:
      |                      ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/Application.hh:174:22: error: unable to find string 
literal operator ‘operator""_istr’ with ‘const char [10]’, ‘long unsigned int’ 
arguments
  174 |                 case "NoDisplay"_istr:
      |                      ^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/Application.hh:182:22: error: unable to find string 
literal operator ‘operator""_istr’ with ‘const char [9]’, ‘long unsigned int’ 
arguments
  182 |                 case "Terminal"_istr:
      |                      ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/Application.hh:183:61: error: unable to find string 
literal operator ‘operator""_istr’ with ‘const char [5]’, ‘long unsigned int’ 
arguments
  183 |                     this->terminal = make_istring(value) == "true"_istr;
      |                                                             ^~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/TestFormatters.cc:8:
/<<PKGBUILDDIR>>/src/Application.hh: In member function ‘bool 
Application::read(const char*, char**, size_t*)’:
/<<PKGBUILDDIR>>/src/Application.hh:94:19: warning: ignoring return value of 
‘char* getcwd(char*, size_t)’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
   94 |             getcwd(pwd, 100);
      |             ~~~~~~^~~~~~~~~~
/<<PKGBUILDDIR>>/src/Main.hh: In member function ‘bool Main::read_args(int, 
char**)’:
/<<PKGBUILDDIR>>/src/Main.hh:167:33: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
  167 |                 exclude_generic = true;
      |                 ~~~~~~~~~~~~~~~~^~~~~~
/<<PKGBUILDDIR>>/src/Main.hh:168:13: note: here
  168 |             case 'l':
      |             ^~~~
/<<PKGBUILDDIR>>/src/Main.hh: In member function ‘void Main::collect_files()’:
/<<PKGBUILDDIR>>/src/Main.hh:187:15: warning: ignoring return value of ‘char* 
getcwd(char*, size_t)’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
  187 |         getcwd(original_wd, 384);
      |         ~~~~~~^~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/Main.hh:195:18: warning: ignoring return value of ‘int 
chdir(const char*)’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
  195 |             chdir(path.c_str());
      |             ~~~~~^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/Main.hh:204:14: warning: ignoring return value of ‘int 
chdir(const char*)’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
  204 |         chdir(original_wd);
      |         ~~~~~^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/Application.hh: In member function ‘bool 
Application::read(const char*, char**, size_t*)’:
/<<PKGBUILDDIR>>/src/Application.hh:94:19: warning: ignoring return value of 
‘char* getcwd(char*, size_t)’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
   94 |             getcwd(pwd, 100);
      |             ~~~~~~^~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/Main.hh:14:
/<<PKGBUILDDIR>>/src/Dmenu.hh: In member function ‘void Dmenu::write(const 
std::string&)’:
/<<PKGBUILDDIR>>/src/Dmenu.hh:19:16: warning: ignoring return value of ‘ssize_t 
write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
   19 |         ::write(this->outpipe[1], what.c_str(), what.size());
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/Dmenu.hh:20:16: warning: ignoring return value of ‘ssize_t 
write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
   20 |         ::write(this->outpipe[1], "\n", 1);
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/Main.hh: In member function ‘std::string 
Main::get_command()’:
/<<PKGBUILDDIR>>/src/Main.hh:247:18: warning: ignoring return value of ‘int 
chdir(const char*)’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
  247 |             chdir(app->path.c_str());
      |             ~~~~~^~~~~~~~~~~~~~~~~~~
make[3]: *** [CMakeFiles/j4-dmenu-desktop.dir/build.make:79: 
CMakeFiles/j4-dmenu-desktop.dir/src/main.cc.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:114: CMakeFiles/j4-dmenu-desktop.dir/all] 
Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: *** [CMakeFiles/j4-dmenu-tests.dir/build.make:107: 
CMakeFiles/j4-dmenu-tests.dir/src/TestApplicationRunner.cc.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:88: CMakeFiles/j4-dmenu-tests.dir/all] Error 
2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 VERBOSE=1 returned 
exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: j4-dmenu-desktop
Source-Version: 2.16-1.1
Done: Jochen Sprickerhof <jspri...@debian.org>

We believe that the bug you reported is fixed in the latest version of
j4-dmenu-desktop, 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 1037...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspri...@debian.org> (supplier of updated j4-dmenu-desktop 
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, 30 Jul 2023 16:19:24 +0200
Source: j4-dmenu-desktop
Architecture: source
Version: 2.16-1.1
Distribution: unstable
Urgency: medium
Maintainer: Peter Spiess-Knafl <d...@spiessknafl.at>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Closes: 1037698
Changes:
 j4-dmenu-desktop (2.16-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix build with GCC 13 (Closes: #1037698)
Checksums-Sha1:
 78b57693be9f0989e82cb289dab9cf337c7a6519 1973 j4-dmenu-desktop_2.16-1.1.dsc
 4abbba0cd3ba5aab8c1375d753ec7ed320bb1c4e 5248 
j4-dmenu-desktop_2.16-1.1.debian.tar.xz
 87290127693d2fde8ec12688dc22d5b6196851d7 7061 
j4-dmenu-desktop_2.16-1.1_source.buildinfo
Checksums-Sha256:
 fd38e56c79051bae47c099df62dbf2bf10dbebc35da918770add6edb498be47d 1973 
j4-dmenu-desktop_2.16-1.1.dsc
 8bee47dda2e0f0ea93551d1be46ec0bdbf5010ed80d6c76a4751c4319e844c0e 5248 
j4-dmenu-desktop_2.16-1.1.debian.tar.xz
 54ebab2703c31b63cb36f78c8ea0d14d45e7704b24721a97c872ba2ca7c31797 7061 
j4-dmenu-desktop_2.16-1.1_source.buildinfo
Files:
 d7b074265198733bd3b478d6cafa8cf3 1973 x11 optional 
j4-dmenu-desktop_2.16-1.1.dsc
 18883b484e3562584ad50110870a6997 5248 x11 optional 
j4-dmenu-desktop_2.16-1.1.debian.tar.xz
 ce81307d81b1fdd13e0e47b996a2fbc8 7061 x11 optional 
j4-dmenu-desktop_2.16-1.1_source.buildinfo

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

iQJIBAEBCgAyFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmTGpqEUHGpzcHJpY2tl
QGRlYmlhbi5vcmcACgkQW//cwljmlDMx0xAAg8udjOd5nHFHFq+nz7GjoPXF2/v5
1VhAKzYRVHA8x+Z4KX6aNKwoVC3yR1+3L6K4RRz8CmBd0w02DHoPNL0ABWb20Omz
H54WFM0yV4I9kxiVCLnh8BO1DxH0/cxN5tPmrVZpOkN/adFMQBdjdj8ZbYBVeyFf
WcMMXODqtfSoxylACTRXxtUqkcrzHLgIg7mjHVfG9MM0DZdIioYmDi00b5mNLTMM
8Ky42uq03G8AOcfOLbnlUsRhKevt3kurmJXthvMjOm2x0ZjVjTY+i5EK+51yLWde
FfolmfpBpL2PLZ23/LSQ48Cp2749OpxDqpRsiI8cwobIfF5f+TatsF9Ya8KFC0Pk
zB+9V7waJwkqDbFV80zZ3IUvEg79EibI369OeiYHU2vjs3nc8UcauDtsjkcHHj1w
AiDhbi8JcMGWuivevMdyf5/KYnCuXaFwYrb7B1zqmRWsviYeDGB3bD92wOCZDy4F
xtHDij2RBLiyIRNpk1i7lIDn81H/hlOfvzlheGogq435zoY/R3fjWGJCh6KZX8pg
JZPRsO/sBLyKCyg0mer/gdkAfk0McrvcVxa4ezrjRAjRKFg8jDQVr7uir94ka6mp
9k8YVFySZ6sbYSyCdxOMcssqWV1nFvgzJBvP3VKdjPDn++LjuwR9Zp8YowLXyjMy
NAJyyX025m5t19M=
=mfI8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to