[Debian-med-packaging] Bug#1076868: biosig: FTBFS: ModuleNotFoundError: No module named 'numpy.distutils'

Santiago Vila sanvila at debian.org
Wed Jul 24 11:45:06 BST 2024


Package: src:biosig
Version: 2.6.0-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
  debian/rules binary
dh  binary --with python3,numpy3,octave
    dh_update_autotools_config
cp: warning: behavior of -n is non-portable and may change in future; use --update=none instead
cp: warning: behavior of -n is non-portable and may change in future; use --update=none instead
    dh_autoreconf
    dh_octave_version
Checking the Octave version... grep: DESCRIPTION: No such file or directory
ok
    dh_auto_configure
	./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out

[... snipped ...]

       |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In function ‘char* FindString(char*, uint16_t)’:
./t210/scp-decode.cpp:478:17: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
   478 |                 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:479:17: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
   479 |                 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_1_10(clinic&, uint16_t&)’:
./t210/scp-decode.cpp:1210:25: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  1210 |                         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:1211:25: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  1211 |                         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:1243:33: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  1243 |                                 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:1244:33: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  1244 |                                 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_1_13(clinic&, uint16_t&)’:
./t210/scp-decode.cpp:1291:25: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  1291 |                         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:1292:25: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  1292 |                         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:1302:25: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  1302 |                         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:1303:25: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  1303 |                         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_1_30(clinic&, uint16_t&)’:
./t210/scp-decode.cpp:1642:25: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  1642 |                         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:1643:25: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  1643 |                         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:1653:25: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  1653 |                         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:1654:25: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  1654 |                         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_1_32(clinic&, uint16_t&, int8_t)’:
./t210/scp-decode.cpp:1694:25: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  1694 |                         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:1695:25: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  1695 |                         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_1_35(clinic&, uint16_t&)’:
./t210/scp-decode.cpp:1758:25: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  1758 |                         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:1759:25: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  1759 |                         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:1769:25: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  1769 |                         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:1770:25: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  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;
       |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In instantiation of ‘void ReadByte(t1&) [with t1 = unsigned int]’:
./t210/scp-decode.cpp:378:10:   required from here
./t210/scp-decode.cpp:278:17: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
   278 |                 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:279:17: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
   279 |                 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 instantiation of ‘void ReadByte(t1&) [with t1 = short unsigned int]’:
./t210/scp-decode.cpp:586:10:   required from here
./t210/scp-decode.cpp:278:17: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
   278 |                 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:279:17: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
   279 |                 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 instantiation of ‘void ReadByte(t1&) [with t1 = signed char]’:
./t210/scp-decode.cpp:675:10:   required from here
./t210/scp-decode.cpp:278:17: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
   278 |                 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:279:17: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
   279 |                 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 instantiation of ‘void ReadByte(t1&) [with t1 = unsigned char]’:
./t210/scp-decode.cpp:760:17:   required from here
./t210/scp-decode.cpp:278:17: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
   278 |                 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:279:17: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
   279 |                 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 instantiation of ‘void ReadByte(t1&) [with t1 = short int]’:
./t210/scp-decode.cpp:1737:10:   required from here
./t210/scp-decode.cpp:278:17: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
   278 |                 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:279:17: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
   279 |                 B4C_ERRMSG = "SCP-DECODE: Not enough memory";
       |                 ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
   118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
       |                                                 ^~~~~~~~~~
