* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘Rdsdp’ ...
** this is package ‘Rdsdp’ version ‘1.0.6’
** package ‘Rdsdp’ successfully unpacked and MD5 sums checked
** using staged installation
./configure: line 2303: -z: command not found
Using bundled DSDP
checking for gcc... clang-19 -std=gnu23
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether clang-19 -std=gnu23 accepts -g... yes
checking for clang-19 -std=gnu23 option to enable C11 features... none needed
checking how to run the C preprocessor... clang-19 -std=gnu23 -E
R_INCLUDE_DIR=/home/hornik/tmp/R.check/r-devel-clang/Work/build/include
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C compiler: ‘Debian clang version 19.1.7 (7)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src'
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -Idsdp/include -DUSING_R -I/usr/local/include -D_FORTIFY_SOURCE=3 -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -g -O3 -Wall -pedantic -c Rdsdp.c -o Rdsdp.o
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -Idsdp/include -DUSING_R -I/usr/local/include -D_FORTIFY_SOURCE=3 -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -g -O3 -Wall -pedantic -c Rreadsdpa.c -o Rreadsdpa.o
Rreadsdpa.c:83:38: warning: variable 'sdpn' set but not used [-Wunused-but-set-variable]
83 | int spot,ijnnz,nzmats,sdpnmax,sdpn,stat1;
| ^
Rreadsdpa.c:485:7: warning: variable 'np' set but not used [-Wunused-but-set-variable]
485 | int np=0,nblocks;
| ^
Rreadsdpa.c:488:7: warning: variable 'fscanf_return_int' set but not used [-Wunused-but-set-variable]
488 | int fscanf_return_int;
| ^
Rreadsdpa.c:489:9: warning: variable 'fgets_return_pt' set but not used [-Wunused-but-set-variable]
489 | char* fgets_return_pt;
| ^
Rreadsdpa.c:1021:9: warning: variable 'fgets_return_pt' set but not used [-Wunused-but-set-variable]
1021 | char* fgets_return_pt;
| ^
5 warnings generated.
(cd dsdp && \
(make dsdplibrary CC="clang-19 -std=gnu23" CFLAGS="-g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include " AR="ar" RANLIB="ranlib") && \
touch dsdp.ts)
make[2]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp'
==========================================
Compiling DSDP5
For help with installation problems, please send EVERYTHING
printed out below to the developers
==========================================
On Thu Oct 30 10:57:43 CET 2025 on gimli2
Machine characteristics: Linux gimli2 6.12.22-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.22-1 (2025-04-10) x86_64 GNU/Linux
-----------------------------------------
Using C compiler: clang-19 -std=gnu23
Using compiler options: -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include
-----------------------------------------
Current Directory: /home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp
Using DSDP directory: ../../
==========================================
cd src; make all
make[3]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src'
cd solver; make dsdplib;
make[4]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/solver'
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dualalg.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dualimpl.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dsdpcops.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dsdpschurmat.c
dsdpschurmat.c:696:10: warning: variable 'info' set but not used [-Wunused-but-set-variable]
696 | int i,info;
| ^
1 warning generated.
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dsdpcg.c
dsdpcg.c:289:14: warning: variable 'CGM' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
289 | } else if (dsdp->slestype==4){
| ^~~~~~~~~~~~~~~~~
dsdpcg.c:298:30: note: uninitialized use occurs here
298 | info=DSDPConjugateGradient(CGM,X,RHS,
| ^~~
dsdpcg.c:289:10: note: remove the 'if' if its condition is always true
289 | } else if (dsdp->slestype==4){
| ^~~~~~~~~~~~~~~~~~~~~~
dsdpcg.c:243:3: note: variable 'CGM' is declared here
243 | DSDPCGMat CGM;
| ^
1 warning generated.
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dsdpconverge.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dsdpsetup.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dsdpcone.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dsdpsetoptions.c
dsdpsetoptions.c:147:9: warning: variable 'info' set but not used [-Wunused-but-set-variable]
147 | int i,info,line=0;
| ^
dsdpsetoptions.c:152:9: warning: variable 'fgets_return_pt' set but not used [-Wunused-but-set-variable]
152 | char* fgets_return_pt;
| ^
2 warnings generated.
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dsdpsetdata.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dsdprescone.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dsdpobjcone.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dsdpprintout.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dsdpschurmatadd.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -c dsdpx.c
dsdpx.c:57:76: warning: variable 'rpobjerr' set but not used [-Wunused-but-set-variable]
57 | double pobj=0,ppobj2=0,ddobj,tracexs=0,tracexs2=0,rpinfeas=0,rpinfeas2=0,rpobjerr=0;
| ^
1 warning generated.
ar cr ../..//lib/libdsdp.a dualalg.o dualimpl.o dsdpcops.o dsdpschurmat.o dsdpcg.o dsdpconverge.o dsdpsetup.o dsdpcone.o dsdpsetoptions.o dsdpsetdata.o dsdprescone.o dsdpobjcone.o dsdpprintout.o dsdpschurmatadd.o dsdpx.o
ranlib ../..//lib/libdsdp.a
make clean
make[5]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/solver'
rm -f dualalg.o dualimpl.o dsdpcops.o dsdpschurmat.o dsdpcg.o dsdpconverge.o dsdpsetup.o dsdpcone.o dsdpsetoptions.o dsdpsetdata.o dsdprescone.o dsdpobjcone.o dsdpprintout.o dsdpschurmatadd.o dsdpx.o
make[5]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/solver'
make[4]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/solver'
cd sdp; make dsdplib;
make[4]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/sdp'
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c dsdpstep.c
dsdpstep.c:283:10: warning: variable 'LDA' set but not used [-Wunused-but-set-variable]
283 | int N, LDA, LWORK;
| ^
1 warning generated.
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c printsdpa.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c sdpconevec.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c sdpsss.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c dsdpadddata.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c dsdpadddatamat.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c dsdpblock.c
dsdpblock.c:417:14: warning: variable 'tt' set but not used [-Wunused-but-set-variable]
417 | double fn2,tt=0;
| ^
1 warning generated.
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c sdpcone.c
sdpcone.c:296:11: warning: variable 'W' set but not used [-Wunused-but-set-variable]
296 | DSDPVec W,Wout;
| ^
1 warning generated.
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c sdpkcone.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c sdpcompute.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c sdpconesetup.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c dsdpdsmat.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c dsdpdatamat.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c dsdpdualmat.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c dsdpxmat.c
ar cr ../..//lib/libdsdp.a dsdpstep.o printsdpa.o sdpconevec.o sdpsss.o dsdpadddata.o dsdpadddatamat.o dsdpblock.o sdpcone.o sdpkcone.o sdpcompute.o sdpconesetup.o dsdpdsmat.o dsdpdatamat.o dsdpdualmat.o dsdpxmat.o
ranlib ../..//lib/libdsdp.a
make clean
make[5]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/sdp'
rm -f dsdpstep.o printsdpa.o sdpconevec.o sdpsss.o dsdpadddata.o dsdpadddatamat.o dsdpblock.o sdpcone.o sdpkcone.o sdpcompute.o sdpconesetup.o dsdpdsmat.o dsdpdatamat.o dsdpdualmat.o dsdpxmat.o
make[5]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/sdp'
make[4]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/sdp'
cd lp; make dsdplib;
make[4]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/lp'
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c dsdplp.c
ar cr ../..//lib/libdsdp.a dsdplp.o
ranlib ../..//lib/libdsdp.a
make clean
make[5]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/lp'
rm -f dsdplp.o
make[5]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/lp'
make[4]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/lp'
cd vecmat; make dsdplib;
make[4]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/vecmat'
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c vech.c
vech.c:96:7: warning: variable 'info' set but not used [-Wunused-but-set-variable]
96 | int info,rank=n,i=0,j,k,kk;
| ^
vech.c:462:10: warning: variable 'dtmp' set but not used [-Wunused-but-set-variable]
462 | double dtmp;
| ^
2 warnings generated.
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c vechu.c
vechu.c:80:7: warning: variable 'info' set but not used [-Wunused-but-set-variable]
80 | int info,rank=n,i=0,j,k,kk;
| ^
vechu.c:456:10: warning: variable 'dtmp' set but not used [-Wunused-but-set-variable]
456 | double dtmp;
| ^
2 warnings generated.
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c drowcol.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c dlpack.c
dlpack.c:66:10: warning: variable 'dtmp' set but not used [-Wunused-but-set-variable]
66 | double dtmp;
| ^
dlpack.c:114:18: warning: variable 'LDA' set but not used [-Wunused-but-set-variable]
114 | ffinteger INFO,LDA=1,N=A->n;
| ^
dlpack.c:423:7: warning: variable 'info' set but not used [-Wunused-but-set-variable]
423 | int info;
| ^
dlpack.c:587:10: warning: variable 'dtmp' set but not used [-Wunused-but-set-variable]
587 | double dtmp;
| ^
dlpack.c:717:7: warning: variable 'info' set but not used [-Wunused-but-set-variable]
717 | int info;
| ^
dlpack.c:939:10: warning: variable 'dtmp' set but not used [-Wunused-but-set-variable]
939 | double dtmp;
| ^
6 warnings generated.
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c dufull.c
dufull.c:163:23: warning: variable 'LDZ' set but not used [-Wunused-but-set-variable]
163 | ffinteger N=n,LDA=n,LDZ=n,LWORK=nd,INFO=0;
| ^
dufull.c:255:13: warning: variable 'ierr' set but not used [-Wunused-but-set-variable]
255 | ffinteger ierr,INFO=0,NRHS=1,LDA=A->LDA,LDB=A->LDA,N=A->n;
| ^
dufull.c:822:7: warning: variable 'info' set but not used [-Wunused-but-set-variable]
822 | int info;
| ^
dufull.c:855:7: warning: variable 'info' set but not used [-Wunused-but-set-variable]
855 | int info;
| ^
dufull.c:891:11: warning: variable 'k' set but not used [-Wunused-but-set-variable]
891 | int i,j,k=0,LDA=ABA->LDA;
| ^
dufull.c:958:10: warning: variable 'dtmp' set but not used [-Wunused-but-set-variable]
958 | double dtmp;
| ^
dufull.c:1075:7: warning: variable 'info' set but not used [-Wunused-but-set-variable]
1075 | int info;
| ^
dufull.c:1093:11: warning: variable 'k' set but not used [-Wunused-but-set-variable]
1093 | int i,j,k=0,LDA=A->AA->LDA;
| ^
dufull.c:1114:16: warning: variable 'k' set but not used [-Wunused-but-set-variable]
1114 | long int i,j,k=0,LDA=A->AA->LDA;
| ^
dufull.c:1302:10: warning: variable 'dtmp' set but not used [-Wunused-but-set-variable]
1302 | double dtmp;
| ^
dufull.c:340:12: warning: unused function 'DTRUMatView2' [-Wunused-function]
340 | static int DTRUMatView2(void* AA){
| ^~~~~~~~~~~~
11 warnings generated.
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c sdpvec.c
sdpvec.c:138:7: warning: variable 'info' set but not used [-Wunused-but-set-variable]
138 | int info;
| ^
sdpvec.c:341:7: warning: variable 'info' set but not used [-Wunused-but-set-variable]
341 | int info;
| ^
2 warnings generated.
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c identity.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c spds.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c zeromat.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c onemat.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c diag.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c rmmat.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c cholmat.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c cholmat2.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c dtrsm2.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c sdpmatx.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c sdpnfac.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c sdporder.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c sdpalloc.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c sdpsymb.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c sdpxlist.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c sdpdvct.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -I../sdp -c sdpexit.c
ar cr ../..//lib/libdsdp.a vech.o vechu.o drowcol.o dlpack.o dufull.o sdpvec.o identity.o spds.o zeromat.o onemat.o diag.o rmmat.o cholmat.o cholmat2.o dtrsm2.o sdpmatx.o sdpnfac.o sdporder.o sdpalloc.o sdpsymb.o sdpxlist.o sdpdvct.o sdpexit.o
ranlib ../..//lib/libdsdp.a
make clean
make[5]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/vecmat'
rm -f vech.o vechu.o drowcol.o dlpack.o dufull.o sdpvec.o identity.o spds.o zeromat.o onemat.o diag.o rmmat.o cholmat.o cholmat2.o dtrsm2.o sdpmatx.o sdpnfac.o sdporder.o sdpalloc.o sdpsymb.o sdpxlist.o sdpdvct.o sdpexit.o
make[5]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/vecmat'
make[4]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/vecmat'
cd sys; make dsdplib;
make[4]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/sys'
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -DDSDP_TIME -c dsdperror.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -DDSDP_TIME -c dsdploginfo.c
dsdploginfo.c:70:10: warning: variable 'ierr' set but not used [-Wunused-but-set-variable]
70 | char* ierr;
| ^
dsdploginfo.c:118:15: warning: variable 'urank' set but not used [-Wunused-but-set-variable]
118 | int urank;
| ^
2 warnings generated.
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -DDSDP_TIME -c dsdplog.c
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -DDSDP_TIME -c dsdptime.c
ar cr ../..//lib/libdsdp.a dsdperror.o dsdploginfo.o dsdplog.o dsdptime.o
ranlib ../..//lib/libdsdp.a
make clean
make[5]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/sys'
rm -f dsdperror.o dsdploginfo.o dsdplog.o dsdptime.o
make[5]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/sys'
make[4]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/sys'
cd bounds; make dsdplib;
make[4]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/bounds'
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c dbounds.c
dbounds.c:90:12: warning: variable 'info' set but not used [-Wunused-but-set-variable]
90 | int i,ii,info;
| ^
dbounds.c:366:12: warning: variable 'info' set but not used [-Wunused-but-set-variable]
366 | int i,ii,info;
| ^
2 warnings generated.
clang-19 -std=gnu23 -g -O3 -Wall -pedantic -DNOSHORTS -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -DUSING_R -fpic -DNOSHORTS -I../../include -I../solver -c allbounds.c
allbounds.c:100:18: warning: variable 'asrs' set but not used [-Wunused-but-set-variable]
100 | double assa,as,asrs=0,sl,su;
| ^
allbounds.c:101:21: warning: variable 'srrs' set but not used [-Wunused-but-set-variable]
101 | double dd,yy,rs=0,srrs=0;
| ^
2 warnings generated.
ar cr ../..//lib/libdsdp.a dbounds.o allbounds.o
ranlib ../..//lib/libdsdp.a
make clean
make[5]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/bounds'
rm -f dbounds.o allbounds.o
make[5]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/bounds'
make[4]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src/bounds'
make[3]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp/src'
make[2]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src/dsdp'
clang-19 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o Rdsdp.so Rdsdp.o Rreadsdpa.o -Ldsdp/lib -ldsdp -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpqC0Nko/R.INSTALL3d3f3c4b99c13b/Rdsdp/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-Rdsdp/00new/Rdsdp/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (Rdsdp)