<86>Sep 29 11:33:04 userdel[2819218]: delete user 'rooter' <86>Sep 29 11:33:04 userdel[2819218]: removed group 'rooter' owned by 'rooter' <86>Sep 29 11:33:04 userdel[2819218]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 29 11:33:04 groupadd[2819236]: group added to /etc/group: name=rooter, GID=1835 <86>Sep 29 11:33:04 groupadd[2819236]: group added to /etc/gshadow: name=rooter <86>Sep 29 11:33:04 groupadd[2819236]: new group: name=rooter, GID=1835 <86>Sep 29 11:33:04 useradd[2819249]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash <86>Sep 29 11:33:04 userdel[2819267]: delete user 'builder' <86>Sep 29 11:33:04 userdel[2819267]: removed group 'builder' owned by 'builder' <86>Sep 29 11:33:04 userdel[2819267]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 11:33:04 groupadd[2819280]: group added to /etc/group: name=builder, GID=1836 <86>Sep 29 11:33:04 groupadd[2819280]: group added to /etc/gshadow: name=builder <86>Sep 29 11:33:04 groupadd[2819280]: new group: name=builder, GID=1836 <86>Sep 29 11:33:04 useradd[2819284]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash warning: Macro %webserver_cgibindir not found warning: Macro %webserver_cgibindir not found <13>Sep 29 11:33:07 rpmi: rpm-macros-webserver-common-1.4-alt1 1286880471 installed <13>Sep 29 11:33:07 rpmi: rpm-build-webserver-common-1.4-alt1 1286880471 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/mimetex-1.76-alt1.nosrc.rpm (w1.gzdio) Installing mimetex-1.76-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.16990 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mimetex-1.76 + echo 'Source #0 (mimetex-1.76.tar):' Source #0 (mimetex-1.76.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/mimetex-1.76.tar + cd mimetex-1.76 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (mimetex_manual.diff):' Patch #1 (mimetex_manual.diff): + /usr/bin/patch -p1 patching file mimetex.html + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.16990 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mimetex-1.76 + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DAA mimetex.c gifsave.c -lm -o mimetex.cgi mimetex.c: In function 'rastsmash': mimetex.c:2409:26: warning: variable 'ymin' set but not used [-Wunused-but-set-variable] int smin=9999, xmin=9999,ymin=9999; /* min separation (s=x+y) */ ^~~~ mimetex.c: In function 'isbrace': mimetex.c:5922:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( gotbrace && /* found a brace */ ^~ mimetex.c:5925:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' ) return ( 1 ); return ( 0 ); /* return 1,0 accordingly */ ^~~~~~ mimetex.c: In function 'mimeprep': mimetex.c:6375:11: warning: variable 'isamp' set but not used [-Wunused-but-set-variable] istag=0, isamp=0, /* true for , &char; symbols */ ^~~~~ mimetex.c:1102:43: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else memmove(s,s+(n),1+thislen3-(n)); }} else/*user supplies final;*/ ^~~~ mimetex.c:6541:9: note: in expansion of macro 'strsqueeze' { strsqueeze((tokptr+1),(lrlen-1));/*so squeeze out "left" or "right"*/ ^~~~~~~~~~ mimetex.c:6542:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' expptr = tokptr+2; } /* and resume search past brace */ ^~~~~~ mimetex.c:1102:43: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else memmove(s,s+(n),1+thislen3-(n)); }} else/*user supplies final;*/ ^~~~ mimetex.c:6549:8: note: in expansion of macro 'strsqueeze' { strsqueeze((tokptr+1),(lrlen+symlen-2)); /*squeeze out delim*/ ^~~~~~~~~~ mimetex.c:6550:8: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' *(tokptr+1) = *(lrto[isymbol]); /* last char now 1-char delim*/ ^ mimetex.c: In function 'evalterm': mimetex.c:7276:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation] case '/': if ( rightval != 0 ) /* guard against divide by zero */ ^~ mimetex.c:7277:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' termval = leftval/rightval; break; /* integer division */ ^~~~~ mimetex.c:7278:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation] case '%': if ( rightval != 0 ) /* guard against divide by zero */ ^~ mimetex.c:7279:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' termval = leftval%rightval; break; /*left modulo right */ ^~~~~ mimetex.c: In function 'rastscripts': mimetex.c:8412:2: warning: variable 'isbase' set but not used [-Wunused-but-set-variable] isbase=0; /* true if we have base symbol */ ^~~~~~ mimetex.c:8408:25: warning: variable 'supln' set but not used [-Wunused-but-set-variable] supht=0, supwidth=0, supln=0, /* height,width,baseline of sup */ ^~~~~ mimetex.c:8407:25: warning: variable 'subln' set but not used [-Wunused-but-set-variable] subht=0, subwidth=0, subln=0, /* height,width,baseline of sub */ ^~~~~ mimetex.c: In function 'rastleft': mimetex.c:8644:5: warning: variable 'isleftscript' set but not used [-Wunused-but-set-variable] int isleftscript=0, isrightscript=0; /* true if delims are scripted */ ^~~~~~~~~~~~ mimetex.c: In function 'rastflags': mimetex.c:9148:23: warning: comparison between pointer and zero character constant [-Wpointer-compare] if ( *expression != '\000' ) /* ill-formed expression */ ^~ mimetex.c:9148:11: note: did you mean to dereference the pointer? if ( *expression != '\000' ) /* ill-formed expression */ ^ mimetex.c: In function 'rastfrac': mimetex.c:9814:15: warning: variable 'baseln' set but not used [-Wunused-but-set-variable] int baseht=0, baseln=0; /* height,baseline of base symbol */ ^~~~~~ mimetex.c:9814:5: warning: variable 'baseht' set but not used [-Wunused-but-set-variable] int baseht=0, baseln=0; /* height,baseline of base symbol */ ^~~~~~ mimetex.c: In function 'rastfont': mimetex.c:10355:5: warning: variable 'family' set but not used [-Wunused-but-set-variable] int family = 0, /* fontinfo[ifontnum].family */ ^~~~~~ mimetex.c: In function 'rastarray': mimetex.c:10898:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (colglobal) gjustify[irow] = justify[irow]; break; ^~ mimetex.c:10898:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (colglobal) gjustify[irow] = justify[irow]; break; ^~~~~ mimetex.c:10900:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (colglobal) gjustify[irow] = justify[irow]; break; ^~ mimetex.c:10900:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (colglobal) gjustify[irow] = justify[irow]; break; ^~~~~ mimetex.c:10902:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (colglobal) gjustify[irow] = justify[irow]; break; ^~ mimetex.c:10902:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (colglobal) gjustify[irow] = justify[irow]; break; ^~~~~ mimetex.c:10909:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (rowglobal) growcenter[irow] = rowcenter[irow]; break; ^~ mimetex.c:10909:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (rowglobal) growcenter[irow] = rowcenter[irow]; break; ^~~~~ mimetex.c:10761:25: warning: variable 'subptr' set but not used [-Wunused-but-set-variable] subtok[MAXTOKNSZ+1], *subptr=subtok, /* &,\\ inside { } not a delim*/ ^~~~~~ mimetex.c: In function 'rastinput': mimetex.c:12546:5: warning: variable 'status' set but not used [-Wunused-but-set-variable] int status /*, rastreadfile()*/; /* read input file */ ^~~~~~ mimetex.c: In function 'aapattern1124': mimetex.c:15019:2: warning: variable 'cornval' set but not used [-Wunused-but-set-variable] cornval=0, diagval=0; /* vert+horzcorn, top+botdiag */ ^~~~~~~ mimetex.c: In function 'aawtpixel': mimetex.c:16508:7: warning: variable 'iscenter' set but not used [-Wunused-but-set-variable] int iscenter = 0; /* set true if center point black */ ^~~~~~~~ mimetex.c: In function 'main': mimetex.c:17041:7: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else pbm_outfile = argv[argnum]; break; /*next arg is filename*/ ^~~~ mimetex.c:17041:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' else pbm_outfile = argv[argnum]; break; /*next arg is filename*/ ^~~~~ mimetex.c:17321:5: warning: variable 'whundredths' set but not used [-Wunused-but-set-variable] whundredths = 0; /* or wait hundredths of a sec */ ^~~~~~~~~~~ mimetex.c:16865:3: warning: unused variable 'pdirective' [-Wunused-variable] *pdirective = NULL; /* ptr to char after \directive */ ^~~~~~~~~~ mimetex.c:16857:2: warning: variable 'isqempty' set but not used [-Wunused-but-set-variable] isqempty = 0, /* true if query string empty */ ^~~~~~~~ At top level: mimetex.c:16464:15: warning: 'aawtpixel' defined but not used [-Wunused-function] FUNCSCOPE int aawtpixel(raster *image, int ipixel, raster *weights, int rotate) ^~~~~~~~~ mimetex.c:8874:22: warning: 'rastright' defined but not used [-Wunused-function] FUNCSCOPE subraster *rastright(char **expression, int size, subraster *basesp, ^~~~~~~~~ mimetex.c:4200:15: warning: 'cstruct_chardef' defined but not used [-Wunused-function] FUNCSCOPE int cstruct_chardef ( chardef *cp, FILE *fp, int col1 ) ^~~~~~~~~~~~~~~ mimetex.c:3892:15: warning: 'xbitmap_raster' defined but not used [-Wunused-function] FUNCSCOPE int xbitmap_raster ( raster *rp, FILE *fp ) ^~~~~~~~~~~~~~ mimetex.c:2325:19: warning: 'rastile' defined but not used [-Wunused-function] FUNCSCOPE raster *rastile ( subraster *tiles, int ntiles ) ^~~~~~~ mimetex.c:1364:15: warning: 'delete_chardef' defined but not used [-Wunused-function] FUNCSCOPE int delete_chardef ( chardef *cp ) ^~~~~~~~~~~~~~ mimetex.c:1268:20: warning: 'new_chardef' defined but not used [-Wunused-function] FUNCSCOPE chardef *new_chardef ( ) ^~~~~~~~~~~ mimetex.c: In function 'dbltoa': mimetex.c:14326:23: warning: '%0*d' directive writing between 1 and 2147483647 bytes into a region of size 254 [-Wformat-overflow=] sprintf(finptr,"%0*d",npts,ifrac); /* convert to string */ ^~~~ mimetex.c:14326:22: note: directive argument in the range [-2147483648, 2147483646] sprintf(finptr,"%0*d",npts,ifrac); /* convert to string */ ^~~~~~ In file included from /usr/include/stdio.h:862, from mimetex.c:428: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 2 and 2147483648 bytes into a destination of size 254 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mimetex.c: In function 'getdirective.constprop': mimetex.c:1097:14: warning: array subscript 254 is above array bounds of 'char[128]' [-Warray-bounds] (target)[(n)] = '\000'; } } ~~~~~~~~^~~~~ mimetex.c:7527:8: note: in expansion of macro 'strninit' strninit(optionalargs[noptional],argfld,254); } /*copy to optionalarg*/ ^~~~~~~~ mimetex.c: In function 'rastovalbox': mimetex.c:12491:33: warning: '%s' directive writing up to 2047 bytes into a region of size 2039 [-Wformat-overflow=] sprintf(ovalexpr,"\\compose{%s}{%s}",ovalbuff,thisoval); } ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:862, from mimetex.c:428: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 13 and 4107 bytes into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.72834 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mimetex-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mimetex-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd mimetex-1.76 + install -pD -m755 mimetex.cgi /usr/src/tmp/mimetex-buildroot/var/www/cgi-bin/mimetex.cgi + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mimetex-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mimetex-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/mimetex-buildroot/ (default) Compressing files in /usr/src/tmp/mimetex-buildroot (auto) Verifying ELF objects in /usr/src/tmp/mimetex-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: mimetex-1.76-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.72834 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mimetex-1.76 + DOCDIR=/usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + export DOCDIR + rm -rf /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + /bin/mkdir -p /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + cp -prL COPYING README mimetex.html /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + chmod -R go-w /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + chmod -R a+rX /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ux0ZpU 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.WywtoG find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: webserver-common, /lib64/ld-linux-x86-64.so.2, /var/www/cgi-bin, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(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) Conflicts: moodle-filter-mimetex Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QNZFPv Creating mimetex-debuginfo package Processing files: mimetex-debuginfo-1.76-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.y4QsMo find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WWSlcl find-requires: running scripts (debuginfo) Requires: mimetex = 1.76-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6) Adding to mimetex-debuginfo a strict dependency on mimetex Wrote: /usr/src/RPM/RPMS/x86_64/mimetex-1.76-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/mimetex-debuginfo-1.76-alt1.x86_64.rpm (w2.lzdio) 5.27user 1.16system 0:10.65elapsed 60%CPU (0avgtext+0avgdata 170624maxresident)k 0inputs+0outputs (0major+260160minor)pagefaults 0swaps 3.05user 2.09system 0:18.41elapsed 27%CPU (0avgtext+0avgdata 137508maxresident)k 8inputs+0outputs (0major+194182minor)pagefaults 0swaps --- mimetex-1.76-alt1.x86_64.rpm.repo 2020-11-05 09:48:34.000000000 +0000 +++ mimetex-1.76-alt1.x86_64.rpm.hasher 2024-09-29 11:33:20.054035034 +0000 @@ -22,3 +22,3 @@ File: /usr/share/doc/mimetex-1.76/mimetex.html 100644 root:root 8f1e07d3c82f618069d1d0b1af86c7ca -File: /var/www/cgi-bin/mimetex.cgi 100755 root:root 0bc49e5961b9ba4f4763445b67d5af4b -RPMIdentity: 1eff3af15535e30764ac23394b8ff64acd773705f3359ca1cfff4b0f1845d1b3ac4c3b1faf7680afabc85283850f719bd6037d2e02fd034eecfaa1a86422b7b3 +File: /var/www/cgi-bin/mimetex.cgi 100755 root:root e4f990c0ff5a6a9615ab261b8101b451 +RPMIdentity: cd6a3163f09f454415eb22777f55349bdca078aff08818c2ad75ca306a7228004ba3904e6e30b475dd8569ce1732a524593689fd34ca98152dfa90d2edb1b1fd --- mimetex-debuginfo-1.76-alt1.x86_64.rpm.repo 2020-11-05 09:48:34.000000000 +0000 +++ mimetex-debuginfo-1.76-alt1.x86_64.rpm.hasher 2024-09-29 11:33:20.442041266 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/f8 40755 root:root -/usr/lib/debug/.build-id/f8/afc5dce1b076af159207fe8cd3c6a1aea1bde6 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi -/usr/lib/debug/.build-id/f8/afc5dce1b076af159207fe8cd3c6a1aea1bde6.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug +/usr/lib/debug/.build-id/ed 40755 root:root +/usr/lib/debug/.build-id/ed/6b4a3c70b74787e9483e1cf38eec4fccb4aafe 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi +/usr/lib/debug/.build-id/ed/6b4a3c70b74787e9483e1cf38eec4fccb4aafe.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug /usr/lib/debug/var/www 40755 root:root @@ -17,8 +17,8 @@ Provides: mimetex-debuginfo = 1.76-alt1:p9+260903.200.2.1 -File: /usr/lib/debug/.build-id/f8 40755 root:root -File: /usr/lib/debug/.build-id/f8/afc5dce1b076af159207fe8cd3c6a1aea1bde6 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi -File: /usr/lib/debug/.build-id/f8/afc5dce1b076af159207fe8cd3c6a1aea1bde6.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug +File: /usr/lib/debug/.build-id/ed 40755 root:root +File: /usr/lib/debug/.build-id/ed/6b4a3c70b74787e9483e1cf38eec4fccb4aafe 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi +File: /usr/lib/debug/.build-id/ed/6b4a3c70b74787e9483e1cf38eec4fccb4aafe.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug File: /usr/lib/debug/var/www 40755 root:root File: /usr/lib/debug/var/www/cgi-bin 40755 root:root -File: /usr/lib/debug/var/www/cgi-bin/mimetex.cgi.debug 100644 root:root 32ef7ab470f8811af1b0a1b4a35583f9 +File: /usr/lib/debug/var/www/cgi-bin/mimetex.cgi.debug 100644 root:root 5dfee9a25a739cd2a98b97c3771ca602 File: /usr/src/debug/mimetex-1.76 40755 root:root @@ -28,2 +28,2 @@ File: /usr/src/debug/mimetex-1.76/texfonts.h 100644 root:root af758b4de074ba72e038ea53c1b40136 -RPMIdentity: db46cd9f06fb2793604588db2b1cbe6472c724dd5d4e6dd2ec75beeec08fa226aab290cab2a0cb4a04f0266fd32f10bf9c8a5cecfeb5dd412f42863efcdab323 +RPMIdentity: 88e5988038efc6d15c5e608916d6a2d9356a6992016b166c5fb356c1187e90c7d38fde3d1ac9180eb259c18dbfca85a89020624ab1a40baeda082982be985f34