<86>Oct 30 07:57:42 userdel[13846]: delete user 'rooter' <86>Oct 30 07:57:42 userdel[13846]: removed group 'rooter' owned by 'rooter' <86>Oct 30 07:57:42 groupadd[13855]: group added to /etc/group: name=rooter, GID=615 <86>Oct 30 07:57:42 groupadd[13855]: group added to /etc/gshadow: name=rooter <86>Oct 30 07:57:42 groupadd[13855]: new group: name=rooter, GID=615 <86>Oct 30 07:57:42 useradd[13863]: new user: name=rooter, UID=615, GID=615, home=/root, shell=/bin/bash <86>Oct 30 07:57:42 userdel[13870]: delete user 'builder' <86>Oct 30 07:57:42 userdel[13870]: removed group 'builder' owned by 'builder' <86>Oct 30 07:57:42 userdel[13870]: removed shadow group 'builder' owned by 'builder' <86>Oct 30 07:57:42 groupadd[13879]: group added to /etc/group: name=builder, GID=616 <86>Oct 30 07:57:42 groupadd[13879]: group added to /etc/gshadow: name=builder <86>Oct 30 07:57:42 groupadd[13879]: new group: name=builder, GID=616 <86>Oct 30 07:57:42 useradd[13885]: new user: name=builder, UID=616, GID=616, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/transconnect-1.3-alt5.qa1.nosrc.rpm Installing transconnect-1.3-alt5.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.92925 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf transconnect-1.3-Beta + echo 'Source #0 (transconnect-1.3-Beta.tar.gz):' Source #0 (transconnect-1.3-Beta.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/transconnect-1.3-Beta.tar.gz + /bin/tar -xf - + cd transconnect-1.3-Beta + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (transconnect-1.3-build.patch):' Patch #0 (transconnect-1.3-build.patch): + /usr/bin/patch -p1 patching file Makefile + sed -e s,@LIBDIR@,/usr/lib,g -e s,@LIB@,lib,g + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.89565 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd transconnect-1.3-Beta + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC' make: Entering directory '/usr/src/RPM/BUILD/transconnect-1.3-Beta' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -shared -o tconn.so tconn.c -ldl tconn.c: In function 'connect': tconn.c:179:53: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] 179 | getsockopt (sockfd, SOL_SOCKET, SO_TYPE, &optval, &optlen); | ^~~~~~~ | | | int * In file included from tconn.c:47: /usr/include/sys/socket.h:210:32: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 210 | socklen_t *__restrict __optlen) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tconn.c:219:17: warning: array subscript 1024 is above array bounds of 'char[1024]' [-Warray-bounds] 219 | configfile[CONFIG_FILE_MAX] = '\0'; | ~~~~~~~~~~^~~~~~~~~~~~~~~~~ tconn.c:142:8: note: while referencing 'configfile' 142 | char configfile[CONFIG_FILE_MAX]; /* Name of the configuration file */ | ^~~~~~~~~~ tconn.c:201:17: warning: array subscript 1024 is above array bounds of 'char[1024]' [-Warray-bounds] 201 | configfile[CONFIG_FILE_MAX] = '\0'; | ~~~~~~~~~~^~~~~~~~~~~~~~~~~ tconn.c:142:8: note: while referencing 'configfile' 142 | char configfile[CONFIG_FILE_MAX]; /* Name of the configuration file */ | ^~~~~~~~~~ In file included from /usr/include/string.h:507, from tconn.c:44: In function 'strncpy', inlined from 'connect' at tconn.c:497:12: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 19 bytes from a string of length 19 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncat', inlined from 'connect' at tconn.c:499:5: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' output may be truncated copying 39 bytes from a string of length 39 [-Wstringop-truncation] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/transconnect-1.3-Beta' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.89565 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/transconnect-buildroot + : + /bin/rm -rf -- /usr/src/tmp/transconnect-buildroot + cd transconnect-1.3-Beta + install -D -m 755 proxyfy /usr/src/tmp/transconnect-buildroot/usr/bin/transconnect + install -D tconn.so /usr/src/tmp/transconnect-buildroot/usr/lib/libtransconnect.so.0 + install -D -p -m 644 tconn.conf /usr/src/tmp/transconnect-buildroot/etc/transconnect.conf + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/transconnect-buildroot (auto) mode of './usr/lib/libtransconnect.so.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/transconnect-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/transconnect-buildroot/ (default) Compressing files in /usr/src/tmp/transconnect-buildroot (auto) Adjusting library links in /usr/src/tmp/transconnect-buildroot ./usr/lib: libtransconnect.so.0 -> libtransconnect.so.0 Verifying ELF objects in /usr/src/tmp/transconnect-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib/libtransconnect.so.0: uses non-LFS functions: fopen Hardlinking identical .pyc and .pyo files Processing files: transconnect-1.3-alt5.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.90617 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd transconnect-1.3-Beta + DOCDIR=/usr/src/tmp/transconnect-buildroot/usr/share/doc/transconnect-1.3 + export DOCDIR + rm -rf /usr/src/tmp/transconnect-buildroot/usr/share/doc/transconnect-1.3 + /bin/mkdir -p /usr/src/tmp/transconnect-buildroot/usr/share/doc/transconnect-1.3 + cp -prL README AUTHORS COPYING INSTALL TROUBLESHOOT /usr/src/tmp/transconnect-buildroot/usr/share/doc/transconnect-1.3 + chmod -R go-w /usr/src/tmp/transconnect-buildroot/usr/share/doc/transconnect-1.3 + chmod -R a+rX /usr/src/tmp/transconnect-buildroot/usr/share/doc/transconnect-1.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Cycox8 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/transconnect-buildroot/usr/lib/libtransconnect.so.0: 2 symbols, 11 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sIXxlt find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libtransconnect.so.0 = set:ecOs94 Requires: /bin/sh, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libdl.so.2(GLIBC_2.0), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fZPFNf Creating transconnect-debuginfo package Processing files: transconnect-debuginfo-1.3-alt5.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hQcEsl find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rEkQtx find-requires: running scripts (debuginfo) Provides: debug(libtransconnect.so.0) Requires: transconnect = 1.3-alt5.qa1, debug(libc.so.6), debug(libdl.so.2) Wrote: /usr/src/RPM/RPMS/i586/transconnect-1.3-alt5.qa1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/transconnect-debuginfo-1.3-alt5.qa1.i586.rpm 2.92user 0.52system 0:08.51elapsed 40%CPU (0avgtext+0avgdata 26720maxresident)k 0inputs+0outputs (0major+172680minor)pagefaults 0swaps 4.32user 2.58system 0:12.59elapsed 54%CPU (0avgtext+0avgdata 26720maxresident)k 0inputs+0outputs (0major+349958minor)pagefaults 0swaps --- transconnect-1.3-alt5.qa1.i586.rpm.repo 2013-04-18 06:40:12.000000000 +0000 +++ transconnect-1.3-alt5.qa1.i586.rpm.hasher 2019-10-30 07:57:53.658096413 +0000 @@ -18,3 +18,3 @@ Requires: rpmlib(PayloadIsLzma) -Provides: libtransconnect.so.0 = set:fd2BOn +Provides: libtransconnect.so.0 = set:ecOs94 Provides: transconnect = 1.3-alt5.qa1