[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1037724: marked as done (libcm256cc: ftbfs with GCC-13)



Your message dated Fri, 21 Jul 2023 04:34:12 +0000
with message-id <E1qMhqG-00FMaC-Te@fasolo.debian.org>
and subject line Bug#1037724: fixed in libcm256cc 1.1.0-4
has caused the Debian Bug report #1037724,
regarding libcm256cc: 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 owner@bugs.debian.org
immediately.)


-- 
1037724: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037724
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:libcm256cc
Version: 1.1.0-3
Severity: normal
Tags: sid trixie
User: debian-gcc@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/libcm256cc_1.1.0-3_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

[...]
make[3]: *** Waiting for unfinished jobs....
[ 70%] Building CXX object CMakeFiles/cm256_tx.dir/unit_test/example0.cpp.o
/usr/bin/c++ -DARCHITECTURE_x86_64=1 -DNO_RESTRICT -DUSE_AVX -DUSE_AVX2 -DUSE_AVX512 -DUSE_SSE2 -DUSE_SSE4_1 -DUSE_SSE4_2 -DUSE_SSSE3 -I/<<PKGBUILDDIR>>/. -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -mssse3 -Wall -Wextra -O3 -ffast-math -ftree-vectorize  -fmax-errors=10 -O3 -DNDEBUG -msse4.1 -msse4.2 -mavx -mavx2 -mavx512f -std=c++11 -std=c++11 -MD -MT CMakeFiles/cm256_tx.dir/unit_test/example0.cpp.o -MF CMakeFiles/cm256_tx.dir/unit_test/example0.cpp.o.d -o CMakeFiles/cm256_tx.dir/unit_test/example0.cpp.o -c /<<PKGBUILDDIR>>/unit_test/example0.cpp
[ 76%] Building CXX object CMakeFiles/cm256_tx.dir/unit_test/example1.cpp.o
/usr/bin/c++ -DARCHITECTURE_x86_64=1 -DNO_RESTRICT -DUSE_AVX -DUSE_AVX2 -DUSE_AVX512 -DUSE_SSE2 -DUSE_SSE4_1 -DUSE_SSE4_2 -DUSE_SSSE3 -I/<<PKGBUILDDIR>>/. -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -mssse3 -Wall -Wextra -O3 -ffast-math -ftree-vectorize  -fmax-errors=10 -O3 -DNDEBUG -msse4.1 -msse4.2 -mavx -mavx2 -mavx512f -std=c++11 -std=c++11 -MD -MT CMakeFiles/cm256_tx.dir/unit_test/example1.cpp.o -MF CMakeFiles/cm256_tx.dir/unit_test/example1.cpp.o.d -o CMakeFiles/cm256_tx.dir/unit_test/example1.cpp.o -c /<<PKGBUILDDIR>>/unit_test/example1.cpp
[ 82%] Building CXX object CMakeFiles/cm256_tx.dir/unit_test/transmit.cpp.o
/usr/bin/c++ -DARCHITECTURE_x86_64=1 -DNO_RESTRICT -DUSE_AVX -DUSE_AVX2 -DUSE_AVX512 -DUSE_SSE2 -DUSE_SSE4_1 -DUSE_SSE4_2 -DUSE_SSSE3 -I/<<PKGBUILDDIR>>/. -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -mssse3 -Wall -Wextra -O3 -ffast-math -ftree-vectorize  -fmax-errors=10 -O3 -DNDEBUG -msse4.1 -msse4.2 -mavx -mavx2 -mavx512f -std=c++11 -std=c++11 -MD -MT CMakeFiles/cm256_tx.dir/unit_test/transmit.cpp.o -MF CMakeFiles/cm256_tx.dir/unit_test/transmit.cpp.o.d -o CMakeFiles/cm256_tx.dir/unit_test/transmit.cpp.o -c /<<PKGBUILDDIR>>/unit_test/transmit.cpp
In file included from /<<PKGBUILDDIR>>/unit_test/example0.cpp:33:
/<<PKGBUILDDIR>>/unit_test/data.h:37:9: error: ‘uint16_t’ does not name a type
   37 |         uint16_t i;
      |         ^~~~~~~~
/<<PKGBUILDDIR>>/unit_test/data.h:33:1: note: ‘uint16_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
   32 | #include <string.h>
  +++ |+#include <cstdint>
   33 | 
/<<PKGBUILDDIR>>/unit_test/data.h:38:9: error: ‘uint16_t’ does not name a type
   38 |         uint16_t q;
      |         ^~~~~~~~
/<<PKGBUILDDIR>>/unit_test/data.h:38:9: note: ‘uint16_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/unit_test/data.h:42:9: error: ‘uint16_t’ does not name a type
   42 |         uint16_t frameIndex;
      |         ^~~~~~~~
/<<PKGBUILDDIR>>/unit_test/data.h:42:9: note: ‘uint16_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/unit_test/data.h:43:9: error: ‘uint8_t’ does not name a type
   43 |         uint8_t  blockIndex;
      |         ^~~~~~~
/<<PKGBUILDDIR>>/unit_test/data.h:43:9: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/unit_test/data.h:44:9: error: ‘uint8_t’ does not name a type
   44 |         uint8_t  filler;
      |         ^~~~~~~
/<<PKGBUILDDIR>>/unit_test/data.h:44:9: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/unit_test/data.h:64:9: error: ‘uint32_t’ does not name a type
   64 |         uint32_t m_centerFrequency;   //!<  4 center frequency in kHz
      |         ^~~~~~~~
/<<PKGBUILDDIR>>/unit_test/data.h:64:9: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/unit_test/data.h:65:9: error: ‘uint32_t’ does not name a type
   65 |         uint32_t m_sampleRate;        //!<  8 sample rate in Hz
      |         ^~~~~~~~
