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

Bug#1037682: gr-gsm: ftbfs with GCC-13



Package: src:gr-gsm
Version: 1.0.0~20220727-1
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/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 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]: 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
<<< Welcome to GNU Radio Companion Compiler 3.10.5.1 >>>

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
make[3]: *** [apps/CMakeFiles/pygen_apps.dir/build.make:105: apps/grgsm_livemon_headless] Error 1
make[3]: *** Waiting for unfinished jobs....
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.5.1 >>>

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: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


Reply to: