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

Bug#1037681: gr-funcube: ftbfs with GCC-13



Package: src:gr-funcube
Version: 3.10.0~rc3-2
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-funcube_3.10.0~rc3-2_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

[...]
6: Traceback (most recent call last):
6:   File "/<<PKGBUILDDIR>>/python/qa_fcd.py", line 18, in <module>
6:     from funcube_python import fcd
6: ImportError: generic_type: type "fcd_control" referenced unknown base type "gr::block"
6/8 Test #8: qa_fcdpp .........................***Failed    0.34 sec
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/python/qa_fcdpp.py", line 12, in <module>
    from funcube_python import fcdpp
ImportError: generic_type: type "fcd_control" referenced unknown base type "gr::block"

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/python/qa_fcdpp.py", line 18, in <module>
    from funcube_python import fcdpp
ImportError: generic_type: type "fcd_control" referenced unknown base type "gr::block"

7: Traceback (most recent call last):
7:   File "/<<PKGBUILDDIR>>/python/qa_fcdpp_control.py", line 12, in <module>
7:     from funcube_python import fcdpp_control
7: ImportError: generic_type: type "fcd_control" referenced unknown base type "gr::block"
7: 
7: During handling of the above exception, another exception occurred:
7: 
7: Traceback (most recent call last):
7:   File "/<<PKGBUILDDIR>>/python/qa_fcdpp_control.py", line 18, in <module>
7:     from funcube_python import fcdpp_control
7: ImportError: generic_type: type "fcd_control" referenced unknown base type "gr::block"
7/8 Test #6: qa_fcd ...........................***Failed    0.36 sec
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/python/qa_fcd.py", line 12, in <module>
    from funcube_python import fcd
ImportError: generic_type: type "fcd_control" referenced unknown base type "gr::block"

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/python/qa_fcd.py", line 18, in <module>
    from funcube_python import fcd
ImportError: generic_type: type "fcd_control" referenced unknown base type "gr::block"

8/8 Test #7: qa_fcdpp_control .................***Failed    0.38 sec
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/python/qa_fcdpp_control.py", line 12, in <module>
    from funcube_python import fcdpp_control
ImportError: generic_type: type "fcd_control" referenced unknown base type "gr::block"

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/python/qa_fcdpp_control.py", line 18, in <module>
    from funcube_python import fcdpp_control
ImportError: generic_type: type "fcd_control" referenced unknown base type "gr::block"


50% tests passed, 4 tests failed out of 8

Total Test time (real) =   0.38 sec

The following tests FAILED:
	  5 - qa_fcd_control (Failed)
	  6 - qa_fcd (Failed)
	  7 - qa_fcdpp_control (Failed)
	  8 - qa_fcdpp (Failed)
Errors while running CTest
make[1]: *** [Makefile:74: test] Error 8
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j8 test ARGS\+=--verbose ARGS\+=-j8 returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2


Reply to: