86>Jul 25 10:55:04 userdel[2169879]: delete user 'rooter' <86>Jul 25 10:55:04 userdel[2169879]: removed group 'rooter' owned by 'rooter' <86>Jul 25 10:55:04 groupadd[2169899]: group added to /etc/group: name=rooter, GID=705 <86>Jul 25 10:55:04 groupadd[2169899]: group added to /etc/gshadow: name=rooter <86>Jul 25 10:55:04 groupadd[2169899]: new group: name=rooter, GID=705 <86>Jul 25 10:55:04 useradd[2169917]: new user: name=rooter, UID=705, GID=705, home=/root, shell=/bin/bash <86>Jul 25 10:55:04 userdel[2169939]: delete user 'builder' <86>Jul 25 10:55:04 userdel[2169939]: removed group 'builder' owned by 'builder' <86>Jul 25 10:55:04 userdel[2169939]: removed shadow group 'builder' owned by 'builder' <86>Jul 25 10:55:04 groupadd[2169972]: group added to /etc/group: name=builder, GID=706 <86>Jul 25 10:55:04 groupadd[2169972]: group added to /etc/gshadow: name=builder <86>Jul 25 10:55:04 groupadd[2169972]: new group: name=builder, GID=706 <86>Jul 25 10:55:05 useradd[2169988]: new user: name=builder, UID=706, GID=706, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/discount-2.2.3a-alt1.git.13.gddf8b6f.nosrc.rpm (w1.gzdio) Installing discount-2.2.3a-alt1.git.13.gddf8b6f.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.59941 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf discount-2.2.3a + echo 'Source #0 (discount-2.2.3a.tar):' Source #0 (discount-2.2.3a.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/discount-2.2.3a.tar + cd discount-2.2.3a + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (discount-build-alt.patch):' Patch #0 (discount-build-alt.patch): + /usr/bin/patch -p1 patching file .gear/discount.spec patching file .gear/discount.watch patching file .gear/rules patching file .gear/tags/list patching file Makefile.in + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.59941 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd discount-2.2.3a + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC' + ./configure.sh --prefix=/usr --libdir=/usr/lib --enable-all-features Configuring for [markdown] checking the C compiler (cc) oh ick, it looks like gcc CFLAGS="-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC" are okay Looking for cpp (using $CC -E as a cpp pipeline) looking for install (/bin/install) Checking __attribute__((__noreturn__)) (yes) looking for ar (/usr/bin/ar) looking for ranlib (/usr/bin/ranlib) looking for pkg-config (/usr/bin/pkg-config) checking for "volatile" keyword (found) checking for "const" keyword (found) Checking for "inline" keyword (found) defining WORD & DWORD scalar types looking for a reentrant basename (found) looking for header libgen.h (found) looking for header stdlib.h (found) looking for the alloca function (found in alloca.h) looking for header sys/types.h (found) looking for header pwd.h (found) looking for the getpwuid function (found) looking for header sys/stat.h (found) looking for the stat function (found) special file macros in sys/stat.h: S_ISSOCK S_ISCHR S_ISFIFO. looking for the srandom function (found) looking for the memset function (found) looking for the random function (found) looking for the strcasecmp function (found) looking for the strncasecmp function (found) looking for the fchdir function (found) looking for header malloc.h (found) looking for find (/bin/find) looking for "ln -s" (/bin/ln) looking for ar (/usr/bin/ar) looking for ranlib (/usr/bin/ranlib) looking for sed (/bin/sed) generating Makefile generating version.c generating mkdio.h generating libmarkdown.pc + make SOVER=0 make: Entering directory '/usr/src/RPM/BUILD/discount-2.2.3a' cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -I. -c main.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -I. -c pgm_options.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -I. -c gethopt.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -I. -c notspecial.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o mkdio.o mkdio.c In file included from mkdio.c:13: mkdio.c: In function '__mkd_enqueue': cstring.h:22:24: warning: operation on 'p->text.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ mkdio.c:61:3: note: in expansion of macro 'EXPAND' EXPAND(p->text) = ' '; ^~~~~~ cstring.h:22:24: warning: operation on 'p->text.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ mkdio.c:67:6: note: in expansion of macro 'EXPAND' EXPAND(p->text) = c; ^~~~~~ cstring.h:22:24: warning: operation on 'p->text.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ mkdio.c:71:5: note: in expansion of macro 'EXPAND' EXPAND(p->text) = 0; ^~~~~~ mkdio.c: In function 'populate': cstring.h:22:24: warning: operation on 'line.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ mkdio.c:121:6: note: in expansion of macro 'EXPAND' EXPAND(line) = c; ^~~~~~ In file included from mkdio.c:14: mkdio.c: In function 'mkd_generatehtml': markdown.h:243:59: warning: statement with no effect [-Wunused-value] #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 ^ mkdio.c:191:5: note: in expansion of macro 'DO_OR_DIE' DO_OR_DIE( szdoc = mkd_document(p,&doc) ); ^~~~~~~~~ markdown.h:243:59: warning: statement with no effect [-Wunused-value] #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 ^ mkdio.c:193:2: note: in expansion of macro 'DO_OR_DIE' DO_OR_DIE( mkd_generatexml(doc, szdoc, output) ); ^~~~~~~~~ markdown.h:243:59: warning: statement with no effect [-Wunused-value] #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 ^ mkdio.c:196:5: note: in expansion of macro 'DO_OR_DIE' DO_OR_DIE( putc('\n', output) ); ^~~~~~~~~ In file included from mkdio.c:13: mkdio.c: In function 'mkd_line': cstring.h:22:24: warning: operation on 'f.out.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ mkdio.c:293:2: note: in expansion of macro 'EXPAND' EXPAND(f.out) = 0; ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o markdown.o markdown.c In file included from markdown.c:16: markdown.c: In function 'addfootnote': cstring.h:22:24: warning: operation on 'f->footnotes->note.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ markdown.c:1038:23: note: in expansion of macro 'EXPAND' Footnote *foot = &EXPAND(f->footnotes->note); ^~~~~~ cstring.h:22:24: warning: operation on 'foot->tag.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ markdown.c:1048:2: note: in expansion of macro 'EXPAND' EXPAND(foot->tag) = T(p->text)[j]; ^~~~~~ cstring.h:22:24: warning: operation on 'foot->tag.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ markdown.c:1049:5: note: in expansion of macro 'EXPAND' EXPAND(foot->tag) = 0; ^~~~~~ cstring.h:22:24: warning: operation on 'foot->link.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ markdown.c:1071:2: note: in expansion of macro 'EXPAND' EXPAND(foot->link) = T(p->text)[j++]; ^~~~~~ cstring.h:22:24: warning: operation on 'foot->link.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ markdown.c:1072:5: note: in expansion of macro 'EXPAND' EXPAND(foot->link) = 0; ^~~~~~ cstring.h:22:24: warning: operation on 'foot->title.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ markdown.c:1099:6: note: in expansion of macro 'EXPAND' EXPAND(foot->title) = T(p->text)[j++]; ^~~~~~ cstring.h:22:24: warning: operation on 'foot->title.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ markdown.c:1105:2: note: in expansion of macro 'EXPAND' EXPAND(foot->title) = 0; ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o dumptree.o dumptree.c In file included from markdown.h:5, from dumptree.c:8: dumptree.c: In function 'pushpfx': cstring.h:22:24: warning: operation on 'sp->size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ dumptree.c:44:24: note: in expansion of macro 'EXPAND' struct frame *q = &EXPAND(*sp); ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o generate.o generate.c In file included from generate.c:16: generate.c: In function 'push': cstring.h:22:24: warning: operation on 'f->in.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ generate.c:37:2: note: in expansion of macro 'EXPAND' EXPAND(f->in) = *bfr++; ^~~~~~ generate.c: In function 'pushc': cstring.h:22:24: warning: operation on 'f->in.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ generate.c:47:5: note: in expansion of macro 'EXPAND' EXPAND(f->in) = c; ^~~~~~ generate.c: In function 'Qchar': cstring.h:22:24: warning: operation on 'f->Q.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ generate.c:136:9: note: in expansion of macro 'EXPAND' cur = &EXPAND(f->Q); ^~~~~~ cstring.h:22:24: warning: operation on 'cur->b_text.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ generate.c:143:5: note: in expansion of macro 'EXPAND' EXPAND(cur->b_text) = c; ^~~~~~ generate.c: In function 'Qem': cstring.h:22:24: warning: operation on 'f->Q.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ generate.c:188:17: note: in expansion of macro 'EXPAND' block *p = &EXPAND(f->Q); ^~~~~~ cstring.h:22:24: warning: operation on 'f->Q.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ generate.c:195:13: note: in expansion of macro 'EXPAND' memset(&EXPAND(f->Q), 0, sizeof(block)); ^~~~~~ generate.c: In function 'printtable': cstring.h:22:24: warning: operation on 'align.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ generate.c:1617:2: note: in expansion of macro 'EXPAND' EXPAND(align) = it; ^~~~~~ cstring.h:22:24: warning: operation on 'align.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ generate.c:1630:6: note: in expansion of macro 'EXPAND' EXPAND(align) = a_NONE; ^~~~~~ generate.c: In function 'mkd_document': cstring.h:22:24: warning: operation on 'p->ctx->out.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ generate.c:1891:3: note: in expansion of macro 'EXPAND' EXPAND(p->ctx->out) = 0; ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o resource.o resource.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o docheader.o docheader.c cc -Wno-return-type -Wno-implicit-int -I. -o branch tools/branch.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -DBRANCH=`./branch` -DVERSION=\"`cat VERSION`\" -c version.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o toc.o toc.c In file included from toc.c:14: toc.c: In function 'mkd_toc': cstring.h:22:24: warning: operation on 'res.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ toc.c:86:2: note: in expansion of macro 'EXPAND' EXPAND(res) = 0; ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o css.o css.c In file included from css.c:16: css.c: In function 'mkd_css': cstring.h:22:24: warning: operation on 'f.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ css.c:60:6: note: in expansion of macro 'EXPAND' EXPAND(f) = 0; ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o xml.o xml.c In file included from xml.c:17: xml.c: In function 'mkd_generatexml': markdown.h:243:59: warning: statement with no effect [-Wunused-value] #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 ^ xml.c:50:6: note: in expansion of macro 'DO_OR_DIE' DO_OR_DIE( fputs(entity, out) ); ^~~~~~~~~ markdown.h:243:59: warning: statement with no effect [-Wunused-value] #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 ^ xml.c:52:6: note: in expansion of macro 'DO_OR_DIE' DO_OR_DIE( fputc(c, out) ); ^~~~~~~~~ In file included from xml.c:16: xml.c: In function 'mkd_xml': cstring.h:22:24: warning: operation on 'f.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ xml.c:80:5: note: in expansion of macro 'EXPAND' EXPAND(f) = 0; ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o Csio.o Csio.c In file included from Csio.c:4: Csio.c: In function 'Csputc': cstring.h:22:24: warning: operation on 'iot->size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ~~~~~^~~ Csio.c:14:5: note: in expansion of macro 'EXPAND' EXPAND(*iot) = c; ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o xmlpage.o xmlpage.c In file included from xmlpage.c:10: xmlpage.c: In function 'mkd_xhtmlpage': ./markdown.h:243:59: warning: statement with no effect [-Wunused-value] #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 ^ xmlpage.c:20:2: note: in expansion of macro 'DO_OR_DIE' DO_OR_DIE( fprintf(out, "\n" ^~~~~~~~~ ./markdown.h:243:59: warning: statement with no effect [-Wunused-value] #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 ^ xmlpage.c:26:2: note: in expansion of macro 'DO_OR_DIE' DO_OR_DIE( fprintf(out, "
\n") ); ^~~~~~~~~ ./markdown.h:243:59: warning: statement with no effect [-Wunused-value] #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 ^ xmlpage.c:27:2: note: in expansion of macro 'DO_OR_DIE' DO_OR_DIE( fprintf(out, "