<86>Dec 19 00:24:44 userdel[3980537]: delete user 'rooter' <86>Dec 19 00:24:44 userdel[3980537]: removed group 'rooter' owned by 'rooter' <86>Dec 19 00:24:44 userdel[3980537]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 19 00:24:44 groupadd[3980553]: group added to /etc/group: name=rooter, GID=663 <86>Dec 19 00:24:44 groupadd[3980553]: group added to /etc/gshadow: name=rooter <86>Dec 19 00:24:44 groupadd[3980553]: new group: name=rooter, GID=663 <86>Dec 19 00:24:44 useradd[3980562]: new user: name=rooter, UID=663, GID=663, home=/root, shell=/bin/bash <86>Dec 19 00:24:44 userdel[3980575]: delete user 'builder' <86>Dec 19 00:24:44 userdel[3980575]: removed group 'builder' owned by 'builder' <86>Dec 19 00:24:44 userdel[3980575]: removed shadow group 'builder' owned by 'builder' <86>Dec 19 00:24:44 groupadd[3980588]: group added to /etc/group: name=builder, GID=664 <86>Dec 19 00:24:44 groupadd[3980588]: group added to /etc/gshadow: name=builder <86>Dec 19 00:24:44 groupadd[3980588]: new group: name=builder, GID=664 <86>Dec 19 00:24:44 useradd[3980597]: new user: name=builder, UID=664, GID=664, home=/usr/src, shell=/bin/bash warning: user victor does not exist - using root warning: group victor does not exist - using root warning: user victor does not exist - using root warning: group victor does not exist - using root <13>Dec 19 00:24:46 rpmi: libjpeg-2:2.0.6-alt3 sisyphus+276287.100.3.1 1625270396 installed <13>Dec 19 00:24:46 rpmi: libjpeg-devel-2:2.0.6-alt3 sisyphus+276287.100.3.1 1625270396 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/jpeginfo-1.6.1-alt1.nosrc.rpm (w1.gzdio) Installing jpeginfo-1.6.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.13124 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf jpeginfo-1.6.1 + echo 'Source #0 (jpeginfo-1.6.1.tar.gz):' Source #0 (jpeginfo-1.6.1.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/jpeginfo-1.6.1.tar.gz + /bin/tar -xf - + cd jpeginfo-1.6.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.13124 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd jpeginfo-1.6.1 + 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 -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + sort -u + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + ./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 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 whether make sets ${MAKE}... yes checking for jpeg_read_header in -ljpeg... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for unistd.h... yes checking for getopt.h... yes checking for string.h... yes checking for jpeglib.h... yes checking size of long... 8 checking size of int... 4 checking for getopt_long... yes checking for broken jmorecfg.h (METHODDEF)... no updating cache ./config.cache creating ./config.status creating Makefile creating config.h + make -j8 make: Entering directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DHAVE_CONFIG_H -c -o misc.o misc.c make: Leaving directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1' make: Entering directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DHAVE_CONFIG_H -c -o jpeginfo.o jpeginfo.c jpeginfo.c: In function 'main': jpeginfo.c:287:20: warning: pointer targets in passing argument 2 of 'MD5Update' differ in signedness [-Wpointer-sign] 287 | MD5Update(MD5,md5buf,fs); | ^~~~~~ | | | char * In file included from jpeginfo.c:25: md5.h:33:72: note: expected 'const unsigned char *' but argument is of type 'char *' 33 | void MD5Update PROTO((struct MD5Context *context, unsigned char const *buf, unsigned len)); | ~~~~~~~~~~~~~~~~~~~~~^~~ md5.h:18:21: note: in definition of macro 'PROTO' 18 | #define PROTO(ARGS) ARGS | ^~~~ jpeginfo.c:288:15: warning: pointer targets in passing argument 1 of 'MD5Final' differ in signedness [-Wpointer-sign] 288 | MD5Final(digest,MD5); | ^~~~~~ | | | char * In file included from jpeginfo.c:25: md5.h:34:36: note: expected 'unsigned char *' but argument is of type 'char *' 34 | void MD5Final PROTO((unsigned char digest[16], struct MD5Context *context)); | ~~~~~~~~~~~~~~^~~~~~~~~~ md5.h:18:21: note: in definition of macro 'PROTO' 18 | #define PROTO(ARGS) ARGS | ^~~~ jpeginfo.c:289:13: warning: pointer targets in passing argument 1 of 'md2str' differ in signedness [-Wpointer-sign] 289 | md2str(digest,digest_text); | ^~~~~~ | | | char * In file included from jpeginfo.c:26: jpeginfo.h:18:29: note: expected 'unsigned char *' but argument is of type 'char *' 18 | char *md2str(unsigned char *digest, char *s); | ~~~~~~~~~~~~~~~^~~~~~ jpeginfo.c:160:23: warning: variable 'err_count' set but not used [-Wunused-but-set-variable] 160 | int c,j,lines_read, err_count; | ^~~~~~~~~ jpeginfo.c:160:11: warning: variable 'lines_read' set but not used [-Wunused-but-set-variable] 160 | int c,j,lines_read, err_count; | ^~~~~~~~~~ jpeginfo.c:283:6: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 283 | fread(md5buf,1,fs,infile); | ^~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1' make: Entering directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DHAVE_CONFIG_H -c -o md5.o md5.c md5.c: In function 'MD5Final': md5.c:170:23: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 170 | memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ | ^ make: Leaving directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1' make: Entering directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DHAVE_CONFIG_H -o jpeginfo jpeginfo.o misc.o md5.o -ljpeg make: Leaving directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.18311 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/jpeginfo-buildroot + : + /bin/rm -rf -- /usr/src/tmp/jpeginfo-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd jpeginfo-1.6.1 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install INSTALL_ROOT=/usr/src/tmp/jpeginfo-buildroot make: Entering directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1' /usr/libexec/rpm-build/install -p -d -m 755 /usr/src/tmp/jpeginfo-buildroot//usr/bin /usr/libexec/rpm-build/install -p -d -m 755 /usr/src/tmp/jpeginfo-buildroot//usr/share/man/man1 /usr/libexec/rpm-build/install -p -m 644 jpeginfo.1 /usr/src/tmp/jpeginfo-buildroot//usr/share/man/man1/jpeginfo.1 /usr/libexec/rpm-build/install -p -m 755 jpeginfo /usr/src/tmp/jpeginfo-buildroot//usr/bin/jpeginfo make: Leaving directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/jpeginfo-buildroot (auto) Verifying and fixing files in /usr/src/tmp/jpeginfo-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/jpeginfo-buildroot/ (default) Compressing files in /usr/src/tmp/jpeginfo-buildroot (auto) Verifying ELF objects in /usr/src/tmp/jpeginfo-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: jpeginfo-1.6.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gQ1n1d find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qNoo5c find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.11)(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), libjpeg.so.62()(64bit) >= set:jfvZg28Wsom1zeIvxjVrKdYPdf, 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.xHidQc Creating jpeginfo-debuginfo package Processing files: jpeginfo-debuginfo-1.6.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.W1zjBb find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kqqrpe find-requires: running scripts (debuginfo) Requires: jpeginfo = 1.6.1-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libjpeg.so.62) Wrote: /usr/src/RPM/RPMS/x86_64/jpeginfo-1.6.1-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/jpeginfo-debuginfo-1.6.1-alt1.x86_64.rpm (w2.lzdio) 1.15user 0.79system 0:06.46elapsed 30%CPU (0avgtext+0avgdata 27412maxresident)k 0inputs+0outputs (0major+247696minor)pagefaults 0swaps 4.31user 4.08system 0:12.16elapsed 69%CPU (0avgtext+0avgdata 107884maxresident)k 0inputs+0outputs (31236major+494315minor)pagefaults 0swaps --- jpeginfo-1.6.1-alt1.x86_64.rpm.repo 2012-03-17 14:44:40.000000000 +0000 +++ jpeginfo-1.6.1-alt1.x86_64.rpm.hasher 2021-12-19 00:24:54.852332178 +0000 @@ -1,3 +1,3 @@ /usr/bin/jpeginfo 100755 root:root -/usr/share/man/man1/jpeginfo.1.gz 100644 root:root +/usr/share/man/man1/jpeginfo.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -13,4 +13,4 @@ Provides: jpeginfo = 1.6.1-alt1 -File: /usr/bin/jpeginfo 100755 root:root 96033d1d401134bd05f1b911de3207ba -File: /usr/share/man/man1/jpeginfo.1.gz 100644 root:root 4cf629827d86d6d840b3029190cce1d6 -RPMIdentity: d52d0e3bca5505d0dc05de565ef7a7a93146955c1f8a9df4150dcb519f196417d1db2b8a5d29432fda994b4802e2949f365157cb4d161da11d7e22c445b65ef1 +File: /usr/bin/jpeginfo 100755 root:root 2c3f2fa35b4814023e8a22874d8062be +File: /usr/share/man/man1/jpeginfo.1.xz 100644 root:root 88a86bc8af599c4e766705c9579fe97f +RPMIdentity: b9e7b672c71ef74bda7380a3477578a9caa595dae9fc88c9e9977e61214d99d2f207bbbb284188e1edb71d5aa9b3f662f2ecdb6b2ac368b9781bda29d68d9bb1 --- jpeginfo-debuginfo-1.6.1-alt1.x86_64.rpm.repo 2012-03-17 14:44:40.000000000 +0000 +++ jpeginfo-debuginfo-1.6.1-alt1.x86_64.rpm.hasher 2021-12-19 00:24:54.938332331 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/1f 40755 root:root -/usr/lib/debug/.build-id/1f/3c66b0497fce6727207ffc21d9b2f3d4ad08d6 120777 root:root ../../../../bin/jpeginfo -/usr/lib/debug/.build-id/1f/3c66b0497fce6727207ffc21d9b2f3d4ad08d6.debug 120777 root:root ../../usr/bin/jpeginfo.debug +/usr/lib/debug/.build-id/45 40755 root:root +/usr/lib/debug/.build-id/45/9c5a4a1f326c4fa3b43fa9a5f714f915032395 120777 root:root ../../../../bin/jpeginfo +/usr/lib/debug/.build-id/45/9c5a4a1f326c4fa3b43fa9a5f714f915032395.debug 120777 root:root ../../usr/bin/jpeginfo.debug /usr/lib/debug/usr/bin/jpeginfo.debug 100644 root:root @@ -6,2 +6,3 @@ /usr/src/debug/jpeginfo-1.6.1/jpeginfo.c 100644 root:root +/usr/src/debug/jpeginfo-1.6.1/jpeginfo.h 100644 root:root /usr/src/debug/jpeginfo-1.6.1/md5.c 100644 root:root @@ -15,8 +16,9 @@ Provides: jpeginfo-debuginfo = 1.6.1-alt1 -File: /usr/lib/debug/.build-id/1f 40755 root:root -File: /usr/lib/debug/.build-id/1f/3c66b0497fce6727207ffc21d9b2f3d4ad08d6 120777 root:root ../../../../bin/jpeginfo -File: /usr/lib/debug/.build-id/1f/3c66b0497fce6727207ffc21d9b2f3d4ad08d6.debug 120777 root:root ../../usr/bin/jpeginfo.debug -File: /usr/lib/debug/usr/bin/jpeginfo.debug 100644 root:root 214154afbe3ad10431d0bc23057b5654 +File: /usr/lib/debug/.build-id/45 40755 root:root +File: /usr/lib/debug/.build-id/45/9c5a4a1f326c4fa3b43fa9a5f714f915032395 120777 root:root ../../../../bin/jpeginfo +File: /usr/lib/debug/.build-id/45/9c5a4a1f326c4fa3b43fa9a5f714f915032395.debug 120777 root:root ../../usr/bin/jpeginfo.debug +File: /usr/lib/debug/usr/bin/jpeginfo.debug 100644 root:root d4a43e95596c7baddfef351159936fb0 File: /usr/src/debug/jpeginfo-1.6.1 40755 root:root File: /usr/src/debug/jpeginfo-1.6.1/jpeginfo.c 100644 root:root 074ab0331b314f74ebfb558cbb0970a8 +File: /usr/src/debug/jpeginfo-1.6.1/jpeginfo.h 100644 root:root 00ee0eec732235695423694e5e2254d5 File: /usr/src/debug/jpeginfo-1.6.1/md5.c 100644 root:root b1e04f3714e0cd45013d450c3d9868db @@ -24,2 +26,2 @@ File: /usr/src/debug/jpeginfo-1.6.1/misc.c 100644 root:root 70e047562410d34b9978ad17937095e9 -RPMIdentity: 7f4d7df2f052f5b9f362a929bcfa84b208f9f6cdd0d7b802d61f5e1b2166364b29a6867d195a831186603509076d95586f156f6292c813c14251f78c095a6b3b +RPMIdentity: d4d9c3a9eeeec0c526aa81503bfcf029a11a2c545b73e1eb34d8b2a008bc11b2d82b794efbd8870e59215cbd0ed9f6ef3eb2bf4780afc03fa02e99556b22d9d3