<86>Feb 18 10:36:02 userdel[289432]: delete user 'rooter' <86>Feb 18 10:36:02 userdel[289432]: removed group 'rooter' owned by 'rooter' <86>Feb 18 10:36:02 userdel[289432]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 18 10:36:02 groupadd[289439]: group added to /etc/group: name=rooter, GID=657 <86>Feb 18 10:36:02 groupadd[289439]: group added to /etc/gshadow: name=rooter <86>Feb 18 10:36:02 groupadd[289439]: new group: name=rooter, GID=657 <86>Feb 18 10:36:02 useradd[289443]: new user: name=rooter, UID=657, GID=657, home=/root, shell=/bin/bash <86>Feb 18 10:36:02 userdel[289449]: delete user 'builder' <86>Feb 18 10:36:02 userdel[289449]: removed group 'builder' owned by 'builder' <86>Feb 18 10:36:02 userdel[289449]: removed shadow group 'builder' owned by 'builder' <86>Feb 18 10:36:02 groupadd[289454]: group added to /etc/group: name=builder, GID=658 <86>Feb 18 10:36:02 groupadd[289454]: group added to /etc/gshadow: name=builder <86>Feb 18 10:36:02 groupadd[289454]: new group: name=builder, GID=658 <86>Feb 18 10:36:02 useradd[289460]: new user: name=builder, UID=658, GID=658, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ltspinfod-0.1-alt2.src.rpm: The use of such a license name is ambiguous: GPL warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root <13>Feb 18 10:36:05 rpmi: libpopt-devel-1:1.16-alt1 1500322986 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ltspinfod-0.1-alt2.nosrc.rpm (w1.gzdio) Installing ltspinfod-0.1-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.15731 + 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.15731 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ltspinfod-0.1 + cc -pipe -frecord-gcc-switches -Wall -g -Os -march=i586 -mtune=generic -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] 78 | argc = split( buffer, args ); | ^~~~~~ | | | unsigned char * ltspinfod.c:52:13: note: expected 'char *' but argument is of type 'unsigned char *' 52 | 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] 417 | while(( fd = accept( netfd, (struct sockaddr *)&client, &clientlen ) ) >= 0){ | ^~~~~~~~~~ | | | int * In file included from /usr/include/netinet/in.h:23, from /usr/include/netdb.h:27, from ltspinfod.c:20: /usr/include/sys/socket.h:233:28: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ltspinfod.c: In function 'process_getcfg': ltspinfod.c:153:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 153 | write(fd,outbuf,len); | ^~~~~~~~~~~~~~~~~~~~ ltspinfod.c:169:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 169 | 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] 184 | 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] 233 | chroot("/proc"); | ^~~~~~~~~~~~~~~ ltspinfod.c:240:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 240 | 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] 259 | 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] 269 | system("/sbin/init 6"); | ^~~~~~~~~~~~~~~~~~~~~~ ltspinfod.c: In function 'server': ltspinfod.c:359:11: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 359 | (void)chdir("/"); | ^~~~~~~~~~ ltspinfod.c:362:11: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 362 | (void)dup(fd); /* stdout */ | ^~~~~~~ ltspinfod.c:363:11: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 363 | (void)dup(fd); /* stderr */ | ^~~~~~~ ltspinfod.c: In function 'process_getcfg': ltspinfod.c:168:34: warning: '%s' directive writing up to 255 bytes into a region of size 254 [-Wformat-overflow=] 168 | len = sprintf(outbuf,"%s=\"%s\"\n",arr[i],value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:866, from ltspinfod.c:16: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output 5 or more bytes (assuming 260) into a destination of size 256 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ltspinfod.c:138:32: warning: '%s' directive writing up to 255 bytes into a region of size 118 [-Wformat-overflow=] 138 | sprintf(filename,"%s/%s", INFODIR, de->d_name); | ^~ In file included from /usr/include/stdio.h:866, from ltspinfod.c:16: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 11 and 266 bytes into a destination of size 128 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ltspinfod.c:152:37: warning: '="' directive writing 2 bytes into a region of size between 1 and 256 [-Wformat-overflow=] 152 | len = sprintf(outbuf,"%s=\"%s\"\n",de->d_name,value); | ^~~ In file included from /usr/include/stdio.h:866, from ltspinfod.c:16: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 5 and 515 bytes into a destination of size 256 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.3979 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + 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,gnuconfig) Checking contents of files in /usr/src/tmp/ltspinfod-buildroot/ (default) 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) verify-elf: WARNING: ./usr/sbin/ltspinfod: uses non-LFS functions: __xstat fopen getrlimit open readdir 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.RmbUjc find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SLe9Md find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libpopt.so.0 >= set:jgxseu2mEG6CZK0, libpopt.so.0(LIBPOPT_0), 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.VHzsNa 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.G2F2gd find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Xq6EQ9 find-requires: running scripts (debuginfo) Requires: ltspinfod = 0.1-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libpopt.so.0) Wrote: /usr/src/RPM/RPMS/i586/ltspinfod-0.1-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ltspinfod-debuginfo-0.1-alt2.i586.rpm (w2.lzdio) 3.87user 1.14system 0:08.97elapsed 55%CPU (0avgtext+0avgdata 25308maxresident)k 0inputs+0outputs (0major+153185minor)pagefaults 0swaps /.out/ltspinfod-0.1-alt2.i586.rpm: The use of such a license name is ambiguous: GPL /.out/ltspinfod-debuginfo-0.1-alt2.i586.rpm: The use of such a license name is ambiguous: GPL 9.71user 7.12system 0:19.59elapsed 85%CPU (0avgtext+0avgdata 106900maxresident)k 80inputs+0outputs (0major+434905minor)pagefaults 0swaps --- ltspinfod-0.1-alt2.i586.rpm.repo 2012-03-06 16:30:18.000000000 +0000 +++ ltspinfod-0.1-alt2.i586.rpm.hasher 2021-02-18 10:36:18.500984361 +0000 @@ -4,2 +4,3 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.2) @@ -8,3 +9,3 @@ Requires: libc.so.6(GLIBC_2.4) -Requires: libpopt.so.0 >= set:ifdoGxZ7DNqzD0 +Requires: libpopt.so.0 >= set:jgxseu2mEG6CZK0 Requires: rpmlib(SetVersions)