<86>Mar 17 00:48:18 userdel[8691]: delete user 'rooter' <86>Mar 17 00:48:18 userdel[8691]: removed group 'rooter' owned by 'rooter' <86>Mar 17 00:48:18 userdel[8691]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 17 00:48:18 groupadd[8702]: group added to /etc/group: name=rooter, GID=549 <86>Mar 17 00:48:18 groupadd[8702]: group added to /etc/gshadow: name=rooter <86>Mar 17 00:48:18 groupadd[8702]: new group: name=rooter, GID=549 <86>Mar 17 00:48:18 useradd[8713]: new user: name=rooter, UID=549, GID=549, home=/root, shell=/bin/bash <86>Mar 17 00:48:18 userdel[8725]: delete user 'builder' <86>Mar 17 00:48:18 userdel[8725]: removed group 'builder' owned by 'builder' <86>Mar 17 00:48:18 userdel[8725]: removed shadow group 'builder' owned by 'builder' <86>Mar 17 00:48:18 groupadd[8732]: group added to /etc/group: name=builder, GID=550 <86>Mar 17 00:48:18 groupadd[8732]: group added to /etc/gshadow: name=builder <86>Mar 17 00:48:18 groupadd[8732]: new group: name=builder, GID=550 <86>Mar 17 00:48:18 useradd[8741]: new user: name=builder, UID=550, GID=550, home=/usr/src, shell=/bin/bash <13>Mar 17 00:48:21 rpmi: xorg-xproto-devel-7.0.28-alt1 1448272470 installed <13>Mar 17 00:48:21 rpmi: libICE-1.0.9-alt1 1409902719 installed <13>Mar 17 00:48:21 rpmi: libSM-1.2.2-alt1 1391072686 installed <13>Mar 17 00:48:21 rpmi: libXau-1.0.8-alt1 1369565807 installed <13>Mar 17 00:48:21 rpmi: libXau-devel-1.0.8-alt1 1369565807 installed <13>Mar 17 00:48:21 rpmi: libICE-devel-1.0.9-alt1 1409902719 installed <13>Mar 17 00:48:21 rpmi: libSM-devel-1.2.2-alt1 1391072686 installed <13>Mar 17 00:48:21 rpmi: xorg-xextproto-devel-2:7.3.0-alt1 1389258977 installed <13>Mar 17 00:48:21 rpmi: libX11-locales-3:1.6.3-alt1 1431956885 installed <13>Mar 17 00:48:21 rpmi: xorg-kbproto-devel-1.0.6-alt1 1332531883 installed <13>Mar 17 00:48:21 rpmi: libXdmcp-1.1.1-alt1 1334617699 installed <13>Mar 17 00:48:21 rpmi: libxcb-1.12-alt2 p8.218219.300 1545313310 installed <13>Mar 17 00:48:22 rpmi: libX11-3:1.6.3-alt1 1431956911 installed <13>Mar 17 00:48:22 rpmi: libXext-1.3.3-alt1 1409902932 installed <13>Mar 17 00:48:22 rpmi: libXt-1.1.4-alt1 1369984716 installed <13>Mar 17 00:48:22 rpmi: libXpm-3.5.11-alt1 1391072398 installed <13>Mar 17 00:48:24 rpmi: libxcb-devel-1.12-alt2 p8.218219.300 1545313310 installed <13>Mar 17 00:48:24 rpmi: libX11-devel-3:1.6.3-alt1 1431956911 installed <13>Mar 17 00:48:24 rpmi: libXext-devel-1.3.3-alt1 1409902932 installed <13>Mar 17 00:48:24 rpmi: libXpm-devel-3.5.11-alt1 1391072398 installed <13>Mar 17 00:48:24 rpmi: libXt-devel-1.1.4-alt1 1369984716 installed Installing wmtunlo-0.1.3-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.80335 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf wmtunlo-0.1.3 + echo 'Source #0 (wmtunlo-0.1.3.tar.gz):' Source #0 (wmtunlo-0.1.3.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/wmtunlo-0.1.3.tar.gz + /bin/tar -xf - + cd wmtunlo-0.1.3 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.80335 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wmtunlo-0.1.3 + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/wmtunlo-0.1.3' gcc -Wall -Os -I/usr/X11R6/include/X11 -c docklib.c gcc -Wall -Os -I/usr/X11R6/include/X11 docklib.o wmtunlo.c -o wmtunlo -L/usr/X11R6/lib -lXpm -lX11 -lXext -lm In file included from wmtunlo.c:41:0: docklib.h:49:13: warning: inline function 'list_free' declared but never defined INLINE void list_free(LinkedList* list); ^ docklib.h:47:19: warning: inline function 'list_find' declared but never defined INLINE LinkedList*list_find(LinkedList* list, void* elem); ^ docklib.h:45:13: warning: inline function 'list_mapcar' declared but never defined INLINE void list_mapcar(LinkedList* list, void(*function)(void*)); ^ docklib.h:43:20: warning: inline function 'list_remove_elem' declared but never defined INLINE LinkedList *list_remove_elem(LinkedList* list, void* elem); ^ docklib.h:41:13: warning: inline function 'list_remove_head' declared but never defined INLINE void list_remove_head(LinkedList** list); ^ docklib.h:39:14: warning: inline function 'list_nth' declared but never defined INLINE void* list_nth(int index, LinkedList* list); ^ docklib.h:37:12: warning: inline function 'list_length' declared but never defined INLINE int list_length(LinkedList* list); ^ docklib.h:35:20: warning: inline function 'list_cons' declared but never defined INLINE LinkedList* list_cons(void* head, LinkedList* tail); ^ wmtunlo.c: In function 'ButtonPressEvent': wmtunlo.c:306:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(ClickCommand1); ^ wmtunlo.c:315:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(ClickCommand2); ^ wmtunlo.c:324:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(ClickCommand3); ^ make: Leaving directory `/usr/src/RPM/BUILD/wmtunlo-0.1.3' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.80335 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/wmtunlo-buildroot + : + /bin/rm -rf -- /usr/src/tmp/wmtunlo-buildroot + cd wmtunlo-0.1.3 + install -pDm755 wmtunlo /usr/src/tmp/wmtunlo-buildroot/usr/bin/wmtunlo + install -pDm644 /usr/src/RPM/SOURCES/wmtunlo.menu /usr/src/tmp/wmtunlo-buildroot/usr/lib/menu/wmtunlo + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/wmtunlo-buildroot (auto) Verifying and fixing files in /usr/src/tmp/wmtunlo-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/wmtunlo-buildroot (auto) Adjusting library links in /usr/src/tmp/wmtunlo-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/wmtunlo-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: wmtunlo-0.1.3-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.8976 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wmtunlo-0.1.3 + DOCDIR=/usr/src/tmp/wmtunlo-buildroot/usr/share/doc/wmtunlo-0.1.3 + export DOCDIR + rm -rf /usr/src/tmp/wmtunlo-buildroot/usr/share/doc/wmtunlo-0.1.3 + /bin/mkdir -p /usr/src/tmp/wmtunlo-buildroot/usr/share/doc/wmtunlo-0.1.3 + cp -prL AUTHORS COPYING README Changelog examples/wmtunlorc.example1 examples/wmtunlorc.example2 examples/wmtunlorc.example3 examples/wmtunlorc.example4 examples/wmtunlorc.example5 examples/wmtunlorc.example6 examples/wmtunlorc.example7 examples/wmtunlorc.example8 examples/wmtunlorc.original /usr/src/tmp/wmtunlo-buildroot/usr/share/doc/wmtunlo-0.1.3 + chmod -R go-w /usr/src/tmp/wmtunlo-buildroot/usr/share/doc/wmtunlo-0.1.3 + chmod -R a+rX /usr/src/tmp/wmtunlo-buildroot/usr/share/doc/wmtunlo-0.1.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Q4vyZ4 find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4e9DbI find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, libX11.so.6()(64bit) >= set:ojpS1UuuXQR6i1ejFNizZkwKTAvhQfkmqBpA6VgQO7PNYljogtiDJa3iHjQTNQqoe56OedWDJkBHA1OnI8VhA49smRNHt1, libXext.so.6()(64bit) >= set:lkCEU1, libXpm.so.4()(64bit) >= set:kj3ae, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), 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.joTt7n Creating wmtunlo-debuginfo package Processing files: wmtunlo-debuginfo-0.1.3-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NUebO6 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7UPEeS find-requires: running scripts (debuginfo) Requires: wmtunlo = 0.1.3-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libX11.so.6), debug64(libXext.so.6), debug64(libXpm.so.4), debug64(libc.so.6), debug64(libm.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/wmtunlo-0.1.3-alt2.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/wmtunlo-debuginfo-0.1.3-alt2.x86_64.rpm 1.43user 1.03system 0:06.61elapsed 37%CPU (0avgtext+0avgdata 30008maxresident)k 0inputs+0outputs (0major+165931minor)pagefaults 0swaps 15.11user 6.62system 0:26.03elapsed 83%CPU (0avgtext+0avgdata 125404maxresident)k 27304inputs+0outputs (0major+523747minor)pagefaults 0swaps