<86>Apr 21 06:15:12 userdel[17603]: delete user 'rooter' <86>Apr 21 06:15:12 groupadd[17629]: group added to /etc/group: name=rooter, GID=537 <86>Apr 21 06:15:12 groupadd[17629]: group added to /etc/gshadow: name=rooter <86>Apr 21 06:15:12 groupadd[17629]: new group: name=rooter, GID=537 <86>Apr 21 06:15:12 useradd[17656]: new user: name=rooter, UID=537, GID=537, home=/root, shell=/bin/bash <86>Apr 21 06:15:12 userdel[17686]: delete user 'builder' <86>Apr 21 06:15:12 userdel[17686]: removed group 'builder' owned by 'builder' <86>Apr 21 06:15:12 userdel[17686]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 06:15:12 groupadd[17713]: group added to /etc/group: name=builder, GID=538 <86>Apr 21 06:15:12 groupadd[17713]: group added to /etc/gshadow: name=builder <86>Apr 21 06:15:12 groupadd[17713]: new group: name=builder, GID=538 <86>Apr 21 06:15:12 useradd[17735]: new user: name=builder, UID=538, GID=538, home=/usr/src, shell=/bin/bash Installing discount-2.1.7-alt1.git20140807.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.17580 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf discount-2.1.7 + echo 'Source #0 (discount-2.1.7.tar):' Source #0 (discount-2.1.7.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/discount-2.1.7.tar + cd discount-2.1.7 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.17580 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd discount-2.1.7 + CFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC' + ./configure.sh --prefix=/usr --libdir=/usr/lib --enable-all-features Configuring for [markdown] Looking for cpp (/lib/cpp) ok looking for install (/bin/install) checking the C compiler (cc) oh ick, it looks like gcc 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 looking for a reentrant basename (found) looking for header libgen.h (found) looking for header pwd.h (found) looking for the getpwuid function (found) looking for the srandom function (found) looking for the bzero 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 + make SOVER=0 make: Entering directory `/usr/src/RPM/BUILD/discount-2.1.7' cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -I. -c main.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -I. -c pgm_options.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o mkdio.o mkdio.c In file included from mkdio.c:13:0: 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:60: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:66: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:70: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:116:6: note: in expansion of macro 'EXPAND' EXPAND(line) = c; ^ 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:285:2: note: in expansion of macro 'EXPAND' EXPAND(f.out) = 0; ^ cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o markdown.o markdown.c markdown.c: In function 'checkline': markdown.c:199:25: warning: variable 'other' set but not used [-Wunused-but-set-variable] stars = 0, tildes = 0, other = 0, ^ In file included from markdown.c:16:0: markdown.c: In function 'addfootnote': cstring.h:22:24: warning: operation on 'f->footnotes->size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ^ markdown.c:1011:23: note: in expansion of macro 'EXPAND' Footnote *foot = &EXPAND(*f->footnotes); ^ 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:1019: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:1021:5: note: in expansion of macro 'EXPAND' EXPAND(foot->tag) = 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:1028:6: note: in expansion of macro 'EXPAND' EXPAND(foot->title) = 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:1033: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:1034: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:1061: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:1067:2: note: in expansion of macro 'EXPAND' EXPAND(foot->title) = 0; ^ cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o dumptree.o dumptree.c In file included from markdown.h:4:0, 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 -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o generate.o generate.c In file included from generate.c:16:0: 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:134: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:141: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:186: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:193: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:1543: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:1556: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:1815:6: note: in expansion of macro 'EXPAND' EXPAND(p->ctx->out) = 0; ^ cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o resource.o resource.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o docheader.o docheader.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -DVERSION=\"`cat VERSION`\" -c version.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o toc.o toc.c In file included from toc.c:14:0: 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:85:2: note: in expansion of macro 'EXPAND' EXPAND(res) = 0; ^ cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o css.o css.c In file included from css.c:16:0: 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:57:6: note: in expansion of macro 'EXPAND' EXPAND(f) = 0; ^ cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o xml.o xml.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o Csio.o Csio.c In file included from Csio.c:4:0: 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 -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o xmlpage.o xmlpage.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o basename.o basename.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o emmatch.o emmatch.c In file included from emmatch.c:16:0: emmatch.c: In function 'emfill': cstring.h:22:24: warning: operation on 'p->b_text.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ^ emmatch.c:79:4: note: in expansion of macro 'EXPAND' EXPAND(p->b_text) = p->b_char; ^ cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o github_flavoured.o github_flavoured.c In file included from github_flavoured.c:15:0: github_flavoured.c: In function 'gfm_populate': cstring.h:22:24: warning: operation on 'line.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ^ github_flavoured.c:47:3: note: in expansion of macro 'EXPAND' EXPAND(line) = ' '; ^ cstring.h:22:24: warning: operation on 'line.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ^ github_flavoured.c:48:3: note: in expansion of macro 'EXPAND' EXPAND(line) = ' '; ^ cstring.h:22:24: warning: operation on 'line.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ^ github_flavoured.c:54:6: note: in expansion of macro 'EXPAND' EXPAND(line) = c; ^ cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o setup.o setup.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC mktags.c -o mktags In file included from mktags.c:6:0: mktags.c: In function 'define_one_tag': cstring.h:22:24: warning: operation on 'blocktags.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ^ mktags.c:17:21: note: in expansion of macro 'EXPAND' struct kw *p = &EXPAND(blocktags); ^ ./mktags > blocktags cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o tags.o tags.c In file included from tags.c:4:0: tags.c: In function 'mkd_define_tag': cstring.h:22:24: warning: operation on 'extratags.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ^ tags.c:32:7: note: in expansion of macro 'EXPAND' p = &EXPAND(extratags); ^ cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o html5.o html5.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o flags.o flags.c cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o amalloc.o amalloc.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 amalloc.o a - mkdio.o a - markdown.o a - dumptree.o a - generate.o a - resource.o a - docheader.o a - version.o a - toc.o a - css.o a - xml.o a - Csio.o a - xmlpage.o a - basename.o a - emmatch.o a - github_flavoured.o a - setup.o a - tags.o a - html5.o a - flags.o a - amalloc.o rm -f libmarkdown libmarkdown.a cc -Wno-return-type -Wno-implicit-int -I. -shared 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 amalloc.o -o libmarkdown.so.0 -Wl,-soname=libmarkdown.so.0 ln -s libmarkdown.so.0 libmarkdown.so ln -s libmarkdown.so libmarkdown cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -L. -o markdown main.o pgm_options.o -lmarkdown cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o mkd2html.o mkd2html.c In file included from mkd2html.c:37:0: mkd2html.c: In function 'main': cstring.h:22:24: warning: operation on 'css.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ^ mkd2html.c:86:6: note: in expansion of macro 'EXPAND' EXPAND(css) = argv[2]; ^ cstring.h:22:24: warning: operation on 'headers.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ^ mkd2html.c:91:6: note: in expansion of macro 'EXPAND' EXPAND(headers) = argv[2]; ^ cstring.h:22:24: warning: operation on 'footers.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ^ mkd2html.c:96:6: note: in expansion of macro 'EXPAND' EXPAND(footers) = argv[2]; ^ cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -L. -o mkd2html mkd2html.o -lmarkdown cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -L. -o makepage makepage.c pgm_options.o -lmarkdown cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o theme.o theme.c In file included from theme.c:34:0: theme.c: In function 'prepare': cstring.h:22:24: warning: operation on 'inbuf.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ^ theme.c:182:2: note: in expansion of macro 'EXPAND' EXPAND(inbuf) = c; ^ theme.c: In function 'finclude': cstring.h:22:24: warning: operation on 'include.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ^ theme.c:265:2: note: in expansion of macro 'EXPAND' EXPAND(include) = c; ^ cstring.h:22:24: warning: operation on 'include.size' may be undefined [-Wsequence-point] #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \ ^ theme.c:268:2: note: in expansion of macro 'EXPAND' EXPAND(include) = 0; ^ theme.c: In function 'main': theme.c:560:6: warning: variable 'added_text' set but not used [-Wunused-but-set-variable] int added_text=0; ^ cc -Wno-return-type -Wno-implicit-int -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -L. -o theme theme.o pgm_options.o -lmarkdown cc -Wno-return-type -Wno-implicit-int -I. -o echo tools/echo.c cc -Wno-return-type -Wno-implicit-int -I. -o cols tools/cols.c make: Leaving directory `/usr/src/RPM/BUILD/discount-2.1.7' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.81977 + 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 + cd discount-2.1.7 + mkdir -p /usr/src/tmp/discount-buildroot//usr/bin + make DESTDIR=/usr/src/tmp/discount-buildroot install.everything SOVER=0 make: Entering directory `/usr/src/RPM/BUILD/discount-2.1.7' /usr/src/RPM/BUILD/discount-2.1.7/config.md /usr/src/tmp/discount-buildroot/usr/lib /usr/src/RPM/BUILD/discount-2.1.7/config.md /usr/src/tmp/discount-buildroot/usr/include /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 install libmarkdown.so.0 /usr/src/tmp/discount-buildroot/usr/lib ln -s libmarkdown.so.0 /usr/src/tmp/discount-buildroot/usr/lib/libmarkdown.so /bin/install -m 444 mkdio.h /usr/src/tmp/discount-buildroot/usr/include /usr/src/RPM/BUILD/discount-2.1.7/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; \ done /usr/src/RPM/BUILD/discount-2.1.7/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.1.7/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.1.7/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.1.7' + /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/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' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man1/makepage' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man1/mkd2html' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of './usr/lib/libmarkdown.so.0' 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) Compressing files in /usr/src/tmp/discount-buildroot (auto) Adjusting library links in /usr/src/tmp/discount-buildroot ./usr/lib: libmarkdown.so.0 -> libmarkdown.so.0 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: __fxstat __xstat fopen freopen open verify-elf: WARNING: ./usr/bin/makepage: uses non-LFS functions: freopen verify-elf: WARNING: ./usr/bin/mkd2html: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/markdown: uses non-LFS functions: freopen Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.89287 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd discount-2.1.7 + make test LD_LIBRARY_PATH=/usr/src/tmp/discount-buildroot/usr/lib make: Entering directory `/usr/src/RPM/BUILD/discount-2.1.7' headers ... GOOD Reddit-style automatic links ......................... OK automatic links ...................................... OK backslash escapes .................................... OK callbacks ............................................ 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 headers .............................................. OK html blocks .......................................... OK html5 blocks (mkd_with_html5_tags) ................... OK embedded links ....................................... OK embedded images ...................................... OK lists ................................................ OK deeply nested lists .................................. OK misc ................................................. OK pandoc headers ....................................... OK paragraph blocking ................................... OK paranoia ............................................. OK markup peculiarities ................................. OK pseudo-protocols ..................................... OK bugs & misfeatures found during the Reddit rollout ... OK footnotes inside reparse sections .................... 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 (new) table-of-contents support ...................... OK xml output with MKD_CDATA ............................ OK make: Leaving directory `/usr/src/RPM/BUILD/discount-2.1.7' + exit 0 Processing files: discount-2.1.7-alt1.git20140807 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.H66MfQ find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7tpNTy find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libdiscount = 2.1.7-alt1.git20140807, /lib/ld-linux.so.2, 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), libmarkdown.so.0 >= set:kfsaAZhqEl1ZKvY2hCIBfOMsaKOc7ggUJj9rDEHVCC8osLD5rtcv6Z5wKnFditoZEh51, 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.6l9nTp Processing files: libdiscount-2.1.7-alt1.git20140807 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GFj6wk find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/discount-buildroot/usr/lib/libmarkdown.so.0: 68 symbols, 17 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BcuZ7j find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libmarkdown.so.0 = set:kdDr8P40Rhg3XlL1ZqNnovxI7DZiVd9oWw2uZHn8WZGjuhGRaZAdSXlK2l6QPc4f0ogKqZsiB5EepdcNT4diLDjprWJTR8dm3NF6ZySQywEt3M2MZCxHr25ZIIIhFzVpY5QZ2JBWgowAZk9ya 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.pULySr Creating libdiscount-debuginfo package Processing files: libdiscount-devel-2.1.7-alt1.git20140807 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XKKlZv find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KbLNQD find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libdiscount = 2.1.7-alt1.git20140807, /usr/lib/libmarkdown.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eJP5XT Processing files: libdiscount-debuginfo-2.1.7-alt1.git20140807 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rmYrSd find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dUKgqF find-requires: running scripts (debuginfo) Provides: debug(libmarkdown.so.0) Requires: libdiscount = 2.1.7-alt1.git20140807, debug(libc.so.6) Removing 2 extra deps from discount due to dependency on libdiscount Removing 1 extra deps from libdiscount-devel due to dependency on libdiscount Removing 4 extra deps from discount due to repentancy on libdiscount Wrote: /usr/src/RPM/RPMS/i586/discount-2.1.7-alt1.git20140807.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libdiscount-2.1.7-alt1.git20140807.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libdiscount-devel-2.1.7-alt1.git20140807.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libdiscount-debuginfo-2.1.7-alt1.git20140807.i586.rpm 9.30user 5.08system 0:23.50elapsed 61%CPU (0avgtext+0avgdata 32680maxresident)k 0inputs+0outputs (0major+741542minor)pagefaults 0swaps 11.44user 8.88system 0:28.89elapsed 70%CPU (0avgtext+0avgdata 32680maxresident)k 0inputs+0outputs (0major+907000minor)pagefaults 0swaps --- discount-2.1.7-alt1.git20140807.i586.rpm.repo 2014-09-06 11:44:34.000000000 +0000 +++ discount-2.1.7-alt1.git20140807.i586.rpm.hasher 2019-04-21 06:15:38.020953017 +0000 @@ -4,24 +4,24 @@ /usr/bin/theme 100755 -/usr/share/man/man1/makepage.gz 100644 -/usr/share/man/man1/markdown.1.gz 100644 -/usr/share/man/man1/mkd2html.gz 100644 -/usr/share/man/man1/theme.gz 100644 -/usr/share/man/man3/markdown.3.gz 100644 -/usr/share/man/man3/mkd-callbacks.3.gz 100644 -/usr/share/man/man3/mkd-functions.3.gz 100644 -/usr/share/man/man3/mkd-line.3.gz 100644 -/usr/share/man/man3/mkd_cleanup.3.gz 100644 -/usr/share/man/man3/mkd_compile.3.gz 100644 -/usr/share/man/man3/mkd_css.3.gz 100644 -/usr/share/man/man3/mkd_doc_author.3.gz 100644 -/usr/share/man/man3/mkd_doc_date.3.gz 100644 -/usr/share/man/man3/mkd_doc_title.3.gz 100644 -/usr/share/man/man3/mkd_generatecss.3.gz 100644 -/usr/share/man/man3/mkd_generatehtml.3.gz 100644 -/usr/share/man/man3/mkd_generateline.3.gz 100644 -/usr/share/man/man3/mkd_in.3.gz 100644 -/usr/share/man/man3/mkd_line.3.gz 100644 -/usr/share/man/man3/mkd_string.3.gz 100644 -/usr/share/man/man7/markdown.7.bz2 100644 -/usr/share/man/man7/mkd-extensions.7.gz 100644 +/usr/share/man/man1/makepage.xz 100644 +/usr/share/man/man1/markdown.1.xz 100644 +/usr/share/man/man1/mkd2html.xz 100644 +/usr/share/man/man1/theme.xz 100644 +/usr/share/man/man3/markdown.3.xz 100644 +/usr/share/man/man3/mkd-callbacks.3.xz 100644 +/usr/share/man/man3/mkd-functions.3.xz 100644 +/usr/share/man/man3/mkd-line.3.xz 100644 +/usr/share/man/man3/mkd_cleanup.3.xz 100644 +/usr/share/man/man3/mkd_compile.3.xz 100644 +/usr/share/man/man3/mkd_css.3.xz 100644 +/usr/share/man/man3/mkd_doc_author.3.xz 100644 +/usr/share/man/man3/mkd_doc_date.3.xz 100644 +/usr/share/man/man3/mkd_doc_title.3.xz 100644 +/usr/share/man/man3/mkd_generatecss.3.xz 100644 +/usr/share/man/man3/mkd_generatehtml.3.xz 100644 +/usr/share/man/man3/mkd_generateline.3.xz 100644 +/usr/share/man/man3/mkd_in.3.xz 100644 +/usr/share/man/man3/mkd_line.3.xz 100644 +/usr/share/man/man3/mkd_string.3.xz 100644 +/usr/share/man/man7/markdown.7.xz 100644 +/usr/share/man/man7/mkd-extensions.7.xz 100644 Requires: libdiscount = 2.1.7-alt1.git20140807