<86>Feb 20 08:50:43 userdel[65793]: delete user 'rooter' <86>Feb 20 08:50:43 userdel[65793]: removed group 'rooter' owned by 'rooter' <86>Feb 20 08:50:43 userdel[65793]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 20 08:50:43 groupadd[65809]: group added to /etc/group: name=rooter, GID=657 <86>Feb 20 08:50:43 groupadd[65809]: group added to /etc/gshadow: name=rooter <86>Feb 20 08:50:43 groupadd[65809]: new group: name=rooter, GID=657 <86>Feb 20 08:50:43 useradd[65824]: new user: name=rooter, UID=657, GID=657, home=/root, shell=/bin/bash <86>Feb 20 08:50:43 userdel[65853]: delete user 'builder' <86>Feb 20 08:50:43 userdel[65853]: removed group 'builder' owned by 'builder' <86>Feb 20 08:50:43 userdel[65853]: removed shadow group 'builder' owned by 'builder' <86>Feb 20 08:50:43 groupadd[65869]: group added to /etc/group: name=builder, GID=658 <86>Feb 20 08:50:43 groupadd[65869]: group added to /etc/gshadow: name=builder <86>Feb 20 08:50:43 groupadd[65869]: new group: name=builder, GID=658 <86>Feb 20 08:50:43 useradd[65880]: new user: name=builder, UID=658, GID=658, home=/usr/src, shell=/bin/bash <13>Feb 20 08:50:46 rpmi: libdvdread-5.0.0-alt1 1414228694 installed <13>Feb 20 08:50:46 rpmi: libdvdread-devel-5.0.0-alt1 1414228694 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/vobcopy-1.2.0-alt3.nosrc.rpm 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.62017 + 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.62017 + 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] 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=] sprintf( stat_path, "%s_1.vob", path_to_vobs ); ^~~~~~ In file included from /usr/include/stdio.h:862, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 7 and 284 bytes into a destination of size 278 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] sprintf( stat_path, "%s_1.VOB", path_to_vobs1 ); ^~~~~~ In file included from /usr/include/stdio.h:862, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 7 and 284 bytes into a destination of size 278 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] sprintf( stat_path, "%s_1.VOB", path_to_vobs2 ); ^~~~~~ In file included from /usr/include/stdio.h:862, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 7 and 284 bytes into a destination of size 278 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] sprintf( stat_path, "%s_1.vob", path_to_vobs3 ); ^~~~~~ In file included from /usr/include/stdio.h:862, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 7 and 284 bytes into a destination of size 278 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] sprintf( stat_path, "%s_%d.vob", path_to_vobs3, subvob ); ^~ dvd.c:665:31: note: directive argument in the range [2, 2147483647] sprintf( stat_path, "%s_%d.vob", path_to_vobs3, subvob ); ^~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 7 and 293 bytes into a destination of size 278 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] sprintf( stat_path, "%s_%d.VOB", path_to_vobs2, subvob ); ^~ dvd.c:649:31: note: directive argument in the range [2, 2147483647] sprintf( stat_path, "%s_%d.VOB", path_to_vobs2, subvob ); ^~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 7 and 293 bytes into a destination of size 278 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] sprintf( stat_path, "%s_%d.VOB", path_to_vobs1, subvob ); ^~ dvd.c:633:31: note: directive argument in the range [2, 2147483647] sprintf( stat_path, "%s_%d.VOB", path_to_vobs1, subvob ); ^~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 7 and 293 bytes into a destination of size 278 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] sprintf( stat_path, "%s_%d.vob", path_to_vobs, subvob ); ^~ dvd.c:617:32: note: directive argument in the range [2, 2147483647] sprintf( stat_path, "%s_%d.vob", path_to_vobs, subvob ); ^~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from vobcopy.h:16, from dvd.c:17: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 7 and 293 bytes into a destination of size 278 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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] titleid = get_longest_title( &dvd ); ^~~~ 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 **'} 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=] 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 '_' #define _(Text) Text ^~~~ vobcopy.c:107:54: warning: variable 'start_cell' set but not used [-Wunused-but-set-variable] int titleid = 2, chapid = 0, pgc_id, start_cell; ^~~~~~~~~~ vobcopy.c:96:21: warning: variable 'lastpos' set but not used [-Wunused-but-set-variable] float lastpos = 0; ^~~~~~~ vobcopy.c:92:42: warning: variable 'space_greater_2gb_flag' set but not used [-Wunused-but-set-variable] 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=] sprintf( temp, "%d", partcount ); ^~ vobcopy.c:2060:22: note: directive argument in the range [0, 2147483647] sprintf( temp, "%d", partcount ); ^~~~ In file included from /usr/include/stdio.h:862, from vobcopy.h:16, from vobcopy.c:53: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 2 and 11 bytes into a destination of size 5 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vobcopy.c: In function 'main': vobcopy.c:1352:46: warning: 'start' may be used uninitialized in this function [-Wmaybe-uninitialized] progressUpdate(starttime, (int)(( ( i-start+1 )*DVD_VIDEO_LB_LEN )), (int)(tmp_file_size+2048), FALSE); ~^~~~~~ vobcopy.c:1616:25: warning: 'get_dvd_name_return' may be used uninitialized in this function [-Wmaybe-uninitialized] make_output_path( alternate_output_dir[ i-1 ], 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.69174 + 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 + 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) 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) Hardlinking identical .pyc and .pyo files Processing files: vobcopy-1.2.0-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.69174 + 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.6wGAqs find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5X6TGx find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), 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.4 >= 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.q5fItR 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.ykyJ8z find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XgLfmE 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.4) Wrote: /usr/src/RPM/RPMS/i586/vobcopy-1.2.0-alt3.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/vobcopy-debuginfo-1.2.0-alt3.i586.rpm 3.95user 0.64system 0:09.72elapsed 47%CPU (0avgtext+0avgdata 39940maxresident)k 0inputs+0outputs (0major+172076minor)pagefaults 0swaps 12.67user 3.57system 0:22.78elapsed 71%CPU (0avgtext+0avgdata 121624maxresident)k 144inputs+0outputs (0major+583781minor)pagefaults 0swaps --- vobcopy-1.2.0-alt3.i586.rpm.repo 2012-10-03 15:25:07.000000000 +0000 +++ vobcopy-1.2.0-alt3.i586.rpm.hasher 2019-02-20 08:50:59.471773510 +0000 @@ -6,4 +6,4 @@ /usr/share/doc/vobcopy-1.2.0/TODO 100644 -/usr/share/man/de/man1/vobcopy.1.gz 100644 -/usr/share/man/man1/vobcopy.1.gz 100644 +/usr/share/man/de/man1/vobcopy.1.xz 100644 +/usr/share/man/man1/vobcopy.1.xz 100644 Requires: /lib/ld-linux.so.2 @@ -16,3 +16,3 @@ Requires: libc.so.6(GLIBC_2.7) -Requires: libdvdread.so.4 >= set:kgpv1d2PeFWbqQmhOKLyLcE2d +Requires: libdvdread.so.4 >= set:jfpvdQOEd49rv5vp2e3l1se2 Requires: rpmlib(SetVersions) --- vobcopy-debuginfo-1.2.0-alt3.i586.rpm.repo 2012-10-03 15:25:07.000000000 +0000 +++ vobcopy-debuginfo-1.2.0-alt3.i586.rpm.hasher 2019-02-20 08:50:59.522773918 +0000 @@ -9,2 +9,3 @@ Requires: debug(libc.so.6) +Requires: debug(libdvdread.so.4) Requires: rpmlib(PayloadIsLzma)