<86>Apr 14 01:07:51 userdel[33831]: delete user 'rooter' <86>Apr 14 01:07:51 userdel[33831]: removed group 'rooter' owned by 'rooter' <86>Apr 14 01:07:51 groupadd[33883]: group added to /etc/group: name=rooter, GID=561 <86>Apr 14 01:07:51 groupadd[33883]: group added to /etc/gshadow: name=rooter <86>Apr 14 01:07:51 groupadd[33883]: new group: name=rooter, GID=561 <86>Apr 14 01:07:51 useradd[33922]: new user: name=rooter, UID=561, GID=561, home=/root, shell=/bin/bash <86>Apr 14 01:07:51 userdel[33981]: delete user 'builder' <86>Apr 14 01:07:51 userdel[33981]: removed group 'builder' owned by 'builder' <86>Apr 14 01:07:51 userdel[33981]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 01:07:51 groupadd[34030]: group added to /etc/group: name=builder, GID=562 <86>Apr 14 01:07:51 groupadd[34030]: group added to /etc/gshadow: name=builder <86>Apr 14 01:07:51 groupadd[34030]: new group: name=builder, GID=562 <86>Apr 14 01:07:51 useradd[34065]: new user: name=builder, UID=562, GID=562, home=/usr/src, shell=/bin/bash Installing hddtemp-0.3-alt12.beta15.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.85227 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hddtemp-0.3-beta15 + echo 'Source #0 (hddtemp-0.3-beta15.tar.bz2):' Source #0 (hddtemp-0.3-beta15.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/hddtemp-0.3-beta15.tar.bz2 + /bin/tar -xf - + cd hddtemp-0.3-beta15 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (hddtemp-0.3beta15-guessedvalue.patch):' Patch #1 (hddtemp-0.3beta15-guessedvalue.patch): + /usr/bin/patch -p1 patching file src/daemon.c + echo 'Patch #2 (hddtemp-0.3beta15-compile.patch):' Patch #2 (hddtemp-0.3beta15-compile.patch): + /usr/bin/patch -p2 patching file src/backtrace.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.85227 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hddtemp-0.3-beta15 + autoreconf -fisv autoreconf-default: Entering directory `.' autoreconf-default: running: autopoint --force Copying file po/Makevars.template autoreconf-default: running: aclocal --force -I m4 aclocal-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' autoreconf-default: configure.in: tracing autoreconf-default: configure.in: not using Libtool autoreconf-default: configure.in: not using Intltool autoreconf-default: configure.in: not using gtk-doc autoreconf-default: running: /usr/bin/autoconf-2.60 --force autoreconf-default: running: /usr/bin/autoheader-2.60 --force autoreconf-default: running: automake --add-missing --force-missing automake-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:11: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.in:11: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation src/Makefile.am:24: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') automake-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' autoreconf-default: Leaving directory `.' + CFLAGS='-pipe -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking whether x86_64-alt-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of x86_64-alt-linux-gcc... none checking how to run the C preprocessor... x86_64-alt-linux-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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for in_addr_t... yes checking for an ANSI C-conforming const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking whether we are using the GNU C Library 2 or newer... yes checking for x86_64-alt-linux-ranlib... no checking for ranlib... ranlib checking for strerror in -lcposix... no checking for signed... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for long long... yes checking for long double... yes checking for wchar_t... yes checking for wint_t... yes checking for inttypes.h... yes checking for stdint.h... yes checking for intmax_t... yes checking whether printf() supports POSIX/XSI format strings... yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... yes checking for unsigned long long... yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for stdint.h... (cached) yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for ptrdiff_t... yes checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for asprintf... yes checking for fwprintf... yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for snprintf... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for wcslen... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for __fsetlocking... yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether feof_unlocked is declared... yes checking whether fgets_unlocked is declared... no checking whether getc_unlocked is declared... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... bison checking version of bison... 3.0.4.0.14.8, ok checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyCurrent... (cached) no checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking Location of hddtemp.db... "/usr/share/misc/hddtemp.db" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating intl/Makefile config.status: WARNING: 'intl/Makefile.in' seems to ignore the --datarootdir setting config.status: creating po/Makefile.in config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting config.status: creating m4/Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile hddtemp-0.3-beta15 is now configured for Build: x86_64-alt-linux-gnu Host: x86_64-alt-linux-gnu Source directory: . Installation prefix: /usr C compiler: x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -W -Wcast-align + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15' make all-recursive make[1]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15' Making all in intl make[2]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/intl' Making all in po make[2]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/po' Making all in m4 make[2]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/m4' Making all in src make[2]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/src' x86_64-alt-linux-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -pipe -Wall -g -O2 -Wall -W -Wcast-align -c -o hddtemp-ata.o `test -f 'ata.c' || echo './'`ata.c x86_64-alt-linux-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -pipe -Wall -g -O2 -Wall -W -Wcast-align -c -o hddtemp-atacmds.o `test -f 'atacmds.c' || echo './'`atacmds.c x86_64-alt-linux-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -pipe -Wall -g -O2 -Wall -W -Wcast-align -c -o hddtemp-daemon.o `test -f 'daemon.c' || echo './'`daemon.c x86_64-alt-linux-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -pipe -Wall -g -O2 -Wall -W -Wcast-align -c -o hddtemp-db.o `test -f 'db.c' || echo './'`db.c x86_64-alt-linux-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -pipe -Wall -g -O2 -Wall -W -Wcast-align -c -o hddtemp-hddtemp.o `test -f 'hddtemp.c' || echo './'`hddtemp.c x86_64-alt-linux-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -pipe -Wall -g -O2 -Wall -W -Wcast-align -c -o hddtemp-sata.o `test -f 'sata.c' || echo './'`sata.c x86_64-alt-linux-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -pipe -Wall -g -O2 -Wall -W -Wcast-align -c -o hddtemp-satacmds.o `test -f 'satacmds.c' || echo './'`satacmds.c x86_64-alt-linux-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -pipe -Wall -g -O2 -Wall -W -Wcast-align -c -o hddtemp-scsi.o `test -f 'scsi.c' || echo './'`scsi.c sata.c: In function 'sata_probe': sata.c:71:28: warning: pointer targets in passing argument 2 of 'scsi_inquiry' differ in signedness [-Wpointer-sign] if (scsi_inquiry(device, buf)) ^ In file included from sata.c:45:0: scsicmds.h:29:5: note: expected 'unsigned char *' but argument is of type 'char *' int scsi_inquiry(int device, unsigned char *buffer); ^ In file included from /usr/include/string.h:648:0, from sata.c:36: sata.c: In function 'sata_model': sata.c:92:19: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] return strdup(identify + 54); ^ In file included from sata.c:36:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:648:0, from sata.c:36: sata.c:92:19: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign] return strdup(identify + 54); ^ /usr/include/bits/string2.h:1278:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *__strdup (const char *__string) __THROW __attribute_malloc__; ^ In file included from /usr/include/string.h:648:0, from scsi.c:38: scsi.c: In function 'scsi_model': scsi.c:66:19: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] return strdup(buf + 8); ^ In file included from scsi.c:38:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:648:0, from scsi.c:38: scsi.c:66:19: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign] return strdup(buf + 8); ^ /usr/include/bits/string2.h:1278:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *__strdup (const char *__string) __THROW __attribute_malloc__; ^ x86_64-alt-linux-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -pipe -Wall -g -O2 -Wall -W -Wcast-align -c -o hddtemp-scsicmds.o `test -f 'scsicmds.c' || echo './'`scsicmds.c x86_64-alt-linux-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -pipe -Wall -g -O2 -Wall -W -Wcast-align -c -o hddtemp-backtrace.o `test -f 'backtrace.c' || echo './'`backtrace.c daemon.c: In function 'daemon_stop': daemon.c:269:22: warning: unused parameter 'n' [-Wunused-parameter] void daemon_stop(int n) { ^ daemon.c: In function 'daemon_send_msg': daemon.c:218:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(cfd,&separator, 1); ^ daemon.c:219:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(cfd, &msg, n); ^ daemon.c:220:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(cfd,&separator, 1); ^ daemon.c: In function 'do_daemon_mode': daemon.c:304:3: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/"); ^ scsicmds.c: In function 'scsi_modeselect': scsicmds.c:184:49: warning: pointer targets in passing argument 4 of 'scsi_command' differ in signedness [-Wpointer-sign] return scsi_command(device, cdb, sizeof(cdb), buffer, cdb[4], SG_DXFER_TO_DEV); ^ scsicmds.c:116:5: note: expected 'unsigned char *' but argument is of type 'char *' int scsi_command(int device, unsigned char *cdb, int cdb_len, unsigned char *buffer, int buffer_len, int dxfer_direction) ^ scsicmds.c: In function 'scsi_smartDEXCPTdisable': scsicmds.c:216:37: warning: pointer targets in passing argument 2 of 'scsi_modeselect' differ in signedness [-Wpointer-sign] return scsi_modeselect (device, buf); ^ scsicmds.c:171:5: note: expected 'char *' but argument is of type 'unsigned char *' int scsi_modeselect(int device, char *buffer) { ^ backtrace.c:172:2: warning: #warning "Backtracing is not supported for this architexture." [-Wcpp] #warning "Backtracing is not supported for this architexture." ^ x86_64-alt-linux-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I../intl -Wall -W -rdynamic -pipe -Wall -g -O2 -Wall -W -Wcast-align -c -o hddtemp-utf8.o `test -f 'utf8.c' || echo './'`utf8.c utf8.c: In function 'degree_sign': utf8.c:103:36: warning: pointer targets in passing argument 1 of 'iconv_from_utf8_to_locale' differ in signedness [-Wpointer-sign] return iconv_from_utf8_to_locale(str, " \0"); ^ utf8.c:35:14: note: expected 'const char *' but argument is of type 'unsigned char *' static char *iconv_from_utf8_to_locale(const char *string, const char* fallback_string) ^ x86_64-alt-linux-gcc -Wall -W -rdynamic -pipe -Wall -g -O2 -Wall -W -Wcast-align -o hddtemp hddtemp-ata.o hddtemp-atacmds.o hddtemp-daemon.o hddtemp-db.o hddtemp-hddtemp.o hddtemp-sata.o hddtemp-satacmds.o hddtemp-scsi.o hddtemp-scsicmds.o hddtemp-backtrace.o hddtemp-utf8.o make[2]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/src' Making all in doc make[2]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/doc' make[2]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15' make[2]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15' make[1]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15' make: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.39719 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/hddtemp-buildroot + : + /bin/rm -rf -- /usr/src/tmp/hddtemp-buildroot + cd hddtemp-0.3-beta15 + install -pDm644 /usr/src/RPM/SOURCES/hddtemp.db /usr/src/tmp/hddtemp-buildroot/usr/share/misc/hddtemp.db + install -pDm755 /usr/src/RPM/SOURCES/hddtemp.control /usr/src/tmp/hddtemp-buildroot/etc/control.d/facilities/hddtemp + install -pDm755 /usr/src/RPM/SOURCES/hddtemp.init /usr/src/tmp/hddtemp-buildroot/etc/rc.d/init.d/hddtemp + install -pDm755 /usr/src/RPM/SOURCES/hddtemp.sysconfig /usr/src/tmp/hddtemp-buildroot/etc/sysconfig/hddtemp + install -d /usr/src/tmp/hddtemp-buildroot/usr/share/man/man8 + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/hddtemp-buildroot make: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15' Making install in intl make[1]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/intl' if { test "hddtemp" = "gettext-runtime" || test "hddtemp" = "gettext-tools"; } \ && test 'no' = yes; then \ /bin/sh .././mkinstalldirs /usr/src/tmp/hddtemp-buildroot/usr/lib64 /usr/src/tmp/hddtemp-buildroot/usr/include; \ /bin/install -p -m 644 libintl.h /usr/src/tmp/hddtemp-buildroot/usr/include/libintl.h; \ @LIBTOOL@ --mode=install \ /bin/install -p -m 644 libintl.a /usr/src/tmp/hddtemp-buildroot/usr/lib64/libintl.a; \ if test "@RELOCATABLE@" = yes; then \ dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /usr/src/tmp/hddtemp-buildroot/usr/lib64/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \ if test -n "$dependencies"; then \ rm -f /usr/src/tmp/hddtemp-buildroot/usr/lib64/libintl.la; \ fi; \ fi; \ else \ : ; \ fi if test "hddtemp" = "gettext-tools" \ && test 'no' = no \ && test yes != no; then \ /bin/sh .././mkinstalldirs /usr/src/tmp/hddtemp-buildroot/usr/lib64; \ @LIBTOOL@ --mode=install \ /bin/install -p -m 644 libgnuintl.a /usr/src/tmp/hddtemp-buildroot/usr/lib64/libgnuintl.a; \ rm -f /usr/src/tmp/hddtemp-buildroot/usr/lib64/preloadable_libintl.so; \ /bin/install -p -m 644 /usr/src/tmp/hddtemp-buildroot/usr/lib64/libgnuintl.so /usr/src/tmp/hddtemp-buildroot/usr/lib64/preloadable_libintl.so; \ @LIBTOOL@ --mode=uninstall \ rm -f /usr/src/tmp/hddtemp-buildroot/usr/lib64/libgnuintl.a; \ else \ : ; \ fi if test 'no' = yes; then \ test yes != no || /bin/sh .././mkinstalldirs /usr/src/tmp/hddtemp-buildroot/usr/lib64; \ temp=/usr/src/tmp/hddtemp-buildroot/usr/lib64/t-charset.alias; \ dest=/usr/src/tmp/hddtemp-buildroot/usr/lib64/charset.alias; \ if test -f /usr/src/tmp/hddtemp-buildroot/usr/lib64/charset.alias; then \ orig=/usr/src/tmp/hddtemp-buildroot/usr/lib64/charset.alias; \ sed -f ref-add.sed $orig > $temp; \ /bin/install -p -m 644 $temp $dest; \ rm -f $temp; \ else \ if test yes = no; then \ orig=charset.alias; \ sed -f ref-add.sed $orig > $temp; \ /bin/install -p -m 644 $temp $dest; \ rm -f $temp; \ fi; \ fi; \ /bin/sh .././mkinstalldirs /usr/src/tmp/hddtemp-buildroot/usr/share/locale; \ test -f /usr/src/tmp/hddtemp-buildroot/usr/share/locale/locale.alias \ && orig=/usr/src/tmp/hddtemp-buildroot/usr/share/locale/locale.alias \ || orig=./locale.alias; \ temp=/usr/src/tmp/hddtemp-buildroot/usr/share/locale/t-locale.alias; \ dest=/usr/src/tmp/hddtemp-buildroot/usr/share/locale/locale.alias; \ sed -f ref-add.sed $orig > $temp; \ /bin/install -p -m 644 $temp $dest; \ rm -f $temp; \ else \ : ; \ fi if test "hddtemp" = "gettext-tools"; then \ /bin/sh .././mkinstalldirs /usr/src/tmp/hddtemp-buildroot/usr/share/gettext/intl; \ /bin/install -p -m 644 VERSION /usr/src/tmp/hddtemp-buildroot/usr/share/gettext/intl/VERSION; \ /bin/install -p -m 644 ChangeLog.inst /usr/src/tmp/hddtemp-buildroot/usr/share/gettext/intl/ChangeLog; \ dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h relocatable.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c relocatable.c langprefs.c localename.c log.c printf.c osdep.c os2compat.c intl-compat.c"; \ for file in $dists; do \ /bin/install -p -m 644 ./$file \ /usr/src/tmp/hddtemp-buildroot/usr/share/gettext/intl/$file; \ done; \ chmod a+x /usr/src/tmp/hddtemp-buildroot/usr/share/gettext/intl/config.charset; \ dists="plural.c"; \ for file in $dists; do \ if test -f $file; then dir=.; else dir=.; fi; \ /bin/install -p -m 644 $dir/$file \ /usr/src/tmp/hddtemp-buildroot/usr/share/gettext/intl/$file; \ done; \ dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h"; \ for file in $dists; do \ rm -f /usr/src/tmp/hddtemp-buildroot/usr/share/gettext/intl/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/intl' Making install in po make[1]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/po' /bin/sh .././mkinstalldirs /usr/src/tmp/hddtemp-buildroot/usr/share mkdir -p -- /usr/src/tmp/hddtemp-buildroot/usr/share/locale/fr/LC_MESSAGES installing fr.gmo as /usr/src/tmp/hddtemp-buildroot/usr/share/locale/fr/LC_MESSAGES/hddtemp.mo mkdir -p -- /usr/src/tmp/hddtemp-buildroot/usr/share/locale/pt/LC_MESSAGES installing pt.gmo as /usr/src/tmp/hddtemp-buildroot/usr/share/locale/pt/LC_MESSAGES/hddtemp.mo mkdir -p -- /usr/src/tmp/hddtemp-buildroot/usr/share/locale/ru/LC_MESSAGES installing ru.gmo as /usr/src/tmp/hddtemp-buildroot/usr/share/locale/ru/LC_MESSAGES/hddtemp.mo mkdir -p -- /usr/src/tmp/hddtemp-buildroot/usr/share/locale/sv/LC_MESSAGES installing sv.gmo as /usr/src/tmp/hddtemp-buildroot/usr/share/locale/sv/LC_MESSAGES/hddtemp.mo if test "hddtemp" = "gettext-tools"; then \ /bin/sh .././mkinstalldirs /usr/src/tmp/hddtemp-buildroot/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /bin/install -p -m 644 ./$file \ /usr/src/tmp/hddtemp-buildroot/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /usr/src/tmp/hddtemp-buildroot/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/po' Making install in m4 make[1]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/m4' make[2]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/m4' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/m4' make[1]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/m4' Making install in src make[1]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/src' make[2]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/src' /bin/mkdir -p '/usr/src/tmp/hddtemp-buildroot/usr/sbin' /bin/install -p hddtemp '/usr/src/tmp/hddtemp-buildroot/usr/sbin' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/src' make[1]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/src' Making install in doc make[1]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/doc' make[2]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/doc' make[2]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/usr/src/tmp/hddtemp-buildroot/usr/share/man/man8' /bin/install -p -m 644 hddtemp.8 '/usr/src/tmp/hddtemp-buildroot/usr/share/man/man8' make[2]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/doc' make[1]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15/doc' make[1]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15' make[2]: Entering directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15' make[1]: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15' make: Leaving directory `/usr/src/RPM/BUILD/hddtemp-0.3-beta15' + /usr/lib/rpm/find-lang hddtemp + cat /usr/src/RPM/SOURCES/hddtemp.db-alt + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/hddtemp-buildroot (auto) Verifying and fixing files in /usr/src/tmp/hddtemp-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/hddtemp-buildroot (auto) Verifying ELF objects in /usr/src/tmp/hddtemp-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: hddtemp-0.3-alt12.beta15 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.39719 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hddtemp-0.3-beta15 + DOCDIR=/usr/src/tmp/hddtemp-buildroot/usr/share/doc/hddtemp-0.3 + export DOCDIR + rm -rf /usr/src/tmp/hddtemp-buildroot/usr/share/doc/hddtemp-0.3 + /bin/mkdir -p /usr/src/tmp/hddtemp-buildroot/usr/share/doc/hddtemp-0.3 + cp -prL README TODO contribs /usr/src/tmp/hddtemp-buildroot/usr/share/doc/hddtemp-0.3 + chmod -R go-w /usr/src/tmp/hddtemp-buildroot/usr/share/doc/hddtemp-0.3 + chmod -R a+rX /usr/src/tmp/hddtemp-buildroot/usr/share/doc/hddtemp-0.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gpF54t find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7prufQ find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) shell.req: /usr/src/tmp/hddtemp-buildroot/etc/rc.d/init.d/hddtemp: reload not found (skip) find-requires: FINDPACKAGE-COMMANDS: reload Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iHg09e Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xmXmRG Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.chPxkb Requires: /bin/grep, /bin/sh, /etc/control.d/facilities(control_fmode), /etc/control.d/facilities(new_fmode), /etc/control.d/functions, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Requires(interp): /bin/sh, /bin/sh, /bin/sh Requires(pre): /bin/sh, /usr/sbin/control-dump Requires(post): /bin/sh, /usr/sbin/control, /usr/sbin/control-restore, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.p58nzI Creating hddtemp-debuginfo package Processing files: hddtemp-debuginfo-0.3-alt12.beta15 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Q8sHDi find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.x08VtV find-requires: running scripts (debuginfo) Requires: hddtemp = 20110629:0.3-alt12.beta15, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/hddtemp-0.3-alt12.beta15.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/hddtemp-debuginfo-0.3-alt12.beta15.x86_64.rpm 11.97user 4.01system 0:23.40elapsed 68%CPU (0avgtext+0avgdata 28500maxresident)k 0inputs+0outputs (0major+1033411minor)pagefaults 0swaps 13.65user 7.22system 0:28.19elapsed 74%CPU (0avgtext+0avgdata 28500maxresident)k 0inputs+0outputs (0major+1180474minor)pagefaults 0swaps --- hddtemp-0.3-alt12.beta15.x86_64.rpm.repo 2013-02-10 18:28:14.000000000 +0000 +++ hddtemp-0.3-alt12.beta15.x86_64.rpm.hasher 2019-04-14 01:08:17.448465699 +0000 @@ -20,3 +20,3 @@ /usr/share/locale/sv/LC_MESSAGES/hddtemp.mo 100644 -/usr/share/man/man8/hddtemp.8.gz 100644 +/usr/share/man/man8/hddtemp.8.xz 100644 /usr/share/misc/hddtemp.db 100644