Bug#1075037: marked as done (gr-gsm: ftbfs with GCC-14)
Your message dated Tue, 20 Aug 2024 13:32:04 +0200
with message-id <ZsR-tDpzWJTK84Ee@msg.df7cb.de>
and subject line Re: Bug#1075037: gr-gsm: ftbfs with GCC-14
has caused the Debian Bug report #1075037,
regarding gr-gsm: ftbfs with GCC-14
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.)
--
1075037: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075037
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:gr-gsm
Version: 1.0.0~20220727-1
Severity: important
Tags: sid trixie
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-14
[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-14/g++-14, but succeeds to build with gcc-13/g++-13. 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/2024/07/01/gr-gsm_1.0.0~20220727-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html
[...]
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 99%] Built target copy_bindings_for_tests
CPU Features: SSE2+ SSE4.1+ AVX+ FMA+
Using avx for xtrxdsp_iq16_sc32
Using avx for xtrxdsp_iq8_ic16
Using avx for xtrxdsp_iq16_ic16i
Using avx for xtrxdsp_iq8_ic8i
Using avx for xtrxdsp_sc32i_iq16
Using avx for xtrxdsp_iq8_sc32
Using avx for xtrxdsp_iq8_sc32i
Using avx for xtrxdsp_iq16_sc32i
Using avx for xtrxdsp_sc32_iq16
Using avx for xtrxdsp_ic16i_iq16
CPU Features: SSE2+ SSE4.1+ AVX+ FMA+
Using avx for xtrxdsp_iq16_sc32
Using avx for xtrxdsp_iq8_ic16
Using avx for xtrxdsp_iq16_ic16i
Using avx for xtrxdsp_iq8_ic8i
Using avx for xtrxdsp_sc32i_iq16
Using avx for xtrxdsp_iq8_sc32
Using avx for xtrxdsp_iq8_sc32i
Using avx for xtrxdsp_iq16_sc32i
Using avx for xtrxdsp_sc32_iq16
Using avx for xtrxdsp_ic16i_iq16
<<< Welcome to GNU Radio Companion Compiler 3.10.10.0 >>>
Block paths:
/<<PKGBUILDDIR>>/grc
/usr/share/gnuradio/grc/blocks
>>> Loading: /<<PKGBUILDDIR>>/apps/grgsm_livemon_headless.grc
>>> Load Error: /<<PKGBUILDDIR>>/apps/grgsm_livemon_headless.grc: Flowgraph invalid
**************************************************
4 errors from flowgraph:
Param - Cell allocation(cell_allocation):
Value "[arfcn.downlink2arfcn(fc)]" cannot be evaluated:
name 'arfcn' is not definedParam - Cell allocation(cell_allocation):
Expression None is invalid for type'float_vector'.Param - Import(imports):
Import "import gnuradio.gsm as gsm" failed.Param - Import(imports):
Import "from gnuradio.gsm import arfcn" failed.
**************************************************
Compilation error
<<< Welcome to GNU Radio Companion Compiler 3.10.10.0 >>>
Block paths:
/<<PKGBUILDDIR>>/grc
/usr/share/gnuradio/grc/blocks
>>> Loading: /<<PKGBUILDDIR>>/apps/grgsm_livemon.grc
>>> Load Error: /<<PKGBUILDDIR>>/apps/grgsm_livemon.grc: Flowgraph invalid
**************************************************
3 errors from flowgraph:
Param - Cell allocation(cell_allocation):
Value "[arfcn.downlink2arfcn(fc)]" cannot be evaluated:
name 'arfcn' is not definedParam - Cell allocation(cell_allocation):
Expression None is invalid for type'float_vector'.Param - Import(imports):
Import "import gnuradio.gsm.arfcn as arfcn" failed.
**************************************************
Compilation error
make[3]: *** [apps/CMakeFiles/pygen_apps.dir/build.make:105: apps/grgsm_livemon_headless] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [apps/CMakeFiles/pygen_apps.dir/build.make:100: apps/grgsm_livemon] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:870: apps/CMakeFiles/pygen_apps.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: 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:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Re: Petter Reinholdtsen
> I tested a build on amd64 using the current sid packages in a sid
> chroot, and the package built. I fetched the git source, with version
> 1.0.0~20220727-1 as far as I can tell.
Works here as well, let's close the bug.
Christoph
--- End Message ---
Reply to: