[Pkg-electronics-devel] Bug#1078009: covered FTBFS due to -Wimplicit-function-declaration
Helmut Grohne
helmut at subdivi.de
Mon Aug 5 20:13:00 BST 2024
Source: covered
Version: 0.7.10-4
Severity: serious
Tags: ftbfs
Hi,
covered fails to build from source in unstable. A non-parallel build ends as follows:
| make[3]: Entering directory '/<<PKGBUILDDIR>>/lib'
| gcc -fPIC -g -I/usr/include/iverilog -I.. -c -o vpi.iv.o ../src/vpi.c
| ../src/vpi.c: In function ‘covered_end_of_sim’:
| ../src/vpi.c:346:3: error: implicit declaration of function ‘sim_dealloc’; did you mean ‘bind_dealloc’? [-Wimplicit-function-declaration]
| 346 | sim_dealloc();
| | ^~~~~~~~~~~
| | bind_dealloc
| ../src/vpi.c: In function ‘covered_create_value_change_cb’:
| ../src/vpi.c:437:8: error: implicit declaration of function ‘scope_find_signal’; did you mean ‘db_find_signal’? [-Wimplicit-function-declaration]
| 437 | scope_find_signal( vpi_get_str( vpiName, sig ), curr_instance->funit, &vsig, &found_funit, 0 )) &&
| | ^~~~~~~~~~~~~~~~~
| | db_find_signal
| ../src/vpi.c: In function ‘covered_sim_calltf’:
| ../src/vpi.c:826:3: error: implicit declaration of function ‘sim_initialize’ [-Wimplicit-function-declaration]
| 826 | sim_initialize();
| | ^~~~~~~~~~~~~~
| make[3]: *** [Makefile:1371: vpi.iv.o] Error 1
| make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib'
| make[2]: *** [Makefile:402: all-recursive] Error 1
| make[2]: Leaving directory '/<<PKGBUILDDIR>>'
| make[1]: *** [Makefile:343: all] Error 2
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| dh_auto_build: error: make -j1 returned exit code 2
| make: *** [debian/rules:4: binary] Error 25
| dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
Helmut
More information about the Pkg-electronics-devel
mailing list