Your message dated Tue, 14 Jul 2026 13:49:48 +0000
with message-id <[email protected]>
and subject line Bug#1133628: fixed in sdpa 7.3.21-1
has caused the Debian Bug report #1133628,
regarding sdpa: ftbfs with GCC-16
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1133628: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1133628
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sdpa
Version: 7.3.20-2
Severity: important
Tags: sid forky ftbfs
User: [email protected]
Usertags: ftbfs-gcc-16

Hi,

sdpa fails to build in a test rebuild on at least amd64 and arm64 with
gcc-16/g++-16, but builds properly with gcc-15/g++-15. The severity of this
report will be raised before the forky release.

The full build log can be found at:
https://people.debian.org/~ema/gcc-16-rebuilds/output-1/sdpa_arm64.build.xz

The last lines of the build log are at the end of this report.

To build with GCC 16, either set CC=gcc-16 CXX=g++-16 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures include unused (but set) variables, array subscripts
partly outside array bounds, and new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-16/porting_to.html

Please only close this issue after double-checking that the package can be
built correctly with GCC 16.

Please do not reassign this bug to another package. If a fix in another package
is required, then file a bug for the other package (or clone), and mark this
bug as blocked by the bug in the other package.

[...]


echo "CFLAGS      = "  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -Wall -fPIC 
-funroll-all-loops >> make.inc
echo "CXX         = "  g++ -std >> make.inc
echo "CXXFLAGS    = "  -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops >> make.inc
echo "CPPFLAGS    = "  -Wdate-time -D_FORTIFY_SOURCE=2 >> make.inc
echo "FC          = "  gfortran >> make.inc
echo "FCFLAGS     = "  -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -mbranch-protection=standard 
-Wall -fPIC -funroll-all-loops -Wall -fPIC -funroll-all-loops >> make.inc
echo "LAPACK_LIBS = "  /usr/lib/aarch64-linux-gnu/openblas-pthread/liblapack.a 
>> make.inc
echo "BLAS_LIBS   = "  /usr/lib/aarch64-linux-gnu/openblas-pthread/libblas.a >> 
make.inc
echo "PTHREAD_INCLUDE= "  -I/usr/include >> make.inc
echo "PTHREAD_LIBS= "  -lpthread >> make.inc
echo "FCLIBS      = "   -L/usr/lib/gcc/aarch64-linux-gnu/16 
-L/usr/lib/gcc/aarch64-linux-gnu/16/../../../aarch64-linux-gnu 
-L/usr/lib/gcc/aarch64-linux-gnu/16/../../../../lib -L/lib/aarch64-linux-gnu 
-L/lib/../lib -L/usr/lib/aarch64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/aarch64-linux-gnu/16/../../.. -L/lib -L/usr/lib -lgfortran -lm 
-latomic_asneeded >> make.inc
echo "MUMPS_INCLUDE = " -I/usr/include >> make.inc
echo "MUMPS_LIBS = "  -ldmumps_seq -lsmumps_seq -lcmumps_seq -lzmumps_seq 
-lmumps_common_seq -lpord -lscotch -lesmumps -lgfortran  >> make.inc
echo "SDPA_LIBS = " /usr/lib/libsdpa.a  -ldmumps_seq -lsmumps_seq -lcmumps_seq 
-lzmumps_seq -lmumps_common_seq -lpord -lscotch -lesmumps -lgfortran \
        /usr/lib/aarch64-linux-gnu/openblas-pthread/liblapack.a  
/usr/lib/aarch64-linux-gnu/openblas-pthread/libblas.a \
         -L/usr/lib/gcc/aarch64-linux-gnu/16 
