<86>Apr 12 00:53:07 userdel[1789980]: delete user 'rooter' <86>Apr 12 00:53:07 groupadd[1789997]: group added to /etc/group: name=rooter, GID=735 <86>Apr 12 00:53:07 groupadd[1789997]: group added to /etc/gshadow: name=rooter <86>Apr 12 00:53:07 groupadd[1789997]: new group: name=rooter, GID=735 <86>Apr 12 00:53:07 useradd[1790013]: new user: name=rooter, UID=735, GID=735, home=/root, shell=/bin/bash <86>Apr 12 00:53:07 userdel[1790050]: delete user 'builder' <86>Apr 12 00:53:07 userdel[1790050]: removed group 'builder' owned by 'builder' <86>Apr 12 00:53:07 userdel[1790050]: removed shadow group 'builder' owned by 'builder' <86>Apr 12 00:53:07 groupadd[1790079]: group added to /etc/group: name=builder, GID=736 <86>Apr 12 00:53:07 groupadd[1790079]: group added to /etc/gshadow: name=builder <86>Apr 12 00:53:07 groupadd[1790079]: new group: name=builder, GID=736 <86>Apr 12 00:53:07 useradd[1790093]: new user: name=builder, UID=736, GID=736, home=/usr/src, shell=/bin/bash <13>Apr 12 00:53:09 rpmi: libdvdread8-6.1.3-alt1 sisyphus+302642.100.1.1 1656163148 installed <13>Apr 12 00:53:09 rpmi: libdvdread-devel-6.1.3-alt1 sisyphus+302642.100.1.1 1656163148 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/vobcopy-1.2.0-alt3.nosrc.rpm (w1.gzdio) Installing vobcopy-1.2.0-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.33279 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf vobcopy-1.2.0 + echo 'Source #0 (vobcopy-1.2.0.tar.bz2):' Source #0 (vobcopy-1.2.0.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/vobcopy-1.2.0.tar.bz2 + /bin/tar -xf - + cd vobcopy-1.2.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.33279 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd vobcopy-1.2.0 + make -j8 'CFLAGS+=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/vobcopy-1.2.0' cc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c dvd.c dvd.c: In function 'get_longest_title': dvd.c:718:17: warning: variable 'video_attr' set but not used [-Wunused-but-set-variable] 718 | video_attr_t *video_attr; | ^~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/vobcopy-1.2.0' make: Entering directory '/usr/src/RPM/BUILD/vobcopy-1.2.0' cc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c vobcopy.c vobcopy.c: In function 'main': vobcopy.c:776:36: warning: passing argument 1 of 'get_longest_title' from incompatible pointer type [-Wincompatible-pointer-types] 776 | titleid = get_longest_title( &dvd ); | ^~~~ | | | dvd_reader_t ** {aka struct dvd_reader_s **} In file included from vobcopy.h:217, from vobcopy.c:53: dvd.h:9:24: note: expected 'dvd_reader_t *' {aka 'struct dvd_reader_s *'} but argument is of type 'dvd_reader_t **' {aka 'struct dvd_reader_s **'} 9 | int get_longest_title( dvd_reader_t * ); | ^~~~~~~~~~~~~~ vobcopy.c:1295:48: warning: format '%lli' expects argument of type 'long long int', but argument 6 has type '__off_t' {aka 'long int'} [-Wformat=] 1295 | fprintf( stderr, _("[Info] Vob %d %d (%s) has a size of %lli\n"), title_nr, subvob, input_file, buf.st_size ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vobcopy.h:8:17: note: in definition of macro '_' 8 | #define _(Text) Text | ^~~~ vobcopy.c:1295:88: note: format string is defined here 1295 | fprintf( stderr, _("[Info] Vob %d %d (%s) has a size of %lli\n"), title_nr, subvob, input_file, buf.st_size ); | ~~~^ | | | long long int | %li vobcopy.c:1828:32: warning: format '%d' expects argument of type 'int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 1828 | fprintf( stderr, _("[Warn] Had to skip (couldn't read) %d blocks (before block %d)! \n "), skipped_blocks, offset ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vobcopy.h:8:17: note: in definition of macro '_' 8 | #define _(Text) Text | ^~~~ vobcopy.c:1828:93: note: format string is defined here 1828 | fprintf( stderr, _("[Warn] Had to skip (couldn't read) %d blocks (before block %d)! \n "), skipped_blocks, offset ); | ~^ | | | int | %ld vobcopy.c:107:54: warning: variable 'start_cell' set but not used [-Wunused-but-set-variable] 107 | int titleid = 2, chapid = 0, pgc_id, start_cell; | ^~~~~~~~~~ vobcopy.c:96:21: warning: variable 'lastpos' set but not used [-Wunused-but-set-variable] 96 | float lastpos = 0; | ^~~~~~~ vobcopy.c:92:42: warning: variable 'space_greater_2gb_flag' set but not used [-Wunused-but-set-variable] 92 | bool stdout_flag = FALSE, space_greater_2gb_flag = TRUE; | ^~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/vobcopy-1.2.0' make: Entering directory '/usr/src/RPM/BUILD/vobcopy-1.2.0' cc -o vobcopy vobcopy.o dvd.o -ldvdread -L/usr/local//lib vobcopy.c: In function 'main': vobcopy.c:1038:23: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 1038 | strncat( output_file, d_name, strlen( d_name ) - 2 ); | ^ vobcopy.c:1038:53: note: length computed here 1038 | strncat( output_file, d_name, strlen( d_name ) - 2 ); | ^ make: Leaving directory '/usr/src/RPM/BUILD/vobcopy-1.2.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.32456 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/vobcopy-buildroot + : + /bin/rm -rf -- /usr/src/tmp/vobcopy-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd vobcopy-1.2.0 + install -pD -m 755 vobcopy /usr/src/tmp/vobcopy-buildroot/usr/bin/vobcopy + install -pD -m 644 vobcopy.1 /usr/src/tmp/vobcopy-buildroot/usr/share/man/man1/vobcopy.1 + install -pD -m 644 vobcopy.1.de /usr/src/tmp/vobcopy-buildroot/usr/share/man/de/man1/vobcopy.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/vobcopy-buildroot (auto) Verifying and fixing files in /usr/src/tmp/vobcopy-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/vobcopy-buildroot/ (default) Compressing files in /usr/src/tmp/vobcopy-buildroot (auto) Verifying ELF objects in /usr/src/tmp/vobcopy-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: vobcopy-1.2.0-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.92859 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd vobcopy-1.2.0 + DOCDIR=/usr/src/tmp/vobcopy-buildroot/usr/share/doc/vobcopy-1.2.0 + export DOCDIR + rm -rf /usr/src/tmp/vobcopy-buildroot/usr/share/doc/vobcopy-1.2.0 + /bin/mkdir -p /usr/src/tmp/vobcopy-buildroot/usr/share/doc/vobcopy-1.2.0 + cp -prL Changelog README Release-Notes TODO /usr/src/tmp/vobcopy-buildroot/usr/share/doc/vobcopy-1.2.0 + chmod -R go-w /usr/src/tmp/vobcopy-buildroot/usr/share/doc/vobcopy-1.2.0 + chmod -R a+rX /usr/src/tmp/vobcopy-buildroot/usr/share/doc/vobcopy-1.2.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QLfvuf 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.oPUjAl 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.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libdvdread.so.8()(64bit) >= set:jfpvdQOEd49rv5vp2e3l1se2, 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.uN0wkM Creating vobcopy-debuginfo package Processing files: vobcopy-debuginfo-1.2.0-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ci4BLc find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cQHcbF find-requires: running scripts (debuginfo) Requires: vobcopy = 1.2.0-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libdvdread.so.8) Adding to vobcopy-debuginfo a strict dependency on vobcopy Wrote: /usr/src/RPM/RPMS/x86_64/vobcopy-1.2.0-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/vobcopy-debuginfo-1.2.0-alt3.x86_64.rpm (w2.lzdio) 1.99user 0.95system 0:07.25elapsed 40%CPU (0avgtext+0avgdata 50352maxresident)k 0inputs+0outputs (0major+183144minor)pagefaults 0swaps 2.85user 1.76system 0:14.95elapsed 30%CPU (0avgtext+0avgdata 110328maxresident)k 40inputs+0outputs (32690major+153930minor)pagefaults 0swaps --- vobcopy-1.2.0-alt3.x86_64.rpm.repo 2020-04-22 09:08:39.000000000 +0000 +++ vobcopy-1.2.0-alt3.x86_64.rpm.hasher 2023-04-12 00:53:19.650296519 +0000 @@ -12,2 +12,4 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.33)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -19,3 +21,3 @@ Provides: vobcopy = 1.2.0-alt3:sisyphus+250140.2000.10.1 -File: /usr/bin/vobcopy 100755 root:root df6d112e7d788f6e25aeccd015cac0fc +File: /usr/bin/vobcopy 100755 root:root 0f72a2cee9143fec27326a0b88f677ab File: /usr/share/doc/vobcopy-1.2.0 40755 root:root @@ -27,2 +29,2 @@ File: /usr/share/man/man1/vobcopy.1.xz 100644 root:root 70356261b12486a103bd3c74fd46e48e -RPMIdentity: badeacf74cd360954c9c940bbcf7d8e6482552578c84f5c89454e664f6aca57c30315d4c3d7e3ca580294115dfc30e6de04a55dc100a07dadc8c627c5946c851 +RPMIdentity: 770654a7588962d7a00030a532b8972596bf20f7d6d2428a08527a626853785c221636a848aaee54c1e9723df58f8babbcbe9e98b4cf762d027197c390c114fd --- vobcopy-debuginfo-1.2.0-alt3.x86_64.rpm.repo 2020-04-22 09:08:39.000000000 +0000 +++ vobcopy-debuginfo-1.2.0-alt3.x86_64.rpm.hasher 2023-04-12 00:53:19.777298002 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/32 40755 root:root -/usr/lib/debug/.build-id/32/e22098fcd4074f95af9f8b0bdc4b55144c17f3 120777 root:root ../../../../bin/vobcopy -/usr/lib/debug/.build-id/32/e22098fcd4074f95af9f8b0bdc4b55144c17f3.debug 120777 root:root ../../usr/bin/vobcopy.debug +/usr/lib/debug/.build-id/d1 40755 root:root +/usr/lib/debug/.build-id/d1/f1a9d54c963e182152daa2f2b8e93a7c58417a 120777 root:root ../../../../bin/vobcopy +/usr/lib/debug/.build-id/d1/f1a9d54c963e182152daa2f2b8e93a7c58417a.debug 120777 root:root ../../usr/bin/vobcopy.debug /usr/lib/debug/usr/bin/vobcopy.debug 100644 root:root @@ -15,6 +15,6 @@ Provides: vobcopy-debuginfo = 1.2.0-alt3:sisyphus+250140.2000.10.1 -File: /usr/lib/debug/.build-id/32 40755 root:root -File: /usr/lib/debug/.build-id/32/e22098fcd4074f95af9f8b0bdc4b55144c17f3 120777 root:root ../../../../bin/vobcopy -File: /usr/lib/debug/.build-id/32/e22098fcd4074f95af9f8b0bdc4b55144c17f3.debug 120777 root:root ../../usr/bin/vobcopy.debug -File: /usr/lib/debug/usr/bin/vobcopy.debug 100644 root:root 31277ef433749b95dfdfdecdc675312f +File: /usr/lib/debug/.build-id/d1 40755 root:root +File: /usr/lib/debug/.build-id/d1/f1a9d54c963e182152daa2f2b8e93a7c58417a 120777 root:root ../../../../bin/vobcopy +File: /usr/lib/debug/.build-id/d1/f1a9d54c963e182152daa2f2b8e93a7c58417a.debug 120777 root:root ../../usr/bin/vobcopy.debug +File: /usr/lib/debug/usr/bin/vobcopy.debug 100644 root:root fadfdeb16c8dfeb8d6888b4a557c6abc File: /usr/src/debug/vobcopy-1.2.0 40755 root:root @@ -24,2 +24,2 @@ File: /usr/src/debug/vobcopy-1.2.0/vobcopy.h 100644 root:root e823c76731e5c5d9e88c26474e46961c -RPMIdentity: 1d20685283ba196711a7b791722e775fd8c38c340fb7ad954b0f1dee27db59f0ac4505692b48a0684444df6fcff3c2210b259e1df457e26004d324f68fd802ef +RPMIdentity: 4ae8e37ca336212910d9c8d8e52d0d3db38538380bfb48d18eb2ff5ce0c5dd751430bc6256181fa346d2edd2b2dd5ecf2aec34d422622aa9804a76590570fc01