<86>Apr 20 05:25:29 userdel[174887]: delete user 'rooter' <86>Apr 20 05:25:29 userdel[174887]: removed group 'rooter' owned by 'rooter' <86>Apr 20 05:25:29 userdel[174887]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 20 05:25:29 groupadd[174920]: group added to /etc/group: name=rooter, GID=1835 <86>Apr 20 05:25:29 groupadd[174920]: group added to /etc/gshadow: name=rooter <86>Apr 20 05:25:29 groupadd[174920]: new group: name=rooter, GID=1835 <86>Apr 20 05:25:29 useradd[174955]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash, from=none <86>Apr 20 05:25:29 userdel[174986]: delete user 'builder' <86>Apr 20 05:25:29 userdel[174986]: removed group 'builder' owned by 'builder' <86>Apr 20 05:25:29 userdel[174986]: removed shadow group 'builder' owned by 'builder' <86>Apr 20 05:25:29 groupadd[175021]: group added to /etc/group: name=builder, GID=1836 <86>Apr 20 05:25:29 groupadd[175021]: group added to /etc/gshadow: name=builder <86>Apr 20 05:25:29 groupadd[175021]: new group: name=builder, GID=1836 <86>Apr 20 05:25:29 useradd[175045]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash, from=none Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/MUMPS-1.71-alt1.nosrc.rpm (w1.gzdio) Installing MUMPS-1.71-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.1991 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mumps + echo 'Source #0 (mumps-1.71-src.tar.gz):' Source #0 (mumps-1.71-src.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/mumps-1.71-src.tar.gz + /bin/tar -xf - + cd mumps + /bin/chmod -c -Rf u+rwX,go-w . + cp /usr/src/RPM/SOURCES/docs.html . + make -j16 make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c database/db_locate.c -o database/db_locate.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c compile/localvar.c -o compile/localvar.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c database/db_get.c -o database/db_get.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c compile/eval.c -o compile/eval.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c database/db_buffer.c -o database/db_buffer.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c database/db_view.c -o database/db_view.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c database/db_kill.c -o database/db_kill.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c init/init_create.c -o init/init_create.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c database/db_daemon.c -o database/db_daemon.o database/db_daemon.c: In function 'do_zot': database/db_daemon.c:471:3: warning: converting a packed 'DB_Block' {aka 'struct DB_BLOCK'} pointer (alignment 1) to a 'u_short' {aka 'short unsigned int'} pointer (alignment 2) may result in an unaligned pointer value [-Waddress-of-packed-member] 471 | { idx = (u_short *) bptr; // point at the block | ^ In file included from database/db_daemon.c:51: include/database.h:72:45: note: defined here 72 | typedef struct __attribute__ ((__packed__)) DB_BLOCK // database block layout | ^~~~~~~~ database/db_daemon.c:472:5: warning: converting a packed 'DB_Block' {aka 'struct DB_BLOCK'} pointer (alignment 1) to a 'int' pointer (alignment 4) may result in an unaligned pointer value [-Waddress-of-packed-member] 472 | iidx = (int *) bptr; // point at the block | ^~~~ include/database.h:72:45: note: defined here 72 | typedef struct __attribute__ ((__packed__)) DB_BLOCK // database block layout | ^~~~~~~~ database/db_daemon.c: In function 'do_dismount': database/db_daemon.c:294:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 294 | write( dbfd, // write to database | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 295 | systab->vol[volnum-1]->vollab, // the map/label block | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 296 | systab->vol[volnum-1]->vollab-> // with the clean | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 297 | header_bytes ); // flag set. | ~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c database/db_rekey.c -o database/db_rekey.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c database/db_uci.c -o database/db_uci.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c database/db_set.c -o database/db_set.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c init/mumps.c -o init/mumps.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c compile/dollar.c -o compile/dollar.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c database/db_ic.c -o database/db_ic.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c compile/routine.c -o compile/routine.o compile/routine.c: In function 'Compile_Routine': compile/routine.c:546:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 546 | { for (i = 0; source_ptr[i] == '\t'; source_ptr[i++] = ' '); | ^~~ compile/routine.c:548:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 548 | cptr->len = itocstring(cptr->buf, lino); // convert to a cstring | ^~~~ compile/routine.c:349:13: warning: storing the address of local variable 'lino' in 'partab.ln' [-Wdangling-pointer=] 349 | partab.ln = &lino; // save for $&%ROUCHK() | ~~~~~~~~~~^~~~~~~ compile/routine.c:339:7: note: 'lino' declared here 339 | int lino = 0; // current line number | ^~~~ In file included from compile/routine.c:45: include/mumps.h:470:22: note: 'partab' declared here 470 | extern partab_struct partab; // globalize partab | ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c init/init_run.c -o init/init_run.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c init/init_start.c -o init/init_start.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c runtime/runtime_attn.c -o runtime/runtime_attn.o runtime/runtime_attn.c: In function 'ForkIt': runtime/runtime_attn.c:193:11: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result] 193 | (void)freopen("/dev/null", "w", stdin); // redirect stdin | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/runtime_attn.c:194:11: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result] 194 | (void)freopen("/dev/null", "w", stdout); // redirect stdout | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/runtime_attn.c:195:11: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result] 195 | (void)freopen("/dev/null", "w", stderr); // redirect stderr | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/runtime_attn.c:241:9: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result] 241 | (void)freopen("/dev/null", "r", stdin); // redirect stdin | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/runtime_attn.c:242:9: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result] 242 | (void)freopen("/dev/null", "w", stdout); // redirect stdout | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runtime/runtime_attn.c:243:9: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result] 243 | (void)freopen("/dev/null", "w", stderr); // redirect stderr | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c database/db_main.c -o database/db_main.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c runtime/runtime_vars.c -o runtime/runtime_vars.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c runtime/runtime_debug.c -o runtime/runtime_debug.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c seqio/SQ_Util.c -o seqio/SQ_Util.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c database/db_util.c -o database/db_util.o database/db_util.c: In function 'ClearJournal': database/db_util.c:621:11: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 621 | (void)write(jfd, tmp, 12); | ^~~~~~~~~~~~~~~~~~~ database/db_util.c:626:11: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 626 | (void)write(jfd, &jj, 8); // write the create rec | ^~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c runtime/runtime_buildmvar.c -o runtime/runtime_buildmvar.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c seqio/SQ_Signal.c -o seqio/SQ_Signal.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c runtime/runtime_util.c -o runtime/runtime_util.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c seqio/SQ_Device.c -o seqio/SQ_Device.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c seqio/SQ_File.c -o seqio/SQ_File.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c seqio/SQ_Tcpip.c -o seqio/SQ_Tcpip.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c seqio/SQ_Pipe.c -o seqio/SQ_Pipe.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c seqio/SQ_Socket.c -o seqio/SQ_Socket.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c compile/parse.c -o compile/parse.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c util/util_share.c -o util/util_share.o util/util_share.c: In function 'SemOp': util/util_share.c:101:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 101 | if (numb < 1) // if it was an add | ^~ util/util_share.c:104:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 104 | if (partab.jobtab->trap) // and we got a | ^~ make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c runtime/runtime_pattern.c -o runtime/runtime_pattern.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c symbol/symbol_new.c -o symbol/symbol_new.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c util/util_memory.c -o util/util_memory.o util/util_memory.c: In function 'ncopy': util/util_memory.c:130:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 130 | { for (k = 0; dst[i-k-1] == '0'; k++); // check for trailing zeroes | ^~~ util/util_memory.c:131:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 131 | i -= k; // remove them (if any) | ^ util/util_memory.c:215:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 215 | { for (k = dp; (k < i) && (dst[k] == '0'); k++); // find first non-zero | ^~~ util/util_memory.c:216:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 216 | bcopy(&dst[k], &dst[dp], i - k); // copy down | ^~~~~ util/util_memory.c: In function 'CleanJob': util/util_memory.c:277:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 277 | { for (i = 1; i < MAX_SEQ_IO; SQ_Close(i++)); // close all io | ^~~ util/util_memory.c:278:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 278 | partab.jobtab = NULL; // clear jobtab | ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c util/util_routine.c -o util/util_routine.o util/util_routine.c: In function 'Routine_Detach': util/util_routine.c:393:9: warning: variable 's' set but not used [-Wunused-but-set-variable] 393 | { short s; // for SemOp() call | ^ make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c util/util_key.c -o util/util_key.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c runtime/runtime_func.c -o runtime/runtime_func.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c util/util_strerror.c -o util/util_strerror.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c runtime/runtime_math.c -o runtime/runtime_math.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c util/util_lock.c -o util/util_lock.o util/util_lock.c: In function 'LCK_Sub': util/util_lock.c:789:12: warning: variable 'plptr' set but not used [-Wunused-but-set-variable] 789 | locktab *plptr; // previous locktab pointer | ^~~~~ util/util_lock.c:782:7: warning: variable 'r' set but not used [-Wunused-but-set-variable] 782 | int r = -1; // return value | ^ make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c symbol/symbol_util.c -o symbol/symbol_util.o symbol/symbol_util.c: In function 'ST_Data': symbol/symbol_util.c:486:54: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 485 | while ((depPtr != ST_DEPEND_NULL) && // while more deps and | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | (memcmp(depPtr->bytes, var->key, i) == 0) && // matches ok for i | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 487 | (depPtr->keylen < var->slen) || // and var slen still longer | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ symbol/symbol_util.c:448:14: warning: variable 'prevPtr' set but not used [-Wunused-but-set-variable] 448 | ST_depend *prevPtr; // pointer to previous element | ^~~~~~~ symbol/symbol_util.c: In function 'ST_GetAdd': symbol/symbol_util.c:733:14: warning: variable 'prevPtr' set but not used [-Wunused-but-set-variable] 733 | ST_depend *prevPtr = ST_DEPEND_NULL; // pointer to previous element | ^~~~~~~ symbol/symbol_util.c: In function 'ST_QueryD': symbol/symbol_util.c:843:14: warning: variable 'prev' set but not used [-Wunused-but-set-variable] 843 | ST_depend *prev = ST_DEPEND_NULL; // pointer to previous element | ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c runtime/runtime_ssvn.c -o runtime/runtime_ssvn.o runtime/runtime_ssvn.c: In function 'SS_Set': runtime/runtime_ssvn.c:673:11: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 673 | { while (SemOp( SEM_GLOBAL, -systab->maxjob)); // lock GLOBAL | ^~~~~ runtime/runtime_ssvn.c:674:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 674 | ClearJournal(i); // do it | ^~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c xcall/xcall.c -o xcall/xcall.o xcall/xcall.c: In function 'Xcall_paschk': xcall/xcall.c:1486:15: warning: the comparison will always evaluate as 'false' for the address of 'line' will never be NULL [-Waddress] 1486 | if ( line == NULL ) { | ^~ xcall/xcall.c:1473:17: note: 'line' declared here 1473 | char line[256]; // line | ^~~~ xcall/xcall.c:1485:12: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1485 | (void) fgets ( line, 256, fd ); // fgets() failed | ^~~~~~~~~~~~~~~~~~~~~~~ xcall/xcall.c: In function 'Xcall_directory': xcall/xcall.c:327:29: warning: '%s' directive writing up to 32767 bytes into a region of size 256 [-Wformat-overflow=] 327 | { (void) sprintf ( path, "%s", file->buf ); // Make a local copy of the | ^~ In file included from /usr/include/stdio.h:964, from xcall/xcall.c:43: In function 'sprintf', inlined from 'Xcall_directory' at xcall/xcall.c:327:12: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 1 and 32768 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ xcall/xcall.c: In function 'Xcall_directory': xcall/xcall.c:364:35: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 364 | (void) sprintf ( path, "%s%c", path, (char)PATHSEP ); | ^ In function 'sprintf', inlined from 'Xcall_directory' at xcall/xcall.c:364:14: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 2 and 257 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /usr/include/bits/stdio2.h:30:10: warning: '__builtin___sprintf_chk' argument 5 overlaps destination object 'path' [-Wrestrict] xcall/xcall.c: In function 'Xcall_directory': xcall/xcall.c:294:17: note: destination object referenced by 'restrict'-qualified argument 1 was declared here 294 | char path[MAXFILENAME]; // Directory | ^~~~ In function 'sprintf', inlined from 'Xcall_directory' at xcall/xcall.c:344:14: /usr/include/bits/stdio2.h:30:10: warning: '__builtin___sprintf_chk' argument 5 overlaps destination object 'path' [-Wrestrict] 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ xcall/xcall.c: In function 'Xcall_directory': xcall/xcall.c:294:17: note: destination object referenced by 'restrict'-qualified argument 1 was declared here 294 | char path[MAXFILENAME]; // Directory | ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c seqio/SQ_Seqio.c -o seqio/SQ_Seqio.o seqio/SQ_Seqio.c: In function 'SQ_Use': seqio/SQ_Seqio.c:450:17: warning: unused variable 'i' [-Wunused-variable] 450 | int i; | ^ In file included from /usr/include/stdio.h:964, from seqio/SQ_Seqio.c:63: In function 'snprintf', inlined from 'acceptSERVER' at seqio/SQ_Seqio.c:2286:14: /usr/include/bits/stdio2.h:54:10: warning: '__builtin_snprintf' argument 4 may overlap destination object '' [-Wrestrict] 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ seqio/SQ_Seqio.c: In function 'SQ_Open': seqio/SQ_Seqio.c:415:53: warning: '%s' directive output may be truncated writing up to 32767 bytes into a region of size 256 [-Wformat-truncation=] 415 | (void) snprintf ( (char *)c->name, MAX_SEQ_NAME, "%s", object->buf ); | ^~ In function 'snprintf', inlined from 'SQ_Open' at seqio/SQ_Seqio.c:415:10: /usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 1 and 32768 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -c runtime/runtime_run.c -o runtime/runtime_run.o make: Leaving directory '/usr/src/RPM/BUILD/mumps' make: Entering directory '/usr/src/RPM/BUILD/mumps' gcc -O -fsigned-char -Wall -Iinclude -D_FILE_OFFSET_BITS=64 -o mumps compile/dollar.o compile/eval.o compile/localvar.o compile/parse.o compile/routine.o database/db_buffer.o database/db_daemon.o database/db_get.o database/db_ic.o database/db_kill.o database/db_locate.o database/db_main.o database/db_rekey.o database/db_set.o database/db_uci.o database/db_util.o database/db_view.o init/init_create.o init/init_run.o init/init_start.o init/mumps.o runtime/runtime_attn.o runtime/runtime_buildmvar.o runtime/runtime_debug.o runtime/runtime_func.o runtime/runtime_math.o runtime/runtime_pattern.o runtime/runtime_run.o runtime/runtime_ssvn.o runtime/runtime_util.o runtime/runtime_vars.o seqio/SQ_Util.o seqio/SQ_Signal.o seqio/SQ_Device.o seqio/SQ_File.o seqio/SQ_Pipe.o seqio/SQ_Seqio.o seqio/SQ_Socket.o seqio/SQ_Tcpip.o symbol/symbol_new.o symbol/symbol_util.o util/util_key.o util/util_lock.o util/util_memory.o util/util_routine.o util/util_share.o util/util_strerror.o xcall/xcall.o -lm -lcrypt make: Leaving directory '/usr/src/RPM/BUILD/mumps' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.68843 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/MUMPS-buildroot + : + /bin/rm -rf -- /usr/src/tmp/MUMPS-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd mumps + install -D mumps /usr/src/tmp/MUMPS-buildroot/usr/bin/mumps + install -D utils /usr/src/tmp/MUMPS-buildroot/usr/share/mumps/utils + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/MUMPS-buildroot (auto) Verifying and fixing files in /usr/src/tmp/MUMPS-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/MUMPS-buildroot/ (default) Compressing files in /usr/src/tmp/MUMPS-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/MUMPS-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/MUMPS-buildroot Processing files: MUMPS-1.71-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.68843 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mumps + DOCDIR=/usr/src/tmp/MUMPS-buildroot/usr/share/doc/MUMPS-1.71 + export DOCDIR + rm -rf /usr/src/tmp/MUMPS-buildroot/usr/share/doc/MUMPS-1.71 + /bin/mkdir -p /usr/src/tmp/MUMPS-buildroot/usr/share/doc/MUMPS-1.71 + cp -prL docs.html README /usr/src/tmp/MUMPS-buildroot/usr/share/doc/MUMPS-1.71 + chmod -R go-w /usr/src/tmp/MUMPS-buildroot/usr/share/doc/MUMPS-1.71 + chmod -R a+rX /usr/src/tmp/MUMPS-buildroot/usr/share/doc/MUMPS-1.71 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KUPl3e find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uGHUX4 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libcrypt.so.1 >= set:ihuTa, libcrypt.so.1(XCRYPT_2.0), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9XsA1D Creating MUMPS-debuginfo package Processing files: MUMPS-debuginfo-1.71-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TV8Tdh find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.z8iGfP find-requires: running scripts (debuginfo) Requires: MUMPS = 1.71-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypt.so.1) Adding to MUMPS-debuginfo a strict dependency on MUMPS Wrote: /usr/src/RPM/RPMS/i586/MUMPS-1.71-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/MUMPS-debuginfo-1.71-alt1.i586.rpm (w2.lzdio) 6.58user 1.76system 0:06.47elapsed 129%CPU (0avgtext+0avgdata 50656maxresident)k 0inputs+0outputs (0major+290199minor)pagefaults 0swaps 0.61user 1.99system 0:11.97elapsed 21%CPU (0avgtext+0avgdata 12512maxresident)k 0inputs+0outputs (0major+94978minor)pagefaults 0swaps --- MUMPS-1.71-alt1.i586.rpm.repo 2020-01-23 14:04:07.000000000 +0000 +++ MUMPS-1.71-alt1.i586.rpm.hasher 2024-04-20 05:25:37.725489115 +0000 @@ -9,2 +9,4 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.15) Requires: libc.so.6(GLIBC_2.2) @@ -12,2 +14,5 @@ Requires: libc.so.6(GLIBC_2.3) +Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -19,3 +24,3 @@ Provides: MUMPS = 1.71-alt1:sisyphus+244857.100.1.1 -File: /usr/bin/mumps 100755 root:root fc3a35775e49044381e293b996cdd56e +File: /usr/bin/mumps 100755 root:root 60e0fbcf5ccc1e724dac4d0af662403d File: /usr/share/doc/MUMPS-1.71 40755 root:root @@ -25,2 +30,2 @@ File: /usr/share/mumps/utils 100755 root:root a755c091a090af2a24301e5b119f75fa -RPMIdentity: 5bd40c98495605588d4b40cc19ae0f200a92eaec011d9d4f5a97ee5b3e6c7ea21ce10d64ee3e944b3434f39121e604be449c55302b24a167e13f0c21413b308e +RPMIdentity: 64cb91eebd3650e2631b9480768e2b4a47e6869b02feeb141d8172898f4f88356c869d4a25a151627bb97584e9213efdf58587201ac86fd47604459556a587b1 --- MUMPS-debuginfo-1.71-alt1.i586.rpm.repo 2020-01-23 14:04:07.000000000 +0000 +++ MUMPS-debuginfo-1.71-alt1.i586.rpm.hasher 2024-04-20 05:25:37.820490941 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/be 40755 root:root -/usr/lib/debug/.build-id/be/86bd5a73ae7274adb6aea703e7a9da4122b805 120777 root:root ../../../../bin/mumps -/usr/lib/debug/.build-id/be/86bd5a73ae7274adb6aea703e7a9da4122b805.debug 120777 root:root ../../usr/bin/mumps.debug +/usr/lib/debug/.build-id/fc 40755 root:root +/usr/lib/debug/.build-id/fc/683a4ea90cb85a56c4bcdd94751169e3b98aed 120777 root:root ../../../../bin/mumps +/usr/lib/debug/.build-id/fc/683a4ea90cb85a56c4bcdd94751169e3b98aed.debug 120777 root:root ../../usr/bin/mumps.debug /usr/lib/debug/usr/bin/mumps.debug 100644 root:root @@ -10,6 +10,6 @@ Provides: MUMPS-debuginfo = 1.71-alt1:sisyphus+244857.100.1.1 -File: /usr/lib/debug/.build-id/be 40755 root:root -File: /usr/lib/debug/.build-id/be/86bd5a73ae7274adb6aea703e7a9da4122b805 120777 root:root ../../../../bin/mumps -File: /usr/lib/debug/.build-id/be/86bd5a73ae7274adb6aea703e7a9da4122b805.debug 120777 root:root ../../usr/bin/mumps.debug -File: /usr/lib/debug/usr/bin/mumps.debug 100644 root:root ba2f0530e856811060a0359ce5c1ae9c -RPMIdentity: 79628232b09cea487222a35e5c0e0c19cfb03e6a66aee4b365cc7f58768eb40315b3e61190402f3bc4c9d31fb8b32382f5276b59cca07a6fb5d6b88a6defd043 +File: /usr/lib/debug/.build-id/fc 40755 root:root +File: /usr/lib/debug/.build-id/fc/683a4ea90cb85a56c4bcdd94751169e3b98aed 120777 root:root ../../../../bin/mumps +File: /usr/lib/debug/.build-id/fc/683a4ea90cb85a56c4bcdd94751169e3b98aed.debug 120777 root:root ../../usr/bin/mumps.debug +File: /usr/lib/debug/usr/bin/mumps.debug 100644 root:root c3ee527ccc190b1637b4bd671a37aafe +RPMIdentity: 05aa7aa5e391e9c07d94829ce0547ed76ec9cd1e1911c6fcb25304fbd9486932875d248234f85e2b1366df35e26d3a3255bdcf6c421e921effe70471adeb6c59