<86>Dec 20 07:56:02 userdel[3174903]: delete user 'rooter' <86>Dec 20 07:56:02 userdel[3174903]: removed group 'rooter' owned by 'rooter' <86>Dec 20 07:56:02 groupadd[3174930]: group added to /etc/group: name=rooter, GID=693 <86>Dec 20 07:56:02 groupadd[3174930]: group added to /etc/gshadow: name=rooter <86>Dec 20 07:56:02 groupadd[3174930]: new group: name=rooter, GID=693 <86>Dec 20 07:56:02 useradd[3174953]: new user: name=rooter, UID=693, GID=693, home=/root, shell=/bin/bash <86>Dec 20 07:56:02 userdel[3174985]: delete user 'builder' <86>Dec 20 07:56:02 userdel[3174985]: removed group 'builder' owned by 'builder' <86>Dec 20 07:56:02 userdel[3174985]: removed shadow group 'builder' owned by 'builder' <86>Dec 20 07:56:02 groupadd[3175006]: group added to /etc/group: name=builder, GID=694 <86>Dec 20 07:56:02 groupadd[3175006]: group added to /etc/gshadow: name=builder <86>Dec 20 07:56:02 groupadd[3175006]: new group: name=builder, GID=694 <86>Dec 20 07:56:02 useradd[3175019]: new user: name=builder, UID=694, GID=694, home=/usr/src, shell=/bin/bash warning: Macro %webserver_cgibindir not found warning: Macro %webserver_cgibindir not found <13>Dec 20 07:56:04 rpmi: rpm-macros-webserver-common-1.4-alt1 1286880471 installed <13>Dec 20 07:56:04 rpmi: rpm-build-webserver-common-1.4-alt1 1286880471 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/mimetex-1.76-alt1.nosrc.rpm Installing mimetex-1.76-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44707 + 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.94104 + 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 -march=i586 -mtune=generic -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.58256 + 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 + 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) 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) verify-elf: WARNING: ./var/www/cgi-bin/mimetex.cgi: uses non-LFS functions: fopen Hardlinking identical .pyc and .pyo files Processing files: mimetex-1.76-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.27114 + 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.Mrnw8W 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.5m0ii7 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: webserver-common, /lib/ld-linux.so.2, /var/www/cgi-bin, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), 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.EluKhz 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.aMSNHq find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iLaQIB find-requires: running scripts (debuginfo) Requires: mimetex = 1.76-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6) Adding to mimetex-debuginfo a strict dependency on mimetex Wrote: /usr/src/RPM/RPMS/i586/mimetex-1.76-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/mimetex-debuginfo-1.76-alt1.i586.rpm 12.28user 0.83system 0:17.10elapsed 76%CPU (0avgtext+0avgdata 118868maxresident)k 0inputs+0outputs (0major+215971minor)pagefaults 0swaps 16.05user 3.76system 0:23.61elapsed 83%CPU (0avgtext+0avgdata 118868maxresident)k 0inputs+0outputs (0major+494320minor)pagefaults 0swaps