[Debian-med-packaging] Bug#1124146: biosig: FTBFS: E: pybuild pybuild:147: cannot detect build system, please use --system option or set PYBUILD_SYSTEM env. variable
Santiago Vila
sanvila at debian.org
Sun Dec 28 18:25:03 GMT 2025
Package: src:biosig
Version: 3.9.0-1
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/202512/
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:biosig, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with python3,numpy3,octave
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
if [ -f biosig4c++/python//setup.py ] ; then pybuild --clean ; fi
dh_auto_clean
if [ -f config.h.bak ] ; then mv config.h.bak config.h ; fi
find . -name "*.class" -delete
rm -rf biosig4c++/R/biosig.Rcheck
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules binary
dh binary --with python3,numpy3,octave
dh_update_autotools_config
dh_autoreconf
[... snipped ...]
1770 | B4C_ERRMSG = "SCP-DECODE: Not enough memory";
| ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
| ^~~~~~~~~~
./t210/scp-decode.cpp: In function âvoid section_2(pointer_section, DATA_DECODE&)â:
./t210/scp-decode.cpp:1822:25: warning: âB4C_ERRNUMâ is deprecated [-Wdeprecated-declarations]
1822 | B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
| ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
| ^~~~~~~~~~
./t210/scp-decode.cpp:1823:25: warning: âB4C_ERRMSGâ is deprecated [-Wdeprecated-declarations]
1823 | B4C_ERRMSG = "SCP-DECODE: Not enough memory";
| ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
| ^~~~~~~~~~
./t210/scp-decode.cpp:1837:25: warning: âB4C_ERRNUMâ is deprecated [-Wdeprecated-declarations]
1837 | B4C_ERRNUM = B4C_UNSPECIFIC_ERROR;
| ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
| ^~~~~~~~~~
./t210/scp-decode.cpp:1838:25: warning: âB4C_ERRMSGâ is deprecated [-Wdeprecated-declarations]
1838 | B4C_ERRMSG = "SCP-DECODE: Cannot read data";
| ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
| ^~~~~~~~~~
./t210/scp-decode.cpp:1843:25: warning: âB4C_ERRNUMâ is deprecated [-Wdeprecated-declarations]
1843 | B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
| ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
| ^~~~~~~~~~
./t210/scp-decode.cpp:1844:25: warning: âB4C_ERRMSGâ is deprecated [-Wdeprecated-declarations]
1844 | B4C_ERRMSG = "SCP-DECODE: Not enough memory";
| ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
| ^~~~~~~~~~
./t210/scp-decode.cpp:1866:25: warning: âB4C_ERRNUMâ is deprecated [-Wdeprecated-declarations]
1866 | B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
| ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
| ^~~~~~~~~~
./t210/scp-decode.cpp:1867:25: warning: âB4C_ERRMSGâ is deprecated [-Wdeprecated-declarations]
1867 | B4C_ERRMSG = "SCP-DECODE: Not enough memory";
| ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
| ^~~~~~~~~~
./t210/scp-decode.cpp:1874:25: warning: âB4C_ERRNUMâ is deprecated [-Wdeprecated-declarations]
1874 | B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
| ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
| ^~~~~~~~~~
./t210/scp-decode.cpp:1875:25: warning: âB4C_ERRMSGâ is deprecated [-Wdeprecated-declarations]
1875 | B4C_ERRMSG = "SCP-DECODE: Not enough memory";
| ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
| ^~~~~~~~~~
./t210/scp-decode.cpp: In function âvoid section_3(pointer_section, DATA_DECODE&, int8_t)â:
./t210/scp-decode.cpp:1913:17: warning: âB4C_ERRNUMâ is deprecated [-Wdeprecated-declarations]
1913 | B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
| ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
| ^~~~~~~~~~
./t210/scp-decode.cpp:1914:17: warning: âB4C_ERRMSGâ is deprecated [-Wdeprecated-declarations]
1914 | B4C_ERRMSG = "SCP-DECODE: Not enough memory";
| ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
| ^~~~~~~~~~
./t210/scp-decode.cpp: In function âvoid section_4(pointer_section, DATA_DECODE&, int8_t)â:
./t210/scp-decode.cpp:1947:25: warning: âB4C_ERRNUMâ is deprecated [-Wdeprecated-declarations]
1947 | B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
| ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
| ^~~~~~~~~~
./t210/scp-decode.cpp:1948:25: warning: âB4C_ERRMSGâ is deprecated [-Wdeprecated-declarations]
1948 | B4C_ERRMSG = "SCP-DECODE: Not enough memory";
| ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
| ^~~~~~~~~~
./t210/scp-decode.cpp:1963:25: warning: âB4C_ERRNUMâ is deprecated [-Wdeprecated-declarations]
1963 | B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
| ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
| ^~~~~~~~~~
./t210/scp-decode.cpp:1964:25: warning: âB4C_ERRMSGâ is deprecated [-Wdeprecated-declarations]
1964 | B4C_ERRMSG = "SCP-DECODE: Not enough memory";
| ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
| ^~~~~~~~~~
./t210/scp-decode.cpp: In function âchar section_5(pointer_section, DATA_DECODE&, char)â:
./t210/scp-decode.cpp:2001:25: warning: âB4C_ERRNUMâ is deprecated [-Wdeprecated-declarations]
2001 | B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
| ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
| ^~~~~~~~~~
./t210/scp-decode.cpp:2002:25: warning: âB4C_ERRMSGâ is deprecated [-Wdeprecated-declarations]
2002 | B4C_ERRMSG = "SCP-DECODE: Not enough memory";
| ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
| ^~~~~~~~~~
./t210/scp-decode.cpp:2018:25: warning: âB4C_ERRNUMâ is deprecated [-Wdeprecated-declarations]
2018 | B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
| ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
| ^~~~~~~~~~
./t210/scp-decode.cpp:2019:25: warning: âB4C_ERRMSGâ is deprecated [-Wdeprecated-declarations]
2019 | B4C_ERRMSG = "SCP-DECODE: Not enough memory";
| ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
| ^~~~~~~~~~
./t210/scp-decode.cpp:2031:25: warning: âB4C_ERRNUMâ is deprecated [-Wdeprecated-declarations]
2031 | B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
| ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
| ^~~~~~~~~~
./t210/scp-decode.cpp:2032:25: warning: âB4C_ERRMSGâ is deprecated [-Wdeprecated-declarations]
2032 | B4C_ERRMSG = "SCP-DECODE: Not enough memory";
| ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
| ^~~~~~~~~~
./t210/scp-decode.cpp: In function âvoid section_6(pointer_section, DATA_DECODE&, char)â:
./t210/scp-decode.cpp:2070:25: warning: âB4C_ERRNUMâ is deprecated [-Wdeprecated-declarations]
2070 | B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
| ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
| ^~~~~~~~~~
./t210/scp-decode.cpp:2071:25: warning: âB4C_ERRMSGâ is deprecated [-Wdeprecated-declarations]
2071 | B4C_ERRMSG = "SCP-DECODE: Not enough memory";
| ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
| ^~~~~~~~~~
./t210/scp-decode.cpp:2086:25: warning: âB4C_ERRNUMâ is deprecated [-Wdeprecated-declarations]
2086 | B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
| ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
| ^~~~~~~~~~
./t210/scp-decode.cpp:2087:25: warning: âB4C_ERRMSGâ is deprecated [-Wdeprecated-declarations]
2087 | B4C_ERRMSG = "SCP-DECODE: Not enough memory";
| ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
| ^~~~~~~~~~
cc -c -D=ONLYGDF -D=WITHOUT_NETWORK -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=MAKE_EDFLIB -D=WITH_DCMTK -D=WITH_LIBTINYXML -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -o "gdf.o" "biosig.c"
biosig.c: In function âsopen_extendedâ:
biosig.c:3943:93: warning: format â%dâ expects argument of type âintâ, but argument 6 has type âsize_tâ {aka âlong unsigned intâ} [-Wformat=]
3943 | if (VERBOSE_LEVEL>7) fprintf(stdout,"%s (line %d): %s(...) count = %d\n",__FILE__,__LINE__,__func__,count);
| ~^ ~~~~~
| | |
| int size_t {aka long unsigned int}
| %ld
cc -c -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=MAKE_EDFLIB -D=WITH_DCMTK -D=WITH_LIBTINYXML -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -o "getlogin.o" "win32/getlogin.c"
rm -f "libphysicalunits.a"
ar rcs "libphysicalunits.a" "physicalunits.o"
g++ -Wl,-z,relro -Wl,-z,now -fcf-protection -Wl,-soname="lib [too-long-redacted] m -ltinyxml -o "libbiosig.so.3"
g++ -Wl,-z,relro -Wl,-z,now -fcf-protection -Wl,-soname="libphysicalunits.so.3" physicalunits.o -shared -lz -lcholmod -ldcmdata -loflog -lofstd -lm -ltinyxml -o "libphysicalunits.so.3"
rm -f libbiosig.a
ar rcs libbiosig.a sopen_dcmtk_read.o biosig.o biosig2.o crc [too-long-redacted] o sopen_fef_read.o scp-decode.o
ln -sf "libbiosig.so.3" "libbiosig.so"
ln -sf "libphysicalunits.so.3" "libphysicalunits.so"
rm -f "libgdf.a"
g++ -Wl,-z,relro -Wl,-z,now -fcf-protection -Wl,-soname="libgdf.so.3" gdf.o gdftime.o physicalunits.o getlogin.o -shared -lz -lcholmod -ldcmdata -loflog -lofstd -lm -ltinyxml -o "libgdf.so.3"
ar rcs "libgdf.a" gdf.o gdftime.o physicalunits.o
ln -sf "libgdf.so.3" "libgdf.so"
make[3]: Leaving directory '/<<PKGBUILDDIR>>/biosig4c++'
make -C biosig4c++ tools
make[3]: Entering directory '/<<PKGBUILDDIR>>/biosig4c++'
cc -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=MAKE_EDFLIB -D=WITH_DCMTK -D=WITH_LIBTINYXML -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -Wl,-z,relro -Wl,-z,now -fcf-protection "save2gdf.c" -L. -lbiosig -lstdc++ -lz -lcholmod -ldcmdata -loflog -lofstd -lm -ltinyxml -o "save2gdf"
cc -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=MAKE_EDFLIB -D=WITH_DCMTK -D=WITH_LIBTINYXML -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -Wl,-z,relro -Wl,-z,now -fcf-protection pu.c physicalunits.o -lz -lcholmod -ldcmdata -loflog -lofstd -lm -ltinyxml -o "physicalunits"
cc -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=MAKE_EDFLIB -D=WITH_DCMTK -D=WITH_LIBTINYXML -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -Wl,-z,relro -Wl,-z,now -fcf-protection "biosig_fhir.c" -L. -lbiosig -lstdc++ -lb64 -lz -lcholmod -ldcmdata -loflog -lofstd -lm -ltinyxml -o "biosig_fhir"
cc -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=MAKE_EDFLIB -D=WITH_DCMTK -D=WITH_LIBTINYXML -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -Wl,-z,relro -Wl,-z,now -fcf-protection "biosig2gdf.c" -L. -lbiosig -lstdc++ -lz -lcholmod -ldcmdata -loflog -lofstd -lm -ltinyxml -o "biosig2gdf"
make[3]: Leaving directory '/<<PKGBUILDDIR>>/biosig4c++'
make -C biosig4c++ biosig4octave
make[3]: Entering directory '/<<PKGBUILDDIR>>/biosig4c++'
echo "/tmp/biosig.2MnmzS/biosig4octave-3.9.0 generated";
/tmp/biosig.2MnmzS/biosig4octave-3.9.0 generated
cp mex/README /tmp/biosig.2MnmzS/biosig4octave-3.9.0/doc/
sed -e 's#^Name.*$#Name: biosig#g' -e '/^Title/ s#mexBiosig#Biosig#g' -e 's#^Version.*$#Version: 3.9.0#g' -e 's#^Date.*$#Date: '2025-12-28'#g' mex/DESCRIPTION > /tmp/biosig.2MnmzS/biosig4octave-3.9.0/DESCRIPTION
cp ../COPYING ../CITATION /tmp/biosig.2MnmzS/biosig4octave-3.9.0/
cp mex/*.cpp mex/Makefile /tmp/biosig.2MnmzS/biosig4octave-3.9.0/src/
cp -r ../biosig4matlab/* /tmp/biosig.2MnmzS/biosig4octave-3.9.0/inst/
rm /tmp/biosig.2MnmzS/biosig4octave-3.9.0/inst/t300_FeatureExtraction/hurst.m # is part of Octave Signal package
rm -r /tmp/biosig.2MnmzS/biosig4octave-3.9.0/inst/maybe-missing
### TODO
#touch /tmp/biosig.2MnmzS/biosig4octave-3.9.0/src/mex{SOPEN,SLOAD,SSAVE}.m
tar -czf "mex/biosig4octave-3.9.0.src.tar.gz" /tmp/biosig.2MnmzS/biosig4octave-3.9.0/../biosig4octave-3.9.0
tar: Removing leading `/tmp/biosig.2MnmzS/biosig4octave-3.9.0/../' from member names
rm -rf /tmp/biosig.2MnmzS
(cd mex && ln -sf biosig4octave-3.9.0.src.tar.gz biosig4octave.src.tar.gz)
echo "### In order to publish release, run ### "
### In order to publish release, run ###
echo "# cp "mex/biosig4octave-3.9.0.src.tar.gz" ~/L/public_html/biosig/prereleases/"
# cp mex/biosig4octave-3.9.0.src.tar.gz ~/L/public_html/biosig/prereleases/
make[3]: Leaving directory '/<<PKGBUILDDIR>>/biosig4c++'
ln -sf biosig4c++/mex/biosig4octave-3.9.0.src.tar.gz
MKOCTFILE="/usr/bin/mkoctfile" make -C biosig4c++/mex mex4o
make[3]: Entering directory '/<<PKGBUILDDIR>>/biosig4c++/mex'
/usr/bin/mkoctfile -I.. -v -g --mex "mexSLOAD.cpp" -L.. -lbiosig -o "mexSLOAD.mex"
echo "#define mexSOPEN" > mexSOPEN.cpp
cat mexSLOAD.cpp >> mexSOPEN.cpp
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -fexceptions -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -I.. -I. -DMEX_DEBUG /tmp/oct-yierD6.c -o /tmp/oct-ZsZgK4.o
/usr/bin/mkoctfile -I.. -v -g --mex "mexSSAVE.cpp" -L.. -lbiosig -o "mexSSAVE.mex"
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -fexceptions -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -I.. -I. -DMEX_DEBUG /tmp/oct-2JPoK8.c -o /tmp/oct-ADoIAM.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -I.. -I. -DMEX_DEBUG mexSLOAD.cpp -o /tmp/oct-wJvjDw.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -I.. -I. -DMEX_DEBUG mexSSAVE.cpp -o /tmp/oct-aU1EbJ.o
g++ -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -o mexSSAVE.mex /tmp/oct-ADoIAM.o /tmp/oct-aU1EbJ.o -L.. -lbiosig -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -fcf-protection -shared -L/usr/lib/x86_64-linux-gnu/octave/10.3.0 -loctmex -flto=auto -ffat-lto-objects -Wl,-z,relro
g++ -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -o mexSLOAD.mex /tmp/oct-ZsZgK4.o /tmp/oct-wJvjDw.o -L.. -lbiosig -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -fcf-protection -shared -L/usr/lib/x86_64-linux-gnu/octave/10.3.0 -loctmex -flto=auto -ffat-lto-objects -Wl,-z,relro
/usr/bin/mkoctfile -I.. -v -g --mex "physicalunits.cpp" -L.. -lbiosig -o "physicalunits.mex"
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -fexceptions -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -I.. -I. -DMEX_DEBUG /tmp/oct-mZoBzp.c -o /tmp/oct-AV2rr3.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -I.. -I. -DMEX_DEBUG physicalunits.cpp -o /tmp/oct-NcffYg.o
/usr/bin/mkoctfile -I.. -v -g --mex "accovf_mex.cpp" -L.. -lbiosig -o "accovf_mex.mex"
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -fexceptions -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -I.. -I. -DMEX_DEBUG /tmp/oct-yzURgQ.c -o /tmp/oct-NF8ioL.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -I.. -I. -DMEX_DEBUG accovf_mex.cpp -o /tmp/oct-T2XCfr.o
g++ -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -o physicalunits.mex /tmp/oct-AV2rr3.o /tmp/oct-NcffYg.o -L.. -lbiosig -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -fcf-protection -shared -L/usr/lib/x86_64-linux-gnu/octave/10.3.0 -loctmex -flto=auto -ffat-lto-objects -Wl,-z,relro
/usr/bin/mkoctfile -I.. -v -g --mex "mexSOPEN.cpp" -L.. -lbiosig -o "mexSOPEN.mex"
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -fexceptions -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -I.. -I. -DMEX_DEBUG /tmp/oct-4l8WsK.c -o /tmp/oct-qc2bs7.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -I.. -I. -DMEX_DEBUG mexSOPEN.cpp -o /tmp/oct-Rp641K.o
g++ -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -o accovf_mex.mex /tmp/oct-NF8ioL.o /tmp/oct-T2XCfr.o -L.. -lbiosig -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -fcf-protection -shared -L/usr/lib/x86_64-linux-gnu/octave/10.3.0 -loctmex -flto=auto -ffat-lto-objects -Wl,-z,relro
g++ -I/usr/include/octave-10.3.0/octave/.. -I/usr/include/octave-10.3.0/octave -pthread -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -o mexSOPEN.mex /tmp/oct-qc2bs7.o /tmp/oct-Rp641K.o -L.. -lbiosig -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -fcf-protection -shared -L/usr/lib/x86_64-linux-gnu/octave/10.3.0 -loctmex -flto=auto -ffat-lto-objects -Wl,-z,relro
make[3]: Leaving directory '/<<PKGBUILDDIR>>/biosig4c++/mex'
make[2]: pyversions: No such file or directory
PYTHON=/usr/bin/python3 make -C biosig4c++/python sdist
make[3]: Entering directory '/<<PKGBUILDDIR>>/biosig4c++/python'
/usr/bin/python3 -m build --sdist
/usr/bin/python3: No module named build
make[3]: *** [Makefile:17: sdist] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/biosig4c++/python'
make[2]: [Makefile:133: python] Error 2 (ignored)
PYTHON=python3.13 make -C biosig4c++/python; PYTHON=python3.14 make -C biosig4c++/python;
make[3]: Entering directory '/<<PKGBUILDDIR>>/biosig4c++/python'
python3.13 -m build --sdist
python3.13 -m build --wheel
/usr/bin/python3.13: No module named build
/usr/bin/python3.13: No module named build
make[3]: *** [Makefile:17: sdist] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:17: wheel] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/biosig4c++/python'
make[3]: Entering directory '/<<PKGBUILDDIR>>/biosig4c++/python'
python3.14 -m build --sdist
python3.14 -m build --wheel
/usr/bin/python3.14: No module named build
/usr/bin/python3.14: No module named build
make[3]: *** [Makefile:17: wheel] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:17: sdist] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/biosig4c++/python'
make[2]: [Makefile:135: python] Error 2 (ignored)
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
pybuild --build
E: pybuild pybuild:147: cannot detect build system, please use --system option or set PYBUILD_SYSTEM env. variable
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 11
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------
More information about the Debian-med-packaging
mailing list