<86>Oct 6 12:01:39 userdel[1094677]: delete user 'rooter' <86>Oct 6 12:01:39 userdel[1094677]: removed group 'rooter' owned by 'rooter' <86>Oct 6 12:01:39 userdel[1094677]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 6 12:01:39 groupadd[1094717]: group added to /etc/group: name=rooter, GID=1862 <86>Oct 6 12:01:39 groupadd[1094717]: group added to /etc/gshadow: name=rooter <86>Oct 6 12:01:39 groupadd[1094717]: new group: name=rooter, GID=1862 <86>Oct 6 12:01:39 useradd[1094731]: new user: name=rooter, UID=1862, GID=1862, home=/root, shell=/bin/bash <86>Oct 6 12:01:39 userdel[1094770]: delete user 'builder' <86>Oct 6 12:01:39 userdel[1094770]: removed group 'builder' owned by 'builder' <86>Oct 6 12:01:39 userdel[1094770]: removed shadow group 'builder' owned by 'builder' <86>Oct 6 12:01:39 groupadd[1094800]: group added to /etc/group: name=builder, GID=1863 <86>Oct 6 12:01:39 groupadd[1094800]: group added to /etc/gshadow: name=builder <86>Oct 6 12:01:39 groupadd[1094800]: new group: name=builder, GID=1863 <86>Oct 6 12:01:39 useradd[1094822]: new user: name=builder, UID=1863, GID=1863, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/mscompress-0.3-alt1.nosrc.rpm (w1.gzdio) Installing mscompress-0.3-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.17845 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mscompress-0.3 + echo 'Source #0 (mscompress-0.3.tar.bz2):' Source #0 (mscompress-0.3.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/mscompress-0.3.tar.bz2 + /bin/tar -xf - + cd mscompress-0.3 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (mscompress-0.3-LDFLAGS.diff):' Patch #0 (mscompress-0.3-LDFLAGS.diff): + /usr/bin/patch -p0 patching file Makefile.in + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.27361 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mscompress-0.3 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -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 + 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=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 --disable-silent-rules --without-included-gettext creating cache ./config.cache checking host system type... x86_64-alt-linux-gnu Package: mscompress-0.3 checking for gcc... gcc checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 ) works... yes checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for a BSD compatible install... /bin/install -c checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for fcntl.h... yes checking for unistd.h... yes checking for getopt.h... yes checking whether byte ordering is bigendian... no updating cache ./config.cache creating ./config.status creating Makefile creating config.h + make make: Entering directory '/usr/src/RPM/BUILD/mscompress-0.3' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mscompress.o mscompress.c mscompress.c:310:1: warning: return type of 'main' is not 'int' [-Wmain] main (int argc, char **argv) ^~~~ mscompress.c: In function 'insert': mscompress.c:83:15: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] else if (c > 0) ^ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c -o version.o version.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o mscompress mscompress.o version.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c -o msexpand.o msexpand.c msexpand.c:219:1: warning: return type of 'main' is not 'int' [-Wmain] main (int argc, char **argv) ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o msexpand msexpand.o version.o make: Leaving directory '/usr/src/RPM/BUILD/mscompress-0.3' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.27361 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mscompress-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mscompress-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd mscompress-0.3 + install -D -m755 msexpand /usr/src/tmp/mscompress-buildroot/usr/bin/msexpand + install -D -m755 mscompress /usr/src/tmp/mscompress-buildroot/usr/bin/mscompress + install -D mscompress.1 /usr/src/tmp/mscompress-buildroot/usr/share/man/man1/mscompress.1 + install -D msexpand.1 /usr/src/tmp/mscompress-buildroot/usr/share/man/man1/msexpand.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mscompress-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mscompress-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/mscompress-buildroot/ (default) Compressing files in /usr/src/tmp/mscompress-buildroot (auto) mode of '/usr/src/tmp/mscompress-buildroot/usr/share/man/man1/msexpand.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/mscompress-buildroot/usr/share/man/man1/mscompress.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying ELF objects in /usr/src/tmp/mscompress-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: mscompress-0.3-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.98677 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mscompress-0.3 + DOCDIR=/usr/src/tmp/mscompress-buildroot/usr/share/doc/mscompress-0.3 + export DOCDIR + rm -rf /usr/src/tmp/mscompress-buildroot/usr/share/doc/mscompress-0.3 + /bin/mkdir -p /usr/src/tmp/mscompress-buildroot/usr/share/doc/mscompress-0.3 + cp -prL ChangeLog README TODO format.txt /usr/src/tmp/mscompress-buildroot/usr/share/doc/mscompress-0.3 + chmod -R go-w /usr/src/tmp/mscompress-buildroot/usr/share/doc/mscompress-0.3 + chmod -R a+rX /usr/src/tmp/mscompress-buildroot/usr/share/doc/mscompress-0.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.73OVEi 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.0Xwhm1 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TruFwN Creating mscompress-debuginfo package Processing files: mscompress-debuginfo-0.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.m86T9C find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tBmFfw find-requires: running scripts (debuginfo) Requires: mscompress = 0.3-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/mscompress-0.3-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/mscompress-debuginfo-0.3-alt1.x86_64.rpm (w2.lzdio) 1.49user 1.49system 0:07.15elapsed 41%CPU (0avgtext+0avgdata 29016maxresident)k 0inputs+0outputs (0major+308099minor)pagefaults 0swaps 3.06user 2.01system 0:14.56elapsed 34%CPU (0avgtext+0avgdata 128664maxresident)k 0inputs+0outputs (0major+138286minor)pagefaults 0swaps --- mscompress-0.3-alt1.x86_64.rpm.repo 2011-06-20 13:26:09.000000000 +0000 +++ mscompress-0.3-alt1.x86_64.rpm.hasher 2024-10-06 12:01:50.998414061 +0000 @@ -7,4 +7,4 @@ /usr/share/doc/mscompress-0.3/format.txt 100644 root:root -/usr/share/man/man1/mscompress.1.gz 100644 root:root -/usr/share/man/man1/msexpand.1.gz 100644 root:root +/usr/share/man/man1/mscompress.1.xz 100644 root:root +/usr/share/man/man1/msexpand.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -16,4 +16,4 @@ Provides: mscompress = 0.3-alt1 -File: /usr/bin/mscompress 100755 root:root 5e6641e4ceecbfe37cbb976c8f85c412 -File: /usr/bin/msexpand 100755 root:root d44b52db11c4212e8386c0ecd609558a +File: /usr/bin/mscompress 100755 root:root 3115a89361388b80a69091037952f3eb +File: /usr/bin/msexpand 100755 root:root 4bae1e6a9dd5073c6c5653cfeedfc8eb File: /usr/share/doc/mscompress-0.3 40755 root:root @@ -23,4 +23,4 @@ File: /usr/share/doc/mscompress-0.3/format.txt 100644 root:root 09a684b5c6ff433a7785594fd7999a9e -File: /usr/share/man/man1/mscompress.1.gz 100644 root:root 399e874e2342fb2cfaea5f075300b11b -File: /usr/share/man/man1/msexpand.1.gz 100644 root:root 78d95660d5ed62f5f4e83fcee7af78c5 -RPMIdentity: b5cf5ba6f7a2b804a72de11c24ecb5697ed9c09ae4859fbf3426198c9d17870f529e5aeb56f5a23db7c4fb71c69006e00f0bbf77c71bdeb9f838420ce7cbec5f +File: /usr/share/man/man1/mscompress.1.xz 100644 root:root 3195dba2e769c2ed6b6a264957b63d82 +File: /usr/share/man/man1/msexpand.1.xz 100644 root:root 9242973da186810e9e4701dde568db20 +RPMIdentity: 67d2e52ff0b91d5b03c68afc499c67de11d22028a65e88fa3cb408102ce7f9db6cba8e1cc73d75392ce405dd4d848706ef26fec846b32ac32e77092c0b338b33 --- mscompress-debuginfo-0.3-alt1.x86_64.rpm.repo 2011-06-20 13:26:09.000000000 +0000 +++ mscompress-debuginfo-0.3-alt1.x86_64.rpm.hasher 2024-10-06 12:01:51.064415004 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/0c 40755 root:root -/usr/lib/debug/.build-id/0c/149b058bb26958fee8532f837b2f1fd14b8755 120777 root:root ../../../../bin/msexpand -/usr/lib/debug/.build-id/0c/149b058bb26958fee8532f837b2f1fd14b8755.debug 120777 root:root ../../usr/bin/msexpand.debug -/usr/lib/debug/.build-id/b6 40755 root:root -/usr/lib/debug/.build-id/b6/8d22dbaa5174fa02fae63f507f002c25753ddb 120777 root:root ../../../../bin/mscompress -/usr/lib/debug/.build-id/b6/8d22dbaa5174fa02fae63f507f002c25753ddb.debug 120777 root:root ../../usr/bin/mscompress.debug +/usr/lib/debug/.build-id/18 40755 root:root +/usr/lib/debug/.build-id/18/58c638da7d1ec04f49307d7a97755fe15087d1 120777 root:root ../../../../bin/mscompress +/usr/lib/debug/.build-id/18/58c638da7d1ec04f49307d7a97755fe15087d1.debug 120777 root:root ../../usr/bin/mscompress.debug +/usr/lib/debug/.build-id/eb 40755 root:root +/usr/lib/debug/.build-id/eb/0828f1ed30f6f98f73b1d266c213036138cccc 120777 root:root ../../../../bin/msexpand +/usr/lib/debug/.build-id/eb/0828f1ed30f6f98f73b1d266c213036138cccc.debug 120777 root:root ../../usr/bin/msexpand.debug /usr/lib/debug/usr/bin/mscompress.debug 100644 root:root @@ -17,10 +17,10 @@ Provides: mscompress-debuginfo = 0.3-alt1 -File: /usr/lib/debug/.build-id/0c 40755 root:root -File: /usr/lib/debug/.build-id/0c/149b058bb26958fee8532f837b2f1fd14b8755 120777 root:root ../../../../bin/msexpand -File: /usr/lib/debug/.build-id/0c/149b058bb26958fee8532f837b2f1fd14b8755.debug 120777 root:root ../../usr/bin/msexpand.debug -File: /usr/lib/debug/.build-id/b6 40755 root:root -File: /usr/lib/debug/.build-id/b6/8d22dbaa5174fa02fae63f507f002c25753ddb 120777 root:root ../../../../bin/mscompress -File: /usr/lib/debug/.build-id/b6/8d22dbaa5174fa02fae63f507f002c25753ddb.debug 120777 root:root ../../usr/bin/mscompress.debug -File: /usr/lib/debug/usr/bin/mscompress.debug 100644 root:root 5b55c702aa12d86a31572ece7151cba3 -File: /usr/lib/debug/usr/bin/msexpand.debug 100644 root:root 2e62311ec30d673d27b516391050bd50 +File: /usr/lib/debug/.build-id/18 40755 root:root +File: /usr/lib/debug/.build-id/18/58c638da7d1ec04f49307d7a97755fe15087d1 120777 root:root ../../../../bin/mscompress +File: /usr/lib/debug/.build-id/18/58c638da7d1ec04f49307d7a97755fe15087d1.debug 120777 root:root ../../usr/bin/mscompress.debug +File: /usr/lib/debug/.build-id/eb 40755 root:root +File: /usr/lib/debug/.build-id/eb/0828f1ed30f6f98f73b1d266c213036138cccc 120777 root:root ../../../../bin/msexpand +File: /usr/lib/debug/.build-id/eb/0828f1ed30f6f98f73b1d266c213036138cccc.debug 120777 root:root ../../usr/bin/msexpand.debug +File: /usr/lib/debug/usr/bin/mscompress.debug 100644 root:root 43fbccd7db589b8ac177989b81bb2785 +File: /usr/lib/debug/usr/bin/msexpand.debug 100644 root:root 8d88926a6961536e96192ce9575050cd File: /usr/src/debug/mscompress-0.3 40755 root:root @@ -29,2 +29,2 @@ File: /usr/src/debug/mscompress-0.3/version.c 100644 root:root 9c787a03e1d8e1d4e97eb6dc7ced5e17 -RPMIdentity: fd55a31eecd4c36c35446e285c1dfd228c5d76270aacef5cee7ff84a55f72619d4c73e8a89e2453fe4116a1bf8869d238a766b99bbcb766a1edbcf074b50062c +RPMIdentity: 589cc39c7bea7a3e2613de93378c2e3c99b4c5ae1472353193d52c30500af44034c28a6d69074615cdeebe588caa1d1b9bfefb66707ba84caabcfc4ba2ad26bb