* installing *source* package ‘decimal’ ... ** this is package ‘decimal’ version ‘0.1.0’ ** package ‘decimal’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’ make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/decimal/src' gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c decimal.c -o decimal.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c core.c -o core.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c init.c -o init.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/basearith.c -o mpdecimal/basearith.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/constants.c -o mpdecimal/constants.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/context.c -o mpdecimal/context.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/convolute.c -o mpdecimal/convolute.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/crt.c -o mpdecimal/crt.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/difradix2.c -o mpdecimal/difradix2.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/fnt.c -o mpdecimal/fnt.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/fourstep.c -o mpdecimal/fourstep.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/io.c -o mpdecimal/io.o mpdecimal/io.c: In function ‘word_to_string’: mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:353:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 353 | case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */ | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:353:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 353 | case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */ | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:354:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 354 | case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:354:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 354 | case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:355:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 355 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:355:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 355 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:356:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 356 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:356:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 356 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:357:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 357 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:357:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 357 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 358 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 358 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 359 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 359 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 360 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 360 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 361 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 361 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 362 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 362 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:364:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 364 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:364:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 364 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 365 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 365 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 366 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 366 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 367 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 367 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 368 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 368 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 369 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 369 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 370 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 370 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 371 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 371 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ mpdecimal/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 372 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot); | ^~~~~~~~~~~~~ mpdecimal/io.c:347:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ mpdecimal/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 372 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot); | ^~~~~~~~~~~~~ gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/mpalloc.c -o mpdecimal/mpalloc.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/mpdecimal.c -o mpdecimal/mpdecimal.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/mpsignal.c -o mpdecimal/mpsignal.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/numbertheory.c -o mpdecimal/numbertheory.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/sixstep.c -o mpdecimal/sixstep.o gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -Impdecimal -DNDEBUG -DMPD_NO_FILE_IO -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mpdecimal/transpose.c -o mpdecimal/transpose.o gcc -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o decimal.so decimal.o core.o init.o mpdecimal/basearith.o mpdecimal/constants.o mpdecimal/context.o mpdecimal/convolute.o mpdecimal/crt.o mpdecimal/difradix2.o mpdecimal/fnt.o mpdecimal/fourstep.o mpdecimal/io.o mpdecimal/mpalloc.o mpdecimal/mpdecimal.o mpdecimal/mpsignal.o mpdecimal/numbertheory.o mpdecimal/sixstep.o mpdecimal/transpose.o -lm make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/decimal/src' make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/decimal/src' make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/decimal/src' installing to /data/localhost/ripley/R/packages/tests-devel/decimal.Rcheck/00LOCK-decimal/00new/decimal/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (decimal)