-L/usr/lib/gcc/aarch64-linux-gnu/16/../../../aarch64-linux-gnu 
-L/usr/lib/gcc/aarch64-linux-gnu/16/../../../../lib -L/lib/aarch64-linux-gnu 
-L/lib/../lib -L/usr/lib/aarch64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/aarch64-linux-gnu/16/../../.. -L/lib -L/usr/lib -lgfortran -lm 
-latomic_asneeded  -lpthread  >> make.inc
make[3]: Leaving directory '/build/reproducible-path/sdpa-7.3.20/etc'
make[3]: Entering directory '/build/reproducible-path/sdpa-7.3.20'
g++ -std=gnu++11 -DPACKAGE_NAME=\"sdpa\" -DPACKAGE_TARNAME=\"sdpa\" 
-DPACKAGE_VERSION=\"7.3.20\" -DPACKAGE_STRING=\"sdpa\ 7.3.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sdpa\" 
-DVERSION=\"7.3.20\" -DFC_FUNC\(name,NAME\)=name\ ##\ _ 
-DFC_FUNC_\(name,NAME\)=name\ ##\ _ -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops -c -o sdpa-sdpa_exe.o `test -f 'sdpa_exe.cpp' || echo 
'./'`sdpa_exe.cpp
g++ -std=gnu++11 -DPACKAGE_NAME=\"sdpa\" -DPACKAGE_TARNAME=\"sdpa\" 
-DPACKAGE_VERSION=\"7.3.20\" -DPACKAGE_STRING=\"sdpa\ 7.3.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sdpa\" 
-DVERSION=\"7.3.20\" -DFC_FUNC\(name,NAME\)=name\ ##\ _ 
-DFC_FUNC_\(name,NAME\)=name\ ##\ _ -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops -c -o libsdpa_a-sdpa_block.o `test -f 'sdpa_block.cpp' || 
echo './'`sdpa_block.cpp
g++ -std=gnu++11 -DPACKAGE_NAME=\"sdpa\" -DPACKAGE_TARNAME=\"sdpa\" 
-DPACKAGE_VERSION=\"7.3.20\" -DPACKAGE_STRING=\"sdpa\ 7.3.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sdpa\" 
-DVERSION=\"7.3.20\" -DFC_FUNC\(name,NAME\)=name\ ##\ _ 
-DFC_FUNC_\(name,NAME\)=name\ ##\ _ -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops -c -o libsdpa_a-sdpa_call.o `test -f 'sdpa_call.cpp' || echo 
'./'`sdpa_call.cpp
g++ -std=gnu++11 -DPACKAGE_NAME=\"sdpa\" -DPACKAGE_TARNAME=\"sdpa\" 
-DPACKAGE_VERSION=\"7.3.20\" -DPACKAGE_STRING=\"sdpa\ 7.3.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sdpa\" 
-DVERSION=\"7.3.20\" -DFC_FUNC\(name,NAME\)=name\ ##\ _ 
-DFC_FUNC_\(name,NAME\)=name\ ##\ _ -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops -c -o libsdpa_a-sdpa_chordal.o `test -f 'sdpa_chordal.cpp' 
|| echo './'`sdpa_chordal.cpp
g++ -std=gnu++11 -DPACKAGE_NAME=\"sdpa\" -DPACKAGE_TARNAME=\"sdpa\" 
-DPACKAGE_VERSION=\"7.3.20\" -DPACKAGE_STRING=\"sdpa\ 7.3.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sdpa\" 
-DVERSION=\"7.3.20\" -DFC_FUNC\(name,NAME\)=name\ ##\ _ 
-DFC_FUNC_\(name,NAME\)=name\ ##\ _ -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops -c -o libsdpa_a-sdpa_dataset.o `test -f 'sdpa_dataset.cpp' 
|| echo './'`sdpa_dataset.cpp
g++ -std=gnu++11 -DPACKAGE_NAME=\"sdpa\" -DPACKAGE_TARNAME=\"sdpa\" 
-DPACKAGE_VERSION=\"7.3.20\" -DPACKAGE_STRING=\"sdpa\ 7.3.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sdpa\" 
-DVERSION=\"7.3.20\" -DFC_FUNC\(name,NAME\)=name\ ##\ _ 
-DFC_FUNC_\(name,NAME\)=name\ ##\ _ -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops -c -o libsdpa_a-sdpa_dpotrf.o `test -f 'sdpa_dpotrf.cpp' || 
echo './'`sdpa_dpotrf.cpp
g++ -std=gnu++11 -DPACKAGE_NAME=\"sdpa\" -DPACKAGE_TARNAME=\"sdpa\" 
-DPACKAGE_VERSION=\"7.3.20\" -DPACKAGE_STRING=\"sdpa\ 7.3.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sdpa\" 
-DVERSION=\"7.3.20\" -DFC_FUNC\(name,NAME\)=name\ ##\ _ 
-DFC_FUNC_\(name,NAME\)=name\ ##\ _ -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops -c -o libsdpa_a-sdpa_io.o `test -f 'sdpa_io.cpp' || echo 
'./'`sdpa_io.cpp
g++ -std=gnu++11 -DPACKAGE_NAME=\"sdpa\" -DPACKAGE_TARNAME=\"sdpa\" 
-DPACKAGE_VERSION=\"7.3.20\" -DPACKAGE_STRING=\"sdpa\ 7.3.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sdpa\" 
-DVERSION=\"7.3.20\" -DFC_FUNC\(name,NAME\)=name\ ##\ _ 
-DFC_FUNC_\(name,NAME\)=name\ ##\ _ -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops -c -o libsdpa_a-sdpa_jordan.o `test -f 'sdpa_jordan.cpp' || 
echo './'`sdpa_jordan.cpp
g++ -std=gnu++11 -DPACKAGE_NAME=\"sdpa\" -DPACKAGE_TARNAME=\"sdpa\" 
-DPACKAGE_VERSION=\"7.3.20\" -DPACKAGE_STRING=\"sdpa\ 7.3.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sdpa\" 
-DVERSION=\"7.3.20\" -DFC_FUNC\(name,NAME\)=name\ ##\ _ 
-DFC_FUNC_\(name,NAME\)=name\ ##\ _ -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops -c -o libsdpa_a-sdpa_linear.o `test -f 'sdpa_linear.cpp' || 
echo './'`sdpa_linear.cpp
g++ -std=gnu++11 -DPACKAGE_NAME=\"sdpa\" -DPACKAGE_TARNAME=\"sdpa\" 
-DPACKAGE_VERSION=\"7.3.20\" -DPACKAGE_STRING=\"sdpa\ 7.3.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sdpa\" 
-DVERSION=\"7.3.20\" -DFC_FUNC\(name,NAME\)=name\ ##\ _ 
-DFC_FUNC_\(name,NAME\)=name\ ##\ _ -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops -c -o libsdpa_a-sdpa_newton.o `test -f 'sdpa_newton.cpp' || 
echo './'`sdpa_newton.cpp
g++ -std=gnu++11 -DPACKAGE_NAME=\"sdpa\" -DPACKAGE_TARNAME=\"sdpa\" 
-DPACKAGE_VERSION=\"7.3.20\" -DPACKAGE_STRING=\"sdpa\ 7.3.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sdpa\" 
-DVERSION=\"7.3.20\" -DFC_FUNC\(name,NAME\)=name\ ##\ _ 
-DFC_FUNC_\(name,NAME\)=name\ ##\ _ -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops -c -o libsdpa_a-sdpa_parts.o `test -f 'sdpa_parts.cpp' || 
echo './'`sdpa_parts.cpp
g++ -std=gnu++11 -DPACKAGE_NAME=\"sdpa\" -DPACKAGE_TARNAME=\"sdpa\" 
-DPACKAGE_VERSION=\"7.3.20\" -DPACKAGE_STRING=\"sdpa\ 7.3.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sdpa\" 
-DVERSION=\"7.3.20\" -DFC_FUNC\(name,NAME\)=name\ ##\ _ 
-DFC_FUNC_\(name,NAME\)=name\ ##\ _ -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops -c -o libsdpa_a-sdpa_solve.o `test -f 'sdpa_solve.cpp' || 
echo './'`sdpa_solve.cpp
g++ -std=gnu++11 -DPACKAGE_NAME=\"sdpa\" -DPACKAGE_TARNAME=\"sdpa\" 
-DPACKAGE_VERSION=\"7.3.20\" -DPACKAGE_STRING=\"sdpa\ 7.3.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sdpa\" 
-DVERSION=\"7.3.20\" -DFC_FUNC\(name,NAME\)=name\ ##\ _ 
-DFC_FUNC_\(name,NAME\)=name\ ##\ _ -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops -c -o libsdpa_a-sdpa_struct.o `test -f 'sdpa_struct.cpp' || 
echo './'`sdpa_struct.cpp
g++ -std=gnu++11 -DPACKAGE_NAME=\"sdpa\" -DPACKAGE_TARNAME=\"sdpa\" 
-DPACKAGE_VERSION=\"7.3.20\" -DPACKAGE_STRING=\"sdpa\ 7.3.20\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sdpa\" 
-DVERSION=\"7.3.20\" -DFC_FUNC\(name,NAME\)=name\ ##\ _ 
-DFC_FUNC_\(name,NAME\)=name\ ##\ _ -I.   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops -c -o libsdpa_a-sdpa_tool.o `test -f 'sdpa_tool.cpp' || echo 
'./'`sdpa_tool.cpp
sdpa_newton.cpp: In member function ‘void 
sdpa::Newton::computeFormula_SDP(sdpa::InputData&, double, double)’:
sdpa_newton.cpp:564:10: warning: variable ‘ff’ set but not used 
[-Wunused-but-set-variable=]
  564 |   double ff=0, ff1=0, ff2=0, ff3=0;
      |          ^~
sdpa_newton.cpp:564:16: warning: variable ‘ff1’ set but not used 
[-Wunused-but-set-variable=]
  564 |   double ff=0, ff1=0, ff2=0, ff3=0;
      |                ^~~
sdpa_newton.cpp:564:23: warning: variable ‘ff2’ set but not used 
[-Wunused-but-set-variable=]
  564 |   double ff=0, ff1=0, ff2=0, ff3=0;
      |                       ^~~
sdpa_newton.cpp:564:30: warning: variable ‘ff3’ set but not used 
[-Wunused-but-set-variable=]
  564 |   double ff=0, ff1=0, ff2=0, ff3=0;
      |                              ^~~
sdpa_io.cpp: In static member function ‘static void sdpa::IO::read(FILE*, 
FILE*, int&, char*)’:
sdpa_io.cpp:33:18: warning: variable ‘dummy’ set but not used 
[-Wunused-but-set-variable=]
   33 |     volatile int dummy=0; dummy++;//for gcc-3.3 bug
      |                  ^~~~~
rm -f libsdpa.a
ar cr libsdpa.a libsdpa_a-sdpa_block.o libsdpa_a-sdpa_call.o 
libsdpa_a-sdpa_chordal.o libsdpa_a-sdpa_dataset.o libsdpa_a-sdpa_dpotrf.o 
libsdpa_a-sdpa_io.o libsdpa_a-sdpa_jordan.o libsdpa_a-sdpa_linear.o 
libsdpa_a-sdpa_newton.o libsdpa_a-sdpa_parts.o libsdpa_a-sdpa_solve.o 
libsdpa_a-sdpa_struct.o libsdpa_a-sdpa_tool.o 
ranlib libsdpa.a
g++ -std=gnu++11  -I/usr/include -I/usr/include -g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops  -Wl,-z,relro -o sdpa sdpa-sdpa_exe.o ./libsdpa.a 
-ldmumps_seq -lsmumps_seq -lcmumps_seq -lzmumps_seq -lmumps_common_seq -lpord 
-lscotch -lesmumps -lgfortran  
/usr/lib/aarch64-linux-gnu/openblas-pthread/liblapack.a 
/usr/lib/aarch64-linux-gnu/openblas-pthread/libblas.a -lpthread 
-L/usr/lib/gcc/aarch64-linux-gnu/16 
-L/usr/lib/gcc/aarch64-linux-gnu/16/../../../aarch64-linux-gnu 
-L/usr/lib/gcc/aarch64-linux-gnu/16/../../../../lib -L/lib/aarch64-linux-gnu 
-L/lib/../lib -L/usr/lib/aarch64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/aarch64-linux-gnu/16/../../.. -L/lib -L/usr/lib -lgfortran -lm 
-latomic_asneeded 
make[3]: Leaving directory '/build/reproducible-path/sdpa-7.3.20'
make[2]: Leaving directory '/build/reproducible-path/sdpa-7.3.20'
/usr/bin/make -C mex \
  MAKE_INCLUDE_DIR=../etc COMPILE_ENVIRONMENT=octave \
  ALL_INCLUDE=-I../ SDPA_LIB=../libsdpa.a
make[2]: Entering directory '/build/reproducible-path/sdpa-7.3.20/mex'
CC=gcc CXX=g++ -std CFLAGS="-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -Wall -fPIC 
-funroll-all-loops" CXXFLAGS="-g -O2 
-ffile-prefix-map=/build/reproducible-path/sdpa-7.3.20=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -D_REENTRANT -Wall -fPIC 
-funroll-all-loops" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" mkoctfile --mex  
 -DPRINTF_INT_STYLE=\\\"%d\\\" \
   \
  -I../  \
  mexsdpa.cpp mexFprintf.c \
   ../libsdpa.a -ldmumps_seq -lsmumps_seq -lcmumps_seq -lzmumps_seq 
-lmumps_common_seq -lpord -lscotch -lesmumps -lgfortran 
/usr/lib/aarch64-linux-gnu/openblas-pthread/liblapack.a 
/usr/lib/aarch64-linux-gnu/openblas-pthread/libblas.a -lpthread 
-L/usr/lib/gcc/aarch64-linux-gnu/16 
-L/usr/lib/gcc/aarch64-linux-gnu/16/../../../aarch64-linux-gnu 
-L/usr/lib/gcc/aarch64-linux-gnu/16/../../../../lib -L/lib/aarch64-linux-gnu 
-L/lib/../lib -L/usr/lib/aarch64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/aarch64-linux-gnu/16/../../.. -L/lib -L/usr/lib -lgfortran -lm 
-latomic_asneeded 
/bin/sh: 1: -std: not found
make[2]: *** [Makefile:133: mexsdpa] Error 127
make[2]: Leaving directory '/build/reproducible-path/sdpa-7.3.20/mex'
make[1]: *** [debian/rules:59: override_dh_auto_build] Error 2
make[1]: Leaving directory '/build/reproducible-path/sdpa-7.3.20'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2

--- End Message ---
--- Begin Message ---
Source: sdpa
Source-Version: 7.3.21-1
Done: Makoto Yamashita <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sdpa, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Makoto Yamashita <[email protected]> (supplier of updated sdpa 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 14 Apr 2026 09:00:00 +0900
Source: sdpa
Architecture: source
Version: 7.3.21-1
Distribution: unstable
Urgency: low
Maintainer: Makoto Yamashita <[email protected]>
Changed-By: Makoto Yamashita <[email protected]>
Closes: 1133628
Changes:
 sdpa (7.3.21-1) unstable; urgency=low
 .
   * New upstream
     + Modify etc/Makefile (Closes: 1133628)
     + Change 2004-202X to 2004-2026
Checksums-Sha1:
 b64de7ca418f626ccd99c22d7b818687ae0babfa 1919 sdpa_7.3.21-1.dsc
 5c98177f7d43b287b9317525ce41a06aad061a5d 315517 sdpa_7.3.21.orig.tar.gz
 5fc1531349c97ac84834c4e631fa9a38f5493ee5 5544 sdpa_7.3.21-1.debian.tar.xz
 ac9de034ac900c69d8fdb480de06fc03384be66a 7175 sdpa_7.3.21-1_source.buildinfo
Checksums-Sha256:
 5b9a01d7f8343c8961232b1ee22d49b6f92d2ad94aded1d7c63f9046b8793aed 1919 
sdpa_7.3.21-1.dsc
 300cae3ac04409c2243f6a5b3fd1ee57b2b18db209a21c2472e8d837951d3db6 315517 
sdpa_7.3.21.orig.tar.gz
 17102b5219a451a021bd24fff504ddb06f8f3b8b1f0a0ccd66e3c0b80b58d863 5544 
sdpa_7.3.21-1.debian.tar.xz
 22e913fece182f13d4ccb7808e7b7f63a3bb5910ffd85f95db71125d2fbb8616 7175 
sdpa_7.3.21-1_source.buildinfo
Files:
 c1da3ded77d6473655b89379e079dc5e 1919 math optional sdpa_7.3.21-1.dsc
 c6a5b7828d7dc037ab8e003756b259ca 315517 math optional sdpa_7.3.21.orig.tar.gz
 1402907b24886cc2a9c119e2883d17da 5544 math optional sdpa_7.3.21-1.debian.tar.xz
 1003d4902a2307fcc43ae15d96d7c432 7175 math optional 
sdpa_7.3.21-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEXHq+og+GMEWcyMi14n8s+EWML6QFAmpWO9AACgkQ4n8s+EWM
L6SfDBAAopsqR/ByPfM/dvqCrFQISLunkGtPjnOa//9nO5oJ3SP5fyHCDMo11rHj
yd+VrqufGUudOjZv8JNSMo31JK459cpZvZcgrY/YrJvapypnBuqcWSdngYDrqXee
EOi8w6amt0WcdI6KoJamM6rU9x5sCRoZjbqeyml7RnJMueVxx9QrcvZLseORNT3d
CAOyJ/mO9/Q5dzoHN7djFHT8YG2NSqhpEru/EWtqs8SoG2FJqRzZXsACOdbYttQZ
1Hszxs5UQIDs76zfXevwdK8faASIr4l5+2GHUyuFkRZI6EHxMadQSQSIZJOklzd2
UPX1qTYYiPvr3tgcPXmrqgN8u+rydrU4rzAD7kZwsU7JRXhOyH5CPh+3Rg8GG8m+
m+e4ZNoOcHL/kDDUvV1t6U7h/Xk8lK6F/tc/4eLXcCA6RvnpmJl9yb7kfi13y7gG
F/JZ/3i+iZQs2samq/U34Xyv9iLLETGdq1rPdjOELZuRIOrBfvbZ35zV46+E0SsI
1zPaZSozNgcrfYVtfrQtE4WNZEdWZUvYJwVC1OeyKGKiQ+ldHWpu/9uQi39by3yV
M0daRVNGR0ec/3bGI7oAkdZOTgsw7N9zcaAhX6osvCiX8IaEwKgwhH15EMs46lhQ
LC1NSgSFhHDANqNZ9TrvgLaOnztF2aKzD6v0Dl9C8HZxAiw/qU0=
=MTXb
-----END PGP SIGNATURE-----

Attachment: pgpByUt2lAXUQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to