Your message dated Thu, 02 Jan 2025 20:41:54 +0000
with message-id <e1tts0w-000nwn...@fasolo.debian.org>
and subject line Bug#1091157: fixed in etlcpp 20.39.4+dfsg-1
has caused the Debian Bug report #1091157,
regarding etlcpp: FTBFS on arm64: test_bit_stream_reader_big_endian.cpp:212:69: 
error: narrowing conversion of ‘-91’ from ‘int8_t’ {aka ‘signed char’} to 
‘char’ [-Wnarrowing]
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.)


-- 
1091157: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091157
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: etlcpp
Version: 20.37.2+dfsg-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20241222 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on arm64.


Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/test && /usr/bin/c++ -DETL_DEBUG 
> -I/<<PKGBUILDDIR>>/test/../include -isystem 
> /<<PKGBUILDDIR>>/test/UnitTest++/.. -Wno-aggressive-loop-optimizations 
> -Wno-pessimizing-move -std=gnu++20 -fno-omit-frame-pointer -fno-common -Wall 
> -Wextra -Werror -MD -MT test/CMakeFiles/etl_tests.dir/test_bloom_filter.cpp.o 
> -MF CMakeFiles/etl_tests.dir/test_bloom_filter.cpp.o.d -o 
> CMakeFiles/etl_tests.dir/test_bloom_filter.cpp.o -c 
> /<<PKGBUILDDIR>>/test/test_bloom_filter.cpp
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp: In member 
> function ‘virtual void 
> {anonymous}::Suitetest_bit_stream_reader::Testtest_read_int8_t::RunImpl() 
> const’:
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:212:69: error: 
> narrowing conversion of ‘-91’ from ‘int8_t’ {aka ‘signed char’} to ‘char’ 
> [-Wnarrowing]
>   212 |       std::array<char, 4U> expected = { int8_t(0x01), int8_t(0x5A), 
> int8_t(0xA5), int8_t(0xFF) };
>       |                                                                     
> ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:212:83: error: 
> narrowing conversion of ‘-1’ from ‘int8_t’ {aka ‘signed char’} to ‘char’ 
> [-Wnarrowing]
>   212 |       std::array<char, 4U> expected = { int8_t(0x01), int8_t(0x5A), 
> int8_t(0xA5), int8_t(0xFF) };
>       |                                                                       
>             ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp: In member 
> function ‘virtual void 
> {anonymous}::Suitetest_bit_stream_reader::Testtest_read_checked_int8_t_using_non_member_function::RunImpl()
>  const’:
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:248:69: error: 
> narrowing conversion of ‘-91’ from ‘int8_t’ {aka ‘signed char’} to ‘char’ 
> [-Wnarrowing]
>   248 |       std::array<char, 4U> expected = { int8_t(0x01), int8_t(0x5A), 
> int8_t(0xA5), int8_t(0xFF) };
>       |                                                                     
> ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:248:83: error: 
> narrowing conversion of ‘-1’ from ‘int8_t’ {aka ‘signed char’} to ‘char’ 
> [-Wnarrowing]
>   248 |       std::array<char, 4U> expected = { int8_t(0x01), int8_t(0x5A), 
> int8_t(0xA5), int8_t(0xFF) };
>       |                                                                       
>             ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp: In member 
> function ‘virtual void 
> {anonymous}::Suitetest_bit_stream_reader::Testtest_read_unchecked_int8_t_using_non_member_function::RunImpl()
>  const’:
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:284:69: error: 
> narrowing conversion of ‘-91’ from ‘int8_t’ {aka ‘signed char’} to ‘char’ 
> [-Wnarrowing]
>   284 |       std::array<char, 4U> expected = { int8_t(0x01), int8_t(0x5A), 
> int8_t(0xA5), int8_t(0xFF) };
>       |                                                                     
> ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:284:83: error: 
> narrowing conversion of ‘-1’ from ‘int8_t’ {aka ‘signed char’} to ‘char’ 
> [-Wnarrowing]
>   284 |       std::array<char, 4U> expected = { int8_t(0x01), int8_t(0x5A), 
> int8_t(0xA5), int8_t(0xFF) };
>       |                                                                       
>             ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp: In member 
> function ‘virtual void 
> {anonymous}::Suitetest_bit_stream_reader::Testtest_read_int8_t_5bits::RunImpl()
>  const’:
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:309:55: error: 
> narrowing conversion of ‘-6’ from ‘int8_t’ {aka ‘signed char’} to ‘char’ 
> [-Wnarrowing]
>   309 |       std::array<char, 4U> expected = { int8_t(0x01), int8_t(0xFA), 
> int8_t(0x05), int8_t(0xFF) };
>       |                                                       ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:309:83: error: 
> narrowing conversion of ‘-1’ from ‘int8_t’ {aka ‘signed char’} to ‘char’ 
> [-Wnarrowing]
>   309 |       std::array<char, 4U> expected = { int8_t(0x01), int8_t(0xFA), 
> int8_t(0x05), int8_t(0xFF) };
>       |                                                                       
>             ^~~~~~~~~~~~
> [ 16%] Building CXX object 
> test/CMakeFiles/etl_tests.dir/test_bresenham_line.cpp.o
> cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/test && /usr/bin/c++ -DETL_DEBUG 
> -I/<<PKGBUILDDIR>>/test/../include -isystem 
> /<<PKGBUILDDIR>>/test/UnitTest++/.. -Wno-aggressive-loop-optimizations 
> -Wno-pessimizing-move -std=gnu++20 -fno-omit-frame-pointer -fno-common -Wall 
> -Wextra -Werror -MD -MT 
> test/CMakeFiles/etl_tests.dir/test_bresenham_line.cpp.o -MF 
> CMakeFiles/etl_tests.dir/test_bresenham_line.cpp.o.d -o 
> CMakeFiles/etl_tests.dir/test_bresenham_line.cpp.o -c 
> /<<PKGBUILDDIR>>/test/test_bresenham_line.cpp
> [ 16%] Building CXX object 
> test/CMakeFiles/etl_tests.dir/test_bsd_checksum.cpp.o
> cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/test && /usr/bin/c++ -DETL_DEBUG 
> -I/<<PKGBUILDDIR>>/test/../include -isystem 
> /<<PKGBUILDDIR>>/test/UnitTest++/.. -Wno-aggressive-loop-optimizations 
> -Wno-pessimizing-move -std=gnu++20 -fno-omit-frame-pointer -fno-common -Wall 
> -Wextra -Werror -MD -MT test/CMakeFiles/etl_tests.dir/test_bsd_checksum.cpp.o 
> -MF CMakeFiles/etl_tests.dir/test_bsd_checksum.cpp.o.d -o 
> CMakeFiles/etl_tests.dir/test_bsd_checksum.cpp.o -c 
> /<<PKGBUILDDIR>>/test/test_bsd_checksum.cpp
> [ 17%] Building CXX object 
> test/CMakeFiles/etl_tests.dir/test_buffer_descriptors.cpp.o
> cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/test && /usr/bin/c++ -DETL_DEBUG 
> -I/<<PKGBUILDDIR>>/test/../include -isystem 
> /<<PKGBUILDDIR>>/test/UnitTest++/.. -Wno-aggressive-loop-optimizations 
> -Wno-pessimizing-move -std=gnu++20 -fno-omit-frame-pointer -fno-common -Wall 
> -Wextra -Werror -MD -MT 
> test/CMakeFiles/etl_tests.dir/test_buffer_descriptors.cpp.o -MF 
> CMakeFiles/etl_tests.dir/test_buffer_descriptors.cpp.o.d -o 
> CMakeFiles/etl_tests.dir/test_buffer_descriptors.cpp.o -c 
> /<<PKGBUILDDIR>>/test/test_buffer_descriptors.cpp
> make[4]: *** [test/CMakeFiles/etl_tests.dir/build.make:320: 
> test/CMakeFiles/etl_tests.dir/test_bit_stream_reader_big_endian.cpp.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/12/22/etlcpp_20.37.2+dfsg-1.1_unstable-arm64.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20241222;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20241222&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: etlcpp
Source-Version: 20.39.4+dfsg-1
Done: Dima Kogan <dko...@debian.org>

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

Debian distribution maintenance software
pp.
Dima Kogan <dko...@debian.org> (supplier of updated etlcpp 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: Thu, 02 Jan 2025 11:14:45 -0800
Source: etlcpp
Architecture: source
Version: 20.39.4+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Dima Kogan <dko...@debian.org>
Changed-By: Dima Kogan <dko...@debian.org>
Closes: 1091157
Changes:
 etlcpp (20.39.4+dfsg-1) unstable; urgency=medium
 .
   * New upstream release
   * Bug fix: "FTBFS on arm64, thanks to Lucas Nussbaum and Roland Reichwein 
(Closes: #1091157)
Checksums-Sha1:
 58a24728b74bf0b665bdd908bac44a4c0859c0b8 1966 etlcpp_20.39.4+dfsg-1.dsc
 44ea40266969da5cd87678378f43080762970805 998052 etlcpp_20.39.4+dfsg.orig.tar.xz
 a4badb5d7895b69fe9de25b6ba89e96d429d8bb6 7268 
etlcpp_20.39.4+dfsg-1.debian.tar.xz
 48fcefc4fb52477df3d1cb1e0d1619c65aef0fae 8270 
etlcpp_20.39.4+dfsg-1_source.buildinfo
Checksums-Sha256:
 aa01ae91cb3bed3b4576453aaf994a34033067228f3d2b3b8ca16010d6dd83bb 1966 
etlcpp_20.39.4+dfsg-1.dsc
 8e5618f1bfbaa278eb39b13470deb927e6d1dcd61134690f39849043aa1d1a72 998052 
etlcpp_20.39.4+dfsg.orig.tar.xz
 39fa53ee97bef917f952c33239a26493c83ee893bc5dd506f4f84dcf2a86567f 7268 
etlcpp_20.39.4+dfsg-1.debian.tar.xz
 fea0d8033f1a63283c1b69e0aecb1948ce36ec2f4f70ace7aeebb15145ce9a14 8270 
etlcpp_20.39.4+dfsg-1_source.buildinfo
Files:
 2861cc7ca20dba3bf3e1a5e958696354 1966 devel optional etlcpp_20.39.4+dfsg-1.dsc
 8ce664b6c89801e10e4abcc26dd021b8 998052 devel optional 
etlcpp_20.39.4+dfsg.orig.tar.xz
 9a4b619e128a887f6abe7a16385a7ab3 7268 devel optional 
etlcpp_20.39.4+dfsg-1.debian.tar.xz
 b4661057faf06c6973a9e4006b7469e3 8270 devel optional 
etlcpp_20.39.4+dfsg-1_source.buildinfo

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

iQJGBAEBCgAwFiEEteL6GQ/fmv4hiInPrMfCzzCUEYgFAmd28xASHGRrb2dhbkBk
ZWJpYW4ub3JnAAoJEKzHws8wlBGI/HQQAI3YhelSQBn6mwlZKf6csLwaCH2YqrMk
T3Qt+COrQaEmGWMqK2VQP2ct1hf09hmuL9OpHh0/4yPMDtveecCf5I9uSOzPEj13
HiagU2tHCiRSoBFm9XCiHnxGQ7Sc9T1ba/iCENzSt7sL4aiNZA96sUdfUntp5FDw
CDjnTzu3E4Lbxd6K/0YWJz5kkNAdbPHARcd24GWJtk8A/hGrcosbp+E/0ebLka4H
0hYFkIKfjKqCBo/9ITlQWej8z1k5jejYS8RtwZ0qPpfR3uhJnKWWwxDRFHnBGVa7
r6AU60aJvjeNBfVj9SKGaAgzwHdjCmFYznr8Ut5AVqONjQSvZdds03KzOjKSZEB8
qwt20LPosixij/yeT2Mcw1qut3EL97jnMOGDMMADiAjNncBadqTW60mrIAKZ2edj
KkJL8TWdgGgWh6xwht0WmzUkrCXMMhVtmT+oSbBpmCBRwE34widiNwQsXgOXppfp
Ooq6nUNs/mJ4sZmLIeYB/GN5XWjlKK8KZOCXdv92vh7WfyRx8rhLGolIArMgAXgr
nC3PuILDXt1YT57R4JC//i0HyE6lMYZPhLQcSZAWIG9yEDgt2mlFFeyhx6jZAk0V
g+KVh294fGFTTFxk3XCCb/lTpPOM0SqKcCwsZAy1ezIh08OGhM5aL/B518ogpbpP
DP7FF//xsf9b
=hnOh
-----END PGP SIGNATURE-----

Attachment: pgp1fuiziynjF.pgp
Description: PGP signature


--- End Message ---

Reply via email to