<86>Apr 5 06:25:48 userdel[69132]: delete user 'rooter' <86>Apr 5 06:25:48 userdel[69132]: removed group 'rooter' owned by 'rooter' <86>Apr 5 06:25:48 userdel[69132]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 5 06:25:48 groupadd[69149]: group added to /etc/group: name=rooter, GID=597 <86>Apr 5 06:25:48 groupadd[69149]: group added to /etc/gshadow: name=rooter <86>Apr 5 06:25:48 groupadd[69149]: new group: name=rooter, GID=597 <86>Apr 5 06:25:48 useradd[69170]: new user: name=rooter, UID=597, GID=597, home=/root, shell=/bin/bash <86>Apr 5 06:25:48 userdel[69217]: delete user 'builder' <86>Apr 5 06:25:48 userdel[69217]: removed group 'builder' owned by 'builder' <86>Apr 5 06:25:48 userdel[69217]: removed shadow group 'builder' owned by 'builder' <86>Apr 5 06:25:48 groupadd[69228]: group added to /etc/group: name=builder, GID=598 <86>Apr 5 06:25:48 groupadd[69228]: group added to /etc/gshadow: name=builder <86>Apr 5 06:25:48 groupadd[69228]: new group: name=builder, GID=598 <86>Apr 5 06:25:48 useradd[69236]: new user: name=builder, UID=598, GID=598, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/MUMPS-1.70-alt1.nosrc.rpm Installing MUMPS-1.70-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.37241 + 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.70-src.tar.gz):' Source #0 (mumps-1.70-src.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/mumps-1.70-src.tar.gz + /bin/tar -xf - + cd mumps + /bin/chmod -c -Rf u+rwX,go-w . + cp /usr/src/RPM/SOURCES/docs.html . + make -j8 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_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 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_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 database/db_daemon.c -o database/db_daemon.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_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 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 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] { 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' cptr->len = itocstring(cptr->buf, lino); // convert to a cstring ^~~~ 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 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_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_main.c -o database/db_main.o database/db_main.c: In function 'Copy2local': database/db_main.c:124:7: warning: '__builtin_memmove' offset [9, 10] from the object at 'db_var' is out of the bounds of referenced subobject 'name' with type 'union VAR_U' at offset 0 [-Warray-bounds] bcopy(&systab->tt[i].to_global, &db_var.name, sizeof(var_u) + 2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 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_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/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 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 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 runtime/runtime_attn.c -o runtime/runtime_attn.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 database/db_util.c -o database/db_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 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_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_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 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 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_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 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 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_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_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_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 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 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 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 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] while ((depPtr != ST_DEPEND_NULL) && // while more deps and ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (memcmp(depPtr->bytes, var->key, i) == 0) && // matches ok for i ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ (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] 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] 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] 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:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] { while (SemOp( SEM_GLOBAL, -systab->maxjob)); // lock GLOBAL ^~~~~ runtime/runtime_ssvn.c:674:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 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 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] { 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' i -= k; // remove them (if any) ^ util/util_memory.c:215:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] { 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' 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] { 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' 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] { 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_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] 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' 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 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 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] locktab *plptr; // previous locktab pointer ^~~~~ util/util_lock.c:782:7: warning: variable 'r' set but not used [-Wunused-but-set-variable] 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 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_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 -c seqio/SQ_Seqio.c -o seqio/SQ_Seqio.o 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=] (void) snprintf ( (char *)c->name, MAX_SEQ_NAME, "%s", object->buf ); ^~ seqio/SQ_Seqio.c:415:10: note: 'snprintf' output between 1 and 32768 bytes into a destination of size 256 (void) snprintf ( (char *)c->name, MAX_SEQ_NAME, "%s", object->buf ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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_directory': xcall/xcall.c:344:24: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict] else (void) sprintf ( path, "%s", path ); ^~~~ ~~~~ xcall/xcall.c:364:24: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict] (void) sprintf ( path, "%s%c", path, (char)PATHSEP ); ^~~~ ~~~~ xcall/xcall.c:327:29: warning: '%s' directive writing up to 32767 bytes into a region of size 256 [-Wformat-overflow=] { (void) sprintf ( path, "%s", file->buf ); // Make a local copy of the ^~ xcall/xcall.c:327:12: note: 'sprintf' output between 1 and 32768 bytes into a destination of size 256 { (void) sprintf ( path, "%s", file->buf ); // Make a local copy of the ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xcall/xcall.c:364:35: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] (void) sprintf ( path, "%s%c", path, (char)PATHSEP ); ^ xcall/xcall.c:364:14: note: 'sprintf' output between 2 and 257 bytes into a destination of size 256 (void) sprintf ( path, "%s%c", path, (char)PATHSEP ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xcall/xcall.c:344:14: warning: '__builtin_strcpy' source argument is the same as destination [-Wrestrict] else (void) sprintf ( path, "%s", path ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 /usr/bin/ld.default: init/init_run.o: in function `INIT_Run': init_run.c:(.text+0x3b9): warning: sstk is not implemented and will always fail /usr/bin/ld.default: init_run.c:(.text+0x3b9): warning: sstk is not implemented and will always fail make: Leaving directory '/usr/src/RPM/BUILD/mumps' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.68824 + 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 + 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) Checking contents of files in /usr/src/tmp/MUMPS-buildroot/ (default) Compressing files in /usr/src/tmp/MUMPS-buildroot (auto) 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) Hardlinking identical .pyc and .pyo files Processing files: MUMPS-1.70-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.89710 + 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.70 + export DOCDIR + rm -rf /usr/src/tmp/MUMPS-buildroot/usr/share/doc/MUMPS-1.70 + /bin/mkdir -p /usr/src/tmp/MUMPS-buildroot/usr/share/doc/MUMPS-1.70 + cp -prL docs.html README /usr/src/tmp/MUMPS-buildroot/usr/share/doc/MUMPS-1.70 + chmod -R go-w /usr/src/tmp/MUMPS-buildroot/usr/share/doc/MUMPS-1.70 + chmod -R a+rX /usr/src/tmp/MUMPS-buildroot/usr/share/doc/MUMPS-1.70 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Xp16Wg find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OIHYpN find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), 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.Y0UPQR Creating MUMPS-debuginfo package Processing files: MUMPS-debuginfo-1.70-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cGvGSI find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kb5nHV find-requires: running scripts (debuginfo) Requires: MUMPS = 1.70-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypt.so.1) Wrote: /usr/src/RPM/RPMS/i586/MUMPS-1.70-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/MUMPS-debuginfo-1.70-alt1.i586.rpm 14.89user 1.86system 0:13.39elapsed 125%CPU (0avgtext+0avgdata 45172maxresident)k 0inputs+0outputs (0major+328251minor)pagefaults 0swaps 17.04user 5.70system 0:19.40elapsed 117%CPU (0avgtext+0avgdata 45172maxresident)k 0inputs+0outputs (0major+504529minor)pagefaults 0swaps --- MUMPS-1.70-alt1.i586.rpm.repo 2017-05-29 12:01:07.000000000 +0000 +++ MUMPS-1.70-alt1.i586.rpm.hasher 2019-04-05 06:26:04.530269488 +0000 @@ -12,5 +12,5 @@ Requires: libc.so.6(GLIBC_2.4) -Requires: libcrypt.so.1 >= set:hguT2 +Requires: libcrypt.so.1 >= set:ihuTa Requires: rpmlib(SetVersions) -Requires: libcrypt.so.1(GLIBC_2.0) +Requires: libcrypt.so.1(XCRYPT_2.0) Requires: rtld(GNU_HASH)