<86>Jan 26 06:45:13 userdel[14632]: delete user 'rooter' <86>Jan 26 06:45:13 groupadd[14646]: group added to /etc/group: name=rooter, GID=552 <86>Jan 26 06:45:13 groupadd[14646]: group added to /etc/gshadow: name=rooter <86>Jan 26 06:45:13 groupadd[14646]: new group: name=rooter, GID=552 <86>Jan 26 06:45:13 useradd[14657]: new user: name=rooter, UID=552, GID=552, home=/root, shell=/bin/bash <86>Jan 26 06:45:13 userdel[14669]: delete user 'builder' <86>Jan 26 06:45:13 userdel[14669]: removed group 'builder' owned by 'builder' <86>Jan 26 06:45:13 userdel[14669]: removed shadow group 'builder' owned by 'builder' <86>Jan 26 06:45:13 groupadd[14686]: group added to /etc/group: name=builder, GID=553 <86>Jan 26 06:45:13 groupadd[14686]: group added to /etc/gshadow: name=builder <86>Jan 26 06:45:13 groupadd[14686]: new group: name=builder, GID=553 <86>Jan 26 06:45:13 useradd[14694]: new user: name=builder, UID=553, GID=553, home=/usr/src, shell=/bin/bash <13>Jan 26 06:45:17 rpmi: libtinfo-devel-5.9-alt8 1456756589 installed <13>Jan 26 06:45:17 rpmi: gcc-c++-common-1.4.20-alt1 1432315196 installed <13>Jan 26 06:45:18 rpmi: libstdc++6-devel-6.3.1-alt1 1484277945 installed <13>Jan 26 06:45:19 rpmi: gcc6-c++-6.3.1-alt1 1484277945 installed <13>Jan 26 06:45:19 rpmi: libncurses-devel-5.9-alt8 1456756589 installed Installing TurionPowerControl-0.44-alt1.rc2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.43022 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf tpc-0.44-rc2 + echo 'Source #0 (tpc-0.44-rc2.tar.gz):' Source #0 (tpc-0.44-rc2.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/tpc-0.44-rc2.tar.gz + /bin/tar -xf - + cd tpc-0.44-rc2 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.43022 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tpc-0.44-rc2 + cd src + '[' -n '' ']' + NPROCS=1 + make -j1 make: Entering directory `/usr/src/RPM/BUILD/tpc-0.44-rc2/src' mkdir -p obj/i686 /bin/sh: svn: command not found /bin/sh: svnversion: command not found g++ -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF obj/i686/.TurionPowerControl.d -MT obj/i686/TurionPowerControl.o -c -o obj/i686/TurionPowerControl.o TurionPowerControl.cpp g++ -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF obj/i686/.config.d -MT obj/i686/config.o -c -o obj/i686/config.o config.cpp config.cpp: In member function 'int CfgManager::consumePStateSection()': config.cpp:49:26: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fgets (line,256,cfgFile); ^ config.cpp:87:28: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fgets (line,256,cfgFile); ^ config.cpp:89:32: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%d", &vid); ^ config.cpp:91:32: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%f", &fid); ^ config.cpp:93:32: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%f", &did); ^ config.cpp:99:38: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%d", &frequency); ^ config.cpp:101:36: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%f", &voltage); ^ config.cpp:103:38: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%f", &nbvoltage); ^ config.cpp:105:34: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%d", &nbvid); ^ config.cpp: In member function 'int CfgManager::consumeGeneralSection()': config.cpp:181:28: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fgets (line,256,cfgFile); ^ config.cpp:190:33: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%u", &temp); ^ config.cpp:193:33: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%d", &temp); ^ config.cpp:197:33: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%d", &temp); ^ config.cpp:200:33: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%d", &temp); ^ config.cpp:203:33: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%d", &temp); ^ config.cpp:206:33: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%d", &temp); ^ config.cpp:213:33: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%d", &temp); ^ config.cpp:216:32: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile,"%d", &temp); ^ config.cpp:220:32: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile,"%d", &temp); ^ config.cpp:224:33: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile,"%f", &ftemp); ^ config.cpp: In member function 'int CfgManager::consumeScalerSection()': config.cpp:258:28: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fgets (line,256,cfgFile); ^ config.cpp:267:33: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%d", &temp); ^ config.cpp:270:35: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%s", strTemp); ^ config.cpp:278:33: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%d", &temp); ^ config.cpp:282:33: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile, "%d", &temp); ^ config.cpp: In member function 'int CfgManager::parseCfgFile()': config.cpp:318:28: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fgets (line,256,cfgFile); ^ config.cpp:327:30: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf (cfgFile,"%s",line); ^ config.cpp:341:28: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fgets (line,256,cfgFile); ^ g++ -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF obj/i686/.cpuPrimitives.d -MT obj/i686/cpuPrimitives.o -c -o obj/i686/cpuPrimitives.o cpuPrimitives.cpp g++ -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF obj/i686/.Griffin.d -MT obj/i686/Griffin.o -c -o obj/i686/Griffin.o Griffin.cpp Griffin.cpp: In member function 'virtual void Griffin::perfCounterGetValue(unsigned int)': Griffin.cpp:2343:132: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] printf ("Performance counter value: (decimal)%ld (hex)%lx\n", performanceCounter->getCounter(0), performanceCounter->getCounter(0)); ^ Griffin.cpp:2343:132: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] g++ -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF obj/i686/.K10Processor.d -MT obj/i686/K10Processor.o -c -o obj/i686/K10Processor.o K10Processor.cpp K10Processor.cpp: In member function 'virtual void K10Processor::perfCounterGetValue(unsigned int)': K10Processor.cpp:2847:132: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] printf ("Performance counter value: (decimal)%ld (hex)%lx\n", performanceCounter->getCounter(0), performanceCounter->getCounter(0)); ^ K10Processor.cpp:2847:132: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] K10Processor.cpp: In member function 'int K10Processor::getDramFrequency(uint32_t)': K10Processor.cpp:3086:9: warning: switch condition has boolean value [-Wswitch-bool] switch (getDDR3Mode(device)) { ^ g++ -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF obj/i686/.Brazos.d -MT obj/i686/Brazos.o -c -o obj/i686/Brazos.o Brazos.cpp Brazos.cpp: In member function 'virtual void Brazos::perfCounterGetValue(unsigned int)': Brazos.cpp:1512:132: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] printf ("Performance counter value: (decimal)%ld (hex)%lx\n", performanceCounter->getCounter(0), performanceCounter->getCounter(0)); ^ Brazos.cpp:1512:132: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] g++ -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF obj/i686/.Llano.d -MT obj/i686/Llano.o -c -o obj/i686/Llano.o Llano.cpp Llano.cpp: In member function 'virtual void Llano::perfCounterGetValue(unsigned int)': Llano.cpp:1627:37: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] performanceCounter->getCounter(0)); ^ Llano.cpp:1627:37: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] g++ -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF obj/i686/.Interlagos.d -MT obj/i686/Interlagos.o -c -o obj/i686/Interlagos.o Interlagos.cpp Interlagos.cpp: In member function 'virtual void Interlagos::perfCounterGetValue(unsigned int)': Interlagos.cpp:2917:132: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] printf ("Performance counter value: (decimal)%ld (hex)%lx\n", performanceCounter->getCounter(0), performanceCounter->getCounter(0)); ^ Interlagos.cpp:2917:132: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] g++ -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF obj/i686/.MSRObject.d -MT obj/i686/MSRObject.o -c -o obj/i686/MSRObject.o MSRObject.cpp g++ -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF obj/i686/.MSVC_Round.d -MT obj/i686/MSVC_Round.o -c -o obj/i686/MSVC_Round.o MSVC_Round.cpp In file included from MSVC_Round.cpp:1:0: MSVC_Round.h:5:17: error: 'int round(float)' conflicts with a previous declaration int round (float); ^ In file included from /usr/include/c++/6/math.h:36:0, from MSVC_Round.h:3, from MSVC_Round.cpp:1: /usr/include/c++/6/cmath:1790:3: note: previous declaration 'constexpr float std::round(float)' round(float __x) ^~~~~ make: *** [obj/i686/MSVC_Round.o] Error 1 make: Leaving directory `/usr/src/RPM/BUILD/tpc-0.44-rc2/src' error: Bad exit status from /usr/src/tmp/rpm-tmp.43022 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.43022 (%build) Command exited with non-zero status 1 6.52user 0.40system 0:06.92elapsed 100%CPU (0avgtext+0avgdata 37016maxresident)k 0inputs+0outputs (0major+72479minor)pagefaults 0swaps hsh-rebuild: rebuild of `TurionPowerControl-0.44-alt1.rc2.src.rpm' failed. Command exited with non-zero status 1 25.83user 5.43system 0:30.43elapsed 102%CPU (0avgtext+0avgdata 134120maxresident)k 0inputs+0outputs (0major+403939minor)pagefaults 0swaps