<86>Dec 2 05:29:57 userdel[446836]: delete user 'rooter' <86>Dec 2 05:29:57 userdel[446836]: removed group 'rooter' owned by 'rooter' <86>Dec 2 05:29:57 userdel[446836]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 2 05:29:57 groupadd[446883]: group added to /etc/group: name=rooter, GID=1868 <86>Dec 2 05:29:57 groupadd[446883]: group added to /etc/gshadow: name=rooter <86>Dec 2 05:29:57 groupadd[446883]: new group: name=rooter, GID=1868 <86>Dec 2 05:29:57 useradd[446932]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash, from=none <86>Dec 2 05:29:57 userdel[446994]: delete user 'builder' <86>Dec 2 05:29:57 userdel[446994]: removed group 'builder' owned by 'builder' <86>Dec 2 05:29:57 userdel[446994]: removed shadow group 'builder' owned by 'builder' <86>Dec 2 05:29:57 groupadd[447057]: group added to /etc/group: name=builder, GID=1869 <86>Dec 2 05:29:57 groupadd[447057]: group added to /etc/gshadow: name=builder <86>Dec 2 05:29:57 groupadd[447057]: new group: name=builder, GID=1869 <86>Dec 2 05:29:57 useradd[447101]: new user: name=builder, UID=1869, GID=1869, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/discount-2.2.7d-alt1.src.rpm: license not found in '/usr/share/license' directory: BSD-style Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/discount-2.2.7d-alt1.nosrc.rpm (w1.gzdio) Installing discount-2.2.7d-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.71979 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf discount-2.2.7d + echo 'Source #0 (discount-2.2.7d.tar):' Source #0 (discount-2.2.7d.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/discount-2.2.7d.tar + cd discount-2.2.7d + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (discount-2.2.7d-alt1.patch):' Patch #0 (discount-2.2.7d-alt1.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 discount-2.2.7d-alt-no-ldconfig.patch + echo 'Patch #1 (discount-2.2.7d-alt-no-ldconfig.patch):' Patch #1 (discount-2.2.7d-alt-no-ldconfig.patch): + /usr/bin/patch -p1 patching file configure.inc Hunk #1 succeeded at 1501 (offset 67 lines). + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.71979 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd discount-2.2.7d + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC' + ./configure.sh --prefix=/usr --libdir=/usr/lib --shared --pkg-config Configuring for [markdown] checking the C compiler (cc) oh ick, it looks like gcc CFLAGS="-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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__((__destructor__)) (yes) checking for C compiler option to produce PIC (-fPIC) looking for find (/bin/find) looking for "ln -s" (/bin/ln) checking whether the C compiler can build shared libraries (yes; -shared) looking for ar (/usr/bin/ar) looking for ranlib (/usr/bin/ranlib) checking for "volatile" keyword (found) checking for "const" keyword (found) Checking for "inline" keyword (found) defining WORD & DWORD scalar types (using standard types in ) 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 sed (/bin/sed) generating Makefile generating version.c generating mkdio.h generating libmarkdown.pc + make make: Entering directory '/usr/src/RPM/BUILD/discount-2.2.7d' cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c main.c main.c: In function 'main': main.c:311:36: warning: passing argument 2 of 'mkd_e_code_format' from incompatible pointer type [-Wincompatible-pointer-types] 311 | mkd_e_code_format(doc, external_codefmt); | ^~~~~~~~~~~~~~~~ | | | char * (*)(char *, int, char *) In file included from main.c:12: ./mkdio.h:71:31: note: expected 'mkd_callback_t' {aka 'char * (*)(const char *, const int, void *)'} but argument is of type 'char * (*)(char *, int, char *)' 71 | void mkd_e_code_format(void*, mkd_callback_t); | ^~~~~~~~~~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c pgm_options.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c gethopt.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c notspecial.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o mkdio.o mkdio.c In file included from mkdio.c:13: mkdio.c: In function '__mkd_enqueue': cstring.h:22:30: warning: operation on 'p->text.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ mkdio.c:61:17: note: in expansion of macro 'EXPAND' 61 | EXPAND(p->text) = ' '; | ^~~~~~ cstring.h:22:30: warning: operation on 'p->text.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ mkdio.c:67:13: note: in expansion of macro 'EXPAND' 67 | EXPAND(p->text) = c; | ^~~~~~ cstring.h:22:30: warning: operation on 'p->text.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ mkdio.c:71:5: note: in expansion of macro 'EXPAND' 71 | EXPAND(p->text) = 0; | ^~~~~~ mkdio.c: In function 'populate': cstring.h:22:30: warning: operation on 'line.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ mkdio.c:123:13: note: in expansion of macro 'EXPAND' 123 | EXPAND(line) = c; | ^~~~~~ In file included from mkdio.c:14: mkdio.c: In function 'mkd_generatehtml': markdown.h:264:59: warning: statement with no effect [-Wunused-value] 264 | #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 | ^ mkdio.c:193:5: note: in expansion of macro 'DO_OR_DIE' 193 | DO_OR_DIE( szdoc = mkd_document(p,&doc) ); | ^~~~~~~~~ markdown.h:264:59: warning: statement with no effect [-Wunused-value] 264 | #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 | ^ mkdio.c:195:9: note: in expansion of macro 'DO_OR_DIE' 195 | DO_OR_DIE( mkd_generatexml(doc, szdoc, output) ); | ^~~~~~~~~ markdown.h:264:59: warning: statement with no effect [-Wunused-value] 264 | #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 | ^ mkdio.c:198:5: note: in expansion of macro 'DO_OR_DIE' 198 | DO_OR_DIE( putc('\n', output) ); | ^~~~~~~~~ mkdio.c: In function 'mkd_line': cstring.h:22:30: warning: operation on 'f.out.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ mkdio.c:333:9: note: in expansion of macro 'EXPAND' 333 | EXPAND(f.out) = 0; | ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o markdown.o markdown.c In file included from markdown.c:16: markdown.c: In function 'splitline': cstring.h:22:30: warning: operation on 'tmp->text.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ markdown.c:174:9: note: in expansion of macro 'EXPAND' 174 | EXPAND(tmp->text) = 0; | ^~~~~~ markdown.c: In function 'addfootnote': cstring.h:22:30: warning: operation on 'f->footnotes->note.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ markdown.c:1066:23: note: in expansion of macro 'EXPAND' 1066 | Footnote *foot = &EXPAND(f->footnotes->note); | ^~~~~~ cstring.h:22:30: warning: operation on 'foot->tag.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ markdown.c:1076:9: note: in expansion of macro 'EXPAND' 1076 | EXPAND(foot->tag) = T(p->text)[j]; | ^~~~~~ cstring.h:22:30: warning: operation on 'foot->tag.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ markdown.c:1077:5: note: in expansion of macro 'EXPAND' 1077 | EXPAND(foot->tag) = 0; | ^~~~~~ cstring.h:22:30: warning: operation on 'foot->link.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ markdown.c:1099:9: note: in expansion of macro 'EXPAND' 1099 | EXPAND(foot->link) = T(p->text)[j++]; | ^~~~~~ cstring.h:22:30: warning: operation on 'foot->link.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ markdown.c:1100:5: note: in expansion of macro 'EXPAND' 1100 | EXPAND(foot->link) = 0; | ^~~~~~ cstring.h:22:30: warning: operation on 'foot->title.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ markdown.c:1126:13: note: in expansion of macro 'EXPAND' 1126 | EXPAND(foot->title) = T(p->text)[j++]; | ^~~~~~ cstring.h:22:30: warning: operation on 'foot->title.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ markdown.c:1132:9: note: in expansion of macro 'EXPAND' 1132 | EXPAND(foot->title) = 0; | ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -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:30: warning: operation on 'sp->size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ dumptree.c:44:24: note: in expansion of macro 'EXPAND' 44 | struct frame *q = &EXPAND(*sp); | ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o generate.o generate.c In file included from generate.c:16: generate.c: In function 'push': cstring.h:22:30: warning: operation on 'f->in.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ generate.c:37:9: note: in expansion of macro 'EXPAND' 37 | EXPAND(f->in) = *bfr++; | ^~~~~~ generate.c: In function 'pushc': cstring.h:22:30: warning: operation on 'f->in.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ generate.c:47:5: note: in expansion of macro 'EXPAND' 47 | EXPAND(f->in) = c; | ^~~~~~ generate.c: In function 'Qchar': cstring.h:22:30: warning: operation on 'f->Q.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ generate.c:136:16: note: in expansion of macro 'EXPAND' 136 | cur = &EXPAND(f->Q); | ^~~~~~ cstring.h:22:30: warning: operation on 'cur->b_text.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ generate.c:143:5: note: in expansion of macro 'EXPAND' 143 | EXPAND(cur->b_text) = c; | ^~~~~~ generate.c: In function 'Qem': cstring.h:22:30: warning: operation on 'f->Q.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ generate.c:198:17: note: in expansion of macro 'EXPAND' 198 | block *p = &EXPAND(f->Q); | ^~~~~~ cstring.h:22:30: warning: operation on 'f->Q.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ generate.c:205:13: note: in expansion of macro 'EXPAND' 205 | memset(&EXPAND(f->Q), 0, sizeof(block)); | ^~~~~~ generate.c: In function 'printtable': cstring.h:22:30: warning: operation on 'align.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ generate.c:1713:9: note: in expansion of macro 'EXPAND' 1713 | EXPAND(align) = it; | ^~~~~~ cstring.h:22:30: warning: operation on 'align.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ generate.c:1726:13: note: in expansion of macro 'EXPAND' 1726 | EXPAND(align) = a_NONE; | ^~~~~~ generate.c: In function 'mkd_document': cstring.h:22:30: warning: operation on 'p->ctx->out.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ generate.c:2067:17: note: in expansion of macro 'EXPAND' 2067 | EXPAND(p->ctx->out) = 0; | ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o resource.o resource.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o docheader.o docheader.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o branch.o tools/branch.c cc -Wno-return-type -Wno-implicit-int -L. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -o branch branch.o cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DBRANCH=`./branch` -DVERSION=\"`cat VERSION`\" -c version.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o toc.o toc.c In file included from toc.c:14: toc.c: In function 'mkd_toc': cstring.h:22:30: warning: operation on 'res.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ toc.c:89:9: note: in expansion of macro 'EXPAND' 89 | EXPAND(res) = 0; | ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o css.o css.c In file included from css.c:16: css.c: In function 'mkd_css': cstring.h:22:30: warning: operation on 'f.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ css.c:60:13: note: in expansion of macro 'EXPAND' 60 | EXPAND(f) = 0; | ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o xml.o xml.c In file included from xml.c:17: xml.c: In function 'mkd_generatexml': markdown.h:264:59: warning: statement with no effect [-Wunused-value] 264 | #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 | ^ xml.c:50:13: note: in expansion of macro 'DO_OR_DIE' 50 | DO_OR_DIE( fputs(entity, out) ); | ^~~~~~~~~ markdown.h:264:59: warning: statement with no effect [-Wunused-value] 264 | #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 | ^ xml.c:52:13: note: in expansion of macro 'DO_OR_DIE' 52 | DO_OR_DIE( fputc(c, out) ); | ^~~~~~~~~ In file included from xml.c:16: xml.c: In function 'mkd_xml': cstring.h:22:30: warning: operation on 'f.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ xml.c:80:5: note: in expansion of macro 'EXPAND' 80 | EXPAND(f) = 0; | ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o Csio.o Csio.c In file included from Csio.c:4: Csio.c: In function 'Csputc': cstring.h:22:30: warning: operation on 'iot->size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ Csio.c:14:5: note: in expansion of macro 'EXPAND' 14 | EXPAND(*iot) = c; | ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o xmlpage.o xmlpage.c In file included from xmlpage.c:10: xmlpage.c: In function 'mkd_xhtmlpage': ./markdown.h:264:59: warning: statement with no effect [-Wunused-value] 264 | #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 | ^ xmlpage.c:20:9: note: in expansion of macro 'DO_OR_DIE' 20 | DO_OR_DIE( fprintf(out, "\n" | ^~~~~~~~~ ./markdown.h:264:59: warning: statement with no effect [-Wunused-value] 264 | #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 | ^ xmlpage.c:26:9: note: in expansion of macro 'DO_OR_DIE' 26 | DO_OR_DIE( fprintf(out, "\n") ); | ^~~~~~~~~ ./markdown.h:264:59: warning: statement with no effect [-Wunused-value] 264 | #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 | ^ xmlpage.c:27:9: note: in expansion of macro 'DO_OR_DIE' 27 | DO_OR_DIE( fprintf(out, "") ); | ^~~~~~~~~ ./markdown.h:264:59: warning: statement with no effect [-Wunused-value] 264 | #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 | ^ xmlpage.c:29:13: note: in expansion of macro 'DO_OR_DIE' 29 | DO_OR_DIE( fprintf(out, "%s", title) ); | ^~~~~~~~~ ./markdown.h:264:59: warning: statement with no effect [-Wunused-value] 264 | #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 | ^ xmlpage.c:31:9: note: in expansion of macro 'DO_OR_DIE' 31 | DO_OR_DIE( fprintf(out, "\n") ); | ^~~~~~~~~ ./markdown.h:264:59: warning: statement with no effect [-Wunused-value] 264 | #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 | ^ xmlpage.c:32:9: note: in expansion of macro 'DO_OR_DIE' 32 | DO_OR_DIE( mkd_generatecss(p, out) ); | ^~~~~~~~~ ./markdown.h:264:59: warning: statement with no effect [-Wunused-value] 264 | #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 | ^ xmlpage.c:33:9: note: in expansion of macro 'DO_OR_DIE' 33 | DO_OR_DIE( fprintf(out, "\n" | ^~~~~~~~~ ./markdown.h:264:59: warning: statement with no effect [-Wunused-value] 264 | #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 | ^ xmlpage.c:36:9: note: in expansion of macro 'DO_OR_DIE' 36 | DO_OR_DIE( mkd_generatehtml(p, out) ); | ^~~~~~~~~ ./markdown.h:264:59: warning: statement with no effect [-Wunused-value] 264 | #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1 | ^ xmlpage.c:37:9: note: in expansion of macro 'DO_OR_DIE' 37 | DO_OR_DIE( fprintf(out, "\n" | ^~~~~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o basename.o basename.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o emmatch.o emmatch.c In file included from emmatch.c:16: emmatch.c: In function 'emfill': cstring.h:22:30: warning: operation on 'p->b_text.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ emmatch.c:79:11: note: in expansion of macro 'EXPAND' 79 | EXPAND(p->b_text) = p->b_char; | ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o github_flavoured.o github_flavoured.c In file included from github_flavoured.c:15: github_flavoured.c: In function 'gfm_populate': cstring.h:22:30: warning: operation on 'line.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ github_flavoured.c:47:17: note: in expansion of macro 'EXPAND' 47 | EXPAND(line) = ' '; | ^~~~~~ cstring.h:22:30: warning: operation on 'line.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ github_flavoured.c:48:17: note: in expansion of macro 'EXPAND' 48 | EXPAND(line) = ' '; | ^~~~~~ cstring.h:22:30: warning: operation on 'line.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ github_flavoured.c:54:13: note: in expansion of macro 'EXPAND' 54 | EXPAND(line) = c; | ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o setup.o setup.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o mktags.o mktags.c In file included from mktags.c:7: mktags.c: In function 'define_one_tag': cstring.h:22:30: warning: operation on 'blocktags.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ mktags.c:18:21: note: in expansion of macro 'EXPAND' 18 | struct kw *p = &EXPAND(blocktags); | ^~~~~~ cc -Wno-return-type -Wno-implicit-int -L. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -o mktags mktags.o ./mktags > blocktags cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o tags.o tags.c In file included from tags.c:6: tags.c: In function 'mkd_define_tag': cstring.h:22:30: warning: operation on 'extratags.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ tags.c:34:14: note: in expansion of macro 'EXPAND' 34 | p = &EXPAND(extratags); | ^~~~~~ cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o html5.o html5.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o flags.o flags.c ./librarian.sh make libmarkdown VERSION mkdio.o markdown.o dumptree.o generate.o resource.o docheader.o version.o toc.o css.o xml.o Csio.o xmlpage.o basename.o emmatch.o github_flavoured.o setup.o tags.o html5.o flags.o cc -Wno-return-type -Wno-implicit-int -L. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -o markdown main.o pgm_options.o gethopt.o notspecial.o -lmarkdown cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o mkd2html.o mkd2html.c In file included from mkd2html.c:37: mkd2html.c: In function 'main': cstring.h:22:30: warning: operation on 'css.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ mkd2html.c:117:13: note: in expansion of macro 'EXPAND' 117 | EXPAND(css) = hoptarg(&flags); | ^~~~~~ cstring.h:22:30: warning: operation on 'headers.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ mkd2html.c:120:13: note: in expansion of macro 'EXPAND' 120 | EXPAND(headers) = hoptarg(&flags); | ^~~~~~ cstring.h:22:30: warning: operation on 'footers.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ mkd2html.c:123:13: note: in expansion of macro 'EXPAND' 123 | EXPAND(footers) = hoptarg(&flags); | ^~~~~~ cc -Wno-return-type -Wno-implicit-int -L. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -o mkd2html mkd2html.o pgm_options.o gethopt.o notspecial.o -lmarkdown cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c makepage.c cc -Wno-return-type -Wno-implicit-int -L. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -o makepage makepage.o pgm_options.o gethopt.o notspecial.o -lmarkdown cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o theme.o theme.c In file included from theme.c:34: theme.c: In function 'prepare': cstring.h:22:30: warning: operation on 'inbuf.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ theme.c:188:9: note: in expansion of macro 'EXPAND' 188 | EXPAND(inbuf) = c; | ^~~~~~ theme.c: In function 'finclude': cstring.h:22:30: warning: operation on 'include.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ theme.c:271:9: note: in expansion of macro 'EXPAND' 271 | EXPAND(include) = c; | ^~~~~~ cstring.h:22:30: warning: operation on 'include.size' may be undefined [-Wsequence-point] 22 | #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ | ~~~~~^~~ theme.c:274:9: note: in expansion of macro 'EXPAND' 274 | EXPAND(include) = 0; | ^~~~~~ theme.c: In function 'main': theme.c:594:13: warning: variable 'added_text' set but not used [-Wunused-but-set-variable] 594 | int added_text=0; | ^~~~~~~~~~ cc -Wno-return-type -Wno-implicit-int -L. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -o theme theme.o pgm_options.o gethopt.o notspecial.o -lmarkdown cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o echo.o tools/echo.c cc -Wno-return-type -Wno-implicit-int -L. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -o echo echo.o cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o cols.o tools/cols.c cc -Wno-return-type -Wno-implicit-int -L. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -o cols cols.o cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -c -o pandoc_headers.o tools/pandoc_headers.c cc -Wno-return-type -Wno-implicit-int -L. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -o pandoc_headers pandoc_headers.o pgm_options.o gethopt.o notspecial.o -lmarkdown make: Leaving directory '/usr/src/RPM/BUILD/discount-2.2.7d' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.39790 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/discount-buildroot + : + /bin/rm -rf -- /usr/src/tmp/discount-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd discount-2.2.7d + make DESTDIR=/usr/src/tmp/discount-buildroot install.everything make: Entering directory '/usr/src/RPM/BUILD/discount-2.2.7d' /usr/src/RPM/BUILD/discount-2.2.7d/config.md /usr/src/tmp/discount-buildroot/usr/bin /usr/src/RPM/BUILD/discount-2.2.7d/config.md /usr/src/tmp/discount-buildroot/usr/lib /usr/src/RPM/BUILD/discount-2.2.7d/config.md /usr/src/tmp/discount-buildroot/usr/include /usr/src/RPM/BUILD/discount-2.2.7d/config.md /usr/src/tmp/discount-buildroot/usr/lib/pkgconfig /bin/install -s -m 755 markdown /usr/src/tmp/discount-buildroot/usr/bin ./librarian.sh install libmarkdown VERSION /usr/src/tmp/discount-buildroot/usr/lib /bin/install -m 444 mkdio.h /usr/src/tmp/discount-buildroot/usr/include /bin/install -m 444 libmarkdown.pc /usr/src/tmp/discount-buildroot/usr/lib/pkgconfig /usr/src/RPM/BUILD/discount-2.2.7d/config.md /usr/src/tmp/discount-buildroot/usr/share/man/man1 for x in mkd2html makepage theme; do \ /bin/install -s -m 755 $x /usr/src/tmp/discount-buildroot/usr/bin/$x; \ /bin/install -m 444 $x.1 /usr/src/tmp/discount-buildroot/usr/share/man/man1/$x.1; \ done /usr/src/RPM/BUILD/discount-2.2.7d/config.md /usr/src/tmp/discount-buildroot/usr/share/man/man3 /bin/install -m 444 mkd-callbacks.3 mkd-functions.3 markdown.3 mkd-line.3 /usr/src/tmp/discount-buildroot/usr/share/man/man3 for x in mkd_line mkd_generateline; do \ ( echo '.\"' ; echo ".so man3/mkd-line.3" ) > /usr/src/tmp/discount-buildroot/usr/share/man/man3/$x.3;\ done for x in mkd_in mkd_string; do \ ( echo '.\"' ; echo ".so man3/markdown.3" ) > /usr/src/tmp/discount-buildroot/usr/share/man/man3/$x.3;\ done for x in mkd_compile mkd_css mkd_generatecss mkd_generatehtml mkd_cleanup mkd_doc_title mkd_doc_author mkd_doc_date; do \ ( echo '.\"' ; echo ".so man3/mkd-functions.3" ) > /usr/src/tmp/discount-buildroot/usr/share/man/man3/$x.3; \ done /usr/src/RPM/BUILD/discount-2.2.7d/config.md /usr/src/tmp/discount-buildroot/usr/share/man/man7 /bin/install -m 444 markdown.7 mkd-extensions.7 /usr/src/tmp/discount-buildroot/usr/share/man/man7 /usr/src/RPM/BUILD/discount-2.2.7d/config.md /usr/src/tmp/discount-buildroot/usr/share/man/man1 /bin/install -m 444 markdown.1 /usr/src/tmp/discount-buildroot/usr/share/man/man1 make: Leaving directory '/usr/src/RPM/BUILD/discount-2.2.7d' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/discount-buildroot (auto) mode of 'usr/include/mkdio.h' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/lib/pkgconfig/libmarkdown.pc' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man7/mkd-extensions.7' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man7/markdown.7' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man3/mkd-line.3' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man3/markdown.3' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man3/mkd-functions.3' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man3/mkd-callbacks.3' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man1/markdown.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man1/theme.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man1/makepage.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man1/mkd2html.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of './usr/lib/libmarkdown.so.2.2.7' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/discount-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) /usr/lib/pkgconfig/libmarkdown.pc: Cflags: '-I${includedir}' --> '' /usr/lib/pkgconfig/libmarkdown.pc: Libs: '-L${libdir} -lmarkdown ' --> '-lmarkdown' Checking contents of files in /usr/src/tmp/discount-buildroot/ (default) Compressing files in /usr/src/tmp/discount-buildroot (auto) Adjusting library links in /usr/src/tmp/discount-buildroot ./usr/lib: (from :0) libmarkdown.so.2 -> libmarkdown.so.2.2.7 056-debuginfo.brp: WARNING: You have 4 stripped ELF objects. Please compile with debugging information! 056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows: ./usr/bin/makepage ./usr/bin/markdown ./usr/bin/mkd2html ./usr/bin/theme Verifying ELF objects in /usr/src/tmp/discount-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/theme: uses non-LFS functions: fopen freopen fstat open stat verify-elf: WARNING: ./usr/bin/makepage: uses non-LFS functions: freopen verify-elf: WARNING: ./usr/bin/mkd2html: uses non-LFS functions: fopen stat verify-elf: WARNING: ./usr/bin/markdown: uses non-LFS functions: freopen Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.34824 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd discount-2.2.7d + LD_LIBRARY_PATH=/usr/src/tmp/discount-buildroot/usr/lib + make test make: Entering directory '/usr/src/RPM/BUILD/discount-2.2.7d' headers ... GOOD Reddit-style automatic links ................................... OK automatic links ................................................ OK backslash escapes .............................................. OK callbacks ...................................................... OK inline code .................................................... OK code blocks .................................................... OK markdown 1.0 compatibility ..................................... OK crashes ........................................................ OK reported defects ............................................... OK %div% blocks ................................................... OK definition lists ............................................... OK emphasis ....................................................... OK markdown extra-style footnotes ................................. OK paragraph flow ................................................. OK footnotes ...................................................... OK github tags .................................................... OK headers ........................................................ OK html blocks .................................................... OK html5 blocks (mkd_with_html5_tags) ............................. OK html comments .................................................. OK embedded latex ................................................. OK embedded links ................................................. OK embedded images ................................................ OK lists .......................................................... OK deeply nested lists ............................................ OK misc ........................................................... OK data corruption cases from Fernando Muñoz ...................... OK pandoc headers ................................................. OK paragraph blocking ............................................. OK markup peculiarities ........................................... OK pseudo-protocols ............................................... OK bugs & misfeatures found during the Reddit rollout ............. OK footnotes inside reparse sections .............................. OK safe links ..................................................... OK Bugs & misfeatures reported by Mike Schiraldi .................. OK smarty pants ................................................... OK The snakepit of Markdown.pl compatibility ...................... OK strikethrough .................................................. OK styles ......................................................... OK superscript .................................................... OK tables ......................................................... OK (old) table-of-contents support ................................ OK (new) table-of-contents support ................................ OK xml output with MKD_CDATA ...................................... OK make: Leaving directory '/usr/src/RPM/BUILD/discount-2.2.7d' + exit 0 Processing files: discount-2.2.7d-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xE1SvI 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.Rg6mZV find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libdiscount = 2.2.7d-alt1, /lib/ld-linux.so.2, 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), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libmarkdown.so.2 >= set:kfOcVx3Z3QgH2ZtZw73nZoccDyHcP14DbovRF4KFLF926TXZKImDtcv6Z5wKnFdit0, 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.Xqehac Processing files: libdiscount-2.2.7d-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jJuBmT find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/discount-buildroot/usr/lib/libmarkdown.so.2: 65 symbols, 17 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8o0cDR find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libmarkdown.so.2 = set:kdDr8PIhenW8ExZau3YRUbILgSzjv9L91j7kMXvMakDYykHlZpqITHs5GcEDp8u0MwsRYpFOKw1HhHxNMiLhWZcFIdpphqI6yjdZlIF51hX6w5wZJ2nT4aZop5tcfzLwKnqbRxM09t Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qXR4mf Creating libdiscount-debuginfo package Processing files: libdiscount-devel-2.2.7d-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GwXYyb 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.NWs1Af find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: pkgconfig(libmarkdown) = 2.2.7d Requires: libdiscount = 2.2.7d-alt1, /usr/lib/libmarkdown.so.2.2.7, /usr/lib/pkgconfig Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YDoBKi Processing files: libdiscount-debuginfo-2.2.7d-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2QM9ER find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JA3sHp find-requires: running scripts (debuginfo) Provides: debug(libmarkdown.so.2) Requires: libdiscount = 2.2.7d-alt1, debug(libc.so.6) Adding to discount a strict dependency on libdiscount Adding to libdiscount-devel a strict dependency on libdiscount Adding to libdiscount-debuginfo a strict dependency on libdiscount Removing 2 extra deps from discount due to dependency on libdiscount Removing 1 extra deps from libdiscount-devel due to dependency on libdiscount Removing 6 extra deps from discount due to repentancy on libdiscount Wrote: /usr/src/RPM/RPMS/i586/discount-2.2.7d-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libdiscount-2.2.7d-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libdiscount-devel-2.2.7d-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libdiscount-debuginfo-2.2.7d-alt1.i586.rpm (w2.lzdio) 4.54user 5.14system 0:19.05elapsed 50%CPU (0avgtext+0avgdata 47480maxresident)k 0inputs+0outputs (0major+1220737minor)pagefaults 0swaps /.out/discount-2.2.7d-alt1.i586.rpm: license not found in '/usr/share/license' directory: BSD-style /.out/libdiscount-2.2.7d-alt1.i586.rpm: license not found in '/usr/share/license' directory: BSD-style /.out/libdiscount-devel-2.2.7d-alt1.i586.rpm: license not found in '/usr/share/license' directory: BSD-style /.out/libdiscount-debuginfo-2.2.7d-alt1.i586.rpm: license not found in '/usr/share/license' directory: BSD-style 0.52user 0.95system 0:22.40elapsed 6%CPU (0avgtext+0avgdata 12100maxresident)k 0inputs+0outputs (0major+97763minor)pagefaults 0swaps --- discount-2.2.7d-alt1.i586.rpm.repo 2023-09-01 10:09:49.000000000 +0000 +++ discount-2.2.7d-alt1.i586.rpm.hasher 2023-12-02 05:30:17.786196889 +0000 @@ -17,6 +17,6 @@ Provides: discount = 2.2.7d-alt1:sisyphus+328460.100.1.1 -File: /usr/bin/makepage 100755 root:root 4be6d75d5616de59028fbc179af6fbfb -File: /usr/bin/markdown 100755 root:root 2d0a6af995293882a788a89a32f6fae0 -File: /usr/bin/mkd2html 100755 root:root d9c303d11a4db235b5b0006e88b907dc -File: /usr/bin/theme 100755 root:root 678999616e3b59e33ac213800358516b +File: /usr/bin/makepage 100755 root:root c6707c33c2434fd9a887442ba194d8b6 +File: /usr/bin/markdown 100755 root:root 338e92745da1eeab4fa4e1d84e36a7a7 +File: /usr/bin/mkd2html 100755 root:root 021006a5f06fea5d8c4582f3ec961ba8 +File: /usr/bin/theme 100755 root:root b71b96c73b837ef3d2f847d0b808ebf0 File: /usr/share/man/man1/makepage.1.xz 100644 root:root dff6206cdce45d5e901e9129acdf866b @@ -27,2 +27,2 @@ File: /usr/share/man/man7/mkd-extensions.7.xz 100644 root:root 70f5234ce2e02c8d3b11acd2dd181841 -RPMIdentity: d75f080c09fb68f5701c8899dfaaa7ebe2be22877f9a3b14f7a6f0840582ab2c83bab0b9434ce591ab24fad0c7c7322f3afeb9f11ef957047f932270a63aabe5 +RPMIdentity: bfc6dbd8aae82fb3fe95244cd9dbaf4c0e4a38c9276fcc55ef205a75da7d7758f5f38a5c43b46cca50574144762668f7d066776ed3df25a1462c2c90d324b8c3 --- libdiscount-2.2.7d-alt1.i586.rpm.repo 2023-09-01 10:09:49.000000000 +0000 +++ libdiscount-2.2.7d-alt1.i586.rpm.hasher 2023-12-02 05:30:17.857197692 +0000 @@ -13,3 +13,3 @@ File: /usr/lib/libmarkdown.so.2 120777 root:root libmarkdown.so.2.2.7 -File: /usr/lib/libmarkdown.so.2.2.7 100644 root:root be187d6d696d525bbff2829020c84530 -RPMIdentity: fadc4e9422c303ce8bddeda2143e5af3606d6ceb7d5a936929062b25b198e9013557b6c950bd14dbe0cfb33f0a6b7402278697e27349186f37264784c9e0993e +File: /usr/lib/libmarkdown.so.2.2.7 100644 root:root 8bf59c5611a89ddf0c5cbbf32e84a78a +RPMIdentity: 80ebe7e15d3f72a3c136e90c9e7d135e5412978b30486932e9f7c89aaa82fb498a73b9f33d7a7576342d6aee9730aca7a8454ed5a18eafa0a3d5c95ad25fa8ca --- libdiscount-debuginfo-2.2.7d-alt1.i586.rpm.repo 2023-09-01 10:09:48.000000000 +0000 +++ libdiscount-debuginfo-2.2.7d-alt1.i586.rpm.hasher 2023-12-02 05:30:17.945198688 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/1b 40755 root:root -/usr/lib/debug/.build-id/1b/575d2e574b9ac75a48d813e381d26967852475 120777 root:root ../../../libmarkdown.so.2.2.7 -/usr/lib/debug/.build-id/1b/575d2e574b9ac75a48d813e381d26967852475.debug 120777 root:root ../../usr/lib/libmarkdown.so.2.2.7.debug +/usr/lib/debug/.build-id/71 40755 root:root +/usr/lib/debug/.build-id/71/bc03662f68f0503e6f1b82085718fb1840f992 120777 root:root ../../../libmarkdown.so.2.2.7 +/usr/lib/debug/.build-id/71/bc03662f68f0503e6f1b82085718fb1840f992.debug 120777 root:root ../../usr/lib/libmarkdown.so.2.2.7.debug /usr/lib/debug/usr/lib/libmarkdown.so.2.2.7.debug 100644 root:root @@ -35,6 +35,6 @@ Provides: libdiscount-debuginfo = 2.2.7d-alt1:sisyphus+328460.100.1.1 -File: /usr/lib/debug/.build-id/1b 40755 root:root -File: /usr/lib/debug/.build-id/1b/575d2e574b9ac75a48d813e381d26967852475 120777 root:root ../../../libmarkdown.so.2.2.7 -File: /usr/lib/debug/.build-id/1b/575d2e574b9ac75a48d813e381d26967852475.debug 120777 root:root ../../usr/lib/libmarkdown.so.2.2.7.debug -File: /usr/lib/debug/usr/lib/libmarkdown.so.2.2.7.debug 100644 root:root d8107adce6c997e08bc3bbab59b0105f +File: /usr/lib/debug/.build-id/71 40755 root:root +File: /usr/lib/debug/.build-id/71/bc03662f68f0503e6f1b82085718fb1840f992 120777 root:root ../../../libmarkdown.so.2.2.7 +File: /usr/lib/debug/.build-id/71/bc03662f68f0503e6f1b82085718fb1840f992.debug 120777 root:root ../../usr/lib/libmarkdown.so.2.2.7.debug +File: /usr/lib/debug/usr/lib/libmarkdown.so.2.2.7.debug 100644 root:root be3b857b8582164e4cb51b863e0d6d09 File: /usr/lib/debug/usr/lib/libmarkdown.so.2.debug 120777 root:root libmarkdown.so.2.2.7.debug @@ -65,2 +65,2 @@ File: /usr/src/debug/discount-2.2.7d/xmlpage.c 100644 root:root 292111054bfddc55b8f385a0e076395c -RPMIdentity: e1080d93772aa7849dd7e8af5f53efa60731ee82dbfc5fcfa2706c1c01f4b52d418343537b687bd2f61e4083284afc770351081113c6d7502a35ec5d71290e4b +RPMIdentity: 10b56407b8d16b1ceb508f94d1fb9d103036778c6c927b6b4b1d1370a8b1c01cf8fd7a6b9bc8b563fc2798753436de67fda2922bffeb315d5a531df72b93db20