Your message dated Sun, 31 Jul 2022 17:30:24 +0000
with message-id <e1oiclk-001rys...@fasolo.debian.org>
and subject line Bug#1016284: fixed in mpdscribble 0.24-2
has caused the Debian Bug report #1016284,
regarding mpdscribble: FTBFS: ../src/Log.cxx:48:13: error: ‘time’ was not
declared in this scope
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.)
--
1016284: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016284
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mpdscribble
Version: 0.24-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220728 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> c++ -Impdscribble.p -I. -I.. -Isrc -I../src -I/usr/include/x86_64-linux-gnu
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> -Wnon-virtual-dtor -Wextra -Wpedantic -std=c++17 -O0 -Wshadow -Wpointer-arith
> -Wcast-qual -Wcast-align -Wwrite-strings -Wmissing-declarations
> -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wundef
> -fno-threadsafe-statics -fmerge-all-constants -Wcomma-subscript -Wextra-semi
> -Wmismatched-tags -Woverloaded-virtual -Wsign-promo -Wvolatile
> -Wvirtual-inheritance -Wno-non-virtual-dtor -fvisibility=hidden
> -ffunction-sections -fdata-sections -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ
> mpdscribble.p/src_Log.cxx.o -MF mpdscribble.p/src_Log.cxx.o.d -o
> mpdscribble.p/src_Log.cxx.o -c ../src/Log.cxx
> ../src/Log.cxx: In function ‘const char* log_date()’:
> ../src/Log.cxx:48:13: error: ‘time’ was not declared in this scope
> 48 | t = time(nullptr);
> | ^~~~
> ../src/Log.cxx:35:1: note: ‘time’ is defined in header ‘<ctime>’; did you
> forget to ‘#include <ctime>’?
> 34 | #include <syslog.h>
> +++ |+#include <ctime>
> 35 | #endif
> ../src/Log.cxx:49:15: error: ‘localtime’ was not declared in this scope
> 49 | tmp = localtime(&t);
> | ^~~~~~~~~
> ../src/Log.cxx:49:15: note: ‘localtime’ is defined in header ‘<ctime>’; did
> you forget to ‘#include <ctime>’?
> ../src/Log.cxx:55:14: error: ‘strftime’ was not declared in this scope
> 55 | if (!strftime(buf, sizeof(buf), "%Y-%m-%dT%H:%M:%S%z", tmp)) {
> | ^~~~~~~~
> ../src/Log.cxx:55:14: note: ‘strftime’ is defined in header ‘<ctime>’; did
> you forget to ‘#include <ctime>’?
> [40/45] c++ -Impdscribble.p -I. -I.. -Isrc -I../src
> -I/usr/include/x86_64-linux-gnu -fdiagnostics-color=always
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -Wextra
> -Wpedantic -std=c++17 -O0 -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
> -Wwrite-strings -Wmissing-declarations -Wmissing-noreturn
> -Wmissing-format-attribute -Wredundant-decls -Wundef -fno-threadsafe-statics
> -fmerge-all-constants -Wcomma-subscript -Wextra-semi -Wmismatched-tags
> -Woverloaded-virtual -Wsign-promo -Wvolatile -Wvirtual-inheritance
> -Wno-non-virtual-dtor -fvisibility=hidden -ffunction-sections -fdata-sections
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ
> mpdscribble.p/src_MpdObserver.cxx.o -MF mpdscribble.p/src_MpdObserver.cxx.o.d
> -o mpdscribble.p/src_MpdObserver.cxx.o -c ../src/MpdObserver.cxx
> [41/45] c++ -Impdscribble.p -I. -I.. -Isrc -I../src
> -I/usr/include/x86_64-linux-gnu -fdiagnostics-color=always
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -Wextra
> -Wpedantic -std=c++17 -O0 -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
> -Wwrite-strings -Wmissing-declarations -Wmissing-noreturn
> -Wmissing-format-attribute -Wredundant-decls -Wundef -fno-threadsafe-statics
> -fmerge-all-constants -Wcomma-subscript -Wextra-semi -Wmismatched-tags
> -Woverloaded-virtual -Wsign-promo -Wvolatile -Wvirtual-inheritance
> -Wno-non-virtual-dtor -fvisibility=hidden -ffunction-sections -fdata-sections
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ
> mpdscribble.p/src_Journal.cxx.o -MF mpdscribble.p/src_Journal.cxx.o.d -o
> mpdscribble.p/src_Journal.cxx.o -c ../src/Journal.cxx
> [42/45] c++ -Impdscribble.p -I. -I.. -Isrc -I../src
> -I/usr/include/x86_64-linux-gnu -fdiagnostics-color=always
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -Wextra
> -Wpedantic -std=c++17 -O0 -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
> -Wwrite-strings -Wmissing-declarations -Wmissing-noreturn
> -Wmissing-format-attribute -Wredundant-decls -Wundef -fno-threadsafe-statics
> -fmerge-all-constants -Wcomma-subscript -Wextra-semi -Wmismatched-tags
> -Woverloaded-virtual -Wsign-promo -Wvolatile -Wvirtual-inheritance
> -Wno-non-virtual-dtor -fvisibility=hidden -ffunction-sections -fdata-sections
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ
> mpdscribble.p/src_IniFile.cxx.o -MF mpdscribble.p/src_IniFile.cxx.o.d -o
> mpdscribble.p/src_IniFile.cxx.o -c ../src/IniFile.cxx
> [43/45] c++ -Impdscribble.p -I. -I.. -Isrc -I../src
> -I/usr/include/x86_64-linux-gnu -fdiagnostics-color=always
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -Wextra
> -Wpedantic -std=c++17 -O0 -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
> -Wwrite-strings -Wmissing-declarations -Wmissing-noreturn
> -Wmissing-format-attribute -Wredundant-decls -Wundef -fno-threadsafe-statics
> -fmerge-all-constants -Wcomma-subscript -Wextra-semi -Wmismatched-tags
> -Woverloaded-virtual -Wsign-promo -Wvolatile -Wvirtual-inheritance
> -Wno-non-virtual-dtor -fvisibility=hidden -ffunction-sections -fdata-sections
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ
> mpdscribble.p/src_ReadConfig.cxx.o -MF mpdscribble.p/src_ReadConfig.cxx.o.d
> -o mpdscribble.p/src_ReadConfig.cxx.o -c ../src/ReadConfig.cxx
> [44/45] c++ -Impdscribble.p -I. -I.. -Isrc -I../src
> -I/usr/include/x86_64-linux-gnu -fdiagnostics-color=always
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -Wextra
> -Wpedantic -std=c++17 -O0 -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
> -Wwrite-strings -Wmissing-declarations -Wmissing-noreturn
> -Wmissing-format-attribute -Wredundant-decls -Wundef -fno-threadsafe-statics
> -fmerge-all-constants -Wcomma-subscript -Wextra-semi -Wmismatched-tags
> -Woverloaded-virtual -Wsign-promo -Wvolatile -Wvirtual-inheritance
> -Wno-non-virtual-dtor -fvisibility=hidden -ffunction-sections -fdata-sections
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ
> mpdscribble.p/src_Scrobbler.cxx.o -MF mpdscribble.p/src_Scrobbler.cxx.o.d -o
> mpdscribble.p/src_Scrobbler.cxx.o -c ../src/Scrobbler.cxx
> ninja: build stopped: subcommand failed.
> dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v
> returned exit code 1
> make: *** [debian/rules:6: binary] Error 25
The full build log is available from:
http://qa-logs.debian.net/2022/07/28/mpdscribble_0.24-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220728;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220728&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 marking 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: mpdscribble
Source-Version: 0.24-2
Done: Geoffroy Youri Berret <kal...@debian.org>
We believe that the bug you reported is fixed in the latest version of
mpdscribble, 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 1016...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Geoffroy Youri Berret <kal...@debian.org> (supplier of updated mpdscribble
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, 31 Jul 2022 18:28:30 +0200
Source: mpdscribble
Architecture: source
Version: 0.24-2
Distribution: unstable
Urgency: medium
Maintainer: mpd maintainers <pkg-mpd-maintain...@lists.alioth.debian.org>
Changed-By: Geoffroy Youri Berret <kal...@debian.org>
Closes: 1016284
Changes:
mpdscribble (0.24-2) unstable; urgency=medium
.
* Fixed FTBS (porting to gcc12) (Closes: #1016284)
Checksums-Sha1:
585ec08582240478c08db3c98f43d716950e4210 2360 mpdscribble_0.24-2.dsc
d854a13e0c18dcd36260343efedef31aa732d6ce 21312 mpdscribble_0.24-2.debian.tar.xz
09b8c02db47f50086c359d8e78c79df69abf6f19 7495
mpdscribble_0.24-2_amd64.buildinfo
Checksums-Sha256:
b5da4be1b8acaba7257cd763b396f4844f9e659450ce2b0bc1ba3b1bb5dfcc46 2360
mpdscribble_0.24-2.dsc
0da0d973a8bae2da25fb72bae05f6c1dddb02612f3bd96e82b2a3c4a7f87dfe6 21312
mpdscribble_0.24-2.debian.tar.xz
6bd064f10fdffa470d4e386420fee508ed5de260f700a16e3ce4c7210892b96d 7495
mpdscribble_0.24-2_amd64.buildinfo
Files:
a66803813421f366b233c8992e4cced5 2360 sound optional mpdscribble_0.24-2.dsc
41108f53b3b9e2f3352c9a4483cd79d0 21312 sound optional
mpdscribble_0.24-2.debian.tar.xz
663a65806c8ea0a724ea7a63eaac2341 7495 sound optional
mpdscribble_0.24-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEE5yJWkSiFjoTmimKdwOcUqy2lK4FAmLmsG0ACgkQdwOcUqy2
lK64CA/8CuiDWxyS/wnxJPrhmfwLXxS0iIb8V8YeSt6SHy9GoTSukS/BK4JFg+c+
ggYOtZTyTiJ7Qj52+yfFVq73s1q8Y8oiq3fsfDX/bSnbUZUIQ30cMr1PD3rZuCNN
uDBfgbRKoCN5dRCi5qiloF3jItsjVxV8K4Kj2V3obbtIxYI4ANFKw1h7W7UYCUNc
rMvPsQIJZa8xb7eA0OJ/vF0VoJeBJ2kfRy+LJ6g/cMvcbFIS37CGSI5YyoKxUQw7
tLeoJTjuTfw2a0DbP6Ofyi6yAczeIAVGxxhpCZErbcxXfqi89fNVEbcaKxO/VIor
/oOx+tq+U4p0i20dKOikyrBiaggRXlgT2CWUftrCW8UvnOKC/ZD+/ayFmPEljOaB
A5Ws8glUDpcm20xRQuDEn7H6piNbr2RJABdXzrnv/Ud2iQ/z1u7AkQfYbHuDETiv
TCdWbZxeyQ0n6qWnRppfrs/zt018gJaLrkFc8+gugTV4v5BhdjldZ2FSjk3Rgpip
oEFTnl4ic7L1bDg4DDhyMttGJ8jZTcQsJiiiAssPy72fF+dHDsbVZG2FvxwRnq7R
vlH26VhxmE4HK58hda7jll9t9PyiuQhjagq5lzw/1WxCdW89/96rwXDgoNRwd9lv
t8kPGQ842yaxVPWSOXTyX/lU1nmJy/xdGICwIDVul2lA7BBFl74=
=HbzE
-----END PGP SIGNATURE-----
--- End Message ---