mkdir -p pkgconfig
echo "# Defines libbiosig.pc"       > "libbiosig.pc"
echo "prefix=/usr"             >>"libbiosig.pc"
echo "exec_prefix=/usr"        >>"libbiosig.pc"
echo "libdir=/usr/lib/x86_64-linux-gnu"         >>"libbiosig.pc"
echo "includedir=/usr/include" >>"libbiosig.pc"
echo                                >>"libbiosig.pc"
echo "Name: libbiosig"		    >>"libbiosig.pc"
echo "Description: Biosig library"  >>"libbiosig.pc"
echo "Version: 3.0.2" >>"libbiosig.pc"
echo "URL: http://biosig.sf.net"    >>"libbiosig.pc"
#
echo "Requires: "                   >> "libbiosig.pc"
echo "Requires.private: "           >> "libbiosig.pc"
echo "Cflags:  -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 "          >> "libbiosig.pc"
echo "Libs: -lbiosig " >> "libbiosig.pc"
echo "Libs.private: -lz -lcholmod -ldcmdata -loflog -lofstd -lm -ltinyxml"      >> "libbiosig.pc"
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:3929:93: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
  3929 |                         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 -Wl,-soname="libbiosig.so.3" sopen_dcmtk_read.o biosig.o biosig2.o crc4scp.o sopen_cfs_read.o sopen_heka_read.o sopen_igor.o sopen_hdf5.o sopen_matio.o sopen_sqlite.o sopen_scp_read.o sopen_abf_read.o sopen_alpha_read.o sopen_axg_read.o sopen_cadwell_read.o sopen_biosigdump_read.o sopen_rhd2000_read.o sopen_scp_write.o sopen_hl7aecg.o gdftime.o mdc_ecg_codes.o physicalunits.o sandbox.o xgethostname.o sopen_famos_read.o Address.o MetricMeasure.o UnitCode.o HealthCareProviderId.o INT-U64.o INT-I64.o INT-U32.o INT-I32.o INT-U16.o INT-I16.o INT-U8.o INT-I8.o BITS-32.o BITS-16.o BITS-8.o FEFString.o FEFFloat.o Fraction.o AbsoluteRange.o Handle.o HandleRef.o DeviceCode.o UnitsOfMeasurementCode.o MetricsCode.o BodySiteCode.o AlertCode.o ExtNomenclatureCode.o ParameterGroupCode.o PrivateCode.o Placeholder.o ManufacturerID.o AbsoluteTime.o RelativeTime.o HighResRelativeTime.o ObservationTime.o SimpleColour.o ExtNomenRef.o PersonNameGroup.o PersonName.o OID-Type.o SessionArchiveSection.o ArchiveProtection.o ManufacturerSpecificSection.o ManufacturerSpecificEncoded.o ManufacturerSpecificBinary.o HealthCareProviderSection.o HealthCareProfessionalSection.o Authorization.o PatientDemographicsSection.o PatMeasure.o PatientSex.o PatientType.o PatientRace.o SessionTestSection.o MedicalDeviceSystemSection.o SystemModel.o SystemSpecEntry.o ProdSpecEntryType.o ProdSpecEntry.o ApplicationArea.o PowerStatus.o LineFrequency.o MedicalDeviceComponents.o VirtualMedicalDeviceSection.o MsmtPrinciple.o ChannelDescriptionSection.o ChannelStatus.o MultimediaSection.o Comments.o ContentOrReference.o SessionPhaseSection.o DescriptiveDataSection.o MetricDescriptiveDataSection.o MetricStatus.o MetricCategory.o MetricCalEntry.o MetricCalType.o MetricCalState.o MeasurementStatus.o SampleArrayDescriptiveDataSection.o SaSpec.o StorageDataType.o SaFlags.o ScaleRangeSpec.o SaFilterEntry.o FilterType.o SaGridEntry.o SaCalData.o SaCalDataType.o SaSignalFrequency.o RealTimeSampleArrayDescriptiveDataSection.o TimeSampleArrayDescriptiveDataSection.o DistributionSampleArrayDescriptiveDataSection.o DsaRangeSpec.o NumericDescriptiveDataSection.o EnumerationDescriptiveDataSection.o MeasuredDataSection.o SampleArrayMeasuredDataSection.o SampleArrayMeasuredDataBlock.o RealTimeSampleArrayMeasuredDataSection.o TimeSampleArrayMeasuredDataSection.o MarkerEntryRelTim.o DistributionSampleArrayMeasuredDataSection.o NumericMeasuredDataSection.o ChoiceOfNuObsValue.o NuObsValue.o DispResolution.o EnumerationMeasuredDataSection.o ChoiceOfEnumObsValue.o EnumObsValue.o EnumVal.o EnumObject.o EnumRecordMetric.o EnumRecordOO.o ChoiceOfEnumTimeStamp.o AlertSection.o AlertCondition.o AlertControls.o AlertFlags.o AlertType.o LimitSpecEntry.o CurLimAlStat.o DynamicAttributeChangeSection.o SessionNotesSection.o ANY.o GeneralizedTime.o INTEGER.o NativeEnumerated.o NativeInteger.o OBJECT_IDENTIFIER.o REAL.o UTF8String.o asn_SEQUENCE_OF.o asn_SET_OF.o constr_CHOICE.o constr_SEQUENCE.o constr_SEQUENCE_OF.o constr_SET_OF.o OCTET_STRING.o BIT_STRING.o asn_codecs_prim.o ber_tlv_length.o ber_tlv_tag.o ber_decoder.o constr_TYPE.o constraints.o der_encoder.o xer_support.o xer_decoder.o xer_encoder.o per_opentype.o per_support.o per_decoder.o per_encoder.o sopen_fef_read.o scp-decode.o -shared -lz -lcholmod -ldcmdata -loflog -lofstd -lm -ltinyxml -o "libbiosig.so.3"
