<86>Jul 25 10:09:03 userdel[2448151]: delete user 'rooter' <86>Jul 25 10:09:03 userdel[2448151]: removed group 'rooter' owned by 'rooter' <86>Jul 25 10:09:03 userdel[2448151]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 25 10:09:03 groupadd[2448171]: group added to /etc/group: name=rooter, GID=675 <86>Jul 25 10:09:03 groupadd[2448171]: group added to /etc/gshadow: name=rooter <86>Jul 25 10:09:03 groupadd[2448171]: new group: name=rooter, GID=675 <86>Jul 25 10:09:03 useradd[2448185]: new user: name=rooter, UID=675, GID=675, home=/root, shell=/bin/bash <86>Jul 25 10:09:03 userdel[2448218]: delete user 'builder' <86>Jul 25 10:09:03 userdel[2448218]: removed group 'builder' owned by 'builder' <86>Jul 25 10:09:03 userdel[2448218]: removed shadow group 'builder' owned by 'builder' <86>Jul 25 10:09:03 groupadd[2448239]: group added to /etc/group: name=builder, GID=676 <86>Jul 25 10:09:03 groupadd[2448239]: group added to /etc/gshadow: name=builder <86>Jul 25 10:09:03 groupadd[2448239]: new group: name=builder, GID=676 <86>Jul 25 10:09:03 useradd[2448276]: new user: name=builder, UID=676, GID=676, home=/usr/src, shell=/bin/bash <13>Jul 25 10:09:06 rpmi: libX11-locales-3:1.7.2-alt1 p9+273972.100.2.1 1623924318 installed <13>Jul 25 10:09:06 rpmi: xorg-proto-devel-2021.4-alt1 p9+272150.100.1.1 1621427342 installed <13>Jul 25 10:09:06 rpmi: libXdmcp-1.1.3-alt1 sisyphus+225206.600.1.2 1552949353 installed <13>Jul 25 10:09:06 rpmi: libXau-1.0.9-alt1 sisyphus+223149.200.2.1 1551268152 installed <13>Jul 25 10:09:06 rpmi: libxcb-1.13.1-alt1 sisyphus+226527.100.2.2 1554593801 installed <13>Jul 25 10:09:07 rpmi: libxcb-devel-1.13.1-alt1 sisyphus+226527.100.2.2 1554593801 installed <13>Jul 25 10:09:07 rpmi: libX11-3:1.7.2-alt1 p9+273972.100.2.1 1623924397 installed <13>Jul 25 10:09:07 rpmi: libX11-devel-3:1.7.2-alt1 p9+273972.100.2.1 1623924397 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/showmesh-1.0-alt3.nosrc.rpm (w1.gzdio) Installing showmesh-1.0-alt3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.61068 + 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.61068 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd showmesh-1.0 + 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: /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: /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", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dummy, &elem[e].i, &elem[e].j, &elem[e].k, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &d1, &d2, &d3, &d4, &d5, &d6, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &elem[e].xv, &elem[e].yv, &elem[e].mark); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dummy, &side[s].c, &side[s].d, &side[s].ea, &side[s].eb, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &side[s].mark); ~~~~~~~~~~~~~~ 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, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (butt_data[b].wdth-width)/2, (butt_data[b].hght+height)/2, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ butt_data[b].caption, strlen(butt_data[b].caption)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ showmesh_1_0.c: In function 'main': showmesh_1_0.c:843:49: warning: 'scl_new' may be used uninitialized in this function [-Wmaybe-uninitialized] if( max(scl_new*xmax, scl_new*ymax) < 32768 ) ^ 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.21966 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd showmesh-1.0 + make 'INSTALL=/usr/libexec/rpm-build/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,gnuconfig) Checking contents of files in /usr/src/tmp/showmesh-buildroot/ (default) 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) verify-elf: WARNING: ./usr/bin/ShowMesh: uses non-LFS functions: fopen 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.JM9Mq8 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.236y0a find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libX11.so.6 >= set:ojpS1xamnLlRmGAbw0JNa8ZgvWZyFn8lDNDMIxI5ZepxKOnYJCYxyMwWCpB3dDFAA78kwuNhQbGq5KO6KOCuiG34tKPxW2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), 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.GdBgBA 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.zMuUhg find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Lu25a9 find-requires: running scripts (debuginfo) Requires: showmesh = 1.0-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libX11.so.6), debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/showmesh-1.0-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/showmesh-debuginfo-1.0-alt3.i586.rpm (w2.lzdio) 2.49user 0.46system 0:07.69elapsed 38%CPU (0avgtext+0avgdata 31144maxresident)k 0inputs+0outputs (0major+184032minor)pagefaults 0swaps 7.39user 3.11system 0:18.15elapsed 57%CPU (0avgtext+0avgdata 114944maxresident)k 0inputs+0outputs (0major+473740minor)pagefaults 0swaps --- showmesh-1.0-alt3.i586.rpm.repo 2011-03-22 09:15:56.000000000 +0000 +++ showmesh-1.0-alt3.i586.rpm.hasher 2021-07-25 10:09:19.492141539 +0000 @@ -13,4 +13,4 @@ Provides: showmesh = 1.0-alt3 -File: /usr/bin/ShowMesh 100755 root:root 6d14a47c757cdfd5e84e4d8cba0a4d64 +File: /usr/bin/ShowMesh 100755 root:root 1953edf65c162cde9e26966523fd1827 File: /usr/bin/showmesh 120777 root:root ShowMesh -RPMIdentity: 9705e6a54d542b85658806b54508b030 +RPMIdentity: f56c859be0ca4f22277b7de4ebda6420 --- showmesh-debuginfo-1.0-alt3.i586.rpm.repo 2011-03-22 09:15:56.000000000 +0000 +++ showmesh-debuginfo-1.0-alt3.i586.rpm.hasher 2021-07-25 10:09:19.602142282 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/60 40755 root:root -/usr/lib/debug/.build-id/60/e7f3803bbd2624ccc2b3158890cbea907433ff 120777 root:root ../../../../bin/ShowMesh -/usr/lib/debug/.build-id/60/e7f3803bbd2624ccc2b3158890cbea907433ff.debug 120777 root:root ../../usr/bin/ShowMesh.debug +/usr/lib/debug/.build-id/87 40755 root:root +/usr/lib/debug/.build-id/87/56d0651f91a24510d7fce4170ddf053bfad75d 120777 root:root ../../../../bin/ShowMesh +/usr/lib/debug/.build-id/87/56d0651f91a24510d7fce4170ddf053bfad75d.debug 120777 root:root ../../usr/bin/ShowMesh.debug /usr/lib/debug/usr/bin/ShowMesh.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: showmesh-debuginfo = 1.0-alt3 -File: /usr/lib/debug/.build-id/60 40755 root:root -File: /usr/lib/debug/.build-id/60/e7f3803bbd2624ccc2b3158890cbea907433ff 120777 root:root ../../../../bin/ShowMesh -File: /usr/lib/debug/.build-id/60/e7f3803bbd2624ccc2b3158890cbea907433ff.debug 120777 root:root ../../usr/bin/ShowMesh.debug -File: /usr/lib/debug/usr/bin/ShowMesh.debug 100644 root:root a79c52ffe4655440e06b6af2e03b974f +File: /usr/lib/debug/.build-id/87 40755 root:root +File: /usr/lib/debug/.build-id/87/56d0651f91a24510d7fce4170ddf053bfad75d 120777 root:root ../../../../bin/ShowMesh +File: /usr/lib/debug/.build-id/87/56d0651f91a24510d7fce4170ddf053bfad75d.debug 120777 root:root ../../usr/bin/ShowMesh.debug +File: /usr/lib/debug/usr/bin/ShowMesh.debug 100644 root:root a9065c6095e2894101e6b6125f7f38e7 File: /usr/lib/debug/usr/bin/showmesh.debug 120777 root:root ShowMesh.debug @@ -20,2 +20,2 @@ File: /usr/src/debug/showmesh-1.0/showmesh_1_0.c 100644 root:root 0bac60547733b0f81412f83f17c3405a -RPMIdentity: 5f4c94a4936a401c514965e48c78288c +RPMIdentity: 8192ff5f0f922c81f95fd468f75e2bd9