<86>Jan 14 08:45:55 userdel[880197]: delete user 'rooter' <86>Jan 14 08:45:55 userdel[880197]: removed group 'rooter' owned by 'rooter' <86>Jan 14 08:45:55 userdel[880197]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 14 08:45:55 groupadd[880209]: group added to /etc/group: name=rooter, GID=1305 <86>Jan 14 08:45:55 groupadd[880209]: group added to /etc/gshadow: name=rooter <86>Jan 14 08:45:55 groupadd[880209]: new group: name=rooter, GID=1305 <86>Jan 14 08:45:55 useradd[880214]: new user: name=rooter, UID=1305, GID=1305, home=/root, shell=/bin/bash <86>Jan 14 08:45:55 userdel[880227]: delete user 'builder' <86>Jan 14 08:45:55 userdel[880227]: removed group 'builder' owned by 'builder' <86>Jan 14 08:45:55 groupadd[880235]: group added to /etc/group: name=builder, GID=1306 <86>Jan 14 08:45:55 groupadd[880235]: group added to /etc/gshadow: name=builder <86>Jan 14 08:45:55 groupadd[880235]: new group: name=builder, GID=1306 <86>Jan 14 08:45:55 useradd[880241]: new user: name=builder, UID=1306, GID=1306, 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>Jan 14 08:45:56 rpmi: libX11-locales-3:1.8.3-alt2 sisyphus+313280.100.1.1 1673514539 installed <13>Jan 14 08:45:56 rpmi: xorg-proto-devel-2022.1-alt1 sisyphus+299488.100.1.1 1651731532 installed <13>Jan 14 08:45:56 rpmi: libXdmcp-1.1.4-alt1 sisyphus+311188.1000.1.1 1670233860 installed <13>Jan 14 08:45:56 rpmi: libXau-1.0.11-alt1 sisyphus+311428.100.1.1 1670577440 installed <13>Jan 14 08:45:56 rpmi: libxcb-1.15-alt1 sisyphus+299436.300.1.1 1651655490 installed <13>Jan 14 08:45:57 rpmi: libxcb-devel-1.15-alt1 sisyphus+299436.300.1.1 1651655490 installed <13>Jan 14 08:45:57 rpmi: libX11-3:1.8.3-alt2 sisyphus+313280.100.1.1 1673514544 installed <13>Jan 14 08:45:57 rpmi: libX11-devel-3:1.8.3-alt2 sisyphus+313280.100.1.1 1673514544 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.65804 + 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.65804 + 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 * /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 [-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:268:5: note: 'gc' was declared here 268 | GC gc; | ^~ showmesh_1_0.c: In function 'main': showmesh_1_0.c:843:49: warning: 'scl_new' may be used uninitialized [-Wmaybe-uninitialized] 843 | if( max(scl_new*xmax, scl_new*ymax) < 32768 ) | ^ showmesh_1_0.c:748:33: note: 'scl_new' was declared here 748 | double x0_fiz, y0_fiz, scl_new; | ^~~~~~~ showmesh_1_0.c:875:16: warning: 'y0' may be used uninitialized [-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));}} | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ showmesh_1_0.c:747:28: note: 'y0' was declared here 747 | int b, x0=OFF, y0, x_root, y_root, x_new, y_new, x_old, y_old; | ^~ make: Leaving directory '/usr/src/RPM/BUILD/showmesh-1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.65804 + 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 Processing files: showmesh-1.0-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lvNtlR 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.ik9u1u find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), 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.NCkgwM 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.cKlynr find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9DP7DI 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) 0.73user 0.38system 0:05.61elapsed 19%CPU (0avgtext+0avgdata 33264maxresident)k 0inputs+0outputs (0major+160124minor)pagefaults 0swaps /.out/showmesh-1.0-alt3.i586.rpm: license not found in '/usr/share/license' directory: Free /.out/showmesh-1.0-alt3.i586.rpm: license not found in '/usr/share/license' directory: for /.out/showmesh-1.0-alt3.i586.rpm: license not found in '/usr/share/license' directory: non-commertial /.out/showmesh-1.0-alt3.i586.rpm: license not found in '/usr/share/license' directory: using /.out/showmesh-debuginfo-1.0-alt3.i586.rpm: license not found in '/usr/share/license' directory: Free /.out/showmesh-debuginfo-1.0-alt3.i586.rpm: license not found in '/usr/share/license' directory: for /.out/showmesh-debuginfo-1.0-alt3.i586.rpm: license not found in '/usr/share/license' directory: non-commertial /.out/showmesh-debuginfo-1.0-alt3.i586.rpm: license not found in '/usr/share/license' directory: using 1.72user 1.02system 0:11.49elapsed 23%CPU (0avgtext+0avgdata 107552maxresident)k 0inputs+0outputs (31984major+170950minor)pagefaults 0swaps --- showmesh-1.0-alt3.i586.rpm.repo 2011-03-22 09:15:56.000000000 +0000 +++ showmesh-1.0-alt3.i586.rpm.hasher 2023-01-14 08:46:04.987585862 +0000 @@ -7,3 +7,5 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -13,4 +15,4 @@ Provides: showmesh = 1.0-alt3 -File: /usr/bin/ShowMesh 100755 root:root 6d14a47c757cdfd5e84e4d8cba0a4d64 +File: /usr/bin/ShowMesh 100755 root:root 6282cebfb54dbf9db651b29fe4ad753e File: /usr/bin/showmesh 120777 root:root ShowMesh -RPMIdentity: cdd4f6a7f19e25cf75a2f4910c9a1456a41310b235e481222657680578b84e6b2f04f7101339743608a1bf738c7f8d6a805dbef9e64121af732fc08b0ec02747 +RPMIdentity: a9165cfbed405cc0f903b53eb8af7f6b15c3edb5e7fe993a426b1760817dcc04b22e1be59dc180c16d9eee66da8c43b591eb55db5d1cb565782bc58afc895514 --- showmesh-debuginfo-1.0-alt3.i586.rpm.repo 2011-03-22 09:15:56.000000000 +0000 +++ showmesh-debuginfo-1.0-alt3.i586.rpm.hasher 2023-01-14 08:46:05.033586544 +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/59 40755 root:root +/usr/lib/debug/.build-id/59/7103a2cf1bc9d8c41288c06528aaa66e647817 120777 root:root ../../../../bin/ShowMesh +/usr/lib/debug/.build-id/59/7103a2cf1bc9d8c41288c06528aaa66e647817.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/59 40755 root:root +File: /usr/lib/debug/.build-id/59/7103a2cf1bc9d8c41288c06528aaa66e647817 120777 root:root ../../../../bin/ShowMesh +File: /usr/lib/debug/.build-id/59/7103a2cf1bc9d8c41288c06528aaa66e647817.debug 120777 root:root ../../usr/bin/ShowMesh.debug +File: /usr/lib/debug/usr/bin/ShowMesh.debug 100644 root:root 0f38c401333269196b39742072929b58 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: c561b8c80b16b637845b8cc8abe99f0bda4ca7ce4479d2b0d69cd9c0ac32f54ad857f6e7da4c078abe2c39d369646f86fb7a551091fec10c384ba08fb203f574 +RPMIdentity: 7a603e1c4a51c58fb4ea1ded31eff16ad6110e05a6c1a4a128d2d158a4e679a1ac41af3e96dcca73b4b6dcd59c5e00ed194c7bea5f18210f6ab2a6814d4931bb