<86>Oct  2 10:11:04 userdel[1227778]: delete user 'rooter'
<86>Oct  2 10:11:04 userdel[1227778]: removed group 'rooter' owned by 'rooter'
<86>Oct  2 10:11:04 userdel[1227778]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct  2 10:11:04 groupadd[1227788]: group added to /etc/group: name=rooter, GID=654
<86>Oct  2 10:11:04 groupadd[1227788]: group added to /etc/gshadow: name=rooter
<86>Oct  2 10:11:04 groupadd[1227788]: new group: name=rooter, GID=654
<86>Oct  2 10:11:04 useradd[1227793]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash
<86>Oct  2 10:11:04 userdel[1227805]: delete user 'builder'
<86>Oct  2 10:11:04 userdel[1227805]: removed group 'builder' owned by 'builder'
<86>Oct  2 10:11:04 userdel[1227805]: removed shadow group 'builder' owned by 'builder'
<86>Oct  2 10:11:04 groupadd[1227811]: group added to /etc/group: name=builder, GID=655
<86>Oct  2 10:11:04 groupadd[1227811]: group added to /etc/gshadow: name=builder
<86>Oct  2 10:11:04 groupadd[1227811]: new group: name=builder, GID=655
<86>Oct  2 10:11:04 useradd[1227819]: new user: name=builder, UID=655, GID=655, home=/usr/src, shell=/bin/bash
<13>Oct  2 10:11:05 rpmi: libdvdread8-6.1.2-alt1 sisyphus+279528.100.1.1 1626555811 installed
<13>Oct  2 10:11:05 rpmi: libdvdread-devel-6.1.2-alt1 sisyphus+279528.100.1.1 1626555811 installed
Building target platforms: i586
Building for target i586
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: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.1774
+ 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.1774
+ 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 -march=i586 -mtune=generic'
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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 * );
      |                        ^~~~~~~~~~~~~~
In file included from vobcopy.c:53:
vobcopy.c:1828:32: warning: format '%d' expects argument of type 'int', but argument 4 has type 'off_t' {aka 'long 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
      |                                                                                            %lld
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
In function 'strncat',
    inlined from 'main' at vobcopy.c:1038:23:
/usr/include/bits/string_fortified.h:122:10: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=]
  122 |   return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
      |          ^
vobcopy.c: In function 'main':
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.27600
+ 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.11632
+ 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.cAHgAu
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.8vcXJt
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.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libdvdread.so.8 >= 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.FkNQVt
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.fKDWrw
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uEO7jv
find-requires: running scripts (debuginfo)
Requires: vobcopy = 1.2.0-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libdvdread.so.8)
Adding to vobcopy-debuginfo a strict dependency on vobcopy
Wrote: /usr/src/RPM/RPMS/i586/vobcopy-1.2.0-alt3.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/vobcopy-debuginfo-1.2.0-alt3.i586.rpm (w2.lzdio)
1.80user 0.57system 0:06.70elapsed 35%CPU (0avgtext+0avgdata 37736maxresident)k
0inputs+0outputs (0major+161752minor)pagefaults 0swaps
4.99user 3.56system 0:11.92elapsed 71%CPU (0avgtext+0avgdata 104060maxresident)k
144inputs+0outputs (30092major+393626minor)pagefaults 0swaps
--- vobcopy-1.2.0-alt3.i586.rpm.repo	2020-04-22 09:08:17.000000000 +0000
+++ vobcopy-1.2.0-alt3.i586.rpm.hasher	2021-10-02 10:11:14.052526210 +0000
@@ -11,2 +11,3 @@
 Requires: libc.so.6(GLIBC_2.1)  
+Requires: libc.so.6(GLIBC_2.1.3)  
 Requires: libc.so.6(GLIBC_2.2)  
@@ -21,3 +22,3 @@
 Provides: vobcopy = 1.2.0-alt3:sisyphus+250140.2000.10.1
-File: /usr/bin/vobcopy	100755	root:root	f490f5ac652ebdd432a1c7fe3e94fb2e	
+File: /usr/bin/vobcopy	100755	root:root	cb519af924a279853dcc994584a89ec0	
 File: /usr/share/doc/vobcopy-1.2.0	40755	root:root		
@@ -29,2 +30,2 @@
 File: /usr/share/man/man1/vobcopy.1.xz	100644	root:root	70356261b12486a103bd3c74fd46e48e	
-RPMIdentity: 19c645f42ccf4fc6c07834102e605eeaaf07094219e477c3c4386796fd1150f4848d7bc1e2c6a80987479039c1c4d9ee922466c852c02d2cbddf4ad7a8625ab6
+RPMIdentity: 1e16a30ca220d4430aad8250d5e2395d17d394213b25b231d43670c4697480a901852ec142be64295c6ad6979a4d986c55ec8f5336a9708a5946846746476b0f
--- vobcopy-debuginfo-1.2.0-alt3.i586.rpm.repo	2020-04-22 09:08:18.000000000 +0000
+++ vobcopy-debuginfo-1.2.0-alt3.i586.rpm.hasher	2021-10-02 10:11:14.139526280 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/71	40755	root:root	
-/usr/lib/debug/.build-id/71/c857cbd1627c9858a3270b78808d351146df5a	120777	root:root	../../../../bin/vobcopy
-/usr/lib/debug/.build-id/71/c857cbd1627c9858a3270b78808d351146df5a.debug	120777	root:root	../../usr/bin/vobcopy.debug
+/usr/lib/debug/.build-id/ad	40755	root:root	
+/usr/lib/debug/.build-id/ad/980a1e2aa4d755e3fd6e048ceb4d04c9c7ce5b	120777	root:root	../../../../bin/vobcopy
+/usr/lib/debug/.build-id/ad/980a1e2aa4d755e3fd6e048ceb4d04c9c7ce5b.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/71	40755	root:root		
-File: /usr/lib/debug/.build-id/71/c857cbd1627c9858a3270b78808d351146df5a	120777	root:root		../../../../bin/vobcopy
-File: /usr/lib/debug/.build-id/71/c857cbd1627c9858a3270b78808d351146df5a.debug	120777	root:root		../../usr/bin/vobcopy.debug
-File: /usr/lib/debug/usr/bin/vobcopy.debug	100644	root:root	5ec99fdf266c1f3cbcf67d6cc6ad4725	
+File: /usr/lib/debug/.build-id/ad	40755	root:root		
+File: /usr/lib/debug/.build-id/ad/980a1e2aa4d755e3fd6e048ceb4d04c9c7ce5b	120777	root:root		../../../../bin/vobcopy
+File: /usr/lib/debug/.build-id/ad/980a1e2aa4d755e3fd6e048ceb4d04c9c7ce5b.debug	120777	root:root		../../usr/bin/vobcopy.debug
+File: /usr/lib/debug/usr/bin/vobcopy.debug	100644	root:root	60c01b70d26754bf8fe52649e3e94294	
 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: feb9fcd371b0ed89419a8cc2d57bb1bc4f5b953a2426abfc23a57d4287b7dac292710155d0a7880986cbd9bae09661a60a50cd3cd936f36e75a9660b907e1a80
+RPMIdentity: 3379a19ca318b02106286f7456d2f7c423fb67045d22b3bcd1e2775f5dc234fa6110c65252e5820db44ecb31af6c16ee837071eca83b7d7f81038fba00d71a1f