<86>Dec 5 08:20:49 userdel[3188492]: delete user 'rooter' <86>Dec 5 08:20:49 groupadd[3188497]: group added to /etc/group: name=rooter, GID=648 <86>Dec 5 08:20:49 groupadd[3188497]: new group: name=rooter, GID=648 <86>Dec 5 08:20:49 useradd[3188501]: new user: name=rooter, UID=648, GID=648, home=/root, shell=/bin/bash <86>Dec 5 08:20:49 userdel[3188510]: delete user 'builder' <86>Dec 5 08:20:49 groupadd[3188516]: group added to /etc/group: name=builder, GID=649 <86>Dec 5 08:20:49 groupadd[3188516]: group added to /etc/gshadow: name=builder <86>Dec 5 08:20:49 groupadd[3188516]: new group: name=builder, GID=649 <86>Dec 5 08:20:49 useradd[3188521]: new user: name=builder, UID=649, GID=649, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/libdrmhelper-1.3.0-alt1.nosrc.rpm Installing libdrmhelper-1.3.0-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.94952 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libdrmhelper-1.3.0 + echo 'Source #0 (libdrmhelper-1.3.0.tar):' Source #0 (libdrmhelper-1.3.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/libdrmhelper-1.3.0.tar + cd libdrmhelper-1.3.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.94952 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libdrmhelper-1.3.0 + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' libdir=/usr/lib libexecdir=/usr/lib make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' sed \ -e 's,@VERSION\@,1.3.0,g' \ -e 's,@prefix\@,/usr,g' \ -e 's,@exec_prefix\@,/usr,g' \ -e 's,@libdir\@,/usr/lib,g' \ -e 's,@includedir\@,/usr/include,g' \ < libdrmhelper.pc.in > libdrmhelper.pc make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib/drmhelper\" -D_GNU_SOURCE -c -o drmhelper.o drmhelper.c make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib/drmhelper\" -D_GNU_SOURCE -c -fPIC libdrmhelper.c -o libdrmhelper.os make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib/drmhelper\" -D_GNU_SOURCE -c -o ipc.o ipc.c In file included from ipc.c:14: ipc.c: In function 'fds_send': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:81:4: note: in expansion of macro 'err' 81 | err("sendmsg: expected size %lu, got %lu", sizeof(dummy), rc); | ^~~ ipc.c:81:34: note: format string is defined here 81 | err("sendmsg: expected size %lu, got %lu", sizeof(dummy), rc); | ~~^ | | | long unsigned int | %u In file included from ipc.c:14: common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:81:4: note: in expansion of macro 'err' 81 | err("sendmsg: expected size %lu, got %lu", sizeof(dummy), rc); | ^~~ ipc.c:81:43: note: format string is defined here 81 | err("sendmsg: expected size %lu, got %lu", sizeof(dummy), rc); | ~~^ | | | long unsigned int | %u In file included from ipc.c:14: ipc.c: In function 'fds_recv': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:122:4: note: in expansion of macro 'err' 122 | err("recvmsg: expected size %lu, got %lu", sizeof(dummy), n); | ^~~ ipc.c:122:34: note: format string is defined here 122 | err("recvmsg: expected size %lu, got %lu", sizeof(dummy), n); | ~~^ | | | long unsigned int | %u In file included from ipc.c:14: common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:122:4: note: in expansion of macro 'err' 122 | err("recvmsg: expected size %lu, got %lu", sizeof(dummy), n); | ^~~ ipc.c:122:43: note: format string is defined here 122 | err("recvmsg: expected size %lu, got %lu", sizeof(dummy), n); | ~~^ | | | long unsigned int | %u In file included from ipc.c:14: ipc.c: In function 'xsendmsg': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:166:4: note: in expansion of macro 'err' 166 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ ipc.c:166:34: note: format string is defined here 166 | err("recvmsg: expected size %lu, got %lu", len, n); | ~~^ | | | long unsigned int | %u In file included from ipc.c:14: common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:166:4: note: in expansion of macro 'err' 166 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ ipc.c:166:43: note: format string is defined here 166 | err("recvmsg: expected size %lu, got %lu", len, n); | ~~^ | | | long unsigned int | %u In file included from ipc.c:14: ipc.c: In function 'xrecvmsg': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:193:4: note: in expansion of macro 'err' 193 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ ipc.c:193:34: note: format string is defined here 193 | err("recvmsg: expected size %lu, got %lu", len, n); | ~~^ | | | long unsigned int | %u In file included from ipc.c:14: common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:193:4: note: in expansion of macro 'err' 193 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ ipc.c:193:43: note: format string is defined here 193 | err("recvmsg: expected size %lu, got %lu", len, n); | ~~^ | | | long unsigned int | %u make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib/drmhelper\" -D_GNU_SOURCE -c -o libdrmhelper.o libdrmhelper.c make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' cc drmhelper.o ipc.o -o drmhelper make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' ar rv libdrmhelper.a libdrmhelper.o ipc.o ar: creating libdrmhelper.a a - libdrmhelper.o a - ipc.o ranlib libdrmhelper.a make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib/drmhelper\" -D_GNU_SOURCE -c -fPIC ipc.c -o ipc.os In file included from ipc.c:14: ipc.c: In function 'fds_send': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:81:4: note: in expansion of macro 'err' 81 | err("sendmsg: expected size %lu, got %lu", sizeof(dummy), rc); | ^~~ ipc.c:81:34: note: format string is defined here 81 | err("sendmsg: expected size %lu, got %lu", sizeof(dummy), rc); | ~~^ | | | long unsigned int | %u In file included from ipc.c:14: common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:81:4: note: in expansion of macro 'err' 81 | err("sendmsg: expected size %lu, got %lu", sizeof(dummy), rc); | ^~~ ipc.c:81:43: note: format string is defined here 81 | err("sendmsg: expected size %lu, got %lu", sizeof(dummy), rc); | ~~^ | | | long unsigned int | %u In file included from ipc.c:14: ipc.c: In function 'fds_recv': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:122:4: note: in expansion of macro 'err' 122 | err("recvmsg: expected size %lu, got %lu", sizeof(dummy), n); | ^~~ ipc.c:122:34: note: format string is defined here 122 | err("recvmsg: expected size %lu, got %lu", sizeof(dummy), n); | ~~^ | | | long unsigned int | %u In file included from ipc.c:14: common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:122:4: note: in expansion of macro 'err' 122 | err("recvmsg: expected size %lu, got %lu", sizeof(dummy), n); | ^~~ ipc.c:122:43: note: format string is defined here 122 | err("recvmsg: expected size %lu, got %lu", sizeof(dummy), n); | ~~^ | | | long unsigned int | %u In file included from ipc.c:14: ipc.c: In function 'xsendmsg': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:166:4: note: in expansion of macro 'err' 166 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ ipc.c:166:34: note: format string is defined here 166 | err("recvmsg: expected size %lu, got %lu", len, n); | ~~^ | | | long unsigned int | %u In file included from ipc.c:14: common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:166:4: note: in expansion of macro 'err' 166 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ ipc.c:166:43: note: format string is defined here 166 | err("recvmsg: expected size %lu, got %lu", len, n); | ~~^ | | | long unsigned int | %u In file included from ipc.c:14: ipc.c: In function 'xrecvmsg': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:193:4: note: in expansion of macro 'err' 193 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ ipc.c:193:34: note: format string is defined here 193 | err("recvmsg: expected size %lu, got %lu", len, n); | ~~^ | | | long unsigned int | %u In file included from ipc.c:14: common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:193:4: note: in expansion of macro 'err' 193 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ ipc.c:193:43: note: format string is defined here 193 | err("recvmsg: expected size %lu, got %lu", len, n); | ~~^ | | | long unsigned int | %u make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' cc -shared \ -Wl,-soname,libdrmhelper.so.0,--version-script=libdrmhelper.map,-z,defs,-stats \ -lc libdrmhelper.os ipc.os -o libdrmhelper.so /usr/bin/ld.default: total time in link: 0.027228 make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.87923 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libdrmhelper-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libdrmhelper-buildroot + cd libdrmhelper-1.3.0 + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/libdrmhelper-buildroot libdir=/usr/lib libexecdir=/usr/lib make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' /bin/install -p -D -p -m2711 drmhelper /usr/src/tmp/libdrmhelper-buildroot/usr/lib/drmhelper/drmhelper /bin/install -p -D -p -m644 libdrmhelper.h /usr/src/tmp/libdrmhelper-buildroot/usr/include/libdrmhelper.h /bin/install -p -D -p -m644 libdrmhelper.pc /usr/src/tmp/libdrmhelper-buildroot/usr/lib/pkgconfig/libdrmhelper.pc /bin/install -p -D -p -m755 libdrmhelper.so /usr/src/tmp/libdrmhelper-buildroot/usr/lib/libdrmhelper.so.1.3.0 /bin/install -p -D -p -m644 libdrmhelper.a /usr/src/tmp/libdrmhelper-buildroot/usr/lib/libdrmhelper.a ln -s libdrmhelper.so.1.3.0 /usr/src/tmp/libdrmhelper-buildroot/usr/lib/libdrmhelper.so.0 ln -s libdrmhelper.so.0 /usr/src/tmp/libdrmhelper-buildroot/usr/lib/libdrmhelper.so make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libdrmhelper-buildroot (auto) mode of './usr/lib/libdrmhelper.so.1.3.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libdrmhelper-buildroot (binconfig,pkgconfig,libtool,desktop) /usr/lib/pkgconfig/libdrmhelper.pc: Cflags: '-I${includedir}' --> '' /usr/lib/pkgconfig/libdrmhelper.pc: Libs: '-L${libdir} -ldrmhelper' --> '-ldrmhelper' Checking contents of files in /usr/src/tmp/libdrmhelper-buildroot/ (default) Compressing files in /usr/src/tmp/libdrmhelper-buildroot (auto) Adjusting library links in /usr/src/tmp/libdrmhelper-buildroot ./usr/lib: libdrmhelper.so.0 -> libdrmhelper.so.1.3.0 Verifying ELF objects in /usr/src/tmp/libdrmhelper-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib/drmhelper/drmhelper: uses non-LFS functions: __fxstat open Hardlinking identical .pyc and .pyo files Processing files: libdrmhelper-1.3.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ihgSC9 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/libdrmhelper-buildroot/usr/lib/libdrmhelper.so.0: 11 symbols, 14 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zHEfL9 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.z9DUQb Provides: libdrmhelper.so.0 = set:hdBmK9Zau2s6M77ycC3XLPib0, libdrmhelper.so.0(DRMHELPER_1.1) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(pre): /bin/sh, /usr/sbin/groupadd Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2gkE07 Creating libdrmhelper-debuginfo package Processing files: libdrmhelper-devel-1.3.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.M3y468 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.xA79Z8 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: pkgconfig(libdrmhelper) = 1.3.0 Requires: libdrmhelper = 1.3.0-alt1, /usr/lib/libdrmhelper.so.0, /usr/lib/pkgconfig Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rkrJI8 Processing files: libdrmhelper-devel-static-1.3.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0od8R8 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.WnyPFa find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libdrmhelper-devel = 1.3.0-alt1, glibc-devel-static Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.M44rO8 Processing files: libdrmhelper-debuginfo-1.3.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dSX1Ob find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FUEXob find-requires: running scripts (debuginfo) Provides: debug(libdrmhelper.so.0) Requires: libdrmhelper = 1.3.0-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to libdrmhelper-devel a strict dependency on libdrmhelper Adding to libdrmhelper-debuginfo a strict dependency on libdrmhelper Adding to libdrmhelper-devel-static a strict dependency on libdrmhelper-devel Removing 1 extra deps from libdrmhelper-devel due to dependency on libdrmhelper Wrote: /usr/src/RPM/RPMS/i586/libdrmhelper-1.3.0-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libdrmhelper-devel-1.3.0-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libdrmhelper-devel-static-1.3.0-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libdrmhelper-debuginfo-1.3.0-alt1.i586.rpm 5.15user 0.67system 0:31.33elapsed 18%CPU (0avgtext+0avgdata 24244maxresident)k 0inputs+0outputs (0major+376515minor)pagefaults 0swaps 6.90user 2.61system 0:44.77elapsed 21%CPU (0avgtext+0avgdata 24244maxresident)k 0inputs+0outputs (0major+600519minor)pagefaults 0swaps