Your message dated Thu, 04 Aug 2022 11:05:25 +0000
with message-id <e1ojyfn-004jdg...@fasolo.debian.org>
and subject line Bug#1016281: fixed in pirs 2.0.2+dfsg-11
has caused the Debian Bug report #1016281,
regarding pirs: FTBFS: pirs_diploid.cpp:322:34: 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.)


-- 
1016281: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016281
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pirs
Version: 2.0.2+dfsg-10
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):
> g++ -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR='"/usr/share/pirs"' -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -Wextra   -fopenmp -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o Profile.o Profile.cpp
> InputStream.h: In constructor ‘InputStream::InputStream(const char*)’:
> InputStream.h:54:23: warning: ‘void* memset(void*, int, size_t)’ clearing an 
> object of non-trivial type ‘class InputStream’; use assignment or 
> value-initialization instead [-Wclass-memaccess]
>    54 |                 memset(this, 0, sizeof(*this));
>       |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
> InputStream.h:25:7: note: ‘class InputStream’ declared here
>    25 | class InputStream {
>       |       ^~~~~~~~~~~
> In file included from pirs_diploid.cpp:12:
> OutputStream.h: In constructor ‘OutputStream::OutputStream()’:
> OutputStream.h:54:23: warning: ‘void* memset(void*, int, size_t)’ clearing an 
> object of non-trivial type ‘class OutputStream’; use assignment or 
> value-initialization instead [-Wclass-memaccess]
>    54 |                 memset(this, 0, sizeof(*this));
>       |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
> OutputStream.h:33:7: note: ‘class OutputStream’ declared here
>    33 | class OutputStream {
>       |       ^~~~~~~~~~~~
> OutputStream.h: In constructor ‘OutputStream::OutputStream(const char*, 
> OutputType)’:
> OutputStream.h:58:23: warning: ‘void* memset(void*, int, size_t)’ clearing an 
> object of non-trivial type ‘class OutputStream’; use assignment or 
> value-initialization instead [-Wclass-memaccess]
>    58 |                 memset(this, 0, sizeof(*this));
>       |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
> OutputStream.h:33:7: note: ‘class OutputStream’ declared here
>    33 | class OutputStream {
>       |       ^~~~~~~~~~~~
> pirs_diploid.cpp: In function ‘void pirs_diploid_parse_command_line(int, 
> char**)’:
> pirs_diploid.cpp:322:34: error: ‘time’ was not declared in this scope
>   322 |                 seed = (uint64_t)time(NULL) * (uint64_t)getpid();
>       |                                  ^~~~
> pirs_diploid.cpp:13:1: note: ‘time’ is defined in header ‘<ctime>’; did you 
> forget to ‘#include <ctime>’?
>    12 | #include "OutputStream.h"
>   +++ |+#include <ctime>
>    13 | 
> g++ -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR='"/usr/share/pirs"' -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -Wextra   -fopenmp -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o pirs_simulate.o pirs_simulate.cpp
> pirs_simulate.cpp:168:1: warning: invalid suffix on literal; C++11 requires a 
> space between literal and string macro [-Wliteral-suffix]
>   168 | "                 "DEFAULT_BASE_CALLING_PROFILE"\n"
>       | ^
> pirs_simulate.cpp:174:1: warning: invalid suffix on literal; C++11 requires a 
> space between literal and string macro [-Wliteral-suffix]
>   174 | "                 "DEFAULT_INDEL_PROFILE"\n"
>       | ^
> pirs_simulate.cpp:180:1: warning: invalid suffix on literal; C++11 requires a 
> space between literal and string macro [-Wliteral-suffix]
>   180 | "                 "DEFAULT_GC_BIAS_PROFILE_100",\n"
>       | ^
> pirs_simulate.cpp:181:1: warning: invalid suffix on literal; C++11 requires a 
> space between literal and string macro [-Wliteral-suffix]
>   181 | "                 "DEFAULT_GC_BIAS_PROFILE_150",\n"
>       | ^
> pirs_simulate.cpp:182:1: warning: invalid suffix on literal; C++11 requires a 
> space between literal and string macro [-Wliteral-suffix]
>   182 | "                 "DEFAULT_GC_BIAS_PROFILE_200",\n"
>       | ^
> pirs_simulate.cpp:672:25: warning: invalid suffix on literal; C++11 requires 
> a space between literal and string macro [-Wliteral-suffix]
>   672 |         out_file.printf("%cread_%d_%"PRIu64"/%d\n",
>       |                         ^
> pirs_simulate.cpp:700:30: warning: invalid suffix on literal; C++11 requires 
> a space between literal and string macro [-Wliteral-suffix]
>   700 |         
> info_log_file.printf("read_%d_%"PRIu64"/%d\t%s\t%s\t%zu\t%c\t%d\t%d\t",
>       |                              ^
> pirs_simulate.cpp:1235:38: warning: invalid suffix on literal; C++11 requires 
> a space between literal and string macro [-Wliteral-suffix]
>  1235 |                                 info("Simulated %"PRIu64" of 
> %"PRIu64" read pairs\n",
>       |                                      ^
> pirs_simulate.cpp:1235:57: warning: invalid suffix on literal; C++11 requires 
> a space between literal and string macro [-Wliteral-suffix]
>  1235 |                                 info("Simulated %"PRIu64" of 
> %"PRIu64" read pairs\n",
>       |                                                         ^
> pirs_simulate.cpp:1540:35: warning: invalid suffix on literal; C++11 requires 
> a space between literal and string macro [-Wliteral-suffix]
>  1540 |                 insert_log.printf("%d\t%"PRIu64"\n", it->first, 
> it->second);
>       |                                   ^
> pirs_simulate.cpp:1557:9: warning: invalid suffix on literal; C++11 requires 
> a space between literal and string macro [-Wliteral-suffix]
>  1557 |         "# The total number of read pairs that were simulated was 
> %"PRIu64".\n"
>       |         ^
> pirs_simulate.cpp:1574:34: warning: invalid suffix on literal; C++11 requires 
> a space between literal and string macro [-Wliteral-suffix]
>  1574 |                 error_log.printf("%d\t%"PRIu64"\t%g\n",
>       |                                  ^
> pirs_simulate.cpp:1579:26: warning: invalid suffix on literal; C++11 requires 
> a space between literal and string macro [-Wliteral-suffix]
>  1579 |         error_log.printf("total\t%"PRIu64"\t%g\n",
>       |                          ^
> pirs_simulate.cpp:1685:33: warning: invalid suffix on literal; C++11 requires 
> a space between literal and string macro [-Wliteral-suffix]
>  1685 |         log_parameter(info_log, "Random seed:                      
> %"PRIu64"\n",
>       |                                 ^
> make[4]: *** [Makefile:518: pirs_diploid.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/07/28/pirs_2.0.2+dfsg-10_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: pirs
Source-Version: 2.0.2+dfsg-11
Done: Andreas Tille <ti...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pirs, 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.
Andreas Tille <ti...@debian.org> (supplier of updated pirs 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: SHA256

Format: 1.8
Date: Thu, 04 Aug 2022 12:03:34 +0200
Source: pirs
Architecture: source
Version: 2.0.2+dfsg-11
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1016281
Changes:
 pirs (2.0.2+dfsg-11) unstable; urgency=medium
 .
   * Standards-Version: 4.6.1 (routine-update)
   * Fix error: ‘time’ was not declared in this scope
     Closes: #1016281
Checksums-Sha1:
 5d06ee0d29b1bc4e81925a40f6ac198f86fdc001 2123 pirs_2.0.2+dfsg-11.dsc
 a9612c95e5b32549844a4b4d95a25aeec194e13e 7484 pirs_2.0.2+dfsg-11.debian.tar.xz
 3a0242ceaa30128decc3fe72009284e864cf4190 6995 
pirs_2.0.2+dfsg-11_amd64.buildinfo
Checksums-Sha256:
 4d2665da469388a973da521660e1b1ee82c9a5d544c39bc7ba4f810b8a2dd65c 2123 
pirs_2.0.2+dfsg-11.dsc
 b15e59489af035724a40f3d2c8423491be6568d55cda99a6610b8cecbcc0daf3 7484 
pirs_2.0.2+dfsg-11.debian.tar.xz
 96b969cd66878dc7d1fefdb74ad3c9c6a1fe36ddea529544575ead6a8520172c 6995 
pirs_2.0.2+dfsg-11_amd64.buildinfo
Files:
 2feff569200245676fcddc607d4807d0 2123 science optional pirs_2.0.2+dfsg-11.dsc
 ec84a3d5a2b4bb574d1c9e9c3fae75f8 7484 science optional 
pirs_2.0.2+dfsg-11.debian.tar.xz
 7b8952c3edfdd129146c72efa5f9bc8d 6995 science optional 
pirs_2.0.2+dfsg-11_amd64.buildinfo

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmLrn5QRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGPKA//UA8ceOEoyLpUZWu9WdCjSRogeUg+EPPJ
oaeovu6SghXYY/vM6a4WQAYIiRmYh4/K9+73tr0/AHcXYfcFkbtrRN6Z65S4M8W2
WfzV4uCEQZF38VsT6m0yjWV7mUgynZ5zs8o26RvBk3p7ulWenbVHg2sC+3HkWPh+
6keBOOyNg/5KeSR1yR/gjVhElMuIAWYpXOvj3DPF3x3jGwv6x+2nAjUUmKRC2190
XwonOf667bL9wOVPgXg4E0VLDqPbA5z67AaAHDayodIc/GKfjlYsxbMYEzNciR8A
OMFzfmX3VVoD3omw33O7CpcNuFMgHFGB4zeR2kZUPkGI0Aju6tGiVTO1QvwZzgds
kgyX5gDjZ7Z/vgQq1QZCv/llLCwrV6Ah9HPpCaRDE6JAGpyp0JDIYN6Y+YhxmyPE
l8G4EMGESUkBT0r4Mm2iaiNAtD6D/Qsp74UkVoGM5gvcyi36oFKz0JtiTeedUWNH
2mK7W3rarPJcyWtDWrzDy7K9V5L+02qjln8o3dlVDVUXbVH9PpfnRVknLLHT09hC
fswhaWrjoM3z8FXtrZRtu2+9IFCcrnLZFULPCZ9aOfq1dcUyKAArR1A+HipDaE7K
uvxKs6E6lDcnGZEaWHKtoLnoV1bIOz8eopxLQo1hTEIxBUXdwaxApwfsBh9wiBNi
PvQHQJn0HKQ=
=DaAD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to