<86>Apr 14 00:50:43 userdel[93852]: delete user 'rooter' <86>Apr 14 00:50:43 groupadd[93857]: group added to /etc/group: name=rooter, GID=651 <86>Apr 14 00:50:43 groupadd[93857]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:50:43 groupadd[93857]: new group: name=rooter, GID=651 <86>Apr 14 00:50:43 useradd[93861]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash <86>Apr 14 00:50:43 userdel[93867]: delete user 'builder' <86>Apr 14 00:50:43 userdel[93867]: removed group 'builder' owned by 'builder' <86>Apr 14 00:50:43 groupadd[93872]: group added to /etc/group: name=builder, GID=652 <86>Apr 14 00:50:43 groupadd[93872]: group added to /etc/gshadow: name=builder <86>Apr 14 00:50:43 groupadd[93872]: new group: name=builder, GID=652 <86>Apr 14 00:50:43 useradd[93876]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash <13>Apr 14 00:50:44 rpmi: libX11-locales-3:1.6.3-alt1 1431956885 installed <13>Apr 14 00:50:44 rpmi: xorg-xproto-devel-7.0.28-alt1 1448272470 installed <13>Apr 14 00:50:44 rpmi: xorg-kbproto-devel-1.0.6-alt1 1332531883 installed <13>Apr 14 00:50:44 rpmi: libXdmcp-1.1.1-alt1 1334617699 installed <13>Apr 14 00:50:44 rpmi: libXau-1.0.8-alt1 1369565807 installed <13>Apr 14 00:50:44 rpmi: libxcb-1.12-alt2 p8.218219.300 1545313310 installed <13>Apr 14 00:50:46 rpmi: libxcb-devel-1.12-alt2 p8.218219.300 1545313310 installed <13>Apr 14 00:50:46 rpmi: libX11-3:1.6.3-alt1 1431956911 installed <13>Apr 14 00:50:46 rpmi: libX11-devel-3:1.6.3-alt1 1431956911 installed Installing showmesh-1.0-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.70829 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf showmesh-1.0 + echo 'Source #0 (showmesh-1.0.tar):' Source #0 (showmesh-1.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/showmesh-1.0.tar + cd showmesh-1.0 + /bin/chmod -c -Rf u+rwX,go-w . + install -p -m644 /usr/src/RPM/SOURCES/Makefile . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.70829 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd showmesh-1.0 + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/showmesh-1.0' gcc -o ShowMesh -g -pipe -Wall -O3 showmesh_1_0.c -lX11 showmesh_1_0.c:140:1: warning: return type defaults to 'int' [-Wimplicit-int] getGC(Window win) ^ showmesh_1_0.c:185:1: warning: return type defaults to 'int' [-Wimplicit-int] load_fonts() ^ showmesh_1_0.c:201:1: warning: return type defaults to 'int' [-Wimplicit-int] draw(Window win, GC gc, int win_x_dim, int win_y_dim) ^ showmesh_1_0.c:215:1: warning: return type defaults to 'int' [-Wimplicit-int] place_text(Window win, GC gc, XFontStruct *text_font, ^ showmesh_1_0.c:230:1: warning: return type defaults to 'int' [-Wimplicit-int] create_buttons(Window parent) ^ showmesh_1_0.c:262:1: warning: return type defaults to 'int' [-Wimplicit-int] write_on_button(int b) ^ showmesh_1_0.c:294:1: warning: return type defaults to 'int' [-Wimplicit-int] draw_mesh(Window win) ^ showmesh_1_0.c: In function 'draw_mesh': showmesh_1_0.c:296:26: warning: unused variable 'ek' [-Wunused-variable] int e, n, s, ei, ej, ek, ea, eb; ^ showmesh_1_0.c:296:22: warning: unused variable 'ej' [-Wunused-variable] int e, n, s, ei, ej, ek, ea, eb; ^ showmesh_1_0.c:296:18: warning: unused variable 'ei' [-Wunused-variable] int e, n, s, ei, ej, ek, ea, eb; ^ showmesh_1_0.c: At top level: showmesh_1_0.c:437:1: warning: return type defaults to 'int' [-Wimplicit-int] load_mesh() ^ showmesh_1_0.c:530:1: warning: return type defaults to 'int' [-Wimplicit-int] init(int argc, char **argv) ^ showmesh_1_0.c: In function 'init': showmesh_1_0.c:613:37: warning: pointer targets in passing argument 3 of 'XCreateBitmapFromData' differ in signedness [-Wpointer-sign] icon_bits, icon_width, icon_height); ^ In file included from showmesh_1_0.c:34:0: /usr/include/X11/Xlib.h:1604:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern Pixmap XCreateBitmapFromData( ^ showmesh_1_0.c:616:17: warning: pointer targets in passing argument 3 of 'XCreatePixmapFromBitmapData' differ in signedness [-Wpointer-sign] back_bits, back_width, back_height, ^ In file included from showmesh_1_0.c:34:0: /usr/include/X11/Xlib.h:1611:15: note: expected 'char *' but argument is of type 'unsigned char *' extern Pixmap XCreatePixmapFromBitmapData( ^ showmesh_1_0.c: At top level: showmesh_1_0.c:708:6: warning: return type of 'main' is not 'int' [-Wmain] void main(int argc, char *argv[]) ^ showmesh_1_0.c: In function 'getGC': showmesh_1_0.c:182:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ showmesh_1_0.c: In function 'load_fonts': showmesh_1_0.c:198:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ showmesh_1_0.c: In function 'draw': showmesh_1_0.c:212:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ showmesh_1_0.c: In function 'place_text': showmesh_1_0.c:226:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ showmesh_1_0.c: In function 'create_buttons': showmesh_1_0.c:259:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ showmesh_1_0.c: In function 'write_on_button': showmesh_1_0.c:291:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ showmesh_1_0.c: In function 'draw_mesh': showmesh_1_0.c:432:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ showmesh_1_0.c: In function 'load_mesh': showmesh_1_0.c:456:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(in, "%d", &Nn); ^ showmesh_1_0.c:465:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(in, "%s %lf %lf %d", dummy, &node[n].x, &node[n].y, &node[n].mark); ^ showmesh_1_0.c:481:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(in, "%d", &Ne); ^ showmesh_1_0.c:491:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(in, "%s %d %d %d %d %d %d %d %d %d %lf %lf %d", ^ showmesh_1_0.c:508:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(in, "%d", &Ns); ^ showmesh_1_0.c:518:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(in, dummy); ^ showmesh_1_0.c:519:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(in, "%s %d %d %d %d %d", ^ showmesh_1_0.c:525:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ showmesh_1_0.c: In function 'init': showmesh_1_0.c:703:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ showmesh_1_0.c: In function 'write_on_button': showmesh_1_0.c:288:2: warning: 'gc' may be used uninitialized in this function [-Wmaybe-uninitialized] XDrawString(display, button[b], gc, ^ showmesh_1_0.c: In function 'main': showmesh_1_0.c:845:48: warning: 'scl_new' may be used uninitialized in this function [-Wmaybe-uninitialized] X0=-x0_fiz*scl; Y0=-y0_fiz*scl;} ^ showmesh_1_0.c:830:46: warning: 'y0' may be used uninitialized in this function [-Wmaybe-uninitialized] X0+=(x_new-x0); Y0+=(y_new-y0); x0=OFF; ^ make: Leaving directory `/usr/src/RPM/BUILD/showmesh-1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.55334 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/showmesh-buildroot + : + /bin/rm -rf -- /usr/src/tmp/showmesh-buildroot + cd showmesh-1.0 + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/showmesh-buildroot make: Entering directory `/usr/src/RPM/BUILD/showmesh-1.0' install -d /usr/src/tmp/showmesh-buildroot/usr/bin install -m755 ShowMesh /usr/src/tmp/showmesh-buildroot/usr/bin ln -s ShowMesh /usr/src/tmp/showmesh-buildroot/usr/bin/showmesh make: Leaving directory `/usr/src/RPM/BUILD/showmesh-1.0' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/showmesh-buildroot (auto) Verifying and fixing files in /usr/src/tmp/showmesh-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/showmesh-buildroot (auto) Verifying ELF objects in /usr/src/tmp/showmesh-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: showmesh-1.0-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IHMssO 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.LA6HBb 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:ojpS1xamnLlRmGAbw0JNa8ZgvWZyFn8lDNDMIxI5ZepxKOnYJCYxyMwWCpB3dDFAA78kwuNhQbGq5KO6KOCuiG34tKPxW2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(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.kohouB Creating showmesh-debuginfo package Processing files: showmesh-debuginfo-1.0-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jXFw63 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gp10rz find-requires: running scripts (debuginfo) Requires: showmesh = 1.0-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libX11.so.6), debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/showmesh-1.0-alt3.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/showmesh-debuginfo-1.0-alt3.x86_64.rpm 0.86user 0.42system 0:05.75elapsed 22%CPU (0avgtext+0avgdata 34080maxresident)k 0inputs+0outputs (0major+162413minor)pagefaults 0swaps 4.43user 2.45system 0:11.44elapsed 60%CPU (0avgtext+0avgdata 124268maxresident)k 0inputs+0outputs (0major+385212minor)pagefaults 0swaps