<86>Feb 11 00:33:55 userdel[452312]: delete user 'rooter' <86>Feb 11 00:33:55 userdel[452312]: removed group 'rooter' owned by 'rooter' <86>Feb 11 00:33:55 userdel[452312]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 11 00:33:55 groupadd[452325]: group added to /etc/group: name=rooter, GID=1802 <86>Feb 11 00:33:55 groupadd[452325]: group added to /etc/gshadow: name=rooter <86>Feb 11 00:33:55 groupadd[452325]: new group: name=rooter, GID=1802 <86>Feb 11 00:33:55 useradd[452333]: new user: name=rooter, UID=1802, GID=1802, home=/root, shell=/bin/bash <86>Feb 11 00:33:55 userdel[452363]: delete user 'builder' <86>Feb 11 00:33:55 userdel[452363]: removed group 'builder' owned by 'builder' <86>Feb 11 00:33:55 userdel[452363]: removed shadow group 'builder' owned by 'builder' <86>Feb 11 00:33:55 groupadd[452379]: group added to /etc/group: name=builder, GID=1803 <86>Feb 11 00:33:55 groupadd[452379]: group added to /etc/gshadow: name=builder <86>Feb 11 00:33:55 groupadd[452379]: new group: name=builder, GID=1803 <86>Feb 11 00:33:55 useradd[452388]: new user: name=builder, UID=1803, GID=1803, 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>Feb 11 00:33:58 rpmi: libjpeg-2:2.0.6-alt3 sisyphus+276287.100.3.1 1625270396 installed <13>Feb 11 00:33:58 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.28226 + 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.28226 + 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 -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 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 -j16 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 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 -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 -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.49838 + 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.QnUgOY 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.NEwEa1 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.zJlcu2 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.ytYOH2 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TxUSZZ 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) 0.47user 0.87system 0:05.94elapsed 22%CPU (0avgtext+0avgdata 27364maxresident)k 0inputs+0outputs (0major+249203minor)pagefaults 0swaps 2.90user 1.33system 0:11.89elapsed 35%CPU (0avgtext+0avgdata 129288maxresident)k 0inputs+0outputs (0major+188920minor)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 2024-02-11 00:34:05.980634591 +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 2acc42e9530b2f38bde0c5e4020af234 +File: /usr/share/man/man1/jpeginfo.1.xz 100644 root:root 88a86bc8af599c4e766705c9579fe97f +RPMIdentity: aaa457a38490d568793fbfd062497333eccc7f25ddd002c0eb967443b07ea848c2bb16f20d77383048425d37c7e53e61c269b44e41cee2e17f7219a053242000 --- 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 2024-02-11 00:34:06.030635094 +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/8e 40755 root:root +/usr/lib/debug/.build-id/8e/96216a6461c48f9b66da1172f94da082fe6548 120777 root:root ../../../../bin/jpeginfo +/usr/lib/debug/.build-id/8e/96216a6461c48f9b66da1172f94da082fe6548.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/8e 40755 root:root +File: /usr/lib/debug/.build-id/8e/96216a6461c48f9b66da1172f94da082fe6548 120777 root:root ../../../../bin/jpeginfo +File: /usr/lib/debug/.build-id/8e/96216a6461c48f9b66da1172f94da082fe6548.debug 120777 root:root ../../usr/bin/jpeginfo.debug +File: /usr/lib/debug/usr/bin/jpeginfo.debug 100644 root:root 4ad49a993cfd52c11b255f6286f9626b 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: 90cf3970d99aeef90b58f5e444f0918680a2d2cdf68630921756c800dd227d6de1fdcb5bab8be65509428e917137711ea30d7cead7cb65e90c79b5eacad62c3d