<86>Apr 21 05:59:49 userdel[69819]: delete user 'rooter' <86>Apr 21 05:59:49 userdel[69819]: removed group 'rooter' owned by 'rooter' <86>Apr 21 05:59:49 groupadd[69863]: group added to /etc/group: name=rooter, GID=663 <86>Apr 21 05:59:49 groupadd[69863]: group added to /etc/gshadow: name=rooter <86>Apr 21 05:59:49 groupadd[69863]: new group: name=rooter, GID=663 <86>Apr 21 05:59:49 useradd[69897]: new user: name=rooter, UID=663, GID=663, home=/root, shell=/bin/bash <86>Apr 21 05:59:49 userdel[70019]: delete user 'builder' <86>Apr 21 05:59:49 userdel[70019]: removed group 'builder' owned by 'builder' <86>Apr 21 05:59:49 userdel[70019]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 05:59:49 groupadd[70037]: group added to /etc/group: name=builder, GID=664 <86>Apr 21 05:59:49 groupadd[70037]: group added to /etc/gshadow: name=builder <86>Apr 21 05:59:49 groupadd[70037]: new group: name=builder, GID=664 <86>Apr 21 05:59:49 useradd[70048]: new user: name=builder, UID=664, GID=664, home=/usr/src, shell=/bin/bash <13>Apr 21 05:59:53 rpmi: rpm-build-tcl-0.4-alt2 1445508295 installed <13>Apr 21 05:59:53 rpmi: libtcl-8.5.9-alt2 1351878908 installed <13>Apr 21 05:59:53 rpmi: tcl-8.5.9-alt2 1351878908 installed <13>Apr 21 05:59:53 rpmi: libverto-0.2.6-alt1_6 1455633232 installed <13>Apr 21 05:59:53 rpmi: libkeyutils-1.5.10-alt0.M80P.2 p8+216694.100.6.1 1547827915 installed <13>Apr 21 05:59:53 rpmi: libcom_err-1.42.13-alt2 1449075923 installed <13>Apr 21 05:59:53 rpmi: ca-certificates-2016.02.25-alt1 1462368370 installed <13>Apr 21 05:59:53 rpmi: libcrypto10-1.0.2n-alt0.M80P.1 1512766170 installed <13>Apr 21 05:59:53 rpmi: tcl-devel-8.5.9-alt2 1351878908 installed <86>Apr 21 05:59:54 groupadd[80918]: group added to /etc/group: name=_keytab, GID=499 <86>Apr 21 05:59:54 groupadd[80918]: group added to /etc/gshadow: name=_keytab <86>Apr 21 05:59:54 groupadd[80918]: new group: name=_keytab, GID=499 <13>Apr 21 05:59:54 rpmi: libkrb5-1.14.6-alt1.M80P.1 1525355764 installed <13>Apr 21 05:59:54 rpmi: libssl10-1.0.2n-alt0.M80P.1 1512766170 installed <86>Apr 21 05:59:54 groupadd[81382]: group added to /etc/group: name=sasl, GID=498 <86>Apr 21 05:59:54 groupadd[81382]: group added to /etc/gshadow: name=sasl <86>Apr 21 05:59:54 groupadd[81382]: new group: name=sasl, GID=498 <13>Apr 21 05:59:54 rpmi: libsasl2-3-2.1.26-alt7 1479477448 installed <13>Apr 21 05:59:54 rpmi: libldap-2.4.45-alt1.M80P.1 1513980437 installed <13>Apr 21 05:59:54 rpmi: libldap-devel-2.4.45-alt1.M80P.1 1513980437 installed Installing tcl-ldap-3.0-alt9.1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.33545 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ldap30 + echo 'Source #0 (tcl-ldap-3.0.tar.bz2):' Source #0 (tcl-ldap-3.0.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/tcl-ldap-3.0.tar.bz2 + /bin/tar -xf - + cd ldap30 + /bin/chmod -c -Rf u+rwX,go-w . + _verbose=1 + set -a + _backup=..tea3 + '[' -n '' -a -f aclocal.m4 ']' + '[' -f Makefile.in ']' + cat + /usr/bin/tclsh + '[' -n 1 -a -n ..tea3 ']' + gendiff . ..tea3 --- Makefile.in..tea3 2019-04-21 05:59:55.236376835 +0000 +++ Makefile.in 2019-04-21 05:59:55.249376938 +0000 @@ -80,8 +80,8 @@ includedir = @includedir@ DESTDIR = PKG_DIR = $(PACKAGE_NAME)$(PACKAGE_VERSION) -pkgdatadir = $(datadir)/$(PKG_DIR) -pkglibdir = $(libdir)/$(PKG_DIR) +pkgdatadir = $(datadir)/tcl/$(PKG_DIR) +pkglibdir = $(libdir)/tcl pkgincludedir = $(includedir)/$(PKG_DIR) top_builddir = . @@ -283,7 +283,7 @@ VPATH = $(srcdir):$(srcdir)/generic:$(sr pkgIndex.tcl: (echo 'package ifneeded $(PACKAGE_NAME) $(PACKAGE_VERSION) \ - "[list load [file join $$dir $(PKG_LIB_FILE)]]"') > pkgIndex.tcl + "[list load [file join $$dir .. .. .. lib tcl $(PKG_LIB_FILE)]]"') > pkgIndex.tcl #======================================================================== # Distribution creation @@ -359,7 +359,7 @@ distclean: clean #======================================================================== install-lib-binaries: - @mkdir -p $(DESTDIR)$(pkglibdir) + @mkdir -p $(DESTDIR)$(pkglibdir) $(DESTDIR)$(pkgdatadir) @list='$(lib_BINARIES)'; for p in $$list; do \ if test -f $$p; then \ echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(pkglibdir)/$$p"; \ @@ -385,13 +385,13 @@ install-lib-binaries: @list='$(PKG_TCL_SOURCES)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ destp=`basename $$p`; \ - echo " Install $$destp $(DESTDIR)$(pkglibdir)/$$destp"; \ - $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkglibdir)/$$destp; \ + echo " Install $$destp $(DESTDIR)$(pkgdatadir)/$$destp"; \ + $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$destp; \ fi; \ done @if test "x$(SHARED_BUILD)" = "x1"; then \ - echo " Install pkgIndex.tcl $(DESTDIR)$(pkglibdir)"; \ - $(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); \ + echo " Install pkgIndex.tcl $(DESTDIR)$(pkgdatadir)"; \ + $(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkgdatadir); \ fi #======================================================================== + unset _verbose + set +a + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.33545 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ldap30 + CFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2 -march=i586 -mtune=generic' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS=' -march=i586 -mtune=generic' + 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=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext checking for correct TEA configuration... ok (TEA 3.5) checking for Tcl configuration... found /usr/lib/tclConfig.sh checking for existence of /usr/lib/tclConfig.sh... loading checking for i586-alt-linux-gcc... i586-alt-linux-gcc 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 i586-alt-linux-gcc accepts -g... yes checking for i586-alt-linux-gcc option to accept ANSI C... none needed checking how to run the C preprocessor... i586-alt-linux-gcc -E checking for a BSD-compatible install... /bin/install -c checking whether make sets $(MAKE)... yes checking for i586-alt-linux-ranlib... no checking for ranlib... ranlib checking for egrep... 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 if the compiler understands -pipe... yes checking whether byte ordering is bigendian... no checking for sin... no checking for main in -lieee... yes checking for main in -linet... no checking net/errno.h usability... no checking net/errno.h presence... no checking for net/errno.h... no checking for connect... yes checking for gethostbyname... yes checking dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking values.h usability... yes checking values.h presence... yes checking for values.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for Tcl public headers... /usr/include checking for pthread_mutex_init in -lpthread... yes checking for building with threads... yes (default) checking how to build libraries... shared checking if 64bit support is requested... no checking if 64bit Sparc VIS support is requested... no checking system version... Linux-4.19.32-std-def-alt1 checking for dlopen in -ldl... yes checking for ar... ar checking for required early compiler flags... _LARGEFILE64_SOURCE checking for 64-bit integer type... long long checking for struct dirent64... no checking for struct stat64... yes checking for open64... yes checking for lseek64... yes checking for off64_t... yes checking for build with symbols... no checking for tclsh... /usr/bin/tclsh8.5 configure: creating ./config.status config.status: creating Makefile + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/ldap30' i586-alt-linux-gcc -pipe -DPACKAGE_NAME=\"ldap\" -DPACKAGE_TARNAME=\"ldap\" -DPACKAGE_VERSION=\"3.0\" -DPACKAGE_STRING=\"ldap\ 3.0\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 -DHAVE_TYPE_OFF64_T=1 -DUSE_TCL_STUBS=1 -DUSE_NON_CONST -DLDAP_DEPRECATED -I"/usr/include" -pipe -Wall -g -O2 -march=i586 -mtune=generic -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo tdap.c` -o tdap.o (echo 'package ifneeded ldap 3.0 \ "[list load [file join $dir .. .. .. lib tcl libldap3.0.so]]"') > pkgIndex.tcl tdap.c: In function 'LdapObjCmd': tdap.c:675:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ rm -f libldap3.0.so i586-alt-linux-gcc -pipe -shared -o libldap3.0.so tdap.o -lldap -llber -L/usr/lib -ltclstub8.5 : libldap3.0.so make: Leaving directory `/usr/src/RPM/BUILD/ldap30' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.1237 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/tcl-ldap-buildroot + : + /bin/rm -rf -- /usr/src/tmp/tcl-ldap-buildroot + cd ldap30 + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/tcl-ldap-buildroot make: Entering directory `/usr/src/RPM/BUILD/ldap30' /bin/install -p libldap3.0.so /usr/src/tmp/tcl-ldap-buildroot/usr/lib/tcl/libldap3.0.so : /usr/src/tmp/tcl-ldap-buildroot/usr/lib/tcl/libldap3.0.so Install pkgIndex.tcl /usr/src/tmp/tcl-ldap-buildroot/usr/share/tcl/ldap3.0 Installing header files in /usr/src/tmp/tcl-ldap-buildroot/usr/include make: Leaving directory `/usr/src/RPM/BUILD/ldap30' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/tcl-ldap-buildroot (auto) mode of './usr/lib/tcl/libldap3.0.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/tcl-ldap-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/tcl-ldap-buildroot (auto) Adjusting library links in /usr/src/tmp/tcl-ldap-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/tcl-ldap-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: tcl-ldap-3.0-alt9.1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.49078 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ldap30 + DOCDIR=/usr/src/tmp/tcl-ldap-buildroot/usr/share/doc/tcl-ldap-3.0 + export DOCDIR + rm -rf /usr/src/tmp/tcl-ldap-buildroot/usr/share/doc/tcl-ldap-3.0 + /bin/mkdir -p /usr/src/tmp/tcl-ldap-buildroot/usr/share/doc/tcl-ldap-3.0 + cp -prL license.terms ldap.htm /usr/src/tmp/tcl-ldap-buildroot/usr/share/doc/tcl-ldap-3.0 + chmod -R go-w /usr/src/tmp/tcl-ldap-buildroot/usr/share/doc/tcl-ldap-3.0 + chmod -R a+rX /usr/src/tmp/tcl-ldap-buildroot/usr/share/doc/tcl-ldap-3.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nRN1cD find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell,tcl) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JRmpne find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,tcl) Provides: tcl(ldap) = 3.0 Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), liblber-2.4.so.2 >= set:lkzXA, libldap-2.4.so.2 >= set:mhUs7r6zjAuaNzBWwggvMxiB9Ihyq8HKAj54P5F1x6vc0zp7F1dfdoqZr87, 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.AQO3tV Creating tcl-ldap-debuginfo package Processing files: tcl-ldap-debuginfo-3.0-alt9.1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.edsGyJ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RZ86TD find-requires: running scripts (debuginfo) Requires: tcl-ldap = 3.0-alt9.1.qa1, debug(libc.so.6), debug(liblber-2.4.so.2), debug(libldap-2.4.so.2) Wrote: /usr/src/RPM/RPMS/i586/tcl-ldap-3.0-alt9.1.qa1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/tcl-ldap-debuginfo-3.0-alt9.1.qa1.i586.rpm 4.53user 2.36system 0:10.89elapsed 63%CPU (0avgtext+0avgdata 26752maxresident)k 0inputs+0outputs (0major+479637minor)pagefaults 0swaps 9.60user 5.40system 0:19.11elapsed 78%CPU (0avgtext+0avgdata 122256maxresident)k 1480inputs+0outputs (0major+688985minor)pagefaults 0swaps