<86>Jan 6 01:02:22 userdel[101398]: delete user 'rooter' <86>Jan 6 01:02:22 userdel[101398]: removed group 'rooter' owned by 'rooter' <86>Jan 6 01:02:22 userdel[101398]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 6 01:02:22 groupadd[101428]: group added to /etc/group: name=rooter, GID=687 <86>Jan 6 01:02:22 groupadd[101428]: group added to /etc/gshadow: name=rooter <86>Jan 6 01:02:22 groupadd[101428]: new group: name=rooter, GID=687 <86>Jan 6 01:02:22 useradd[101450]: new user: name=rooter, UID=687, GID=687, home=/root, shell=/bin/bash <86>Jan 6 01:02:22 userdel[101478]: delete user 'builder' <86>Jan 6 01:02:22 userdel[101478]: removed group 'builder' owned by 'builder' <86>Jan 6 01:02:22 userdel[101478]: removed shadow group 'builder' owned by 'builder' <86>Jan 6 01:02:22 groupadd[101499]: group added to /etc/group: name=builder, GID=688 <86>Jan 6 01:02:22 groupadd[101499]: group added to /etc/gshadow: name=builder <86>Jan 6 01:02:22 groupadd[101499]: new group: name=builder, GID=688 <86>Jan 6 01:02:22 useradd[101528]: new user: name=builder, UID=688, GID=688, home=/usr/src, shell=/bin/bash <13>Jan 6 01:02:25 rpmi: rpm-build-tcl-0.4-alt2 1445508295 installed <13>Jan 6 01:02:25 rpmi: libtcl-8.5.9-alt2 1351878901 installed <13>Jan 6 01:02:25 rpmi: tcl-8.5.9-alt2 1351878901 installed <13>Jan 6 01:02:25 rpmi: libverto-0.2.6-alt1_6 1455633234 installed <13>Jan 6 01:02:25 rpmi: libkeyutils-1.5.10-alt0.M80P.1 1490025499 installed <13>Jan 6 01:02:25 rpmi: libcom_err-1.42.13-alt2 1449075846 installed <13>Jan 6 01:02:25 rpmi: ca-certificates-2016.02.25-alt1 1462368370 installed <13>Jan 6 01:02:25 rpmi: libcrypto10-1.0.2n-alt0.M80P.1 1512766129 installed <13>Jan 6 01:02:26 rpmi: tcl-devel-8.5.9-alt2 1351878901 installed <86>Jan 6 01:02:26 groupadd[112119]: group added to /etc/group: name=_keytab, GID=499 <86>Jan 6 01:02:26 groupadd[112119]: group added to /etc/gshadow: name=_keytab <86>Jan 6 01:02:26 groupadd[112119]: new group: name=_keytab, GID=499 <13>Jan 6 01:02:26 rpmi: libkrb5-1.14.6-alt1.M80P.1 1525355673 installed <13>Jan 6 01:02:26 rpmi: libssl10-1.0.2n-alt0.M80P.1 1512766129 installed <86>Jan 6 01:02:26 groupadd[112500]: group added to /etc/group: name=sasl, GID=498 <86>Jan 6 01:02:26 groupadd[112500]: group added to /etc/gshadow: name=sasl <86>Jan 6 01:02:26 groupadd[112500]: new group: name=sasl, GID=498 <13>Jan 6 01:02:26 rpmi: libsasl2-3-2.1.26-alt7 1479477445 installed <13>Jan 6 01:02:26 rpmi: libldap-2.4.45-alt1.M80P.1 1513980376 installed <13>Jan 6 01:02:26 rpmi: libldap-devel-2.4.45-alt1.M80P.1 1513980376 installed Installing tcl-ldap-3.0-alt9.1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.50317 + 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-01-06 01:02:26.990942377 +0000 +++ Makefile.in 2019-01-06 01:02:26.998942302 +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 .. .. .. lib64 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.44844 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ldap30 + 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 + sort -u + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + 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 for correct TEA configuration... ok (TEA 3.5) checking for Tcl configuration... found /usr/lib64/tclConfig.sh checking for existence of /usr/lib64/tclConfig.sh... loading checking for x86_64-alt-linux-gcc... x86_64-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 x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ANSI C... none needed checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for a BSD-compatible install... /bin/install -c checking whether make sets $(MAKE)... yes checking for x86_64-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.14.90-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... using long 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' x86_64-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_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_NON_CONST -DLDAP_DEPRECATED -I"/usr/include" -pipe -Wall -g -O2 -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 .. .. .. lib64 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 x86_64-alt-linux-gcc -pipe -shared -o libldap3.0.so tdap.o -lldap -llber -L/usr/lib64 -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.36142 + 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/lib64/tcl/libldap3.0.so : /usr/src/tmp/tcl-ldap-buildroot/usr/lib64/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/lib64/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/lib64: 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.23104 + 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.pKUEu0 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.aO0UIn 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.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), liblber-2.4.so.2()(64bit) >= set:lkzXA, libldap-2.4.so.2()(64bit) >= 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.DMAcJN 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.w6ePxg find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PfvEaM find-requires: running scripts (debuginfo) Requires: tcl-ldap = 3.0-alt9.1.qa1, debug64(libc.so.6), debug64(liblber-2.4.so.2), debug64(libldap-2.4.so.2) Wrote: /usr/src/RPM/RPMS/x86_64/tcl-ldap-3.0-alt9.1.qa1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/tcl-ldap-debuginfo-3.0-alt9.1.qa1.x86_64.rpm 2.85user 1.82system 0:08.98elapsed 51%CPU (0avgtext+0avgdata 34356maxresident)k 0inputs+0outputs (0major+510526minor)pagefaults 0swaps 13.22user 5.56system 0:23.64elapsed 79%CPU (0avgtext+0avgdata 124956maxresident)k 0inputs+0outputs (0major+861454minor)pagefaults 0swaps