<86>Sep 29 11:30:09 userdel[2381157]: delete user 'rooter' <86>Sep 29 11:30:09 userdel[2381157]: removed group 'rooter' owned by 'rooter' <86>Sep 29 11:30:09 userdel[2381157]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 29 11:30:09 groupadd[2381176]: group added to /etc/group: name=rooter, GID=1826 <86>Sep 29 11:30:09 groupadd[2381176]: group added to /etc/gshadow: name=rooter <86>Sep 29 11:30:09 groupadd[2381176]: new group: name=rooter, GID=1826 <86>Sep 29 11:30:09 useradd[2381190]: new user: name=rooter, UID=1826, GID=1826, home=/root, shell=/bin/bash <86>Sep 29 11:30:09 userdel[2381232]: delete user 'builder' <86>Sep 29 11:30:09 userdel[2381232]: removed group 'builder' owned by 'builder' <86>Sep 29 11:30:09 userdel[2381232]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 11:30:09 groupadd[2381275]: group added to /etc/group: name=builder, GID=1827 <86>Sep 29 11:30:09 groupadd[2381275]: group added to /etc/gshadow: name=builder <86>Sep 29 11:30:09 groupadd[2381275]: new group: name=builder, GID=1827 <86>Sep 29 11:30:09 useradd[2381302]: new user: name=builder, UID=1827, GID=1827, home=/usr/src, shell=/bin/bash <13>Sep 29 11:30:12 rpmi: libncurses-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed <13>Sep 29 11:30:12 rpmi: libtinfo-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed <13>Sep 29 11:30:12 rpmi: libncurses-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/hexedit-1.2.13-alt1.nosrc.rpm (w1.gzdio) Installing hexedit-1.2.13-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.9685 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hexedit-1.2.13 + echo 'Source #0 (hexedit-1.2.13.tar):' Source #0 (hexedit-1.2.13.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/hexedit-1.2.13.tar + cd hexedit-1.2.13 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (hexedit-rh-config.patch):' Patch #1 (hexedit-rh-config.patch): + /usr/bin/patch -p1 patching file Makefile-build.in patching file Makefile.in + echo 'Patch #2 (hexedit-rh-man-color.patch):' Patch #2 (hexedit-rh-man-color.patch): + /usr/bin/patch -p1 patching file hexedit.1 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.9685 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hexedit-1.2.13 + 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 configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking for a BSD-compatible install... /bin/install -c checking for initscr in -lcurses... ./configure: line 3086: ac_fn_c_try_link: command not found no checking for initscr in -lncurses... yes checking for use_default_colors... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking whether stat file-mode macros are broken... no checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for memcmp... yes checking for memmem... yes checking for memrmem... no checking for memrchr... yes checking for strdup... yes checking for strerror... yes checking for basename... yes checking whether dirname is declared... yes checking whether basename is declared... yes checking whether memrchr is declared... yes checking whether memmem is declared... yes checking whether memrmem is declared... no configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating Makefile-build config.status: WARNING: 'Makefile-build.in' seems to ignore the --datarootdir setting config.status: creating config.h configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext + make -j16 make: Entering directory '/usr/src/RPM/BUILD/hexedit-1.2.13' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c hexedit.c make: Leaving directory '/usr/src/RPM/BUILD/hexedit-1.2.13' make: Entering directory '/usr/src/RPM/BUILD/hexedit-1.2.13' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c file.c make: Leaving directory '/usr/src/RPM/BUILD/hexedit-1.2.13' make: Entering directory '/usr/src/RPM/BUILD/hexedit-1.2.13' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c search.c make: Leaving directory '/usr/src/RPM/BUILD/hexedit-1.2.13' make: Entering directory '/usr/src/RPM/BUILD/hexedit-1.2.13' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c page.c make: Leaving directory '/usr/src/RPM/BUILD/hexedit-1.2.13' make: Entering directory '/usr/src/RPM/BUILD/hexedit-1.2.13' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c misc.c make: Leaving directory '/usr/src/RPM/BUILD/hexedit-1.2.13' make: Entering directory '/usr/src/RPM/BUILD/hexedit-1.2.13' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c mark.c make: Leaving directory '/usr/src/RPM/BUILD/hexedit-1.2.13' make: Entering directory '/usr/src/RPM/BUILD/hexedit-1.2.13' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c display.c display.c: In function 'get_number': display.c:274:42: warning: format '%llx' expects argument of type 'long long unsigned int *', but argument 3 has type 'off_t *' {aka 'long int *'} [-Wformat=] err = sscanf(tmp + strlen("0x"), "%llx", i); ~~~^ ~ %lx display.c:276:27: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off_t *' {aka 'long int *'} [-Wformat=] err = sscanf(tmp, "%lld", i); ~~~^ ~ %ld make: Leaving directory '/usr/src/RPM/BUILD/hexedit-1.2.13' make: Entering directory '/usr/src/RPM/BUILD/hexedit-1.2.13' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c interact.c make: Leaving directory '/usr/src/RPM/BUILD/hexedit-1.2.13' make: Entering directory '/usr/src/RPM/BUILD/hexedit-1.2.13' x86_64-alt-linux-gcc -o hexedit hexedit.o display.o mark.o page.o file.o interact.o misc.o search.o -lncurses make: Leaving directory '/usr/src/RPM/BUILD/hexedit-1.2.13' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.69641 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/hexedit-buildroot + : + /bin/rm -rf -- /usr/src/tmp/hexedit-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd hexedit-1.2.13 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/hexedit-buildroot make: Entering directory '/usr/src/RPM/BUILD/hexedit-1.2.13' /usr/libexec/rpm-build/install -p -d -m 755 /usr/src/tmp/hexedit-buildroot/usr/bin /usr/libexec/rpm-build/install -p -m 755 hexedit /usr/src/tmp/hexedit-buildroot/usr/bin /usr/libexec/rpm-build/install -p -d -m 755 /usr/src/tmp/hexedit-buildroot/usr/share/man/man1 /usr/libexec/rpm-build/install -p -m 644 hexedit.1 /usr/src/tmp/hexedit-buildroot/usr/share/man/man1 make: Leaving directory '/usr/src/RPM/BUILD/hexedit-1.2.13' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/hexedit-buildroot (auto) Verifying and fixing files in /usr/src/tmp/hexedit-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/hexedit-buildroot/ (default) Compressing files in /usr/src/tmp/hexedit-buildroot (auto) Verifying ELF objects in /usr/src/tmp/hexedit-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: hexedit-1.2.13-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.30844 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hexedit-1.2.13 + DOCDIR=/usr/src/tmp/hexedit-buildroot/usr/share/doc/hexedit-1.2.13 + export DOCDIR + rm -rf /usr/src/tmp/hexedit-buildroot/usr/share/doc/hexedit-1.2.13 + /bin/mkdir -p /usr/src/tmp/hexedit-buildroot/usr/share/doc/hexedit-1.2.13 + cp -prL hexedit-1.2.13.lsm Changes TODO /usr/src/tmp/hexedit-buildroot/usr/share/doc/hexedit-1.2.13 + chmod -R go-w /usr/src/tmp/hexedit-buildroot/usr/share/doc/hexedit-1.2.13 + chmod -R a+rX /usr/src/tmp/hexedit-buildroot/usr/share/doc/hexedit-1.2.13 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8PVSXE 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.IZYCsW 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.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libncurses.so.5()(64bit) >= set:mitFWNPmR0BkZj01Flr0LusiZxjKm4K9ZnjsRr7NIw501, libtinfo.so.5()(64bit) >= set:liZKbfJytZyTGVGZ0vB7, 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.Q20dqh Creating hexedit-debuginfo package Processing files: hexedit-debuginfo-1.2.13-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qyRSQF find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EsmDK7 find-requires: running scripts (debuginfo) Requires: hexedit = 1.2.13-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libncurses.so.5), debug64(libtinfo.so.5) Wrote: /usr/src/RPM/RPMS/x86_64/hexedit-1.2.13-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/hexedit-debuginfo-1.2.13-alt1.x86_64.rpm (w2.lzdio) 2.87user 2.08system 0:08.32elapsed 59%CPU (0avgtext+0avgdata 32396maxresident)k 0inputs+0outputs (0major+529478minor)pagefaults 0swaps 3.14user 2.07system 0:16.02elapsed 32%CPU (0avgtext+0avgdata 135460maxresident)k 0inputs+0outputs (0major+195646minor)pagefaults 0swaps --- hexedit-1.2.13-alt1.x86_64.rpm.repo 2013-04-17 16:50:43.000000000 +0000 +++ hexedit-1.2.13-alt1.x86_64.rpm.hasher 2024-09-29 11:30:22.911760940 +0000 @@ -5,3 +5,3 @@ /usr/share/doc/hexedit-1.2.13/hexedit-1.2.13.lsm 100644 root:root -/usr/share/man/man1/hexedit.1.gz 100644 root:root +/usr/share/man/man1/hexedit.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -18,3 +18,3 @@ Provides: hexedit = 1.2.13-alt1 -File: /usr/bin/hexedit 100755 root:root e3532477957ae4b0bfb5b52716f1f47d +File: /usr/bin/hexedit 100755 root:root 5adc1ceeab44ab6e66add68e4a32d7ad File: /usr/share/doc/hexedit-1.2.13 40755 root:root @@ -23,3 +23,3 @@ File: /usr/share/doc/hexedit-1.2.13/hexedit-1.2.13.lsm 100644 root:root 65f7b60afd2dea1936a13abbd061bbbf -File: /usr/share/man/man1/hexedit.1.gz 100644 root:root 838c4290a4b0fc0b47fa8f2904d7b336 -RPMIdentity: 56ddc7d5bcbf65f8bc64e1ac9f119c1b05772f1f1e2fed86f1a2a0c591070cf64691b31b24d22c5055c7f3f864daf0b76794693198bf4abcfd07948da3996a18 +File: /usr/share/man/man1/hexedit.1.xz 100644 root:root db13293eef3254eb911480aea839fac1 +RPMIdentity: 684631a66bb5182ecae0328fe61f53c87c3963d22bb90ad6fcdce40fd72e3feb1c0bcca23be0bc5b634956d8f97c4eb66e6247076607e8806f07ef2c33808c77 --- hexedit-debuginfo-1.2.13-alt1.x86_64.rpm.repo 2013-04-17 16:50:42.000000000 +0000 +++ hexedit-debuginfo-1.2.13-alt1.x86_64.rpm.hasher 2024-09-29 11:30:22.982762341 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/e6 40755 root:root -/usr/lib/debug/.build-id/e6/e3a6b798b12362bc7f641d7cecc790d256e94e 120777 root:root ../../../../bin/hexedit -/usr/lib/debug/.build-id/e6/e3a6b798b12362bc7f641d7cecc790d256e94e.debug 120777 root:root ../../usr/bin/hexedit.debug +/usr/lib/debug/.build-id/25 40755 root:root +/usr/lib/debug/.build-id/25/d86271ed2cf4a0313f85842e83a06318444481 120777 root:root ../../../../bin/hexedit +/usr/lib/debug/.build-id/25/d86271ed2cf4a0313f85842e83a06318444481.debug 120777 root:root ../../usr/bin/hexedit.debug /usr/lib/debug/usr/bin/hexedit.debug 100644 root:root @@ -21,6 +21,6 @@ Provides: hexedit-debuginfo = 1.2.13-alt1 -File: /usr/lib/debug/.build-id/e6 40755 root:root -File: /usr/lib/debug/.build-id/e6/e3a6b798b12362bc7f641d7cecc790d256e94e 120777 root:root ../../../../bin/hexedit -File: /usr/lib/debug/.build-id/e6/e3a6b798b12362bc7f641d7cecc790d256e94e.debug 120777 root:root ../../usr/bin/hexedit.debug -File: /usr/lib/debug/usr/bin/hexedit.debug 100644 root:root 7c10475725cefa90430b9a93f24ed0cc +File: /usr/lib/debug/.build-id/25 40755 root:root +File: /usr/lib/debug/.build-id/25/d86271ed2cf4a0313f85842e83a06318444481 120777 root:root ../../../../bin/hexedit +File: /usr/lib/debug/.build-id/25/d86271ed2cf4a0313f85842e83a06318444481.debug 120777 root:root ../../usr/bin/hexedit.debug +File: /usr/lib/debug/usr/bin/hexedit.debug 100644 root:root 2a4c0f9a7fe0a9c431571ed414c0f4c0 File: /usr/src/debug/hexedit-1.2.13 40755 root:root @@ -35,2 +35,2 @@ File: /usr/src/debug/hexedit-1.2.13/search.c 100644 root:root 3fafa589820fc2bb7c42cbef17389e6c -RPMIdentity: db635e9ac944802cfd4f77ac5ddf1b96a38f4d7f9c6ebf088191d74811183f4c9ecde3dbd0d2fa9d25144ccfc2f3c5a982f5865bc2fe311080bdcab3f671ae16 +RPMIdentity: 2e44256652057c268fa855f5a2a91fb940407e737bd0522a3d1e8577c64d686865ad18a6c6d4bb89429ec449f9e8d403d2c41d4c44d752b3f24ffe843f1fba05