Bug#1146175: scilab: FTBFS: src/cpp/GetSparseVariable.cpp:114:22: error: invalid conversion from 'mat_int32_t*' {aka 'int*'} to 'mat_uint32_t*' {aka 'unsigned int*'} [-fpermissive]
Santiago Vila
sanvila at debian.org
Sun Aug 30 17:15:57 BST 2026
Package: src:scilab
Version: 2024.1.0+dfsg1-3
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202608/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:scilab, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
mv -f src/cpp/.deps/libscimatio_algo_la-GetCharVariable.Tpo src/cpp/.deps/libscimatio_algo_la-GetCharVariable.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -std [too-long-redacted] '`src/cpp/GetDoubleVariable.cpp
libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../. [too-long-redacted] tio_algo_la-GetDoubleVariable.o
mv -f src/cpp/.deps/libscimatio_algo_la-GetDoubleVariable.Tpo src/cpp/.deps/libscimatio_algo_la-GetDoubleVariable.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -std [too-long-redacted] '`src/cpp/GetSparseVariable.cpp
libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../. [too-long-redacted] tio_algo_la-GetSparseVariable.o
src/cpp/GetSparseVariable.cpp: In function 'matvar_t* GetSparseMatVar(types::Sparse*, const char*)':
src/cpp/GetSparseVariable.cpp:114:22: error: invalid conversion from 'mat_int32_t*' {aka 'int*'} to 'mat_uint32_t*' {aka 'unsigned int*'} [-fpermissive]
114 | sparseData->ir = rowIndexes;
| ^~~~~~~~~~
| |
| mat_int32_t* {aka int*}
src/cpp/GetSparseVariable.cpp:117:22: error: invalid conversion from 'mat_int32_t*' {aka 'int*'} to 'mat_uint32_t*' {aka 'unsigned int*'} [-fpermissive]
117 | sparseData->jc = colIndexes;
| ^~~~~~~~~~
| |
| mat_int32_t* {aka int*}
make[4]: *** [Makefile:1246: src/cpp/libscimatio_algo_la-GetSparseVariable.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/scilab/modules/matio'
make[3]: *** [Makefile:873: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/scilab/modules'
make[2]: *** [Makefile:1667: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/scilab'
make[1]: *** [debian/rules:54: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:38: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------
More information about the debian-science-maintainers
mailing list