Your message dated Tue, 13 Oct 2020 08:48:51 +0000
with message-id <e1ksfzh-000hbf...@fasolo.debian.org>
and subject line Bug#957891: fixed in ubertooth 2018.12.R1-5
has caused the Debian Bug report #957891,
regarding ubertooth: ftbfs with GCC-10
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.)
--
957891: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957891
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ubertooth
Version: 2018.12.R1-3
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10
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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/ubertooth_2018.12.R1-3_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html
[...]
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at CMakeLists.txt:29 (set):
implicitly converting 'INT' to 'STRING' type.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Setting version string 2018-12-R1
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
-- Found LIBBTBB: /usr/lib/x86_64-linux-gnu/libbtbb.so
-- Checking for module 'libusb-1.0'
-- Found libusb-1.0, version 1.0.23
-- Found LIBUSB: /usr/lib/x86_64-linux-gnu/libusb-1.0.so
-- Building shared library
-- Checking for module 'bluez'
-- Found bluez, version 5.50
-- Found LIBBLUETOOTH: /usr/lib/x86_64-linux-gnu/libbluetooth.so
-- Setting udev rule group to - plugdev
-- Ubertooth udev rules will be installed to '/lib/udev/rules.d' upon running
'make install'
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
dh_auto_configure --sourcedirectory=firmware
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build --sourcedirectory=host
cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install
--strip-program=true"
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>>/host -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f libubertooth/src/CMakeFiles/ubertooth.dir/build.make
libubertooth/src/CMakeFiles/ubertooth.dir/depend
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>>/host /<<PKGBUILDDIR>>/host/libubertooth/src
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libubertooth/src
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libubertooth/src/CMakeFiles/ubertooth.dir/DependInfo.cmake
--color=
Scanning dependencies of target ubertooth
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f libubertooth/src/CMakeFiles/ubertooth.dir/build.make
libubertooth/src/CMakeFiles/ubertooth.dir/build
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 12%] Building C object
libubertooth/src/CMakeFiles/ubertooth.dir/ubertooth_control.c.o
[ 12%] Building C object
libubertooth/src/CMakeFiles/ubertooth.dir/ubertooth_callback.c.o
[ 12%] Building C object libubertooth/src/CMakeFiles/ubertooth.dir/ubertooth.c.o
[ 12%] Building C object
libubertooth/src/CMakeFiles/ubertooth.dir/ubertooth_fifo.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libubertooth/src && /usr/bin/cc
-DRELEASE=\"2018-12-R1\" -DVERSION=\"1.1\" -Dubertooth_EXPORTS
-I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -o CMakeFiles/ubertooth.dir/ubertooth.c.o -c
/<<PKGBUILDDIR>>/host/libubertooth/src/ubertooth.c
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libubertooth/src && /usr/bin/cc
-DRELEASE=\"2018-12-R1\" -DVERSION=\"1.1\" -Dubertooth_EXPORTS
-I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -o CMakeFiles/ubertooth.dir/ubertooth_callback.c.o
-c /<<PKGBUILDDIR>>/host/libubertooth/src/ubertooth_callback.c
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libubertooth/src && /usr/bin/cc
-DRELEASE=\"2018-12-R1\" -DVERSION=\"1.1\" -Dubertooth_EXPORTS
-I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -o CMakeFiles/ubertooth.dir/ubertooth_control.c.o
-c /<<PKGBUILDDIR>>/host/libubertooth/src/ubertooth_control.c
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libubertooth/src && /usr/bin/cc
-DRELEASE=\"2018-12-R1\" -DVERSION=\"1.1\" -Dubertooth_EXPORTS
-I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -o CMakeFiles/ubertooth.dir/ubertooth_fifo.c.o -c
/<<PKGBUILDDIR>>/host/libubertooth/src/ubertooth_fifo.c
[ 15%] Linking C shared library libubertooth.so
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libubertooth/src && /usr/bin/cmake -E
cmake_link_script CMakeFiles/ubertooth.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -shared
-Wl,-soname,libubertooth.so.1 -o libubertooth.so.1.1
CMakeFiles/ubertooth.dir/ubertooth.c.o
CMakeFiles/ubertooth.dir/ubertooth_callback.c.o
CMakeFiles/ubertooth.dir/ubertooth_control.c.o
CMakeFiles/ubertooth.dir/ubertooth_fifo.c.o -lusb-1.0 -lbtbb
/usr/bin/ld:
CMakeFiles/ubertooth.dir/ubertooth_callback.c.o:./obj-x86_64-linux-gnu/libubertooth/src/./host/libubertooth/src/ubertooth_callback.c:30:
multiple definition of `packet_counter_max';
CMakeFiles/ubertooth.dir/ubertooth.c.o:./obj-x86_64-linux-gnu/libubertooth/src/./host/libubertooth/src/ubertooth.c:50:
first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [libubertooth/src/CMakeFiles/ubertooth.dir/build.make:134:
libubertooth/src/libubertooth.so.1.1] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:305:
libubertooth/src/CMakeFiles/ubertooth.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:133: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install
--strip-program=true" returned exit code 2
make[1]: *** [debian/rules:51: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:23: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: ubertooth
Source-Version: 2018.12.R1-5
Done: Ruben Undheim <ruben.undh...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
ubertooth, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ruben Undheim <ruben.undh...@gmail.com> (supplier of updated ubertooth 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: Tue, 13 Oct 2020 10:30:08 +0200
Source: ubertooth
Architecture: source
Version: 2018.12.R1-5
Distribution: unstable
Urgency: medium
Maintainer: Ruben Undheim <ruben.undh...@gmail.com>
Changed-By: Ruben Undheim <ruben.undh...@gmail.com>
Closes: 957891
Changes:
ubertooth (2018.12.R1-5) unstable; urgency=medium
.
* Fix build with GCC-10 by removing unused extra definition of variable
(Closes: #957891)
Checksums-Sha1:
7cd0bc47e0ab493d12cd51bb85a07638a5139ca6 2653 ubertooth_2018.12.R1-5.dsc
f637a925c4b810ee5f3766dd18c15262e9f20088 15436
ubertooth_2018.12.R1-5.debian.tar.xz
Checksums-Sha256:
72d9fe450cd7b915a4a79b588f24a57f3140b908d1a911c6c5aee5246a2fbdcc 2653
ubertooth_2018.12.R1-5.dsc
49ab52667393d96338eb638e6e8bb6af9a0f52958088e1d6d12c48eaad5bb10c 15436
ubertooth_2018.12.R1-5.debian.tar.xz
Files:
5da7e2f537b2311145dbd30870003c44 2653 science optional
ubertooth_2018.12.R1-5.dsc
bb60780841661013fad97d15c16c092b 15436 science optional
ubertooth_2018.12.R1-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJMBAEBCgA2FiEENHTECWcp7QxRgH085pgix+ApWM0FAl+FZbMYHHJ1YmVuLnVu
ZGhlaW1AZ21haWwuY29tAAoJEOaYIsfgKVjNfZQP/2sTRIk8M5TiVoa2iyJohwka
e26TZX6ib2YmNmEkKQtZb3MFpW5taZPlodfDt19Z1AnekSKplQfe9FYfjmTFv4Gg
bx9QhBW90RqqiXpuA8x9q7zlcyWJpDJHaarUUAeoakgXPEvRlhqpH+7jvFqmFxVI
Rq15zyWffocDU3FkxBycxd4uA9HK1isrP9uimtr1BH0PBPQC125kX4Cb3vh4THK5
OVDp1BOLVK56gEvM0jv3U0u5ewdrB68I+f10SlN3Z3YVGCzxRiP0hDtDGEKdwXR1
PUB/AYSm/KqFEdUvVdxramV4j88krBu1SPFkpgNN8aHexxPRPNkvaloM//7asJGn
J4B/Pf+VrJVAX47DMRqEPaFnqtQ5PUtSf9Yu/Avxr4BSCDM5tS3niCfSwnYlt/Kp
liK4U6e61wAHB/6ISBxJGN52r0KYsNhkR7NYtt3o9+2kUhxsiADocqcwT4lAXqlv
y/1pn/nuhoZnXrw5+vYaBdvBbq/zqqIRb+BJnwHUB/ZJlrsvjTJecRWvG8ZRVrCK
kCs97Z2D7WOfEHlaU/IndkMQ67hdW4LgiagBynx8KOJqyFU/fa9JCfcE/h6wnrx4
Zn+5R32ZNXmH5on+zToKo2FXscmRALjOxDBDgafqTvh9j6LNo/ElK2DYn1DCyv2U
iNIw44hcdCerXr2rEXIX
=WNZp
-----END PGP SIGNATURE-----
--- End Message ---