<86>Feb 8 13:14:31 userdel[3410389]: delete user 'rooter' <86>Feb 8 13:14:31 userdel[3410389]: removed group 'rooter' owned by 'rooter' <86>Feb 8 13:14:31 userdel[3410389]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 8 13:14:31 groupadd[3410400]: group added to /etc/group: name=rooter, GID=690 <86>Feb 8 13:14:31 groupadd[3410400]: group added to /etc/gshadow: name=rooter <86>Feb 8 13:14:31 groupadd[3410400]: new group: name=rooter, GID=690 <86>Feb 8 13:14:31 useradd[3410414]: new user: name=rooter, UID=690, GID=690, home=/root, shell=/bin/bash <86>Feb 8 13:14:31 userdel[3410442]: delete user 'builder' <86>Feb 8 13:14:31 userdel[3410442]: removed group 'builder' owned by 'builder' <86>Feb 8 13:14:31 userdel[3410442]: removed shadow group 'builder' owned by 'builder' <86>Feb 8 13:14:31 groupadd[3410473]: group added to /etc/group: name=builder, GID=691 <86>Feb 8 13:14:31 groupadd[3410473]: group added to /etc/gshadow: name=builder <86>Feb 8 13:14:31 groupadd[3410473]: new group: name=builder, GID=691 <86>Feb 8 13:14:31 useradd[3410485]: new user: name=builder, UID=691, GID=691, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/asco-0.4.10-alt2.nosrc.rpm (w1.gzdio) Installing asco-0.4.10-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.46468 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf asco-0.4.10 + echo 'Source #0 (asco-0.4.10.tar):' Source #0 (asco-0.4.10.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/asco-0.4.10.tar + cd asco-0.4.10 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.46468 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd asco-0.4.10 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/asco-0.4.10' make -C tools/alter/ make[1]: Entering directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/alter' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/alter' make[1]: Entering directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/alter' gcc -Os -I. -I/usr/include -o alter ../auxfunc/auxfunc.c auxfunc_alter.c alter.c -lm ../auxfunc/auxfunc.c: In function 'fgets2': ../auxfunc/auxfunc.c:148:8: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 148 | (void)fgets(s, n, stream); | ^~~~~~~~~~~~~~~~~~~ auxfunc_alter.c: In function 'CreateALTERinc': auxfunc_alter.c:437:5: warning: implicit declaration of function 'gethostname' [-Wimplicit-function-declaration] 437 | gethostname(data, sizeof(data)); | ^~~~~~~~~~~ auxfunc_alter.c:462:37: warning: format not a string literal and no format arguments [-Wformat-security] 462 | fprintf(falterINC, alter[0].data[1]); | ~~~~~~~~~~~~~^~~ ld: /usr/src/tmp/ccjGVBMl.o:(.bss+0x20): multiple definition of `lkk'; /usr/src/tmp/ccfEXVjl.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccjGVBMl.o:(.bss+0x4): multiple definition of `spice'; /usr/src/tmp/ccfEXVjl.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccjGVBMl.o:(.bss+0x0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccfEXVjl.o:(.bss+0x0): first defined here ld: /usr/src/tmp/cc5y6B9j.o:(.bss+0x4): multiple definition of `spice'; /usr/src/tmp/ccfEXVjl.o:(.bss+0x4): first defined here ld: /usr/src/tmp/cc5y6B9j.o:(.bss+0x0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccfEXVjl.o:(.bss+0x0): first defined here ld: /usr/src/tmp/cc5y6B9j.o:(.bss+0x20): multiple definition of `lkk'; /usr/src/tmp/ccfEXVjl.o:(.bss+0x20): first defined here collect2: error: ld returned 1 exit status make[1]: *** [Makefile:10: alter] Error 1 make[1]: Leaving directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/alter' make: *** [Makefile:20: alter] Error 2 make: Leaving directory '/usr/src/RPM/BUILD/asco-0.4.10' make: *** Waiting for unfinished jobs.... make: Entering directory '/usr/src/RPM/BUILD/asco-0.4.10' make -C tools/monte/ make[1]: Entering directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/monte' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/monte' make[1]: Entering directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/monte' gcc -Os -I. -I/usr/include -o monte ../auxfunc/auxfunc.c auxfunc_monte.c monte.c -lm ../auxfunc/auxfunc.c: In function 'fgets2': ../auxfunc/auxfunc.c:148:8: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 148 | (void)fgets(s, n, stream); | ^~~~~~~~~~~~~~~~~~~ ld: /usr/src/tmp/cc9nEq2a.o:(.bss+0x4): multiple definition of `spice'; /usr/src/tmp/cc7Dgp38.o:(.bss+0x4): first defined here ld: /usr/src/tmp/cc9nEq2a.o:(.bss+0x20): multiple definition of `lkk'; /usr/src/tmp/cc7Dgp38.o:(.bss+0x20): first defined here ld: /usr/src/tmp/cc9nEq2a.o:(.bss+0x0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/cc7Dgp38.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccrqetW8.o:(.bss+0x4): multiple definition of `spice'; /usr/src/tmp/cc7Dgp38.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccrqetW8.o:(.bss+0x0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/cc7Dgp38.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccrqetW8.o:(.bss+0x20): multiple definition of `lkk'; /usr/src/tmp/cc7Dgp38.o:(.bss+0x20): first defined here collect2: error: ld returned 1 exit status make[1]: *** [Makefile:10: monte] Error 1 make[1]: Leaving directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/monte' make: *** [Makefile:26: monte] Error 2 make: Leaving directory '/usr/src/RPM/BUILD/asco-0.4.10' make: Entering directory '/usr/src/RPM/BUILD/asco-0.4.10' make -C tools/log/ make[1]: Entering directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/log' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/log' make[1]: Entering directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/log' gcc -Os -I. -I/usr/include -o log dosdir.c match.c auxfunc.c auxfunc_log.c log.c -lm auxfunc.c: In function 'fgets2': auxfunc.c:148:8: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 148 | (void)fgets(s, n, stream); | ^~~~~~~~~~~~~~~~~~~ ld: /usr/src/tmp/ccgAgqLC.o:(.bss+0x20): multiple definition of `lkk'; /usr/src/tmp/ccuXVnjE.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccgAgqLC.o:(.bss+0x0): multiple definition of `spice'; /usr/src/tmp/ccuXVnjE.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccnbdd2E.o:(.bss+0x0): multiple definition of `spice'; /usr/src/tmp/ccuXVnjE.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccnbdd2E.o:(.bss+0x20): multiple definition of `lkk'; /usr/src/tmp/ccuXVnjE.o:(.bss+0x20): first defined here collect2: error: ld returned 1 exit status make[1]: *** [Makefile:10: log] Error 1 make[1]: Leaving directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/log' make: *** [Makefile:23: log] Error 2 make: Leaving directory '/usr/src/RPM/BUILD/asco-0.4.10' make: Entering directory '/usr/src/RPM/BUILD/asco-0.4.10' make -C tools/postp/ make[1]: Entering directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/postp' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/postp' make[1]: Entering directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/postp' gcc -Os -I. -I/usr/include -o postp ../auxfunc/auxfunc.c auxfunc_updatelis.c auxfunc_measurefromlis.c postp.c -lm ../auxfunc/auxfunc.c: In function 'fgets2': ../auxfunc/auxfunc.c:148:8: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 148 | (void)fgets(s, n, stream); | ^~~~~~~~~~~~~~~~~~~ auxfunc_updatelis.c: In function 'DoCalculations': auxfunc_updatelis.c:95:4: warning: implicit declaration of function 'DetectsTransistorColumns' [-Wimplicit-function-declaration] 95 | j=DetectsTransistorColumns(lelement, index); /*j=number of columns with transistors*/ | ^~~~~~~~~~~~~~~~~~~~~~~~ ld: /usr/src/tmp/ccYY5v4n.o:(.bss+0x1920): multiple definition of `lkk'; /usr/src/tmp/cc5dhWOn.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccYY5v4n.o:(.bss+0x1904): multiple definition of `spice'; /usr/src/tmp/cc5dhWOn.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccYY5v4n.o:(.bss+0x1900): multiple definition of `MPI_EXXIT'; /usr/src/tmp/cc5dhWOn.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccUBZO5p.o:(.bss+0xe14b4): multiple definition of `spice'; /usr/src/tmp/cc5dhWOn.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccUBZO5p.o:(.bss+0xe14c0): multiple definition of `lkk'; /usr/src/tmp/cc5dhWOn.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccUBZO5p.o:(.bss+0xe14b0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/cc5dhWOn.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccXoMedp.o:(.bss+0xe2dc4): multiple definition of `spice'; /usr/src/tmp/cc5dhWOn.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccXoMedp.o:(.bss+0xe2de0): multiple definition of `lkk'; /usr/src/tmp/cc5dhWOn.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccXoMedp.o:(.bss+0x0): multiple definition of `measure'; /usr/src/tmp/ccUBZO5p.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccXoMedp.o:(.bss+0xe14c0): multiple definition of `skip'; /usr/src/tmp/ccYY5v4n.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccXoMedp.o:(.bss+0xe2dc0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/cc5dhWOn.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make[1]: *** [Makefile:10: postp] Error 1 make[1]: Leaving directory '/usr/src/RPM/BUILD/asco-0.4.10/tools/postp' make: *** [Makefile:29: postp] Error 2 make: Leaving directory '/usr/src/RPM/BUILD/asco-0.4.10' make: Entering directory '/usr/src/RPM/BUILD/asco-0.4.10' gcc -Os -I. -I/usr/include -DDEBUG -DASCO -o asco-test auxfunc.c auxfunc_alter.c auxfunc_monte.c auxfunc_measurefromlis.c rfmodule.c initialize.c errfunc.c evaluate.c asco-test.c -lm auxfunc.c: In function 'fgets2': auxfunc.c:148:8: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 148 | (void)fgets(s, n, stream); | ^~~~~~~~~~~~~~~~~~~ auxfunc_alter.c: In function 'CreateALTERinc': auxfunc_alter.c:437:5: warning: implicit declaration of function 'gethostname' [-Wimplicit-function-declaration] 437 | gethostname(data, sizeof(data)); | ^~~~~~~~~~~ auxfunc_alter.c:462:37: warning: format not a string literal and no format arguments [-Wformat-security] 462 | fprintf(falterINC, alter[0].data[1]); | ~~~~~~~~~~~~~^~~ asco-test.c: In function 'main': asco-test.c:105:3: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 105 | chdir(lkk); /*now, change directory */ | ^~~~~~~~~~ ld: /usr/src/tmp/ccL5Qrxa.o:(.bss+0x20): multiple definition of `lkk'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccL5Qrxa.o:(.bss+0x4): multiple definition of `spice'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccL5Qrxa.o:(.bss+0x0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccqCoVGa.o:(.bss+0x4): multiple definition of `spice'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccqCoVGa.o:(.bss+0x20): multiple definition of `lkk'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccqCoVGa.o:(.bss+0x0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccxOGepd.o:(.bss+0xe14b4): multiple definition of `spice'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccxOGepd.o:(.bss+0xe14c0): multiple definition of `lkk'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccxOGepd.o:(.bss+0xe14b0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccstT1Ea.o:(.bss+0x786e4): multiple definition of `spice'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccstT1Ea.o:(.bss+0x786e0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccstT1Ea.o:(.bss+0x78700): multiple definition of `lkk'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccBTLckb.o:(.bss+0x11d7c0): multiple definition of `parameters'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x3c320): first defined here ld: /usr/src/tmp/ccBTLckb.o:(.bss+0xe14e0): multiple definition of `measurements'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x40): first defined here ld: /usr/src/tmp/ccBTLckb.o:(.bss+0x159ba0): multiple definition of `lkk'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccBTLckb.o:(.bss+0xe14d0): multiple definition of `AlterMC'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccBTLckb.o:(.bss+0xe14c8): multiple definition of `AlterMCcost'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x18): first defined here ld: /usr/src/tmp/ccBTLckb.o:(.bss+0xe14b0): multiple definition of `ExecuteRF'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccBTLckb.o:(.bss+0x159b84): multiple definition of `spice'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccBTLckb.o:(.bss+0x0): multiple definition of `measure'; /usr/src/tmp/ccxOGepd.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccBTLckb.o:(.bss+0xe14b8): multiple definition of `Wcon'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x8): first defined here ld: /usr/src/tmp/ccBTLckb.o:(.bss+0xe14c0): multiple definition of `Wobj'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x10): first defined here ld: /usr/src/tmp/ccBTLckb.o:(.bss+0x159b80): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccAHXSgb.o:(.bss+0xe14e0): multiple definition of `measurements'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x40): first defined here ld: /usr/src/tmp/ccAHXSgb.o:(.bss+0xe14c8): multiple definition of `Wobj'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x10): first defined here ld: /usr/src/tmp/ccAHXSgb.o:(.bss+0xe14c0): multiple definition of `Wcon'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x8): first defined here ld: /usr/src/tmp/ccAHXSgb.o:(.bss+0x159b84): multiple definition of `spice'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccAHXSgb.o:(.bss+0x11d7c0): multiple definition of `parameters'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x3c320): first defined here ld: /usr/src/tmp/ccAHXSgb.o:(.bss+0x0): multiple definition of `measure'; /usr/src/tmp/ccxOGepd.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccAHXSgb.o:(.bss+0x159ba0): multiple definition of `lkk'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccAHXSgb.o:(.bss+0xe14d0): multiple definition of `AlterMCcost'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x18): first defined here ld: /usr/src/tmp/ccAHXSgb.o:(.bss+0xe14d8): multiple definition of `AlterMC'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccAHXSgb.o:(.bss+0xe14b8): multiple definition of `ExecuteRF'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccAHXSgb.o:(.bss+0x159b80): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccwYrlva.o:(.bss+0x3c320): multiple definition of `parameters'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x3c320): first defined here ld: /usr/src/tmp/ccwYrlva.o:(.bss+0x786e4): multiple definition of `spice'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccwYrlva.o:(.bss+0x28): multiple definition of `AlterMC'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccwYrlva.o:(.bss+0x0): multiple definition of `maxcost'; /usr/src/tmp/ccAHXSgb.o:(.bss+0xe14b0): first defined here ld: /usr/src/tmp/ccwYrlva.o:(.bss+0x8): multiple definition of `ExecuteRF'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccwYrlva.o:(.bss+0x10): multiple definition of `Wcon'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x8): first defined here ld: /usr/src/tmp/ccwYrlva.o:(.bss+0x18): multiple definition of `Wobj'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x10): first defined here ld: /usr/src/tmp/ccwYrlva.o:(.bss+0x20): multiple definition of `AlterMCcost'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x18): first defined here ld: /usr/src/tmp/ccwYrlva.o:(.bss+0x40): multiple definition of `measurements'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x40): first defined here ld: /usr/src/tmp/ccwYrlva.o:(.bss+0x786e0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccwYrlva.o:(.bss+0x78700): multiple definition of `lkk'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccvbH2Gb.o:(.bss+0x78700): multiple definition of `lkk'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccvbH2Gb.o:(.bss+0x786e4): multiple definition of `spice'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccvbH2Gb.o:(.bss+0x3c320): multiple definition of `parameters'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x3c320): first defined here ld: /usr/src/tmp/ccvbH2Gb.o:(.bss+0x18): multiple definition of `Wobj'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x10): first defined here ld: /usr/src/tmp/ccvbH2Gb.o:(.bss+0x10): multiple definition of `Wcon'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x8): first defined here ld: /usr/src/tmp/ccvbH2Gb.o:(.bss+0x28): multiple definition of `AlterMC'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccvbH2Gb.o:(.bss+0x0): multiple definition of `maxcost'; /usr/src/tmp/ccAHXSgb.o:(.bss+0xe14b0): first defined here ld: /usr/src/tmp/ccvbH2Gb.o:(.bss+0x8): multiple definition of `ExecuteRF'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccvbH2Gb.o:(.bss+0x20): multiple definition of `AlterMCcost'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x18): first defined here ld: /usr/src/tmp/ccvbH2Gb.o:(.bss+0x40): multiple definition of `measurements'; /usr/src/tmp/ccstT1Ea.o:(.bss+0x40): first defined here ld: /usr/src/tmp/ccvbH2Gb.o:(.bss+0x786e0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccuBGVkc.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:11: asco-test] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/asco-0.4.10' make: Entering directory '/usr/src/RPM/BUILD/asco-0.4.10' gcc -Os -I. -I/usr/include -DASCO -o asco auxfunc.c auxfunc_alter.c auxfunc_monte.c auxfunc_measurefromlis.c rfmodule.c initialize.c errfunc.c evaluate.c de36.c hooke.c nmlatest.c asco.c -lm auxfunc.c: In function 'fgets2': auxfunc.c:148:8: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 148 | (void)fgets(s, n, stream); | ^~~~~~~~~~~~~~~~~~~ auxfunc_alter.c: In function 'CreateALTERinc': auxfunc_alter.c:437:5: warning: implicit declaration of function 'gethostname' [-Wimplicit-function-declaration] 437 | gethostname(data, sizeof(data)); | ^~~~~~~~~~~ auxfunc_alter.c:462:37: warning: format not a string literal and no format arguments [-Wformat-security] 462 | fprintf(falterINC, alter[0].data[1]); | ~~~~~~~~~~~~~^~~ asco.c: In function 'main': asco.c:139:3: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 139 | chdir(lkk); /*now, change directory */ | ^~~~~~~~~~ asco.c:241:2: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result] 241 | getcwd(lkk, sizeof(lkk)); | ^~~~~~~~~~~~~~~~~~~~~~~~ asco.c:406:4: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 406 | system(lkk); /*copy simulation output file*/ | ^~~~~~~~~~~ asco.c:408:4: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 408 | system(lkk); /*copy log file*/ | ^~~~~~~~~~~ ld: /usr/src/tmp/ccGYPTvR.o:(.bss+0x20): multiple definition of `lkk'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccGYPTvR.o:(.bss+0x4): multiple definition of `spice'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccGYPTvR.o:(.bss+0x0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x0): first defined here ld: /usr/src/tmp/cckR3fBS.o:(.bss+0x4): multiple definition of `spice'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x4): first defined here ld: /usr/src/tmp/cckR3fBS.o:(.bss+0x20): multiple definition of `lkk'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x20): first defined here ld: /usr/src/tmp/cckR3fBS.o:(.bss+0x0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x0): first defined here ld: /usr/src/tmp/cclYfduV.o:(.bss+0xe14b4): multiple definition of `spice'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x4): first defined here ld: /usr/src/tmp/cclYfduV.o:(.bss+0xe14c0): multiple definition of `lkk'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x20): first defined here ld: /usr/src/tmp/cclYfduV.o:(.bss+0xe14b0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccIAgsnS.o:(.bss+0x786e4): multiple definition of `spice'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccIAgsnS.o:(.bss+0x786e0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccIAgsnS.o:(.bss+0x78700): multiple definition of `lkk'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x20): first defined here ld: /usr/src/tmp/cckGFLeU.o:(.bss+0x11d7c0): multiple definition of `parameters'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x3c320): first defined here ld: /usr/src/tmp/cckGFLeU.o:(.bss+0xe14e0): multiple definition of `measurements'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x40): first defined here ld: /usr/src/tmp/cckGFLeU.o:(.bss+0x159ba0): multiple definition of `lkk'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x20): first defined here ld: /usr/src/tmp/cckGFLeU.o:(.bss+0xe14d0): multiple definition of `AlterMC'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x20): first defined here ld: /usr/src/tmp/cckGFLeU.o:(.bss+0xe14c8): multiple definition of `AlterMCcost'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x18): first defined here ld: /usr/src/tmp/cckGFLeU.o:(.bss+0xe14b0): multiple definition of `ExecuteRF'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x0): first defined here ld: /usr/src/tmp/cckGFLeU.o:(.bss+0x159b84): multiple definition of `spice'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x4): first defined here ld: /usr/src/tmp/cckGFLeU.o:(.bss+0x0): multiple definition of `measure'; /usr/src/tmp/cclYfduV.o:(.bss+0x0): first defined here ld: /usr/src/tmp/cckGFLeU.o:(.bss+0xe14b8): multiple definition of `Wcon'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x8): first defined here ld: /usr/src/tmp/cckGFLeU.o:(.bss+0xe14c0): multiple definition of `Wobj'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x10): first defined here ld: /usr/src/tmp/cckGFLeU.o:(.bss+0x159b80): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccluTXJU.o:(.bss+0xe14e0): multiple definition of `measurements'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x40): first defined here ld: /usr/src/tmp/ccluTXJU.o:(.bss+0xe14c8): multiple definition of `Wobj'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x10): first defined here ld: /usr/src/tmp/ccluTXJU.o:(.bss+0xe14c0): multiple definition of `Wcon'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x8): first defined here ld: /usr/src/tmp/ccluTXJU.o:(.bss+0x159b84): multiple definition of `spice'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccluTXJU.o:(.bss+0x11d7c0): multiple definition of `parameters'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x3c320): first defined here ld: /usr/src/tmp/ccluTXJU.o:(.bss+0x0): multiple definition of `measure'; /usr/src/tmp/cclYfduV.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccluTXJU.o:(.bss+0x159ba0): multiple definition of `lkk'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccluTXJU.o:(.bss+0xe14d0): multiple definition of `AlterMCcost'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x18): first defined here ld: /usr/src/tmp/ccluTXJU.o:(.bss+0xe14d8): multiple definition of `AlterMC'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccluTXJU.o:(.bss+0xe14b8): multiple definition of `ExecuteRF'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccluTXJU.o:(.bss+0x159b80): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccJhv1yT.o:(.bss+0x786e4): multiple definition of `spice'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x4): first defined here ld: /usr/src/tmp/ccJhv1yT.o:(.bss+0x0): multiple definition of `maxcost'; /usr/src/tmp/ccluTXJU.o:(.bss+0xe14b0): first defined here ld: /usr/src/tmp/ccJhv1yT.o:(.bss+0x8): multiple definition of `ExecuteRF'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccJhv1yT.o:(.bss+0x10): multiple definition of `Wcon'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x8): first defined here ld: /usr/src/tmp/ccJhv1yT.o:(.bss+0x18): multiple definition of `Wobj'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x10): first defined here ld: /usr/src/tmp/ccJhv1yT.o:(.bss+0x20): multiple definition of `AlterMCcost'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x18): first defined here ld: /usr/src/tmp/ccJhv1yT.o:(.bss+0x28): multiple definition of `AlterMC'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccJhv1yT.o:(.bss+0x40): multiple definition of `measurements'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x40): first defined here ld: /usr/src/tmp/ccJhv1yT.o:(.bss+0x3c320): multiple definition of `parameters'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x3c320): first defined here ld: /usr/src/tmp/ccJhv1yT.o:(.bss+0x786e0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccJhv1yT.o:(.bss+0x78700): multiple definition of `lkk'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccoBAVvT.o:(.bss+0x78700): multiple definition of `lkk'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccoBAVvT.o:(.bss+0x3c320): multiple definition of `parameters'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x3c320): first defined here ld: /usr/src/tmp/ccoBAVvT.o:(.bss+0x10): multiple definition of `Wobj'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x10): first defined here ld: /usr/src/tmp/ccoBAVvT.o:(.bss+0x8): multiple definition of `Wcon'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x8): first defined here ld: /usr/src/tmp/ccoBAVvT.o:(.bss+0x0): multiple definition of `ExecuteRF'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccoBAVvT.o:(.bss+0x18): multiple definition of `AlterMCcost'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x18): first defined here ld: /usr/src/tmp/ccoBAVvT.o:(.bss+0x20): multiple definition of `AlterMC'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x20): first defined here ld: /usr/src/tmp/ccoBAVvT.o:(.bss+0x40): multiple definition of `measurements'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x40): first defined here ld: /usr/src/tmp/ccoBAVvT.o:(.bss+0x786e0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x0): first defined here ld: /usr/src/tmp/ccoBAVvT.o:(.bss+0x786e4): multiple definition of `spice'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x4): first defined here ld: /usr/src/tmp/cc613kpT.o:(.bss+0x3c320): multiple definition of `parameters'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x3c320): first defined here ld: /usr/src/tmp/cc613kpT.o:(.bss+0x0): multiple definition of `ExecuteRF'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x0): first defined here ld: /usr/src/tmp/cc613kpT.o:(.bss+0x8): multiple definition of `Wcon'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x8): first defined here ld: /usr/src/tmp/cc613kpT.o:(.bss+0x10): multiple definition of `Wobj'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x10): first defined here ld: /usr/src/tmp/cc613kpT.o:(.bss+0x18): multiple definition of `AlterMCcost'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x18): first defined here ld: /usr/src/tmp/cc613kpT.o:(.bss+0x20): multiple definition of `AlterMC'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x20): first defined here ld: /usr/src/tmp/cc613kpT.o:(.bss+0x40): multiple definition of `measurements'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x40): first defined here ld: /usr/src/tmp/cc613kpT.o:(.bss+0x786e0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x0): first defined here ld: /usr/src/tmp/cc613kpT.o:(.bss+0x786e4): multiple definition of `spice'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x4): first defined here ld: /usr/src/tmp/cc613kpT.o:(.bss+0x78700): multiple definition of `lkk'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x20): first defined here ld: /usr/src/tmp/cc5bdjtT.o:(.bss+0x78700): multiple definition of `lkk'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x20): first defined here ld: /usr/src/tmp/cc5bdjtT.o:(.bss+0x786e4): multiple definition of `spice'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x4): first defined here ld: /usr/src/tmp/cc5bdjtT.o:(.bss+0x3c320): multiple definition of `parameters'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x3c320): first defined here ld: /usr/src/tmp/cc5bdjtT.o:(.bss+0x786e0): multiple definition of `MPI_EXXIT'; /usr/src/tmp/ccBvoHzT.o:(.bss+0x0): first defined here ld: /usr/src/tmp/cc5bdjtT.o:(.bss+0x0): multiple definition of `maxcost'; /usr/src/tmp/ccluTXJU.o:(.bss+0xe14b0): first defined here ld: /usr/src/tmp/cc5bdjtT.o:(.bss+0x8): multiple definition of `ExecuteRF'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x0): first defined here ld: /usr/src/tmp/cc5bdjtT.o:(.bss+0x10): multiple definition of `Wcon'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x8): first defined here ld: /usr/src/tmp/cc5bdjtT.o:(.bss+0x18): multiple definition of `Wobj'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x10): first defined here ld: /usr/src/tmp/cc5bdjtT.o:(.bss+0x20): multiple definition of `AlterMCcost'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x18): first defined here ld: /usr/src/tmp/cc5bdjtT.o:(.bss+0x28): multiple definition of `AlterMC'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x20): first defined here ld: /usr/src/tmp/cc5bdjtT.o:(.bss+0x40): multiple definition of `measurements'; /usr/src/tmp/ccIAgsnS.o:(.bss+0x40): first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:14: asco] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/asco-0.4.10' error: Bad exit status from /usr/src/tmp/rpm-tmp.46468 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.46468 (%build) Command exited with non-zero status 1 8.81user 0.58system 0:04.13elapsed 227%CPU (0avgtext+0avgdata 30936maxresident)k 0inputs+0outputs (0major+181311minor)pagefaults 0swaps hsh-rebuild: rebuild of `asco-0.4.10-alt2.src.rpm' failed. Command exited with non-zero status 1 13.14user 2.98system 0:10.70elapsed 150%CPU (0avgtext+0avgdata 104048maxresident)k 0inputs+0outputs (0major+336960minor)pagefaults 0swaps