<86>Jun 22 08:00:00 userdel[3534035]: delete user 'rooter' <86>Jun 22 08:00:00 userdel[3534035]: removed group 'rooter' owned by 'rooter' <86>Jun 22 08:00:00 userdel[3534035]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 22 08:00:00 groupadd[3534050]: group added to /etc/group: name=rooter, GID=699 <86>Jun 22 08:00:00 groupadd[3534050]: group added to /etc/gshadow: name=rooter <86>Jun 22 08:00:00 groupadd[3534050]: new group: name=rooter, GID=699 <86>Jun 22 08:00:00 useradd[3534061]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash <86>Jun 22 08:00:00 userdel[3534090]: delete user 'builder' <86>Jun 22 08:00:00 userdel[3534090]: removed group 'builder' owned by 'builder' <86>Jun 22 08:00:00 userdel[3534090]: removed shadow group 'builder' owned by 'builder' <86>Jun 22 08:00:00 groupadd[3534103]: group added to /etc/group: name=builder, GID=700 <86>Jun 22 08:00:00 groupadd[3534103]: group added to /etc/gshadow: name=builder <86>Jun 22 08:00:00 groupadd[3534103]: new group: name=builder, GID=700 <86>Jun 22 08:00:00 useradd[3534113]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash <13>Jun 22 08:00:02 rpmi: libdvdread8-6.1.2-alt1 sisyphus+272439.200.2.1 1621927584 installed <13>Jun 22 08:00:02 rpmi: libdvdread-devel-6.1.2-alt1 sisyphus+272439.200.2.1 1621927584 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.78765 + 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/tar -xf - + /bin/bzip2 -dc /usr/src/RPM/SOURCES/vobcopy-1.2.0.tar.bz2 + 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.78765 + 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 -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 -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; | ^~~~~~~~~~ dvd.c: In function 'get_vob_size': dvd.c:607:30: warning: '_1.vob' directive writing 6 bytes into a region of size between 1 and 278 [-Wformat-overflow=] 607 | sprintf( stat_path, "%s_1.vob", path_to_vobs ); | ^~~~~~ In file included from /usr/include/stdio.h:866, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 284 bytes into a destination of size 278 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvd.c:624:30: warning: '_1.VOB' directive writing 6 bytes into a region of size between 1 and 278 [-Wformat-overflow=] 624 | sprintf( stat_path, "%s_1.VOB", path_to_vobs1 ); | ^~~~~~ In file included from /usr/include/stdio.h:866, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 284 bytes into a destination of size 278 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvd.c:640:30: warning: '_1.VOB' directive writing 6 bytes into a region of size between 1 and 278 [-Wformat-overflow=] 640 | sprintf( stat_path, "%s_1.VOB", path_to_vobs2 ); | ^~~~~~ In file included from /usr/include/stdio.h:866, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 284 bytes into a destination of size 278 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvd.c:656:30: warning: '_1.vob' directive writing 6 bytes into a region of size between 1 and 278 [-Wformat-overflow=] 656 | sprintf( stat_path, "%s_1.vob", path_to_vobs3 ); | ^~~~~~ In file included from /usr/include/stdio.h:866, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 284 bytes into a destination of size 278 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvd.c:665:35: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 0 and 277 [-Wformat-overflow=] 665 | sprintf( stat_path, "%s_%d.vob", path_to_vobs3, subvob ); | ^~ dvd.c:665:31: note: directive argument in the range [2, 2147483647] 665 | sprintf( stat_path, "%s_%d.vob", path_to_vobs3, subvob ); | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 293 bytes into a destination of size 278 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvd.c:649:35: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 0 and 277 [-Wformat-overflow=] 649 | sprintf( stat_path, "%s_%d.VOB", path_to_vobs2, subvob ); | ^~ dvd.c:649:31: note: directive argument in the range [2, 2147483647] 649 | sprintf( stat_path, "%s_%d.VOB", path_to_vobs2, subvob ); | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 293 bytes into a destination of size 278 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvd.c:633:35: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 0 and 277 [-Wformat-overflow=] 633 | sprintf( stat_path, "%s_%d.VOB", path_to_vobs1, subvob ); | ^~ dvd.c:633:31: note: directive argument in the range [2, 2147483647] 633 | sprintf( stat_path, "%s_%d.VOB", path_to_vobs1, subvob ); | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 293 bytes into a destination of size 278 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvd.c:617:36: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 0 and 277 [-Wformat-overflow=] 617 | sprintf( stat_path, "%s_%d.vob", path_to_vobs, subvob ); | ^~ dvd.c:617:32: note: directive argument in the range [2, 2147483647] 617 | sprintf( stat_path, "%s_%d.vob", path_to_vobs, subvob ); | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 7 and 293 bytes into a destination of size 278 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -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:25: 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:86: 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; | ^~~~~~~~~~~~~~~~~~~~~~ vobcopy.c: In function 'make_output_path': vobcopy.c:2060:23: warning: '%d' directive writing between 1 and 10 bytes into a region of size 5 [-Wformat-overflow=] 2060 | sprintf( temp, "%d", partcount ); | ^~ vobcopy.c:2060:22: note: directive argument in the range [0, 2147483647] 2060 | sprintf( temp, "%d", partcount ); | ^~~~ In file included from /usr/include/stdio.h:866, from vobcopy.h:16, from vobcopy.c:53: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 2 and 11 bytes into a destination of size 5 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:532, from vobcopy.h:18, from vobcopy.c:53: In function 'strncpy', inlined from 'safestrncpy' at vobcopy.c:2308:10, inlined from 'main' at vobcopy.c:716:7: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 253 bytes from a string of length 254 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'safestrncpy' at vobcopy.c:2308:10, inlined from 'main' at vobcopy.c:738:5: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 33 bytes from a string of length 34 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'safestrncpy' at vobcopy.c:2308:10, inlined from 'main' at vobcopy.c:1583:7: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 33 bytes from a string of length 34 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'safestrncpy' at vobcopy.c:2308:10, inlined from 'main' at vobcopy.c:923:4: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 33 bytes from a string of length 34 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncat', inlined from 'main' at vobcopy.c:941:11: /usr/include/bits/string_fortified.h:122:10: warning: '__builtin___strncat_chk' output may be truncated copying 33 bytes from a string of length 34 [-Wstringop-truncation] 122 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'safestrncpy' at vobcopy.c:2308:10, inlined from 'main' at vobcopy.c:978:15: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 253 bytes from a string of length 299 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 ); | ^~~~~~~~~~~~~~~~ vobcopy.c:1352:46: warning: 'start' may be used uninitialized in this function [-Wmaybe-uninitialized] 1352 | progressUpdate(starttime, (int)(( ( i-start+1 )*DVD_VIDEO_LB_LEN )), (int)(tmp_file_size+2048), FALSE); | ~^~~~~~ vobcopy.c:1600:17: warning: 'get_dvd_name_return' may be used uninitialized in this function [-Wmaybe-uninitialized] 1600 | make_output_path( pwd,name,get_dvd_name_return,dvd_name,titleid, -1 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 make: Leaving directory '/usr/src/RPM/BUILD/vobcopy-1.2.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.61250 + 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.61250 + 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.ySWMyJ 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.5sWjOH 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.3klTvK 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.PefDBJ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0gaUwJ 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.82user 0.41system 0:06.60elapsed 33%CPU (0avgtext+0avgdata 41052maxresident)k 0inputs+0outputs (0major+157632minor)pagefaults 0swaps 5.15user 2.91system 0:13.36elapsed 60%CPU (0avgtext+0avgdata 107504maxresident)k 144inputs+0outputs (0major+435238minor)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-06-22 08:00:12.026898198 +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)