<86>Feb 10 01:01:31 userdel[11722]: delete user 'rooter' <86>Feb 10 01:01:31 userdel[11722]: removed group 'rooter' owned by 'rooter' <86>Feb 10 01:01:31 userdel[11722]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 10 01:01:31 groupadd[11732]: group added to /etc/group: name=rooter, GID=705 <86>Feb 10 01:01:31 groupadd[11732]: group added to /etc/gshadow: name=rooter <86>Feb 10 01:01:31 groupadd[11732]: new group: name=rooter, GID=705 <86>Feb 10 01:01:31 useradd[11754]: new user: name=rooter, UID=705, GID=705, home=/root, shell=/bin/bash <86>Feb 10 01:01:31 userdel[11790]: delete user 'builder' <86>Feb 10 01:01:31 userdel[11790]: removed group 'builder' owned by 'builder' <86>Feb 10 01:01:31 userdel[11790]: removed shadow group 'builder' owned by 'builder' <86>Feb 10 01:01:31 groupadd[11837]: group added to /etc/group: name=builder, GID=706 <86>Feb 10 01:01:31 groupadd[11837]: group added to /etc/gshadow: name=builder <86>Feb 10 01:01:31 groupadd[11837]: new group: name=builder, GID=706 <86>Feb 10 01:01:31 useradd[11854]: new user: name=builder, UID=706, GID=706, home=/usr/src, shell=/bin/bash <13>Feb 10 01:01:33 rpmi: libpopt-devel-1:1.16-alt0.M80P.1 1501000968 installed Installing ltspinfod-0.1-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.90064 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ltspinfod-0.1 + echo 'Source #0 (ltspinfod-0.1.tar.bz2):' Source #0 (ltspinfod-0.1.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/ltspinfod-0.1.tar.bz2 + /bin/tar -xf - + cd ltspinfod-0.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ltspinfod-0.1-help.patch):' Patch #0 (ltspinfod-0.1-help.patch): + /usr/bin/patch -p1 patching file ltspinfod.c + echo 'Patch #1 (ltspinfod-0.1-alt-fixes.patch):' Patch #1 (ltspinfod-0.1-alt-fixes.patch): + /usr/bin/patch -p1 patching file ltspinfod.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.90064 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ltspinfod-0.1 + cc -pipe -Wall -g -Os -o ltspinfod ltspinfod.c -lpopt ltspinfod.c: In function 'command_loop': ltspinfod.c:78:19: warning: pointer targets in passing argument 1 of 'split' differ in signedness [-Wpointer-sign] argc = split( buffer, args ); ^ ltspinfod.c:52:6: note: expected 'char *' but argument is of type 'unsigned char *' int split( char *, char **); ^ ltspinfod.c: In function 'server': ltspinfod.c:417:59: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] while(( fd = accept( netfd, (struct sockaddr *)&client, &clientlen ) ) >= 0){ ^ In file included from /usr/include/netinet/in.h:23:0, from /usr/include/netdb.h:27, from ltspinfod.c:20: /usr/include/sys/socket.h:243:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^ ltspinfod.c: In function 'process_getcfg': ltspinfod.c:153:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd,outbuf,len); ^ ltspinfod.c:169:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd,outbuf,len); ^ ltspinfod.c: In function 'get_value': ltspinfod.c:184:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf,sizeof(buf),f); ^ ltspinfod.c: In function 'process_getproc': ltspinfod.c:233:3: warning: ignoring return value of 'chroot', declared with attribute warn_unused_result [-Wunused-result] chroot("/proc"); ^ ltspinfod.c:240:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd,outbuf,len); ^ ltspinfod.c: In function 'process_shutdown': ltspinfod.c:259:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system("/sbin/init 0"); ^ ltspinfod.c: In function 'process_reboot': ltspinfod.c:269:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system("/sbin/init 6"); ^ ltspinfod.c: In function 'server': ltspinfod.c:359:5: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] (void)chdir("/"); ^ ltspinfod.c:362:5: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] (void)dup(fd); /* stdout */ ^ ltspinfod.c:363:5: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] (void)dup(fd); /* stderr */ ^ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.90064 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ltspinfod-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ltspinfod-buildroot + cd ltspinfod-0.1 + install -pDm755 ltspinfod /usr/src/tmp/ltspinfod-buildroot/usr/sbin/ltspinfod + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ltspinfod-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ltspinfod-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/ltspinfod-buildroot (auto) Verifying ELF objects in /usr/src/tmp/ltspinfod-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: ltspinfod-0.1-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PGHnXt 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.4IAdJL find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, 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), libpopt.so.0()(64bit) >= set:jgxseu2mEG6CZK0, libpopt.so.0(LIBPOPT_0)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ziqbh6 Creating ltspinfod-debuginfo package Processing files: ltspinfod-debuginfo-0.1-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yvdsBt find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hrniIT find-requires: running scripts (debuginfo) Requires: ltspinfod = 0.1-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libpopt.so.0) Wrote: /usr/src/RPM/RPMS/x86_64/ltspinfod-0.1-alt2.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/ltspinfod-debuginfo-0.1-alt2.x86_64.rpm 0.72user 0.35system 0:06.01elapsed 17%CPU (0avgtext+0avgdata 27704maxresident)k 0inputs+0outputs (0major+132431minor)pagefaults 0swaps 7.86user 2.72system 0:17.06elapsed 62%CPU (0avgtext+0avgdata 124732maxresident)k 0inputs+0outputs (0major+481788minor)pagefaults 0swaps --- ltspinfod-0.1-alt2.x86_64.rpm.repo 2012-03-06 16:30:20.000000000 +0000 +++ ltspinfod-0.1-alt2.x86_64.rpm.hasher 2019-02-10 01:01:41.126237418 +0000 @@ -6,3 +6,3 @@ Requires: libc.so.6(GLIBC_2.4)(64bit) -Requires: libpopt.so.0()(64bit) >= set:ifdoGxZ7DNqzD0 +Requires: libpopt.so.0()(64bit) >= set:jgxseu2mEG6CZK0 Requires: rpmlib(SetVersions)