<86>Jun 16 00:39:48 userdel[3675441]: delete user 'rooter' <86>Jun 16 00:39:48 userdel[3675441]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:39:48 userdel[3675441]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:39:48 groupadd[3675478]: group added to /etc/group: name=rooter, GID=1862 <86>Jun 16 00:39:48 groupadd[3675478]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:39:48 groupadd[3675478]: new group: name=rooter, GID=1862 <86>Jun 16 00:39:48 useradd[3675509]: new user: name=rooter, UID=1862, GID=1862, home=/root, shell=/bin/bash <86>Jun 16 00:39:48 userdel[3675549]: delete user 'builder' <86>Jun 16 00:39:48 userdel[3675549]: removed group 'builder' owned by 'builder' <86>Jun 16 00:39:48 userdel[3675549]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:39:48 groupadd[3675576]: group added to /etc/group: name=builder, GID=1863 <86>Jun 16 00:39:48 groupadd[3675576]: group added to /etc/gshadow: name=builder <86>Jun 16 00:39:48 groupadd[3675576]: new group: name=builder, GID=1863 <86>Jun 16 00:39:48 useradd[3675594]: new user: name=builder, UID=1863, GID=1863, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/showmesh-1.0-alt3.src.rpm: license not found in '/usr/share/license' directory: Free /usr/src/in/srpm/showmesh-1.0-alt3.src.rpm: license not found in '/usr/share/license' directory: for /usr/src/in/srpm/showmesh-1.0-alt3.src.rpm: license not found in '/usr/share/license' directory: non-commertial /usr/src/in/srpm/showmesh-1.0-alt3.src.rpm: license not found in '/usr/share/license' directory: using <13>Jun 16 00:39:51 rpmi: libX11-locales-3:1.8.7-alt1 p10+330924.200.2.1 1697304232 installed <13>Jun 16 00:39:51 rpmi: xorg-proto-devel-2021.5-alt1 p10+295526.40.6.1 1646400646 installed <13>Jun 16 00:39:51 rpmi: libXdmcp-1.1.3-alt1 sisyphus+278816.100.1.1 1626219231 installed <13>Jun 16 00:39:51 rpmi: libXau-1.0.9-alt1 sisyphus+278247.100.1.1 1626080736 installed <13>Jun 16 00:39:51 rpmi: libxcb-1.14-alt1 sisyphus+277968.100.1.3 1625952322 installed <13>Jun 16 00:39:52 rpmi: libxcb-devel-1.14-alt1 sisyphus+277968.100.1.3 1625952322 installed <13>Jun 16 00:39:52 rpmi: libX11-3:1.8.7-alt1 p10+330924.200.2.1 1697304232 installed <13>Jun 16 00:39:52 rpmi: libX11-devel-3:1.8.7-alt1 p10+330924.200.2.1 1697304232 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/showmesh-1.0-alt3.nosrc.rpm (w1.gzdio) 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.36472 + 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.36472 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd showmesh-1.0 + make -j16 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] 140 | getGC(Window win) | ^~~~~ showmesh_1_0.c:185:1: warning: return type defaults to 'int' [-Wimplicit-int] 185 | load_fonts() | ^~~~~~~~~~ showmesh_1_0.c:201:1: warning: return type defaults to 'int' [-Wimplicit-int] 201 | 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] 215 | place_text(Window win, GC gc, XFontStruct *text_font, | ^~~~~~~~~~ showmesh_1_0.c:230:1: warning: return type defaults to 'int' [-Wimplicit-int] 230 | create_buttons(Window parent) | ^~~~~~~~~~~~~~ showmesh_1_0.c:262:1: warning: return type defaults to 'int' [-Wimplicit-int] 262 | write_on_button(int b) | ^~~~~~~~~~~~~~~ showmesh_1_0.c:294:1: warning: return type defaults to 'int' [-Wimplicit-int] 294 | draw_mesh(Window win) | ^~~~~~~~~ showmesh_1_0.c: In function 'draw_mesh': showmesh_1_0.c:296:26: warning: unused variable 'ek' [-Wunused-variable] 296 | int e, n, s, ei, ej, ek, ea, eb; | ^~ showmesh_1_0.c:296:22: warning: unused variable 'ej' [-Wunused-variable] 296 | int e, n, s, ei, ej, ek, ea, eb; | ^~ showmesh_1_0.c:296:18: warning: unused variable 'ei' [-Wunused-variable] 296 | 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] 437 | load_mesh() | ^~~~~~~~~ showmesh_1_0.c:530:1: warning: return type defaults to 'int' [-Wimplicit-int] 530 | 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] 613 | icon_bits, icon_width, icon_height); | ^~~~~~~~~ | | | unsigned char * In file included from /usr/include/X11/Xlib.h:47, from showmesh_1_0.c:34: /usr/include/X11/Xlib.h:1607:5: note: expected 'const char *' but argument is of type 'unsigned char *' 1607 | _Xconst char* /* data */, | ^ showmesh_1_0.c:616:17: warning: pointer targets in passing argument 3 of 'XCreatePixmapFromBitmapData' differ in signedness [-Wpointer-sign] 616 | back_bits, back_width, back_height, | ^~~~~~~~~ | | | unsigned char * In file included from showmesh_1_0.c:34: /usr/include/X11/Xlib.h:1614:5: note: expected 'char *' but argument is of type 'unsigned char *' 1614 | char* /* data */, | ^~~~~ showmesh_1_0.c: At top level: showmesh_1_0.c:708:6: warning: return type of 'main' is not 'int' [-Wmain] 708 | 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] 182 | } | ^ showmesh_1_0.c: In function 'load_fonts': showmesh_1_0.c:198:1: warning: control reaches end of non-void function [-Wreturn-type] 198 | } | ^ showmesh_1_0.c: In function 'draw': showmesh_1_0.c:212:1: warning: control reaches end of non-void function [-Wreturn-type] 212 | } | ^ showmesh_1_0.c: In function 'place_text': showmesh_1_0.c:226:1: warning: control reaches end of non-void function [-Wreturn-type] 226 | } | ^ showmesh_1_0.c: In function 'create_buttons': showmesh_1_0.c:259:1: warning: control reaches end of non-void function [-Wreturn-type] 259 | } | ^ 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] 291 | } | ^ showmesh_1_0.c: In function 'draw_mesh': showmesh_1_0.c:432:1: warning: control reaches end of non-void function [-Wreturn-type] 432 | } | ^ 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] 456 | fscanf(in, "%d", &Nn); | ^~~~~~~~~~~~~~~~~~~~~ showmesh_1_0.c:465:4: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 465 | 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] 481 | fscanf(in, "%d", &Ne); | ^~~~~~~~~~~~~~~~~~~~~ showmesh_1_0.c:491:4: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 491 | fscanf(in, "%s %d %d %d %d %d %d %d %d %d %lf %lf %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 492 | dummy, &elem[e].i, &elem[e].j, &elem[e].k, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 493 | &d1, &d2, &d3, &d4, &d5, &d6, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 494 | &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] 508 | fscanf(in, "%d", &Ns); | ^~~~~~~~~~~~~~~~~~~~~ showmesh_1_0.c:518:4: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 518 | fscanf(in, dummy); | ^~~~~~~~~~~~~~~~~ showmesh_1_0.c:519:4: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 519 | fscanf(in, "%s %d %d %d %d %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 520 | dummy, &side[s].c, &side[s].d, &side[s].ea, &side[s].eb, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 521 | &side[s].mark); | ~~~~~~~~~~~~~~ showmesh_1_0.c:525:1: warning: control reaches end of non-void function [-Wreturn-type] 525 | } | ^ showmesh_1_0.c: In function 'init': showmesh_1_0.c:703:1: warning: control reaches end of non-void function [-Wreturn-type] 703 | } | ^ 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] 288 | XDrawString(display, button[b], gc, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 289 | (butt_data[b].wdth-width)/2, (butt_data[b].hght+height)/2, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 290 | 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] 843 | if( max(scl_new*xmax, scl_new*ymax) < 32768 ) | ^ showmesh_1_0.c:875:16: warning: 'y0' may be used uninitialized in this function [-Wmaybe-uninitialized] 875 | XDrawRectangle(display, draw_win, gc_XOR, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 876 | min(x0, x_new), min(y0, y_new), abs(x_new-x0), abs(y_new-y0));}} | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/showmesh-1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.36472 + 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) Processing files: showmesh-1.0-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vgFy35 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AxB3Z8 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) 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.Mlgs66 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.7n96g9 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kyXSY4 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 (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/showmesh-debuginfo-1.0-alt3.x86_64.rpm (w2.lzdio) 0.50user 0.99system 0:05.64elapsed 26%CPU (0avgtext+0avgdata 37520maxresident)k 0inputs+0outputs (0major+170964minor)pagefaults 0swaps /.out/showmesh-1.0-alt3.x86_64.rpm: license not found in '/usr/share/license' directory: Free /.out/showmesh-1.0-alt3.x86_64.rpm: license not found in '/usr/share/license' directory: for /.out/showmesh-1.0-alt3.x86_64.rpm: license not found in '/usr/share/license' directory: non-commertial /.out/showmesh-1.0-alt3.x86_64.rpm: license not found in '/usr/share/license' directory: using /.out/showmesh-debuginfo-1.0-alt3.x86_64.rpm: license not found in '/usr/share/license' directory: Free /.out/showmesh-debuginfo-1.0-alt3.x86_64.rpm: license not found in '/usr/share/license' directory: for /.out/showmesh-debuginfo-1.0-alt3.x86_64.rpm: license not found in '/usr/share/license' directory: non-commertial /.out/showmesh-debuginfo-1.0-alt3.x86_64.rpm: license not found in '/usr/share/license' directory: using 3.20user 2.64system 0:16.00elapsed 36%CPU (0avgtext+0avgdata 128772maxresident)k 0inputs+0outputs (0major+200031minor)pagefaults 0swaps --- showmesh-1.0-alt3.x86_64.rpm.repo 2011-03-22 09:15:57.000000000 +0000 +++ showmesh-1.0-alt3.x86_64.rpm.hasher 2024-06-16 00:40:01.017884345 +0000 @@ -12,4 +12,4 @@ Provides: showmesh = 1.0-alt3 -File: /usr/bin/ShowMesh 100755 root:root d1eb26ecbe026c8448d61c99d0681fbc +File: /usr/bin/ShowMesh 100755 root:root db4667599e1c68de63ee18a14925bd1d File: /usr/bin/showmesh 120777 root:root ShowMesh -RPMIdentity: 78ae31374c4f21b6879c3dbfe676df098e27ac58491d9362c8c5c9212a27bb85b358d7100dcef11dfe5c69499c695e806cac67778d625dfa76401f849422c111 +RPMIdentity: 5398591d07ccb4b9b2d76209a50b236b9e9b2cd71a0f1143a8af1b55bfe22002e97b5514da8a590ea3d56bdcb1e6eb16f90bd7e80fda57af3d7d563bc2bd8fbd --- showmesh-debuginfo-1.0-alt3.x86_64.rpm.repo 2011-03-22 09:15:57.000000000 +0000 +++ showmesh-debuginfo-1.0-alt3.x86_64.rpm.hasher 2024-06-16 00:40:01.083885383 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/01 40755 root:root -/usr/lib/debug/.build-id/01/89b7cd390cc9154ab54424181905774e2529af 120777 root:root ../../../../bin/ShowMesh -/usr/lib/debug/.build-id/01/89b7cd390cc9154ab54424181905774e2529af.debug 120777 root:root ../../usr/bin/ShowMesh.debug +/usr/lib/debug/.build-id/74 40755 root:root +/usr/lib/debug/.build-id/74/dbb1ad33893d5605bcc22ce7a6c5d9f1bbc0bf 120777 root:root ../../../../bin/ShowMesh +/usr/lib/debug/.build-id/74/dbb1ad33893d5605bcc22ce7a6c5d9f1bbc0bf.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/01 40755 root:root -File: /usr/lib/debug/.build-id/01/89b7cd390cc9154ab54424181905774e2529af 120777 root:root ../../../../bin/ShowMesh -File: /usr/lib/debug/.build-id/01/89b7cd390cc9154ab54424181905774e2529af.debug 120777 root:root ../../usr/bin/ShowMesh.debug -File: /usr/lib/debug/usr/bin/ShowMesh.debug 100644 root:root cc4e191b3968ffb0b3d888b0a5e84544 +File: /usr/lib/debug/.build-id/74 40755 root:root +File: /usr/lib/debug/.build-id/74/dbb1ad33893d5605bcc22ce7a6c5d9f1bbc0bf 120777 root:root ../../../../bin/ShowMesh +File: /usr/lib/debug/.build-id/74/dbb1ad33893d5605bcc22ce7a6c5d9f1bbc0bf.debug 120777 root:root ../../usr/bin/ShowMesh.debug +File: /usr/lib/debug/usr/bin/ShowMesh.debug 100644 root:root 9dd62955e45a8adc1aa69ffd3dfd5461 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: cf70c7800c3157eb985c0d6d9f33b834087d1622a78989afe650031e4d7fbc693d3f633b10ab063b7b50efde4012b39122f1bb28eaae48881afee31f49df8b06 +RPMIdentity: d8194001bf4e60843d76ddff4c7ee49d50f23803d293326b85c8ff2b7bac6e7f32aa31f81f2ff8fef53326c53a083013bc24872551568b7c3164160f841cc595