g++ -Wl,-z,relro -Wl,-z,now -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 crc4scp.o sopen_cfs_read.o sopen_heka_read.o sopen_igor.o sopen_hdf5.o sopen_matio.o sopen_sqlite.o sopen_scp_read.o sopen_abf_read.o sopen_alpha_read.o sopen_axg_read.o sopen_cadwell_read.o sopen_biosigdump_read.o sopen_rhd2000_read.o sopen_scp_write.o sopen_hl7aecg.o gdftime.o mdc_ecg_codes.o physicalunits.o sandbox.o xgethostname.o sopen_famos_read.o Address.o MetricMeasure.o UnitCode.o HealthCareProviderId.o INT-U64.o INT-I64.o INT-U32.o INT-I32.o INT-U16.o INT-I16.o INT-U8.o INT-I8.o BITS-32.o BITS-16.o BITS-8.o FEFString.o FEFFloat.o Fraction.o AbsoluteRange.o Handle.o HandleRef.o DeviceCode.o UnitsOfMeasurementCode.o MetricsCode.o BodySiteCode.o AlertCode.o ExtNomenclatureCode.o ParameterGroupCode.o PrivateCode.o Placeholder.o ManufacturerID.o AbsoluteTime.o RelativeTime.o HighResRelativeTime.o ObservationTime.o SimpleColour.o ExtNomenRef.o PersonNameGroup.o PersonName.o OID-Type.o SessionArchiveSection.o ArchiveProtection.o ManufacturerSpecificSection.o ManufacturerSpecificEncoded.o ManufacturerSpecificBinary.o HealthCareProviderSection.o HealthCareProfessionalSection.o Authorization.o PatientDemographicsSection.o PatMeasure.o PatientSex.o PatientType.o PatientRace.o SessionTestSection.o MedicalDeviceSystemSection.o SystemModel.o SystemSpecEntry.o ProdSpecEntryType.o ProdSpecEntry.o ApplicationArea.o PowerStatus.o LineFrequency.o MedicalDeviceComponents.o VirtualMedicalDeviceSection.o MsmtPrinciple.o ChannelDescriptionSection.o ChannelStatus.o MultimediaSection.o Comments.o ContentOrReference.o SessionPhaseSection.o DescriptiveDataSection.o MetricDescriptiveDataSection.o MetricStatus.o MetricCategory.o MetricCalEntry.o MetricCalType.o MetricCalState.o MeasurementStatus.o SampleArrayDescriptiveDataSection.o SaSpec.o StorageDataType.o SaFlags.o ScaleRangeSpec.o SaFilterEntry.o FilterType.o SaGridEntry.o SaCalData.o SaCalDataType.o SaSignalFrequency.o RealTimeSampleArrayDescriptiveDataSection.o TimeSampleArrayDescriptiveDataSection.o DistributionSampleArrayDescriptiveDataSection.o DsaRangeSpec.o NumericDescriptiveDataSection.o EnumerationDescriptiveDataSection.o MeasuredDataSection.o SampleArrayMeasuredDataSection.o SampleArrayMeasuredDataBlock.o RealTimeSampleArrayMeasuredDataSection.o TimeSampleArrayMeasuredDataSection.o MarkerEntryRelTim.o DistributionSampleArrayMeasuredDataSection.o NumericMeasuredDataSection.o ChoiceOfNuObsValue.o NuObsValue.o DispResolution.o EnumerationMeasuredDataSection.o ChoiceOfEnumObsValue.o EnumObsValue.o EnumVal.o EnumObject.o EnumRecordMetric.o EnumRecordOO.o ChoiceOfEnumTimeStamp.o AlertSection.o AlertCondition.o AlertControls.o AlertFlags.o AlertType.o LimitSpecEntry.o CurLimAlStat.o DynamicAttributeChangeSection.o SessionNotesSection.o ANY.o GeneralizedTime.o INTEGER.o NativeEnumerated.o NativeInteger.o OBJECT_IDENTIFIER.o REAL.o UTF8String.o asn_SEQUENCE_OF.o asn_SET_OF.o constr_CHOICE.o constr_SEQUENCE.o constr_SEQUENCE_OF.o constr_SET_OF.o OCTET_STRING.o BIT_STRING.o asn_codecs_prim.o ber_tlv_length.o ber_tlv_tag.o ber_decoder.o constr_TYPE.o constraints.o der_encoder.o xer_support.o xer_decoder.o xer_encoder.o per_opentype.o per_support.o per_decoder.o per_encoder.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 -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 "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 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 "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 "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.RX3Ujy/biosig4octave-2.6.0 generated";
/tmp/biosig.RX3Ujy/biosig4octave-2.6.0 generated
cp mex/README /tmp/biosig.RX3Ujy/biosig4octave-2.6.0/doc/
sed -e 's#^Name.*$#Name: biosig#g' -e '/^Title/ s#mexBiosig#Biosig#g' -e 's#^Version.*$#Version: 2.6.0#g' -e 's#^Date.*$#Date: '2024-07-23'#g' mex/DESCRIPTION > /tmp/biosig.RX3Ujy/biosig4octave-2.6.0/DESCRIPTION
cp ../COPYING ../CITATION /tmp/biosig.RX3Ujy/biosig4octave-2.6.0/
cp mex/*.cpp mex/Makefile /tmp/biosig.RX3Ujy/biosig4octave-2.6.0/src/
cp -r ../biosig4matlab/* /tmp/biosig.RX3Ujy/biosig4octave-2.6.0/inst/
rm /tmp/biosig.RX3Ujy/biosig4octave-2.6.0/inst/t300_FeatureExtraction/hurst.m	# is part of Octave Signal package
rm -r /tmp/biosig.RX3Ujy/biosig4octave-2.6.0/inst/maybe-missing
### TODO
#touch /tmp/biosig.RX3Ujy/biosig4octave-2.6.0/src/mex{SOPEN,SLOAD,SSAVE}.m
tar -czf "mex/biosig4octave-2.6.0.src.tar.gz" /tmp/biosig.RX3Ujy/biosig4octave-2.6.0/../biosig4octave-2.6.0
tar: Removing leading `/tmp/biosig.RX3Ujy/biosig4octave-2.6.0/../' from member names
rm -rf /tmp/biosig.RX3Ujy
(cd mex && ln -sf biosig4octave-2.6.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-2.6.0.src.tar.gz" ~/L/public_html/biosig/prereleases/"
#    cp mex/biosig4octave-2.6.0.src.tar.gz ~/L/public_html/biosig/prereleases/
make[3]: Leaving directory '/<<PKGBUILDDIR>>/biosig4c++'
ln -sf biosig4c++/mex/biosig4octave-2.6.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
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-9.2.0/octave/.. -I/usr/include/octave-9.2.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-eXqroe.o
/usr/bin/mkoctfile  -I.. -v -g --mex "mexSSAVE.cpp" -L.. -lbiosig -o "mexSSAVE.mex"
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-9.2.0/octave/.. -I/usr/include/octave-9.2.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-m0Nh5S.o
g++ -I/usr/include/octave-9.2.0/octave/.. -I/usr/include/octave-9.2.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-m0Nh5S.o   -L.. -lbiosig -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -shared  -flto=auto -ffat-lto-objects -Wl,-z,relro
g++ -I/usr/include/octave-9.2.0/octave/.. -I/usr/include/octave-9.2.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-eXqroe.o   -L.. -lbiosig -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -shared  -flto=auto -ffat-lto-objects -Wl,-z,relro
/usr/bin/mkoctfile  -I.. -v -g --mex "physicalunits.cpp" -L.. -lbiosig -o "physicalunits.mex"
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-9.2.0/octave/.. -I/usr/include/octave-9.2.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-hnX52R.o
/usr/bin/mkoctfile  -I.. -v -g --mex "accovf_mex.cpp" -L.. -lbiosig -o "accovf_mex.mex"
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-9.2.0/octave/.. -I/usr/include/octave-9.2.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-WA2ews.o
g++ -I/usr/include/octave-9.2.0/octave/.. -I/usr/include/octave-9.2.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-hnX52R.o   -L.. -lbiosig -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -shared  -flto=auto -ffat-lto-objects -Wl,-z,relro
/usr/bin/mkoctfile  -I.. -v -g --mex "mexSOPEN.cpp" -L.. -lbiosig -o "mexSOPEN.mex"
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-9.2.0/octave/.. -I/usr/include/octave-9.2.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-qavVjD.o
g++ -I/usr/include/octave-9.2.0/octave/.. -I/usr/include/octave-9.2.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-WA2ews.o   -L.. -lbiosig -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -shared  -flto=auto -ffat-lto-objects -Wl,-z,relro
g++ -I/usr/include/octave-9.2.0/octave/.. -I/usr/include/octave-9.2.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-qavVjD.o   -L.. -lbiosig -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -shared  -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 setup.py sdist
Traceback (most recent call last):
   File "/<<PKGBUILDDIR>>/biosig4c++/python/setup.py", line 41, in <module>
     import numpy.distutils.misc_util
ModuleNotFoundError: No module named 'numpy.distutils'
make[3]: *** [Makefile:19: sdist] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/biosig4c++/python'
make[2]: [Makefile:133: python] Error 2 (ignored)
PYTHON=python3.12 make -C biosig4c++/python build;
make[3]: Entering directory '/<<PKGBUILDDIR>>/biosig4c++/python'
python3.12 setup.py build
Traceback (most recent call last):
   File "/<<PKGBUILDDIR>>/biosig4c++/python/setup.py", line 41, in <module>
     import numpy.distutils.misc_util
ModuleNotFoundError: No module named 'numpy.distutils'
make[3]: *** [Makefile:19: build] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/biosig4c++/python'
make[2]: [Makefile:135: python] Error 2 (ignored)
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
pybuild --build
I: pybuild base:311: /usr/bin/python3 setup.py build
Traceback (most recent call last):
   File "/<<PKGBUILDDIR>>/biosig4c++/python/setup.py", line 41, in <module>
     import numpy.distutils.misc_util
ModuleNotFoundError: No module named 'numpy.distutils'
E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: /usr/bin/python3 setup.py build
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 13
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202407/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not 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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.


More information about the Debian-med-packaging mailing list