FailedOk

th/SRPMS[OK]
th/x32[OK]
th/i686[OK]
th/x86_64[OK]

ac/SRPMS[OK]
ac/i386[OK]
ac/i586[OK]
ac/i686[OK]
ac/alpha[OK]
ac/amd64[OK]
ac/athlon[OK]
ac/ppc[OK]
ac/sparc[OK]
ac/sparc64[OK]

Advanced Search
main()
Powered by PLD Linux
(c) 2002-2025 PLD Team
$Revision: 1.37 $
Powered by BOFH.
Your IP: 18.97.14.83

bcc 345e8d0e-9ee3-4e47-9323-f4899c9c41eb

Status:Failed
Source URL:https://buildlogs.pld-linux.org/pld/th/x32/FAIL/bcc,345e8d0e-9ee3-4e47-9323-f4899c9c41eb.bz2
text/plain URL:View!
full text:View!
rpm -qa of builder:View!
Date:2025/01/11 15:37:42
Runtime:0:00:07.554245

Toc:

  • error 1
  • dbprintf.c:24:9: error: implicit declaration of function 'vdbprintf'; did you mean 'dbprintf'? [-Wimplicit-function-declaration]
  • error 2
  • dbprintf.c:30:60: error: implicit declaration of function 'write' [-Wimplicit-function-declaration]
  • error 3
  • dbprintf.c:110:20: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  • error 4
  • make[3]: *** [Makefile:48: dbprintf.o] Error 1
  • error 5
  • make[2]: *** [make.fil:156: bcc86] Error 2
  • error 6
  • make[1]: *** [Makefile:26: all] Error 2
  • error 7
  • error: Bad exit status from /tmp/B.ly1om56n/BUILD/tmp/rpm-tmp.bce6TP (%build)
  • error 8
  • RPM build errors:
  • error 9
  • error: No files produced.

Content:

[ "/usr/lib/bcc" != "//lib/bcc" ] || echo >> tmp.sed "s:%INCLDIR%:/usr:"
[ "/usr/bin" != "//bin" ] || echo >> tmp.sed "s:%ASLDDIR%:/bin:"
[ "/usr/man" != "//man" ] || echo >> tmp.sed "s:%MANDIR%:/usr/man:"
echo >> tmp.sed "s:%PREFIX%:/usr:"
echo >> tmp.sed "s:%BINDIR%:/usr/bin:"
echo >> tmp.sed "s:%INCLDIR%:/usr/lib/bcc:"
echo >> tmp.sed "s:%LIBDIR%:/usr/lib/bcc:"
echo >> tmp.sed "s:%ASLDDIR%:/usr/bin:"
echo >> tmp.sed "s:%MANDIR%:/usr/man:"
echo >> tmp.sed "s:%ELKSSRC%:/usr/src/elks:"
echo >> tmp.sed "s:%CC%:x86_64-pld-linux-gnux32-gcc:"
echo >> tmp.sed "s:%CFLAGS%:-O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 :"
echo >> tmp.sed "s:%LDFLAGS%::"
sed -f tmp.sed < tmp.mak > make.tmp
mv -f make.tmp make.fil
PATH="`pwd`/bin:$PATH" /usr/bin/make -f make.fil VERSION=0.16.21 TOPDIR=`pwd` all
make[2]: Entering directory '/tmp/B.ly1om56n/BUILD/dev86-0.16.21'
/usr/bin/make -C libc .config.dir
make[3]: Entering directory '/tmp/B.ly1om56n/BUILD/dev86-0.16.21/libc'
sh Config_sh
egrep: warning: egrep is obsolescent; using grep -E
Using default configuration
make[3]: Leaving directory '/tmp/B.ly1om56n/BUILD/dev86-0.16.21/libc'
echo '#define VERSION "'"0.16.21"'"' > bcc/version.h
echo '#define VERSION "'"0.16.21"'"' > as/version.h
echo '#define VERSION "'"0.16.21"'"' > bootblocks/version.h
echo '#define VERSION "'"0.16.21"'"' > ld/version.h
VER=0.16.21 ; \
echo "#define VER_MAJ ${VER%%.*}" >> bcc/version.h ; \
VER="${VER#*.}" ; \
echo "#define VER_MIN ${VER%.*}" >> bcc/version.h ; \
echo "#define VER_PAT ${VER#*.}" >> bcc/version.h 
/usr/bin/make -C bcc CC='x86_64-pld-linux-gnux32-gcc' CFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing' LDFLAGS='' PREFIX=/usr LIBDIR='/usr/lib/bcc' BINDIR='/usr/bin' ANSI='' BCCARCH='' bcc ncc bcc-cc1
make[3]: Entering directory '/tmp/B.ly1om56n/BUILD/dev86-0.16.21/bcc'
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing  -DLOCALPREFIX=/usr -DBINDIR=/usr/bin -DDEFARCH=0 bcc.c -o bcc
bcc.c: In function 'run_unlink':
bcc.c:773:27: warning: '%05d' directive writing between 5 and 11 bytes into a region of size between 3 and 10 [-Wformat-overflow=]
  773 |       sprintf(buf, "$$%04d%05d", i, getpid());
      |                           ^~~~
In file included from /usr/include/stdio.h:970,
                 from bcc.c:18:
In function 'sprintf',
    inlined from 'run_unlink' at bcc.c:773:7:
/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 12 and 25 bytes into a destination of size 16
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing  -DLOCALPREFIX= -DDEFARCH=0 bcc.c -o ncc
bcc.c: In function 'run_unlink':
bcc.c:773:27: warning: '%05d' directive writing between 5 and 11 bytes into a region of size between 3 and 10 [-Wformat-overflow=]
  773 |       sprintf(buf, "$$%04d%05d", i, getpid());
      |                           ^~~~
In file included from /usr/include/stdio.h:970,
                 from bcc.c:18:
In function 'sprintf',
    inlined from 'run_unlink' at bcc.c:773:7:
/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 12 and 25 bytes into a destination of size 16
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c bcc-cc1.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c codefrag.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c dbnode.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c declare.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c express.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c exptree.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c floatop.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c function.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c gencode.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c genloads.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c glogcode.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c hardop.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c input.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c label.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c loadexp.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c longop.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c output.c
output.c: In function 'flushout':
output.c:220:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  220 |             write(2, "output file error\n", 18);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c preproc.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c preserve.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c scan.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c softop.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c state.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c table.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c type.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c assign.c
x86_64-pld-linux-gnux32-gcc  -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c hashcmd.c
x86_64-pld-linux-gnux32-gcc   -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c debug.c
x86_64-pld-linux-gnux32-gcc   -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -fno-strict-aliasing -c dbprintf.c
dbprintf.c: In function 'dbprintf':
dbprintf.c:24:9: error: implicit declaration of function 'vdbprintf'; did you mean 'dbprintf'? [-Wimplicit-function-declaration]
   24 |    rv = vdbprintf(fmt,ptr);
      |         ^~~~~~~~~
      |         dbprintf
dbprintf.c: In function 'putch':
dbprintf.c:30:60: error: implicit declaration of function 'write' [-Wimplicit-function-declaration]
   30 | static void putch(int ch) { static char buf[2]; *buf = ch; write(2,buf,1); }
      |                                                            ^~~~~
dbprintf.c: In function 'vdbprintf':
dbprintf.c:110:20: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  110 |                c = strlen(cp);
      |                    ^~~~~~
dbprintf.c:7:1: note: include '<string.h>' or provide a declaration of 'strlen'
    6 | #include <stdarg.h>
  +++ |+#include <string.h>
    7 | #define va_strt      va_start
dbprintf.c:110:20: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  110 |                c = strlen(cp);
      |                    ^~~~~~
dbprintf.c:110:20: note: include '<string.h>' or provide a declaration of 'strlen'
make[3]: *** [Makefile:48: dbprintf.o] Error 1
make[3]: Leaving directory '/tmp/B.ly1om56n/BUILD/dev86-0.16.21/bcc'
make[2]: *** [make.fil:156: bcc86] Error 2
make[2]: Leaving directory '/tmp/B.ly1om56n/BUILD/dev86-0.16.21'
make[1]: *** [Makefile:26: all] Error 2
make[1]: Leaving directory '/tmp/B.ly1om56n/BUILD/dev86-0.16.21'
make: *** [GNUmakefile:6: all] Error 2
error: Bad exit status from /tmp/B.ly1om56n/BUILD/tmp/rpm-tmp.bce6TP (%build)

RPM build warnings:
    %patchN is deprecated (8 usages found), use %patch N (or %patch -P N)

RPM build errors:
    Bad exit status from /tmp/B.ly1om56n/BUILD/tmp/rpm-tmp.bce6TP (%build)
ended at: Sat Jan 11 15:37:42 2025, done in 0:00:07.554245
error: No files produced.
+ chmod -R u+rwX /tmp/B.ly1om56n/BUILD
+ rm -rf /tmp/B.ly1om56n/tmp /tmp/B.ly1om56n/BUILD
+ rm -rf /tmp/B.ly1om56n
Begin-PLD-Builder-Info
Build-Time: user:7.90s sys:1.88s real:9.86s (faults io:0 non-io:225918)

End-PLD-Builder-Info
[Back to list of logs] [View rpm -qa of builder]