<86>Apr 14 00:40:48 userdel[81826]: delete user 'rooter' <86>Apr 14 00:40:48 groupadd[81840]: group added to /etc/group: name=rooter, GID=549 <86>Apr 14 00:40:48 groupadd[81840]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:40:48 groupadd[81840]: new group: name=rooter, GID=549 <86>Apr 14 00:40:48 useradd[81859]: new user: name=rooter, UID=549, GID=549, home=/root, shell=/bin/bash <86>Apr 14 00:40:48 userdel[81878]: delete user 'builder' <86>Apr 14 00:40:48 userdel[81878]: removed group 'builder' owned by 'builder' <86>Apr 14 00:40:48 userdel[81878]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 00:40:48 groupadd[81899]: group added to /etc/group: name=builder, GID=550 <86>Apr 14 00:40:48 groupadd[81899]: group added to /etc/gshadow: name=builder <86>Apr 14 00:40:48 groupadd[81899]: new group: name=builder, GID=550 <86>Apr 14 00:40:48 useradd[81929]: new user: name=builder, UID=550, GID=550, home=/usr/src, shell=/bin/bash <13>Apr 14 00:40:50 rpmi: libnatspec-0.3.1-alt2 1445691578 installed <13>Apr 14 00:40:50 rpmi: flex-2.6.0-alt1 1449073214 installed <13>Apr 14 00:40:50 rpmi: unzip-6.0-alt2.qa1 1366155323 installed Installing avinfo-1.0-alt2.a17.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.20141 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf avinfo-1.0 + /bin/mkdir -p avinfo-1.0 + cd avinfo-1.0 + echo 'Source #0 (avinfo-1.0a16.zip):' Source #0 (avinfo-1.0a16.zip): + /usr/bin/unzip -qq /usr/src/RPM/SOURCES/avinfo-1.0a16.zip + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (avinfo-1.0-gcc3.4.patch):' Patch #0 (avinfo-1.0-gcc3.4.patch): + /usr/bin/patch -p1 patching file src/riff.c + echo 'Patch #1 (avinfo-1.0-config.h.patch):' Patch #1 (avinfo-1.0-config.h.patch): + /usr/bin/patch -p1 patching file src/config.h + echo 'Patch #2 (avinfo-1.0-gcc4.patch):' Patch #2 (avinfo-1.0-gcc4.patch): + /usr/bin/patch -p1 patching file src/readtpl.c + echo 'Patch #3 (avinfo-1.0-alt-no-yyparse.patch):' Patch #3 (avinfo-1.0-alt-no-yyparse.patch): + /usr/bin/patch -p2 patching file src/ass.h + find -type f -print0 + xargs -r0 sed -i 's, ,,g s,,,g' + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.20141 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd avinfo-1.0 + mkdir -p doc + for f in readme.rus.txt whatsnew.rus + iconv -c -s -f windows-1251 -t koi8-r -o doc/readme.rus.txt readme.rus.txt + sed -i 's| Windows-1251 codepage, CRLF text||' doc/readme.rus.txt + for f in readme.rus.txt whatsnew.rus + iconv -c -s -f windows-1251 -t koi8-r -o doc/whatsnew.rus whatsnew.rus + sed -i 's| Windows-1251 codepage, CRLF text||' doc/whatsnew.rus + pushd src ~/RPM/BUILD/avinfo-1.0/src ~/RPM/BUILD/avinfo-1.0 + sed -i s/-DMAKEFILE_WIN/-DCFG_PATH_STYLE_UNIX/g Makefile + '[' -n '' ']' + NPROCS=8 + make -j8 'CXX=gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl' make: Entering directory `/usr/src/RPM/BUILD/avinfo-1.0/src' gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o riff.o riff.c gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o mpeg.o mpeg.c gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o text.o text.c gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o ifo.o ifo.c gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o ogm.o ogm.c gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o mkv.o mkv.c gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o common.o common.c gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o var.o var.c riff.c: In function 'riffparse': riff.c:96:5: warning: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Wmemset-transposed-args] memset(buffer+size-4,SAFE_PAD-4,0); ^ mkv.c: In function 'GetFloat': mkv.c:84:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] result=*((float*)(tmp)); ^ In file included from riff.h:28:0, from riff.c:24: riff.c: At top level: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ In file included from ogm.h:28:0, from ogm.c:26: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ In file included from var.h:175:0, from mkv.h:31, from mkv.c:27: mkv.c: At top level: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ In file included from ifo.h:7:0, from ifo.c:28: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ In file included from var.h:175:0, from var.c:1: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ In file included from mpeg.h:28:0, from mpeg.c:24: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ In file included from text.h:27:0, from text.c:22: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o scan.o scan.c gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o report.o report.c gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o statisti.o statisti.c In file included from scan.h:12:0, from scan.c:23: filecach.h:59:17: warning: inline function 'GetRecord' declared but never defined inline vlist_t* GetRecord(const fcache_t* c, const int number); ^ In file included from var.h:175:0, from scan.h:10, from scan.c:23: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o avinfo.o avinfo.c report.c: In function 'ParseTemplate': report.c:34:2: warning: implicit declaration of function 'yyparse' [-Wimplicit-function-declaration] yyparse( &lexerctl ); ^ In file included from report.h:29:0, from report.c:22: report.c: At top level: filecach.h:59:17: warning: inline function 'GetRecord' declared but never defined inline vlist_t* GetRecord(const fcache_t* c, const int number); ^ In file included from var.h:175:0, from report.h:26, from report.c:22: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o filecach.o filecach.c gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o print.o print.c In file included from statisti.h:27:0, from statisti.c:22: filecach.h:59:17: warning: inline function 'GetRecord' declared but never defined inline vlist_t* GetRecord(const fcache_t* c, const int number); ^ In file included from var.h:175:0, from statisti.h:25, from statisti.c:22: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ In file included from avinfo.h:38:0, from avinfo.c:22: filecach.h:59:17: warning: inline function 'GetRecord' declared but never defined inline vlist_t* GetRecord(const fcache_t* c, const int number); ^ In file included from var.h:175:0, from avinfo.h:34, from avinfo.c:22: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ In file included from var.h:175:0, from filecach.h:29, from filecach.c:23: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ bison -d -v ass.y ass.y:42.1-12: warning: deprecated directive, use '%pure-parser' [-Wdeprecated] %pure_parser ^^^^^^^^^^^^ In file included from print.h:29:0, from print.c:23: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o codec.o codec.c gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o confset.o confset.c confset.c: In function 'AddIgnoreList': confset.c:184:6: warning: variable 'size' set but not used [-Wunused-but-set-variable] int size=0; ^ In file included from confset.h:33:0, from confset.c:22: confset.c: At top level: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o readtpl.o readtpl.c gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o memleak.o memleak.c In file included from readtpl.h:31:0, from readtpl.c:22: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ memleak.c: In function 'dbg_heap_dump': memleak.c:351:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'struct head *' [-Wformat=] snprintf(buf, 80, "(alloc: %s:%u size: %lu, addr:%lu)\n", p->file, p->line, (unsigned long)p->size, p); ^ memleak.c:351:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'struct head *' [-Wformat=] gcc -pipe -Wall -g -O2 -DYYPARSE_PARAM=lexer_ctl -O3 -ggdb -posix -Wall --pedantic -funsigned-char -DCFG_PATH_STYLE_UNIX -c -o ass.tab.o ass.tab.c ass.tab.c: In function 'yyparse': ass.tab.c:1288:16: error: too few arguments to function 'yylex' yychar = yylex (&yylval); ^ ass.y:36:5: note: declared here int yylex (YYSTYPE *lval, void* lexer_ctl); ^ In file included from ass.y:24:0: ass.h:49:29: error: 'lexer_ctl' undeclared (first use in this function) #define MODE (((lexerctl_t*)lexer_ctl)->mode) ^ ass.y:90:6: note: in expansion of macro 'MODE' oper: SET {MODE=MODE_VAR;} ^ ass.h:49:29: note: each undeclared identifier is reported only once for each function it appears in #define MODE (((lexerctl_t*)lexer_ctl)->mode) ^ ass.y:90:6: note: in expansion of macro 'MODE' oper: SET {MODE=MODE_VAR;} ^ In file included from ass.h:33:0, from ass.y:24: ass.y: At top level: common.h:53:13: warning: inline function 'CropCRLF' declared but never defined void inline CropCRLF(char* buf); ^ make: *** [ass.tab.o] Error 1 make: *** Waiting for unfinished jobs.... make: Leaving directory `/usr/src/RPM/BUILD/avinfo-1.0/src' error: Bad exit status from /usr/src/tmp/rpm-tmp.20141 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.20141 (%build) Command exited with non-zero status 1 2.32user 0.24system 0:01.12elapsed 228%CPU (0avgtext+0avgdata 42448maxresident)k 0inputs+0outputs (0major+98112minor)pagefaults 0swaps hsh-rebuild: rebuild of `avinfo-1.0-alt2.a17.src.rpm' failed. Command exited with non-zero status 1 4.59user 1.88system 0:05.08elapsed 127%CPU (0avgtext+0avgdata 121896maxresident)k 0inputs+0outputs (0major+274875minor)pagefaults 0swaps