<86>Mar 18 04:56:17 userdel[3913800]: delete user 'rooter' <86>Mar 18 04:56:17 userdel[3913800]: removed group 'rooter' owned by 'rooter' <86>Mar 18 04:56:17 userdel[3913800]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 18 04:56:17 groupadd[3913854]: group added to /etc/group: name=rooter, GID=1365 <86>Mar 18 04:56:17 groupadd[3913854]: group added to /etc/gshadow: name=rooter <86>Mar 18 04:56:17 groupadd[3913854]: new group: name=rooter, GID=1365 <86>Mar 18 04:56:17 useradd[3913901]: new user: name=rooter, UID=1365, GID=1365, home=/root, shell=/bin/bash <86>Mar 18 04:56:17 userdel[3913962]: delete user 'builder' <86>Mar 18 04:56:17 userdel[3913962]: removed group 'builder' owned by 'builder' <86>Mar 18 04:56:17 userdel[3913962]: removed shadow group 'builder' owned by 'builder' <86>Mar 18 04:56:17 groupadd[3914017]: group added to /etc/group: name=builder, GID=1366 <86>Mar 18 04:56:17 groupadd[3914017]: group added to /etc/gshadow: name=builder <86>Mar 18 04:56:17 groupadd[3914017]: new group: name=builder, GID=1366 <86>Mar 18 04:56:17 useradd[3914042]: new user: name=builder, UID=1366, GID=1366, 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>Mar 18 04:56:18 rpmi: libjpeg-2:2.1.2-alt1.2 sisyphus+300827.100.2.1 1653916654 installed <13>Mar 18 04:56:18 rpmi: libjpeg-devel-2:2.1.2-alt1.2 sisyphus+300827.100.2.1 1653916654 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.21361 + 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.21361 + 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 -flto=auto -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 --disable-silent-rules --without-included-gettext creating cache ./config.cache checking host system type... i586-alt-linux-gnu checking for gcc... gcc checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic ) works... yes checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic ) 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... 4 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 -j16 make: Entering directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CONFIG_H -c -o md5.o md5.c md5.c: In function 'MD5Final': md5.c:170:30: 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 -flto=auto -march=i586 -mtune=generic -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 * 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 -flto=auto -march=i586 -mtune=generic -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 -flto=auto -march=i586 -mtune=generic -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.3654 + 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) verify-elf: WARNING: ./usr/bin/jpeginfo: uses non-LFS functions: fopen fstat Processing files: jpeginfo-1.6.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xVo5kQ 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.FMmDV0 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.11), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libjpeg.so.62 >= 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.G68zjZ 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.ZBWcJD find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.p8mrf8 find-requires: running scripts (debuginfo) Requires: jpeginfo = 1.6.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libjpeg.so.62) Wrote: /usr/src/RPM/RPMS/i586/jpeginfo-1.6.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/jpeginfo-debuginfo-1.6.1-alt1.i586.rpm (w2.lzdio) 1.05user 0.89system 0:06.61elapsed 29%CPU (0avgtext+0avgdata 27220maxresident)k 0inputs+0outputs (0major+271566minor)pagefaults 0swaps 1.86user 1.45system 0:12.04elapsed 27%CPU (0avgtext+0avgdata 109044maxresident)k 0inputs+0outputs (32328major+166531minor)pagefaults 0swaps --- jpeginfo-1.6.1-alt1.i586.rpm.repo 2012-03-17 14:44:38.000000000 +0000 +++ jpeginfo-1.6.1-alt1.i586.rpm.hasher 2023-03-18 04:56:27.267125089 +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: /lib/ld-linux.so.2 @@ -5,2 +5,3 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.11) @@ -8,2 +9,4 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -14,4 +17,4 @@ Provides: jpeginfo = 1.6.1-alt1 -File: /usr/bin/jpeginfo 100755 root:root 67a7394ce4b93f84312f065a0427ea5f -File: /usr/share/man/man1/jpeginfo.1.gz 100644 root:root 4cf629827d86d6d840b3029190cce1d6 -RPMIdentity: fa787654b553e6b866a33051241938e506753fb4995be054861a54c73c2243623ab5c8ea8032ab96c7ff446957bf77b361a6137eb7c1256916abe313dd59f80d +File: /usr/bin/jpeginfo 100755 root:root e4133bb5dc283c8287f500a67373f4aa +File: /usr/share/man/man1/jpeginfo.1.xz 100644 root:root 88a86bc8af599c4e766705c9579fe97f +RPMIdentity: e0501cda24b7e2785479168578980381d9d9b4b4b10b716483f1dc582fc28b52d10091aab464198431aecf45d9e335bfb038ed8e96e75558647e73f8d37eef87 --- jpeginfo-debuginfo-1.6.1-alt1.i586.rpm.repo 2012-03-17 14:44:38.000000000 +0000 +++ jpeginfo-debuginfo-1.6.1-alt1.i586.rpm.hasher 2023-03-18 04:56:27.334125883 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/cd 40755 root:root -/usr/lib/debug/.build-id/cd/e95bec6fe9250633c91b4b2891923f416053c4 120777 root:root ../../../../bin/jpeginfo -/usr/lib/debug/.build-id/cd/e95bec6fe9250633c91b4b2891923f416053c4.debug 120777 root:root ../../usr/bin/jpeginfo.debug +/usr/lib/debug/.build-id/89 40755 root:root +/usr/lib/debug/.build-id/89/2403fb2719c4ac1be6188d90399d1d592d764d 120777 root:root ../../../../bin/jpeginfo +/usr/lib/debug/.build-id/89/2403fb2719c4ac1be6188d90399d1d592d764d.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/cd 40755 root:root -File: /usr/lib/debug/.build-id/cd/e95bec6fe9250633c91b4b2891923f416053c4 120777 root:root ../../../../bin/jpeginfo -File: /usr/lib/debug/.build-id/cd/e95bec6fe9250633c91b4b2891923f416053c4.debug 120777 root:root ../../usr/bin/jpeginfo.debug -File: /usr/lib/debug/usr/bin/jpeginfo.debug 100644 root:root 98b4eda38b176fcbae33baf687cc7a15 +File: /usr/lib/debug/.build-id/89 40755 root:root +File: /usr/lib/debug/.build-id/89/2403fb2719c4ac1be6188d90399d1d592d764d 120777 root:root ../../../../bin/jpeginfo +File: /usr/lib/debug/.build-id/89/2403fb2719c4ac1be6188d90399d1d592d764d.debug 120777 root:root ../../usr/bin/jpeginfo.debug +File: /usr/lib/debug/usr/bin/jpeginfo.debug 100644 root:root dc928afe4cb72a4291016923213e744a 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: 745a9a6edcd185c6e9393a7db895850fc6bde6eb8c144b70be1a8d7eeef0e2c17bb35ceae42a79eb2d785f6ced2bdbf57c2fbb7e84ebacce4efebc76a83e1885 +RPMIdentity: ef1db71220abfd4058d7acac07ed270a3d7059ecb804350d4ed3360b4c1d79c498306d3ba25b0bd6bdccf7e4f58778bcb5db2244259100ce3432105aa2345dac