/<<PKGBUILDDIR>>/unit_test/data.h:65:9: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/unit_test/data.h:66:9: error: ‘uint8_t’ does not name a type
   66 |         uint8_t  m_sampleBytes;       //!<  9 MSB(4): indicators, LSB(4) number of bytes per sample
      |         ^~~~~~~
/<<PKGBUILDDIR>>/unit_test/data.h:66:9: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/unit_test/data.h:67:9: error: ‘uint8_t’ does not name a type
   67 |         uint8_t  m_sampleBits;        //!< 10 number of effective bits per sample
      |         ^~~~~~~
/<<PKGBUILDDIR>>/unit_test/data.h:67:9: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/unit_test/data.h:68:9: error: ‘uint8_t’ does not name a type
   68 |         uint8_t  m_nbOriginalBlocks;  //!< 11 number of blocks with original (protected) data
      |         ^~~~~~~
/<<PKGBUILDDIR>>/unit_test/data.h:68:9: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
compilation terminated due to -fmax-errors=10.
make[3]: *** [CMakeFiles/cm256_tx.dir/build.make:107: CMakeFiles/cm256_tx.dir/unit_test/example0.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 88%] Linking CXX executable cm256_test
/usr/bin/cmake -E cmake_link_script CMakeFiles/cm256_test.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -mssse3 -Wall -Wextra -O3 -ffast-math -ftree-vectorize  -fmax-errors=10 -O3 -DNDEBUG -msse4.1 -msse4.2 -mavx -mavx2 -mavx512f -std=c++11 -Wl,-z,relro -rdynamic CMakeFiles/cm256_test.dir/unit_test/cm256_test.cpp.o -o cm256_test  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu: libcm256cc.so.1.1.0 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 88%] Built target cm256_test
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:170: CMakeFiles/cm256_rx.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:144: CMakeFiles/cm256_tx.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: 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 "INSTALL=install --strip-program=true" 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: libcm256cc
Source-Version: 1.1.0-4
Done: tony mancill <tmancill@debian.org>

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

Debian distribution maintenance software
pp.
tony mancill <tmancill@debian.org> (supplier of updated libcm256cc 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 20 Jul 2023 21:20:22 -0700
Source: libcm256cc
Architecture: source
Version: 1.1.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: tony mancill <tmancill@debian.org>
Closes: 1037724
Changes:
 libcm256cc (1.1.0-4) unstable; urgency=medium
 .
   * Team upload.
   * Fix FTBFS with GCC-13 (Closes: #1037724)
Checksums-Sha1:
 b08153468f9d836f95df57be349254e882ffcee6 2238 libcm256cc_1.1.0-4.dsc
 b9a05de8983d4bca4c1aa117f34057f85ede4064 3720 libcm256cc_1.1.0-4.debian.tar.xz
 0958f57b676750b4663489e0b6e4b25e389fa680 7350 libcm256cc_1.1.0-4_amd64.buildinfo
Checksums-Sha256:
 2bf51b9ec33e0db5c958a257561f20202cf82ee410003689106c2ae53ccc5679 2238 libcm256cc_1.1.0-4.dsc
 4c348a1c5ff1b0fd4a8bc692f807abbd114a21606b1f2ea132d3deb0132bcd30 3720 libcm256cc_1.1.0-4.debian.tar.xz
 92fc06a8c9168f76f1f8bbe9b1393ed303d9192fbdd5eaa00390407207df77d9 7350 libcm256cc_1.1.0-4_amd64.buildinfo
Files:
 f47a7db401dd49b702350b092a3fe2ba 2238 hamradio optional libcm256cc_1.1.0-4.dsc
 e398d5ab8e93b5e86724cbc48ec212ab 3720 hamradio optional libcm256cc_1.1.0-4.debian.tar.xz
 0e3e3706bdc6129b52d8c33ee0067f29 7350 hamradio optional libcm256cc_1.1.0-4_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmS6CA8UHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpZybA/+POf9oOrUd2KlKyK6XfOtKSMmJuJB
1YqhRZ3SnW5oOtdsOYtiJGAQEdhPNO5vUogaSna0DnVQkWcioOuf/PLhsWT4obhL
s38Zv0zb9LMcPy2v2XzId7iadO7WN1xXXKirhVfO0AOHgfqfx4jCIAmfJToLR2vP
46ef2CuCEQHAtcJ+JqmvIKk7VvBGFU19znNAs+97WtsHV8H/XDsR7W0nDLfTS3Nm
ZSzXULVbydmFSJmq57wLGo27Qs3V6EC1RCZmLE0xHQR4OGL3sPK5YHk0DEPRAC/X
C1Ze/s/FULM5KXMkA3g2bJ6YFbc9hbKSxOPbZhHTrAZQTUzmxocKh/DLsOXhxsWI
SHG+SE9GVleP1XUekdbHm8zCBrlo+hcxV1oLIddNt4yn88w8VnHz9+6gyCW3LCMT
Een3xRiW6BKRlI5nLZdmk8dEV5iSSKv6IPil6WfCavUA8qWctjj1Al0FfOKaew/J
HwOCDoELzPTS+o7BJ9d0ldhq7OfYwQfnSc216bSFQkr8O/tznC4oWN0TmlxTKVX+
PWPhytxUOPPi1sc0BgVu7smU/8v74SMYPbAOXoUUnBHl8j9aO1KZy6EqQm0QMTUb
c+KnaXED+oG5vZqkD8+xiThRFuyqIxwpKgShajIELEb5XEcIywnKkSaZFXEsnw6E
HNcNh16WTYDeS/M=
=+Afa
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: