Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/acpitool.spec'], False, '/var/lib/mock/dist-f12-build-513727-79845/root/', None, 86400, True, 0, 102, 103, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/acpitool.spec'] warning: Could not canonicalize hostname: x86-3.fedora.phx.redhat.com Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/acpitool-0.5-3.fc12.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/acpitool.spec'], False, '/var/lib/mock/dist-f12-build-513727-79845/root/', None, 86400, True, 0, 102, 103, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/acpitool.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wVEWjX + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf acpitool-0.5 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/acpitool-0.5.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd acpitool-0.5 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (acpitool-0.5-gcc43.patch):' Patch #0 (acpitool-0.5-gcc43.patch): + /bin/cat /builddir/build/SOURCES/acpitool-0.5-gcc43.patch + /usr/bin/patch -s -p1 -b --suffix .gcc43 --fuzz=0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Xc14Il + umask 022 + cd /builddir/build/BUILD + cd acpitool-0.5 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FFLAGS + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking for x86_64-redhat-linux-gnu-g++... no checking for x86_64-redhat-linux-gnu-c++... no checking for x86_64-redhat-linux-gnu-gpp... no checking for x86_64-redhat-linux-gnu-aCC... no checking for x86_64-redhat-linux-gnu-CC... no checking for x86_64-redhat-linux-gnu-cxx... no checking for x86_64-redhat-linux-gnu-cc++... no checking for x86_64-redhat-linux-gnu-cl.exe... no checking for x86_64-redhat-linux-gnu-FCC... no checking for x86_64-redhat-linux-gnu-KCC... no checking for x86_64-redhat-linux-gnu-RCC... no checking for x86_64-redhat-linux-gnu-xlC_r... no checking for x86_64-redhat-linux-gnu-xlC... no checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking for x86_64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking whether closedir returns void... no checking for strdup... yes checking for memset... yes checking for strtol... yes checking for a BSD-compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands +-----------------------------------------------------------------------------------+ | Run make && make install when the configure script has finished without problems. | +-----------------------------------------------------------------------------------+ + make -j4 make all-recursive make[1]: Entering directory `/builddir/build/BUILD/acpitool-0.5' Making all in src make[2]: Entering directory `/builddir/build/BUILD/acpitool-0.5/src' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT acpitool.o -MD -MP -MF ".deps/acpitool.Tpo" -c -o acpitool.o acpitool.cpp; \ then mv -f ".deps/acpitool.Tpo" ".deps/acpitool.Po"; else rm -f ".deps/acpitool.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT ac_adapter.o -MD -MP -MF ".deps/ac_adapter.Tpo" -c -o ac_adapter.o ac_adapter.cpp; \ then mv -f ".deps/ac_adapter.Tpo" ".deps/ac_adapter.Po"; else rm -f ".deps/ac_adapter.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT toshiba.o -MD -MP -MF ".deps/toshiba.Tpo" -c -o toshiba.o toshiba.cpp; \ then mv -f ".deps/toshiba.Tpo" ".deps/toshiba.Po"; else rm -f ".deps/toshiba.Tpo"; exit 1; fi acpitool.cpp: In function 'int Has_ACPI(char*)': acpitool.cpp:60: warning: deprecated conversion from string constant to 'char*' acpitool.cpp:61: warning: deprecated conversion from string constant to 'char*' acpitool.cpp: In function 'int Get_Kernel_Version(char*, int)': acpitool.cpp:133: warning: deprecated conversion from string constant to 'char*' acpitool.cpp: In function 'int Set_Kernel_Version()': acpitool.cpp:181: warning: deprecated conversion from string constant to 'char*' acpitool.cpp: In function 'int Do_Thermal_Info(int, int)': acpitool.cpp:222: warning: deprecated conversion from string constant to 'char*' ac_adapter.cpp: In function 'int Do_AC_Info(int)': ac_adapter.cpp:58: warning: deprecated conversion from string constant to 'char*' ac_adapter.cpp:49: warning: unused variable 'str' ac_adapter.cpp: In function 'int Do_AC_Info_Proc(int)': ac_adapter.cpp:95: warning: deprecated conversion from string constant to 'char*' ac_adapter.cpp: In function 'int Do_AC_Info_Sys()': ac_adapter.cpp:153: warning: deprecated conversion from string constant to 'char*' ac_adapter.cpp:218: warning: too few arguments for format ac_adapter.cpp:149: warning: unused variable 'start' ac_adapter.cpp:179: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result ac_adapter.cpp:210: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result ac_adapter.cpp:213: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result acpitool.cpp:305: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result acpitool.cpp: In function 'int Do_Fan_Info(int)': acpitool.cpp:347: warning: deprecated conversion from string constant to 'char*' toshiba.cpp: In function 'int Has_Toshiba_ACPI()': toshiba.cpp:49: warning: deprecated conversion from string constant to 'char*' acpitool.cpp: In function 'int Show_WakeUp_Devices(int)': acpitool.cpp:403: warning: deprecated conversion from string constant to 'char*' toshiba.cpp: In function 'int Do_Toshiba_Fan_Info()': toshiba.cpp:86: warning: deprecated conversion from string constant to 'char*' acpitool.cpp: In function 'int Toggle_WakeUp_Device(int, int)': acpitool.cpp:450: warning: deprecated conversion from string constant to 'char*' toshiba.cpp: In function 'int Do_LCD_Info()': toshiba.cpp:136: warning: deprecated conversion from string constant to 'char*' toshiba.cpp: In function 'int Force_Fan(int)': toshiba.cpp:170: warning: deprecated conversion from string constant to 'char*' acpitool.cpp: In function 'int Do_Suspend(int)': acpitool.cpp:516: warning: deprecated conversion from string constant to 'char*' acpitool.cpp:517: warning: deprecated conversion from string constant to 'char*' acpitool.cpp:523: warning: deprecated conversion from string constant to 'char*' acpitool.cpp:524: warning: deprecated conversion from string constant to 'char*' acpitool.cpp:527: warning: deprecated conversion from string constant to 'char*' acpitool.cpp:530: warning: deprecated conversion from string constant to 'char*' acpitool.cpp:531: warning: deprecated conversion from string constant to 'char*' toshiba.cpp: In function 'int Set_LCD_Level(int)': toshiba.cpp:204: warning: deprecated conversion from string constant to 'char*' toshiba.cpp: In function 'int Do_Video_Info()': toshiba.cpp:235: warning: deprecated conversion from string constant to 'char*' acpitool.cpp: In function 'int Has_ACPI(char*)': acpitool.cpp:98: warning: control reaches end of non-void function if g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT asus.o -MD -MP -MF ".deps/asus.Tpo" -c -o asus.o asus.cpp; \ then mv -f ".deps/asus.Tpo" ".deps/asus.Po"; else rm -f ".deps/asus.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT thinkpad.o -MD -MP -MF ".deps/thinkpad.Tpo" -c -o thinkpad.o thinkpad.cpp; \ then mv -f ".deps/thinkpad.Tpo" ".deps/thinkpad.Po"; else rm -f ".deps/thinkpad.Tpo"; exit 1; fi asus.cpp: In function 'int Has_Asus_ACPI()': asus.cpp:50: warning: deprecated conversion from string constant to 'char*' asus.cpp: In function 'int Do_Asus_LCD_Info()': asus.cpp:87: warning: deprecated conversion from string constant to 'char*' asus.cpp: In function 'int Set_Asus_LCD_Level(int)': asus.cpp:121: warning: deprecated conversion from string constant to 'char*' asus.cpp: In function 'int Do_Asus_Video_Info()': asus.cpp:149: warning: deprecated conversion from string constant to 'char*' asus.cpp: In function 'int Do_Asus_Info()': asus.cpp:204: warning: deprecated conversion from string constant to 'char*' asus.cpp: In function 'int Set_Asus_LCD_State(int)': asus.cpp:268: warning: deprecated conversion from string constant to 'char*' asus.cpp: In function 'int Set_MLed(int)': asus.cpp:293: warning: deprecated conversion from string constant to 'char*' asus.cpp: In function 'int Set_WLed(int)': asus.cpp:318: warning: deprecated conversion from string constant to 'char*' thinkpad.cpp: In function 'int Has_Thinkpad_ACPI()': thinkpad.cpp:17: warning: deprecated conversion from string constant to 'char*' thinkpad.cpp: In function 'int Eject_Thinkpad_Bay()': thinkpad.cpp:38: warning: deprecated conversion from string constant to 'char*' thinkpad.cpp: In function 'int Set_Thinkpad_LCD_Level(int)': thinkpad.cpp:59: warning: deprecated conversion from string constant to 'char*' thinkpad.cpp: In function 'int Do_Thinkpad_Fan_Info()': thinkpad.cpp:85: warning: deprecated conversion from string constant to 'char*' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT cpu.o -MD -MP -MF ".deps/cpu.Tpo" -c -o cpu.o cpu.cpp; \ then mv -f ".deps/cpu.Tpo" ".deps/cpu.Po"; else rm -f ".deps/cpu.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT battery.o -MD -MP -MF ".deps/battery.Tpo" -c -o battery.o battery.cpp; \ then mv -f ".deps/battery.Tpo" ".deps/battery.Po"; else rm -f ".deps/battery.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT freq.o -MD -MP -MF ".deps/freq.Tpo" -c -o freq.o freq.cpp; \ then mv -f ".deps/freq.Tpo" ".deps/freq.Po"; else rm -f ".deps/freq.Tpo"; exit 1; fi cpu.cpp: In function 'int Show_CPU_Info()': cpu.cpp:103: warning: deprecated conversion from string constant to 'char*' cpu.cpp:60: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result cpu.cpp:61: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result cpu.cpp:65: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result cpu.cpp:66: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result cpu.cpp:77: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result cpu.cpp:82: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result cpu.cpp:86: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result cpu.cpp:200: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result cpu.cpp:207: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result cpu.cpp:216: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result cpu.cpp:223: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result cpu.cpp:226: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result cpu.cpp:272: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result cpu.cpp:276: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result battery.cpp: In function 'int Get_Battery_Info_from_Proc(int, Battery_Info*, int)': battery.cpp:312: warning: deprecated conversion from string constant to 'char*' battery.cpp: In function 'int Get_Battery_Info_from_Sys(int, Battery_Info*, int)': battery.cpp:490: warning: deprecated conversion from string constant to 'char*' battery.cpp:601: warning: too few arguments for format battery.cpp:629: warning: too few arguments for format battery.cpp:644: warning: too few arguments for format battery.cpp:656: warning: too few arguments for format battery.cpp:668: warning: too few arguments for format battery.cpp:680: warning: too few arguments for format battery.cpp:692: warning: too few arguments for format battery.cpp:722: warning: too few arguments for format battery.cpp:518: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result battery.cpp:593: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result battery.cpp:597: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result battery.cpp:608: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result battery.cpp:625: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result battery.cpp:636: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result battery.cpp:640: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result battery.cpp:652: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result battery.cpp:664: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result battery.cpp:676: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result battery.cpp:688: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result battery.cpp:701: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result battery.cpp:715: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result battery.cpp:718: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result battery.cpp: In function 'int Count_Batteries_ProcFS()': battery.cpp:743: warning: deprecated conversion from string constant to 'char*' battery.cpp: In function 'int Count_Batteries_SysFS()': battery.cpp:789: warning: deprecated conversion from string constant to 'char*' battery.cpp:834: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result freq.cpp: In function 'int Get_Min_Freq()': freq.cpp:92: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result freq.cpp: In function 'int Get_Max_Freq()': freq.cpp:116: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result freq.cpp: In function 'int Get_Current_Freq()': freq.cpp:139: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result freq.cpp: In function 'int Get_Governor(char*)': freq.cpp:161: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result freq.cpp: In function 'int Get_Driver(char*)': freq.cpp:184: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result In file included from /usr/include/string.h:640, from /usr/lib/gcc/x86_64-redhat-linux/4.4.1/../../../../include/c++/4.4.1/cstring:45, from battery.cpp:37: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'int Get_Battery_Info_from_Sys(int, Battery_Info*, int)' at battery.cpp:657: /usr/include/bits/string3.h:122: warning: call to char* __builtin___strncpy_chk(char*, const char*, long unsigned int, long unsigned int) will always overflow destination buffer In function 'char* strncpy(char*, const char*, size_t)', inlined from 'int Get_Battery_Info_from_Sys(int, Battery_Info*, int)' at battery.cpp:669: /usr/include/bits/string3.h:122: warning: call to char* __builtin___strncpy_chk(char*, const char*, long unsigned int, long unsigned int) will always overflow destination buffer In function 'char* strncpy(char*, const char*, size_t)', inlined from 'int Get_Battery_Info_from_Sys(int, Battery_Info*, int)' at battery.cpp:681: /usr/include/bits/string3.h:122: warning: call to char* __builtin___strncpy_chk(char*, const char*, long unsigned int, long unsigned int) will always overflow destination buffer In function 'char* strncpy(char*, const char*, size_t)', inlined from 'int Get_Battery_Info_from_Sys(int, Battery_Info*, int)' at battery.cpp:693: /usr/include/bits/string3.h:122: warning: call to char* __builtin___strncpy_chk(char*, const char*, long unsigned int, long unsigned int) will always overflow destination buffer g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o acpitool main.o acpitool.o ac_adapter.o toshiba.o asus.o thinkpad.o cpu.o battery.o freq.o make[2]: Leaving directory `/builddir/build/BUILD/acpitool-0.5/src' Making all in man make[2]: Entering directory `/builddir/build/BUILD/acpitool-0.5/man' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/acpitool-0.5/man' make[2]: Entering directory `/builddir/build/BUILD/acpitool-0.5' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builddir/build/BUILD/acpitool-0.5' make[1]: Leaving directory `/builddir/build/BUILD/acpitool-0.5' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.i83EuW + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64 ++ dirname /builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64 + cd acpitool-0.5 + LANG=C + export LANG + unset DISPLAY + rm -fr /builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64 + make install DESTDIR=/builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64 Making install in src make[1]: Entering directory `/builddir/build/BUILD/acpitool-0.5/src' make[2]: Entering directory `/builddir/build/BUILD/acpitool-0.5/src' test -z "/usr/bin" || mkdir -p -- "/builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64/usr/bin" /usr/bin/install -c 'acpitool' '/builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64/usr/bin/acpitool' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/acpitool-0.5/src' make[1]: Leaving directory `/builddir/build/BUILD/acpitool-0.5/src' Making install in man make[1]: Entering directory `/builddir/build/BUILD/acpitool-0.5/man' make[2]: Entering directory `/builddir/build/BUILD/acpitool-0.5/man' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man1" || mkdir -p -- "/builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64/usr/share/man/man1" /usr/bin/install -c -m 644 './acpitool.1' '/builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64/usr/share/man/man1/acpitool.1' make[2]: Leaving directory `/builddir/build/BUILD/acpitool-0.5/man' make[1]: Leaving directory `/builddir/build/BUILD/acpitool-0.5/man' make[1]: Entering directory `/builddir/build/BUILD/acpitool-0.5' make[2]: Entering directory `/builddir/build/BUILD/acpitool-0.5' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/acpitool-0.5' make[1]: Leaving directory `/builddir/build/BUILD/acpitool-0.5' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/acpitool-0.5 extracting debug info from /builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64/usr/bin/acpitool 183 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: acpitool-0.5-3.fc12.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HF5ETx + umask 022 + cd /builddir/build/BUILD + cd acpitool-0.5 + DOCDIR=/builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64/usr/share/doc/acpitool-0.5 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64/usr/share/doc/acpitool-0.5 + /bin/mkdir -p /builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64/usr/share/doc/acpitool-0.5 + cp -pr AUTHORS ChangeLog COPYING INSTALL README TODO /builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64/usr/share/doc/acpitool-0.5 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: acpitool-debuginfo-0.5-3.fc12.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64 warning: Could not canonicalize hostname: x86-3.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/acpitool-0.5-3.fc12.x86_64.rpm Wrote: /builddir/build/RPMS/acpitool-debuginfo-0.5-3.fc12.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pvfvNn + umask 022 + cd /builddir/build/BUILD + cd acpitool-0.5 + rm -fr /builddir/build/BUILDROOT/acpitool-0.5-3.fc12.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->