<86>Jul 23 04:25:41 userdel[1525420]: delete user 'rooter' <86>Jul 23 04:25:41 userdel[1525420]: removed group 'rooter' owned by 'rooter' <86>Jul 23 04:25:41 userdel[1525420]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 23 04:25:41 groupadd[1525455]: group added to /etc/group: name=rooter, GID=981 <86>Jul 23 04:25:41 groupadd[1525455]: group added to /etc/gshadow: name=rooter <86>Jul 23 04:25:41 groupadd[1525455]: new group: name=rooter, GID=981 <86>Jul 23 04:25:41 useradd[1525485]: new user: name=rooter, UID=981, GID=981, home=/root, shell=/bin/bash <86>Jul 23 04:25:41 userdel[1525516]: delete user 'builder' <86>Jul 23 04:25:41 userdel[1525516]: removed group 'builder' owned by 'builder' <86>Jul 23 04:25:41 userdel[1525516]: removed shadow group 'builder' owned by 'builder' <86>Jul 23 04:25:41 groupadd[1525541]: group added to /etc/group: name=builder, GID=982 <86>Jul 23 04:25:41 groupadd[1525541]: group added to /etc/gshadow: name=builder <86>Jul 23 04:25:41 groupadd[1525541]: new group: name=builder, GID=982 <86>Jul 23 04:25:41 useradd[1525565]: new user: name=builder, UID=982, GID=982, home=/usr/src, shell=/bin/bash <13>Jul 23 04:25:42 rpmi: libquadmath0-12.1.1-alt1 sisyphus+300988.100.1.1 1654028661 installed <13>Jul 23 04:25:42 rpmi: libquadmath12-devel-12.1.1-alt1 sisyphus+300988.100.1.1 1654028661 installed <13>Jul 23 04:25:43 rpmi: libgfortran5-12.1.1-alt1 sisyphus+300988.100.1.1 1654028661 installed <13>Jul 23 04:25:43 rpmi: libgomp1-12.1.1-alt1 sisyphus+300988.100.1.1 1654028661 installed <13>Jul 23 04:25:43 rpmi: libgomp12-devel-12.1.1-alt1 sisyphus+300988.100.1.1 1654028661 installed <13>Jul 23 04:25:43 rpmi: gcc-fortran-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jul 23 04:25:43 rpmi: libgfortran12-devel-12.1.1-alt1 sisyphus+300988.100.1.1 1654028661 installed <13>Jul 23 04:25:43 rpmi: gcc12-fortran-12.1.1-alt1 sisyphus+300988.100.1.1 1654028661 installed <13>Jul 23 04:25:43 rpmi: gcc-fortran-12-alt1 sisyphus+300988.300.1.1 1654033914 installed <13>Jul 23 04:25:43 rpmi: libgomp-devel-12-alt1 sisyphus+300988.300.1.1 1654033053 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/atlas-3.9.35-alt1.qa1.nosrc.rpm (w1.gzdio) Installing atlas-3.9.35-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.57047 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ATLAS + echo 'Source #0 (atlas-3.9.35.tar):' Source #0 (atlas-3.9.35.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/atlas-3.9.35.tar + cd ATLAS + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (atlas-3.7.11-alt6.qa1.patch):' Patch #0 (atlas-3.7.11-alt6.qa1.patch): + /usr/bin/patch -p1 patching file .gear-rules patching file .gear/tags/59ae7dbbc04bf57b482668e1d112d4d98d4840aa patching file .gear/tags/list patching file README.ALT patching file atlas-run.sh patching file atlas.mk patching file atlas.spec + ln -s atlas.mk Make.Linux_i586 + ln -s atlas.mk Make.Linux_sse2 + ln -s atlas.mk Make.Linux_amd64 + chmod +x atlas-run.sh + ln -s ../atlas-run.sh CONFIG/ATLrun.Linux_i586 + ln -s ../atlas-run.sh CONFIG/ATLrun.Linux_sse2 + ln -s ../atlas-run.sh CONFIG/ATLrun.Linux_amd64 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.62071 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ATLAS + mkdir BUILD + pushd BUILD ~/RPM/BUILD/ATLAS/BUILD ~/RPM/BUILD/ATLAS + confIt + ../configure -Si cputhrchk 0 -Si omp 1 -b 32 -D c -DWALL -Fa alg '-g -Wa,--noexecstack -fPIC' --cc=gcc '--cflags=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -falign-loops=4 -mfpmath=387' --prefix=/usr/src/tmp/atlas-buildroot/usr --incdir=/usr/src/tmp/atlas-buildroot/usr/include --libdir=/usr/src/tmp/atlas-buildroot/usr/lib --shared make: Entering directory '/usr/src/RPM/BUILD/ATLAS/BUILD' gcc -I/usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -falign-loops=4 -mfpmath=387 -DATL_DYLIBS -c /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c: In function 'GetInt': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:55:46: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] 55 | if (expstr) fprintf(stdout, "%sEnter %s [%d]: ", spc, expstr, Default); | ~^ ~~~~~~~ | | | | int long int | %ld /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c: In function 'GetIntRange': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:71:30: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 71 | fprintf(stderr, "\n%d larger than max value of %d. Try again.\n\n", | ~^ | | | int | %ld 72 | i, Max); | ~ | | | long int /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:71:58: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 71 | fprintf(stderr, "\n%d larger than max value of %d. Try again.\n\n", | ~^ | | | int | %ld 72 | i, Max); | ~~~ | | | long int /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:77:30: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 77 | fprintf(stderr, "\n%d smaller than min value of %d. Try again.\n\n", | ~^ | | | int | %ld 78 | i, Min); | ~ | | | long int /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:77:59: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 77 | fprintf(stderr, "\n%d smaller than min value of %d. Try again.\n\n", | ~^ | | | int | %ld 78 | i, Min); | ~~~ | | | long int /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c: In function 'GetIntVer': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:93:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 93 | fprintf(stdout, "%s You entered: %d\n", spc, i); | ~^ ~ | | | | int long int | %ld /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c: In function 'GetString': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:125:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 125 | for (i=0; str0[i] = str[i]; i++); | ^~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c: In function 'GetFirstInt': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:213:11: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] 213 | if (isdigit(ln[i])) | ^~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:176:1: note: include '' or provide a declaration of 'isdigit' 175 | #include +++ |+#include 176 | #define ATL_UseStringVarArgs /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c: In function 'GetFirstLong': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:230:26: warning: format '%ld' expects argument of type 'long int *', but argument 3 has type 'long long int *' [-Wformat=] 230 | sscanf(ln+i, "%ld", &iret); | ~~^ ~~~~~ | | | | | long long int * | long int * | %lld /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c: In function 'CmndOneLine': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:321:8: warning: unused variable 'i' [-Wunused-variable] 321 | int i; | ^ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c: In function 'GetIntBeforeWord': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:349:10: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] 349 | while(isspace(*sp) && sp != ln) sp--; | ^~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:349:10: note: include '' or provide a declaration of 'isspace' /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c: In function 'GetPathWithoutName': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:587:11: warning: variable 'lastslash' set but not used [-Wunused-but-set-variable] 587 | int i, lastslash; | ^~~~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c: In function 'GetEnter': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:371:4: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 371 | fgets(ln, 128, stdin); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:30: /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h: At top level: /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:92:14: warning: 'COMPNAME' defined but not used [-Wunused-variable] 92 | static char *COMPNAME[NCOMP]={"ICC","SMC","DMC","SKC","DKC","XCC","F77"}; | ^~~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:76:14: warning: 'ASMNAM' defined but not used [-Wunused-variable] 76 | static char *ASMNAM[NASMD] = | ^~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:67:14: warning: 'ISAXNAM' defined but not used [-Wunused-variable] 67 | static char *ISAXNAM[NISA] = | ^~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:59:14: warning: 'f2c_strstr' defined but not used [-Wunused-variable] 59 | static char *f2c_strstr[5]= | ^~~~~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:56:14: warning: 'f2c_intstr' defined but not used [-Wunused-variable] 56 | static char *f2c_intstr[5] = | ^~~~~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:55:14: warning: 'f2c_namestr' defined but not used [-Wunused-variable] 55 | static char *f2c_namestr[5] = {"UNKNOWN","Add_", "Add__", "NoChange", "UpCase"}; | ^~~~~~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:21:14: warning: 'machnam' defined but not used [-Wunused-variable] 21 | static char *machnam[NMACH] = | ^~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:10:14: warning: 'osnam' defined but not used [-Wunused-variable] 10 | static char *osnam[NOS] = | ^~~~~ gcc -I/usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -falign-loops=4 -mfpmath=387 -DATL_DYLIBS -o xconfig /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c atlconf_misc.o /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c: In function 'GetStrProbe': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:12:16: warning: unused variable 'i' [-Wunused-variable] 12 | int ierr=0, i; | ^ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c: In function 'ProbeComp': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:132:14: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] 132 | if (isdigit(ln[0])) | ^~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:2:1: note: include '' or provide a declaration of 'isdigit' 1 | #include "atlconf.h" +++ |+#include 2 | In file included from /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:7, from /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:1: /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:142:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 142 | assert(ln[i] = '('); | ^~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c: In function 'PathLength': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:254:14: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] 254 | for (i=0; isspace(str[i]); i++); /* skip leading spaces */ | ^~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:254:14: note: include '' or provide a declaration of 'isspace' /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c: In function 'ProbeF77LIB': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:292:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 292 | while (sp = strstr(sp, "-L")) | ^~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c: In function 'ProbeArch': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:366:8: warning: unused variable 'i' [-Wunused-variable] 366 | int i, iret; | ^ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c: In function 'ProbeMhz': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:378:8: warning: unused variable 'i' [-Wunused-variable] 378 | int i, iret; | ^ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c: In function 'ProbeNcpu': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:391:8: warning: unused variable 'i' [-Wunused-variable] 391 | int i, iret; | ^ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c: In function 'ProbeCPUThrottle': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:421:8: warning: unused variable 'i' [-Wunused-variable] 421 | int i, iret; | ^ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c: In function 'SpewItForth': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:484:37: warning: unused variable 'archflags' [-Wunused-variable] 484 | char ln[4096], compsflags[1024], archflags[1024]; | ^~~~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c: In function 'GetFlags': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:623:9: warning: unused variable 'ln' [-Wunused-variable] 623 | char ln[1024]; | ^~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c: At top level: /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:882:1: warning: return type defaults to 'int' [-Wimplicit-int] 882 | main(int nargs, char **args) | ^~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c: In function 'main': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:982:29: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 982 | else if (OS == OSIRIX && CompIsMIPSpro(comps[DKC_]) || | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:886:40: warning: unused variable 'f2cstr' [-Wunused-variable] 886 | int i, verb, asmb, f2cname, f2cint, f2cstr, ncpu, nof77, nocygwin; | ^~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:886:32: warning: unused variable 'f2cint' [-Wunused-variable] 886 | int i, verb, asmb, f2cname, f2cint, f2cstr, ncpu, nof77, nocygwin; | ^~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:886:23: warning: unused variable 'f2cname' [-Wunused-variable] 886 | int i, verb, asmb, f2cname, f2cint, f2cstr, ncpu, nof77, nocygwin; | ^~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:993:4: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 993 | system("make confclean"); | ^~~~~~~~~~~~~~~~~~~~~~~~ ld: /usr/src/tmp/ccIFhw3o.ltrans0.ltrans.o: in function `CmndResults.constprop.0': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:306: warning: the use of `tmpnam' is dangerous, better use `mkstemp' make: Leaving directory '/usr/src/RPM/BUILD/ATLAS/BUILD' ./xconfig -d s /usr/src/RPM/BUILD/ATLAS/BUILD/../ -d b /usr/src/RPM/BUILD/ATLAS/BUILD -Si cputhrchk 0 -Si omp 1 -b 32 -D c -DWALL -Fa alg '-g -Wa,--noexecstack -fPIC' -D c -DATL_DYLIBS /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/probe_OS.c: In function 'ProbeOS': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/probe_OS.c:7:16: warning: unused variable 'i' [-Wunused-variable] 7 | enum OSTYPE i, OS; | ^ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/probe_OS.c: At top level: /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/probe_OS.c:93:1: warning: return type defaults to 'int' [-Wimplicit-int] 93 | main(int nargs, char **args) | ^~~~ In file included from /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/probe_OS.c:1: /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:92:14: warning: 'COMPNAME' defined but not used [-Wunused-variable] 92 | static char *COMPNAME[NCOMP]={"ICC","SMC","DMC","SKC","DKC","XCC","F77"}; | ^~~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:76:14: warning: 'ASMNAM' defined but not used [-Wunused-variable] 76 | static char *ASMNAM[NASMD] = | ^~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:67:14: warning: 'ISAXNAM' defined but not used [-Wunused-variable] 67 | static char *ISAXNAM[NISA] = | ^~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:59:14: warning: 'f2c_strstr' defined but not used [-Wunused-variable] 59 | static char *f2c_strstr[5]= | ^~~~~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:56:14: warning: 'f2c_intstr' defined but not used [-Wunused-variable] 56 | static char *f2c_intstr[5] = | ^~~~~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:55:14: warning: 'f2c_namestr' defined but not used [-Wunused-variable] 55 | static char *f2c_namestr[5] = {"UNKNOWN","Add_", "Add__", "NoChange", "UpCase"}; | ^~~~~~~~~~~ /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/include/atlconf.h:21:14: warning: 'machnam' defined but not used [-Wunused-variable] 21 | static char *machnam[NMACH] = | ^~~~~~~ ld: /usr/src/tmp/cc5O1qCq.ltrans0.ltrans.o: in function `CmndResults': /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/atlconf_misc.c:306: warning: the use of `tmpnam' is dangerous, better use `mkstemp' xconfig: /usr/src/RPM/BUILD/ATLAS/BUILD/..//CONFIG/src/config.c:334: ProbeOS: Assertion `iret' failed. /bin/sh: line 1: 1571297 Aborted ./xconfig -d s /usr/src/RPM/BUILD/ATLAS/BUILD/../ -d b /usr/src/RPM/BUILD/ATLAS/BUILD -Si cputhrchk 0 -Si omp 1 -b 32 -D c -DWALL -Fa alg '-g -Wa,--noexecstack -fPIC' -D c -DATL_DYLIBS xconfig exited with 134 error: Bad exit status from /usr/src/tmp/rpm-tmp.62071 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.62071 (%build) Command exited with non-zero status 1 0.98user 0.52system 0:01.41elapsed 106%CPU (0avgtext+0avgdata 32096maxresident)k 0inputs+0outputs (0major+113236minor)pagefaults 0swaps hsh-rebuild: rebuild of `atlas-3.9.35-alt1.qa1.src.rpm' failed. Command exited with non-zero status 1 4.02user 3.40system 0:06.56elapsed 113%CPU (0avgtext+0avgdata 103372maxresident)k 23128inputs+0outputs (30458major+321967minor)pagefaults 0swaps