^ In file included from main.c:25:0: gsint.h:585:6: note: expected 'char *' but argument is of type 'const char *' void process_file ___P ((char *fname, InputStream *fp, int is_toc)); ^~~~~~~~~~~~ /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I./../compat -I./../afmlib -I./../intl -I../intl -DLOCALEDIR=\"/usr/share/locale\" -DLIBRARY=\"/usr/share/enscript\" -DSYSCONFDIR=\"/etc\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -c mkafmmap.c /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -o mkafmmap mkafmmap.o ../afmlib/libafm.a ../compat/libcompat.a -lm /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -o enscript main.o psgen.o util.o prt_lpr.o ../afmlib/libafm.a ../compat/libcompat.a -lm Making all in po Making all in states Making all in hl make[5]: Nothing to be done for 'all'. Making all in tests make[5]: Nothing to be done for 'all'. /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I./../compat -I./../afmlib -I./../intl -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -c main.c /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I./../compat -I./../afmlib -I./../intl -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -c utils.c /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I./../compat -I./../afmlib -I./../intl -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -c prims.c /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I./../compat -I./../afmlib -I./../intl -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -c process.c /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I./../compat -I./../afmlib -I./../intl -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -c gram.c /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I./../compat -I./../afmlib -I./../intl -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -c lex.c In file included from defs.h:97:0, from lex.l:30: lex.l: In function 'eat_comment': ./../compat/gettext.h:68:25: warning: passing argument 1 of 'yyerror' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] # define gettext(Msgid) ((const char *) (Msgid)) ^ defs.h:98:19: note: in expansion of macro 'gettext' #define _(String) gettext (String) ^~~~~~~ lex.l:168:17: note: in expansion of macro '_' break; ^ In file included from lex.l:30:0: defs.h:436:6: note: expected 'char *' but argument is of type 'const char *' void yyerror ___P ((char *msg)); ^~~~~~~ In file included from defs.h:97:0, from lex.l:30: ./../compat/gettext.h:68:25: warning: passing argument 1 of 'yyerror' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] # define gettext(Msgid) ((const char *) (Msgid)) ^ defs.h:98:19: note: in expansion of macro 'gettext' #define _(String) gettext (String) ^~~~~~~ lex.l:174:12: note: in expansion of macro '_' } ^ In file included from lex.l:30:0: defs.h:436:6: note: expected 'char *' but argument is of type 'const char *' void yyerror ___P ((char *msg)); ^~~~~~~ In file included from defs.h:97:0, from lex.l:30: lex.l: In function 'read_string': ./../compat/gettext.h:68:25: warning: passing argument 1 of 'yyerror' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] # define gettext(Msgid) ((const char *) (Msgid)) ^ defs.h:98:19: note: in expansion of macro 'gettext' #define _(String) gettext (String) ^~~~~~~ lex.l:205:20: note: in expansion of macro '_' done = 1; ^ In file included from lex.l:30:0: defs.h:436:6: note: expected 'char *' but argument is of type 'const char *' void yyerror ___P ((char *msg)); ^~~~~~~ In file included from defs.h:97:0, from lex.l:30: lex.l: In function 'read_regexp': ./../compat/gettext.h:68:25: warning: passing argument 1 of 'yyerror' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] # define gettext(Msgid) ((const char *) (Msgid)) ^ defs.h:98:19: note: in expansion of macro 'gettext' #define _(String) gettext (String) ^~~~~~~ lex.l:312:13: note: in expansion of macro '_' done = 1; ^ In file included from lex.l:30:0: defs.h:436:6: note: expected 'char *' but argument is of type 'const char *' void yyerror ___P ((char *msg)); ^~~~~~~ sed 's%@LIBRARYDIR@%/usr/share/enscript%g' \ ./over.in > over /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -o states main.o utils.o prims.o process.o gram.o lex.o ../afmlib/libafm.a ../compat/libcompat.a Making all in docs sed 's%@DATADIR@%/usr/share%g; s%@media@%A4%g; s%@SYSCONFDIR@%/etc%g' \ enscript.man > enscript.1 sed 's%@DATADIR@%/usr/share%g; s%@media@%A4%g; s%@SYSCONFDIR@%/etc%g' \ states.man > states.1 Making all in w32 make[4]: Nothing to be done for 'all'. >>> enscript 1.6.6 Installing to target PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-3/output/target install -C /home/naourr/work/instance-3/output/build/enscript-1.6.6/ Making install in intl if { test "enscript" = "gettext-runtime" || test "enscript" = "gettext-tools"; } \ && test 'no' = yes; then \ /usr/bin/mkdir -p /home/naourr/work/instance-3/output/target/usr/lib /home/naourr/work/instance-3/output/target/usr/include; \ /usr/bin/install -c -m 644 libintl.h /home/naourr/work/instance-3/output/target/usr/include/libintl.h; \ @LIBTOOL@ --mode=install \ /usr/bin/install -c -m 644 libintl.a /home/naourr/work/instance-3/output/target/usr/lib/libintl.a; \ if test "@RELOCATABLE@" = yes; then \ dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /home/naourr/work/instance-3/output/target/usr/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \ if test -n "$dependencies"; then \ rm -f /home/naourr/work/instance-3/output/target/usr/lib/libintl.la; \ fi; \ fi; \ else \ : ; \ fi if test "enscript" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/naourr/work/instance-3/output/target/usr/share/gettext/intl; \ /usr/bin/install -c -m 644 VERSION /home/naourr/work/instance-3/output/target/usr/share/gettext/intl/VERSION; \ /usr/bin/install -c -m 644 ChangeLog.inst /home/naourr/work/instance-3/output/target/usr/share/gettext/intl/ChangeLog; \ dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c lock.c relocatable.c langprefs.c localename.c log.c printf.c version.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \ for file in $dists; do \ /usr/bin/install -c -m 644 ./$file \ /home/naourr/work/instance-3/output/target/usr/share/gettext/intl/$file; \ done; \ chmod a+x /home/naourr/work/instance-3/output/target/usr/share/gettext/intl/config.charset; \ dists="plural.c"; \ for file in $dists; do \ if test -f $file; then dir=.; else dir=.; fi; \ /usr/bin/install -c -m 644 $dir/$file \ /home/naourr/work/instance-3/output/target/usr/share/gettext/intl/$file; \ done; \ dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \ for file in $dists; do \ rm -f /home/naourr/work/instance-3/output/target/usr/share/gettext/intl/$file; \ done; \ else \ : ; \ fi if test "enscript" = "gettext-tools" \ && test 'no' = no \ && test yes != no; then \ /usr/bin/mkdir -p /home/naourr/work/instance-3/output/target/usr/lib; \ @LIBTOOL@ --mode=install \ /usr/bin/install -c -m 644 libgnuintl.a /home/naourr/work/instance-3/output/target/usr/lib/libgnuintl.a; \ rm -f /home/naourr/work/instance-3/output/target/usr/lib/preloadable_libintl.so; \ /usr/bin/install -c -m 644 /home/naourr/work/instance-3/output/target/usr/lib/libgnuintl.so /home/naourr/work/instance-3/output/target/usr/lib/preloadable_libintl.so; \ @LIBTOOL@ --mode=uninstall \ rm -f /home/naourr/work/instance-3/output/target/usr/lib/libgnuintl.a; \ else \ : ; \ fi if test 'no' = yes; then \ test yes != no || /usr/bin/mkdir -p /home/naourr/work/instance-3/output/target/usr/lib; \ temp=/home/naourr/work/instance-3/output/target/usr/lib/t-charset.alias; \ dest=/home/naourr/work/instance-3/output/target/usr/lib/charset.alias; \ if test -f /home/naourr/work/instance-3/output/target/usr/lib/charset.alias; then \ orig=/home/naourr/work/instance-3/output/target/usr/lib/charset.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ else \ if test yes = no; then \ orig=charset.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ fi; \ fi; \ /usr/bin/mkdir -p /home/naourr/work/instance-3/output/target/usr/share/locale; \ test -f /home/naourr/work/instance-3/output/target/usr/share/locale/locale.alias \ && orig=/home/naourr/work/instance-3/output/target/usr/share/locale/locale.alias \ || orig=./locale.alias; \ temp=/home/naourr/work/instance-3/output/target/usr/share/locale/t-locale.alias; \ dest=/home/naourr/work/instance-3/output/target/usr/share/locale/locale.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ else \ : ; \ fi Making install in compat make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. Making install in afm make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/share/enscript/afm' /usr/bin/install -c -m 644 font.map agd.afm agdo.afm agw.afm agwo.afm bkd.afm bkdi.afm bkl.afm bkli.afm cob.afm cobo.afm com.afm coo.afm hv.afm hvb.afm hvbo.afm hvc.afm hvcb.afm hvcbo.afm hvcdo.afm hvn.afm hvnb.afm hvnbo.afm hvno.afm hvo.afm ncb.afm ncbi.afm nci.afm ncr.afm pob.afm pobi.afm poi.afm por.afm sy.afm tib.afm tibi.afm tii.afm tir.afm zcmi.afm zd.afm '/home/naourr/work/instance-3/output/target/usr/share/enscript/afm' /usr/bin/install -c -m 644 matrix.afm matrix.pfa MustRead.html '/home/naourr/work/instance-3/output/target/usr/share/enscript/afm' Making install in afmlib make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. Making install in lib /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/etc' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/share/enscript' /usr/bin/install -c -m 644 enscript.cfg '/home/naourr/work/instance-3/output/target/etc' /usr/bin/install -c -m 644 ascii.enc asciifise.enc asciidkno.enc hp8.enc ibmpc.enc koi8.enc 88591.enc 88592.enc 88593.enc 88594.enc 88595.enc 88597.enc 88599.enc 885910.enc mac.enc ps.enc pslatin1.enc vms.enc a2ps.hdr edd.hdr emacs.hdr enscript.hdr enscript-color.hdr frame.hdr mp.hdr simple.hdr squeeze.hdr enscript.pro '/home/naourr/work/instance-3/output/target/usr/share/enscript' Making install in scripts /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/share/man/man1' /usr/bin/install -c diffpp sliceprint '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/install -c -m 644 diffpp.1 sliceprint.1 '/home/naourr/work/instance-3/output/target/usr/share/man/man1' Making install in src Making install in tests make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/install -c enscript mkafmmap '/home/naourr/work/instance-3/output/target/usr/bin' Making install in po if test "enscript" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/naourr/work/instance-3/output/target/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /home/naourr/work/instance-3/output/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/naourr/work/instance-3/output/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi Making install in states Making install in hl make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/share/enscript/hl' /usr/bin/install -c -m 644 enscript.st describe_languages.st default_faces.st style_emacs.st style_emacs_verbose.st style_ifh.st style_a2ps.st style_msvc.st lang_ansi.st lang_enscript.st lang_html.st lang_overstrike.st lang_rtf.st lang_texinfo.st ada.st asm.st awk.st bash.st c.st c_comment.st c_ppline.st c_string.st changelog.st cpp.st csh.st delphi.st diff.st diffs.st diffu.st elisp.st fortran.st fortran_pp.st f90.st haskell.st html.st idl.st inf.st java.st javascript.st ksh.st '/home/naourr/work/instance-3/output/target/usr/share/enscript/hl' /usr/bin/install -c -m 644 m4.st mail.st makefile.st matlab.st nroff.st objc.st outline.st pascal.st passthrough.st perl.st postscript.st python.st pyrex.st rfc.st scheme.st sh.st skill.st sql.st states.st synopsys.st tcl.st tcsh.st tex.st vba.st verilog.st vhdl.st vrml.st wmlscript.st zsh.st '/home/naourr/work/instance-3/output/target/usr/share/enscript/hl' Making install in tests make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/install -c over '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/install -c states '/home/naourr/work/instance-3/output/target/usr/bin' Making install in docs make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/share/man/man1' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/share/info' /usr/bin/install -c -m 644 enscript.1 states.1 '/home/naourr/work/instance-3/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 ./enscript.info '/home/naourr/work/instance-3/output/target/usr/share/info' install-info --info-dir='/home/naourr/work/instance-3/output/target/usr/share/info' '/home/naourr/work/instance-3/output/target/usr/share/info/enscript.info' Making install in w32 make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" BR2_DL_DIR=/home/naourr/work/instance-3/dl BUILD_DIR=/home/naourr/work/instance-3/output/build O=/home/naourr/work/instance-3/output flock /home/naourr/work/instance-3/dl/evtest/ support/download/dl-wrapper -c '1.33' -d '/home/naourr/work/instance-3/dl/evtest' -D '/home/naourr/work/instance-3/dl' -f 'evtest-1.33.tar.gz' -H 'package/evtest//evtest.hash' -n 'evtest-1.33' -N 'evtest' -o '/home/naourr/work/instance-3/dl/evtest/evtest-1.33.tar.gz' -u http+http://cgit.freedesktop.org/evtest/snapshot -u http\|urlencode+http://sources.buildroot.net/evtest -u http\|urlencode+http://sources.buildroot.net -- evtest-1.33.tar.gz: OK (sha256: 9fb68236a6871c163e52433ba8f2cce142c0f4208163a2962768c13f262d549f) >>> evtest 1.33 Extracting gzip -d -c /home/naourr/work/instance-3/dl/evtest/evtest-1.33.tar.gz | /home/naourr/work/instance-3/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output/build/evtest-1.33 -xf - >>> evtest 1.33 Patching >>> evtest 1.33 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/work/instance-3/output/build/evtest-1.33 -name $file); do cp support/gnuconfig/$file $i; done; done >>> evtest 1.33 Configuring >>> evtest 1.33 Autoreconfiguring configure.ac:6: installing './compile' configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' Makefile.am: installing './depcomp' >>> evtest 1.33 Patching libtool (cd /home/naourr/work/instance-3/output/build/evtest-1.33/ && rm -rf config.cache && PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output/host/bin/arc-linux-ar" AS="/home/naourr/work/instance-3/output/host/bin/arc-linux-as" LD="/home/naourr/work/instance-3/output/host/bin/arc-linux-ld" NM="/home/naourr/work/instance-3/output/host/bin/arc-linux-nm" CC="/home/naourr/work/instance-3/output/host/bin/arc-linux-gcc" GCC="/home/naourr/work/instance-3/output/host/bin/arc-linux-gcc" CPP="/home/naourr/work/instance-3/output/host/bin/arc-linux-cpp" CXX="/home/naourr/work/instance-3/output/host/bin/arc-linux-g++" FC="/home/naourr/work/instance-3/output/host/bin/arc-linux-gfortran" F77="/home/naourr/work/instance-3/output/host/bin/arc-linux-gfortran" RANLIB="/home/naourr/work/instance-3/output/host/bin/arc-linux-ranlib" READELF="/home/naourr/work/instance-3/output/host/bin/arc-linux-readelf" STRIP="/home/naourr/work/instance-3/output/host/bin/arc-linux-strip" OBJCOPY="/home/naourr/work/instance-3/output/host/bin/arc-linux-objcopy" OBJDUMP="/home/naourr/work/instance-3/output/host/bin/arc-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output/host/bin/arc-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output/host/bin/arc-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " LDFLAGS="" FCFLAGS="-matomic -Os " FFLAGS="-matomic -Os " PKG_CONFIG="/home/naourr/work/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no ac_cv_path_ASCIIDOC="" CONFIG_SITE=/dev/null ./configure --target=arc-buildroot-linux-uclibc --host=arc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arc-buildroot-linux-uclibc-strip... /home/naourr/work/instance-3/output/host/bin/arc-linux-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for arc-buildroot-linux-uclibc-gcc... /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc accepts -g... yes checking for /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc option to accept ISO C89... none needed checking whether /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc... none checking pkg-config is at least version 0.9.0... yes checking for xsltproc... /usr/bin/xsltproc checking for xmlto... no checking for asciidoc... (cached) no configure: WARNING: xmlto or asciidoc not found - cannot create man pages without it checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> evtest 1.33 Building PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-3/output/build/evtest-1.33/ /usr/bin/make all-am /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -c -o evtest.o evtest.c /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -o evtest evtest.o >>> evtest 1.33 Installing to target PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-3/output/target install -C /home/naourr/work/instance-3/output/build/evtest-1.33/ /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/install -c evtest '/home/naourr/work/instance-3/output/target/usr/bin' PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" BR2_DL_DIR=/home/naourr/work/instance-3/dl BUILD_DIR=/home/naourr/work/instance-3/output/build O=/home/naourr/work/instance-3/output flock /home/naourr/work/instance-3/dl/faifa/ support/download/dl-wrapper -c 'v0.1' -d '/home/naourr/work/instance-3/dl/faifa' -D '/home/naourr/work/instance-3/dl' -f 'faifa-v0.1.tar.gz' -H 'package/faifa//faifa.hash' -n 'faifa-v0.1' -N 'faifa' -o '/home/naourr/work/instance-3/dl/faifa/faifa-v0.1.tar.gz' -u https+https://github.com/ffainelli/faifa/archive/v0.1 -u http\|urlencode+http://sources.buildroot.net/faifa -u http\|urlencode+http://sources.buildroot.net -- faifa-v0.1.tar.gz: OK (sha256: 6eada81f3d21f80b5848338b627784981064d728f8e377e5cf973d31640d4489) >>> faifa v0.1 Extracting gzip -d -c /home/naourr/work/instance-3/dl/faifa/faifa-v0.1.tar.gz | /home/naourr/work/instance-3/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output/build/faifa-v0.1 -xf - >>> faifa v0.1 Patching Applying 0001-sha2.c-explicitly-include-endian.h-for-BYTE_ORDER-ma.patch using patch: patching file sha2.c Applying 0002-hpav_cfg.c-do-not-include-linux-if_ether.h-for-musl-.patch using patch: patching file hpav_cfg.c >>> faifa v0.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/work/instance-3/output/build/faifa-v0.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> faifa v0.1 Patching libtool >>> faifa v0.1 Configuring cd /home/naourr/work/instance-3/output/build/faifa-v0.1 && PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" ./autogen.sh + autoheader + autoconf + rm -rf autom4te.cache (cd /home/naourr/work/instance-3/output/build/faifa-v0.1/ && rm -rf config.cache && PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output/host/bin/arc-linux-ar" AS="/home/naourr/work/instance-3/output/host/bin/arc-linux-as" LD="/home/naourr/work/instance-3/output/host/bin/arc-linux-ld" NM="/home/naourr/work/instance-3/output/host/bin/arc-linux-nm" CC="/home/naourr/work/instance-3/output/host/bin/arc-linux-gcc" GCC="/home/naourr/work/instance-3/output/host/bin/arc-linux-gcc" CPP="/home/naourr/work/instance-3/output/host/bin/arc-linux-cpp" CXX="/home/naourr/work/instance-3/output/host/bin/arc-linux-g++" FC="/home/naourr/work/instance-3/output/host/bin/arc-linux-gfortran" F77="/home/naourr/work/instance-3/output/host/bin/arc-linux-gfortran" RANLIB="/home/naourr/work/instance-3/output/host/bin/arc-linux-ranlib" READELF="/home/naourr/work/instance-3/output/host/bin/arc-linux-readelf" STRIP="/home/naourr/work/instance-3/output/host/bin/arc-linux-strip" OBJCOPY="/home/naourr/work/instance-3/output/host/bin/arc-linux-objcopy" OBJDUMP="/home/naourr/work/instance-3/output/host/bin/arc-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output/host/bin/arc-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output/host/bin/arc-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " LDFLAGS="" FCFLAGS="-matomic -Os " FFLAGS="-matomic -Os " PKG_CONFIG="/home/naourr/work/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=arc-buildroot-linux-uclibc --host=arc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for arc-buildroot-linux-uclibc-gcc... /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc accepts -g... yes checking for /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc option to accept ISO C89... none needed checking for arc-buildroot-linux-uclibc-ranlib... /home/naourr/work/instance-3/output/host/bin/arc-linux-ranlib checking for a BSD-compatible install... /usr/bin/install -c checking if /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc accepts -Wall... yes checking how to run the C preprocessor... /home/naourr/work/instance-3/output/host/bin/arc-linux-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for string.h... (cached) yes checking net/if.h usability... yes checking net/if.h presence... yes checking for net/if.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking for pthread_create in -lpthread... yes checking for pthread_join in -lpthread... yes checking for pcap_lookupdev in -lpcap... yes checking for pcap_datalink in -lpcap... yes checking for pcap_next_ex in -lpcap... yes checking for pcap_sendpacket in -lpcap... yes checking for pcap_close in -lpcap... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> faifa v0.1 Building PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 GIT_REV=v0.1 -C /home/naourr/work/instance-3/output/build/faifa-v0.1/ /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DLINUX -DGIT_REV="\"v0.1\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -fPIC -c main.c /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DLINUX -DGIT_REV="\"v0.1\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -fPIC -c faifa.c /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DLINUX -DGIT_REV="\"v0.1\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -fPIC -c frame.c /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DLINUX -DGIT_REV="\"v0.1\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -fPIC -c crypto.c /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DLINUX -DGIT_REV="\"v0.1\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -fPIC -c sha2.c /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DLINUX -DGIT_REV="\"v0.1\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -fPIC -c hpav_cfg.c hpav_cfg.c: In function 'pushbutton_request': hpav_cfg.c:256:30: warning: passing argument 2 of 'send_vendor_pkt' makes pointer from integer without a cast [-Wint-conversion] return send_vendor_pkt(ctx, mac, HPAV_MMTYPE_MS_PB_ENC, ^~~ hpav_cfg.c:123:12: note: expected 'const uint8_t * {aka const unsigned char *}' but argument is of type 'uint8_t {aka unsigned char}' static int send_vendor_pkt(struct context *ctx, const uint8_t *to, ^~~~~~~~~~~~~~~ hpav_cfg.c: In function 'main': hpav_cfg.c:406:34: warning: passing argument 2 of 'pushbutton_request' makes integer from pointer without a cast [-Wint-conversion] ret = pushbutton_request(&ctx, mac); ^~~ hpav_cfg.c:254:12: note: expected 'uint8_t {aka unsigned char}' but argument is of type 'uint8_t * {aka unsigned char *}' static int pushbutton_request(struct context *ctx, uint8_t mac) ^~~~~~~~~~~~~~~~~~ /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -fPIC -o hpav_cfg sha2.o hpav_cfg.o crypto.o /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -shared -Wl,-soname,libfaifa.so.0 -o libfaifa.so.0 faifa.o frame.o crypto.o sha2.o -lpcap -lpthread ar rcs libfaifa.a faifa.o frame.o crypto.o sha2.o /home/naourr/work/instance-3/output/host/bin/arc-linux-gcc -DLINUX -DGIT_REV="\"v0.1\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -Wall -fPIC -o faifa main.o -lpcap -lpthread libfaifa.so.0 >>> faifa v0.1 Installing to staging directory PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output/host/bin/arc-linux-ar" AS="/home/naourr/work/instance-3/output/host/bin/arc-linux-as" LD="/home/naourr/work/instance-3/output/host/bin/arc-linux-ld" NM="/home/naourr/work/instance-3/output/host/bin/arc-linux-nm" CC="/home/naourr/work/instance-3/output/host/bin/arc-linux-gcc" GCC="/home/naourr/work/instance-3/output/host/bin/arc-linux-gcc" CPP="/home/naourr/work/instance-3/output/host/bin/arc-linux-cpp" CXX="/home/naourr/work/instance-3/output/host/bin/arc-linux-g++" FC="/home/naourr/work/instance-3/output/host/bin/arc-linux-gfortran" F77="/home/naourr/work/instance-3/output/host/bin/arc-linux-gfortran" RANLIB="/home/naourr/work/instance-3/output/host/bin/arc-linux-ranlib" READELF="/home/naourr/work/instance-3/output/host/bin/arc-linux-readelf" STRIP="/home/naourr/work/instance-3/output/host/bin/arc-linux-strip" OBJCOPY="/home/naourr/work/instance-3/output/host/bin/arc-linux-objcopy" OBJDUMP="/home/naourr/work/instance-3/output/host/bin/arc-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output/host/bin/arc-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output/host/bin/arc-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " LDFLAGS="" FCFLAGS="-matomic -Os " FFLAGS="-matomic -Os " PKG_CONFIG="/home/naourr/work/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-3/output/build/faifa-v0.1 PREFIX=/usr STRIP=/bin/true DESTDIR=/home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot install fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). rm -f faifa.8.gz /bin/true faifa gzip -c -q -9v faifa.8 > faifa.8.gz /bin/true libfaifa.so.0 faifa.8: 62.2% /usr/bin/install -c -d /home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/man/man8 /usr/bin/install -c -m0644 faifa.8.gz /home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/man/man8 /usr/bin/install -c -d /home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/sbin /usr/bin/install -c -m0755 faifa /home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/sbin /usr/bin/install -c -m0755 hpav_cfg /home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/sbin /usr/bin/install -c -d /home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib /usr/bin/install -c -m0644 libfaifa.so.0 /home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib ln -sf /home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libfaifa.so.0 /home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libfaifa.so /usr/bin/install -c -d /home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/faifa cp faifa.h faifa_compat.h faifa_priv.h homeplug.h homeplug_av.h crypto.h device.h endian.h /home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/faifa >>> faifa v0.1 Fixing libtool files >>> faifa v0.1 Installing to target PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output/host/bin/arc-linux-ar" AS="/home/naourr/work/instance-3/output/host/bin/arc-linux-as" LD="/home/naourr/work/instance-3/output/host/bin/arc-linux-ld" NM="/home/naourr/work/instance-3/output/host/bin/arc-linux-nm" CC="/home/naourr/work/instance-3/output/host/bin/arc-linux-gcc" GCC="/home/naourr/work/instance-3/output/host/bin/arc-linux-gcc" CPP="/home/naourr/work/instance-3/output/host/bin/arc-linux-cpp" CXX="/home/naourr/work/instance-3/output/host/bin/arc-linux-g++" FC="/home/naourr/work/instance-3/output/host/bin/arc-linux-gfortran" F77="/home/naourr/work/instance-3/output/host/bin/arc-linux-gfortran" RANLIB="/home/naourr/work/instance-3/output/host/bin/arc-linux-ranlib" READELF="/home/naourr/work/instance-3/output/host/bin/arc-linux-readelf" STRIP="/home/naourr/work/instance-3/output/host/bin/arc-linux-strip" OBJCOPY="/home/naourr/work/instance-3/output/host/bin/arc-linux-objcopy" OBJDUMP="/home/naourr/work/instance-3/output/host/bin/arc-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output/host/bin/arc-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output/host/bin/arc-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " LDFLAGS="" FCFLAGS="-matomic -Os " FFLAGS="-matomic -Os " PKG_CONFIG="/home/naourr/work/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-3/output/build/faifa-v0.1 PREFIX=/usr STRIP=/bin/true DESTDIR=/home/naourr/work/instance-3/output/target install fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). rm -f faifa.8.gz /bin/true faifa gzip -c -q -9v faifa.8 > faifa.8.gz /bin/true libfaifa.so.0 faifa.8: 62.2% /usr/bin/install -c -d /home/naourr/work/instance-3/output/target/usr/share/man/man8 /usr/bin/install -c -m0644 faifa.8.gz /home/naourr/work/instance-3/output/target/usr/share/man/man8 /usr/bin/install -c -d /home/naourr/work/instance-3/output/target/usr/sbin /usr/bin/install -c -m0755 faifa /home/naourr/work/instance-3/output/target/usr/sbin /usr/bin/install -c -m0755 hpav_cfg /home/naourr/work/instance-3/output/target/usr/sbin /usr/bin/install -c -d /home/naourr/work/instance-3/output/target/usr/lib /usr/bin/install -c -m0644 libfaifa.so.0 /home/naourr/work/instance-3/output/target/usr/lib ln -sf /home/naourr/work/instance-3/output/target/usr/lib/libfaifa.so.0 /home/naourr/work/instance-3/output/target/usr/lib/libfaifa.so /usr/bin/install -c -d /home/naourr/work/instance-3/output/target/usr/include/faifa cp faifa.h faifa_compat.h faifa_priv.h homeplug.h homeplug_av.h crypto.h device.h endian.h /home/naourr/work/instance-3/output/target/usr/include/faifa PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" BR2_DL_DIR=/home/naourr/work/instance-3/dl BUILD_DIR=/home/naourr/work/instance-3/output/build O=/home/naourr/work/instance-3/output flock /home/naourr/work/instance-3/dl/faketime/ support/download/dl-wrapper -c 'v0.9.6' -d '/home/naourr/work/instance-3/dl/faketime' -D '/home/naourr/work/instance-3/dl' -f 'faketime-v0.9.6.tar.gz' -H 'package/faketime//faketime.hash' -n 'faketime-v0.9.6' -N 'faketime' -o '/home/naourr/work/instance-3/dl/faketime/faketime-v0.9.6.tar.gz' -u https+https://github.com/wolfcw/libfaketime/archive/v0.9.6 -u http\|urlencode+http://sources.buildroot.net/faketime -u http\|urlencode+http://sources.buildroot.net -- faketime-v0.9.6.tar.gz: OK (sha256: 56bc32006f4c5b021ff648cc1fd458c5316f40aadfd2031879229a234189b031) >>> host-faketime v0.9.6 Extracting gzip -d -c /home/naourr/work/instance-3/dl/faketime/faketime-v0.9.6.tar.gz | /home/naourr/work/instance-3/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output/build/host-faketime-v0.9.6 -xf - >>> host-faketime v0.9.6 Patching Applying 0001-Disable-the-non-null-compare-warning-error.patch using patch: patching file src/Makefile >>> host-faketime v0.9.6 Configuring >>> host-faketime v0.9.6 Building PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-3/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-3/output/host/lib/pkgconfig:/home/naourr/work/instance-3/output/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/naourr/work/instance-3/output/host/include" CFLAGS="-O2 -I/home/naourr/work/instance-3/output/host/include" CXXFLAGS="-O2 -I/home/naourr/work/instance-3/output/host/include" LDFLAGS="-L/home/naourr/work/instance-3/output/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-3/output/build/host-faketime-v0.9.6 PREFIX=/home/naourr/work/instance-3/output/host /usr/bin/make -C src all /usr/bin/gcc -o libfaketime.o -c -O2 -I/home/naourr/work/instance-3/output/host/include -std=gnu99 -Wall -Wextra -Werror -Wno-nonnull-compare -DFAKE_STAT -DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS -fPIC -DPREFIX='"'/home/naourr/work/instance-3/output/host'"' -DLIBDIRNAME='"'/lib/faketime'"' libfaketime.c /usr/bin/gcc -o libfaketimeMT.o -c -O2 -I/home/naourr/work/instance-3/output/host/include -std=gnu99 -Wall -Wextra -Werror -Wno-nonnull-compare -DFAKE_STAT -DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS -fPIC -DPREFIX='"'/home/naourr/work/instance-3/output/host'"' -DLIBDIRNAME='"'/lib/faketime'"' libfaketime.c /usr/bin/gcc -o faketime -O2 -I/home/naourr/work/instance-3/output/host/include -std=gnu99 -Wall -Wextra -Werror -Wno-nonnull-compare -DFAKE_STAT -DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS -fPIC -DPREFIX='"'/home/naourr/work/instance-3/output/host'"' -DLIBDIRNAME='"'/lib/faketime'"' faketime.c -L/home/naourr/work/instance-3/output/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output/host/lib -Wl,--version-script=libfaketime.map -lpthread -lrt faketime.c: In function 'main': faketime.c:272:45: error: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 0 and 4095 [-Werror=format-truncation=] snprintf(shared_objs, PATH_BUFSIZE, "%s %s", sem_name, shm_name); ^~ ~~~~~~~~ faketime.c:272:5: note: 'snprintf' output between 2 and 8192 bytes into a destination of size 4096 snprintf(shared_objs, PATH_BUFSIZE, "%s %s", sem_name, shm_name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[3]: *** [Makefile:94: faketime] Error 1 make[3]: *** Waiting for unfinished jobs.... libfaketime.c: In function 'fake_clock_gettime.part.3': libfaketime.c:1769:9: error: 'strncpy' specified bound 256 equals destination size [-Werror=stringop-truncation] strncpy(user_faked_time, tmp_env, BUFFERLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libfaketime.c: In function 'fake_clock_gettime.part.3': libfaketime.c:1769:9: error: 'strncpy' specified bound 256 equals destination size [-Werror=stringop-truncation] strncpy(user_faked_time, tmp_env, BUFFERLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libfaketime.c: In function 'ftpl_init': libfaketime.c: In function 'ftpl_init': libfaketime.c:1527:12: error: 'strncpy' specified bound 1024 equals destination size [-Werror=stringop-truncation] (void) strncpy(ft_spawn_target, getenv("FAKETIME_SPAWN_TARGET"), 1024); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libfaketime.c:1527:12: error: 'strncpy' specified bound 1024 equals destination size [-Werror=stringop-truncation] (void) strncpy(ft_spawn_target, getenv("FAKETIME_SPAWN_TARGET"), 1024); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libfaketime.c:1588:5: error: 'strncpy' specified bound 8192 equals destination size [-Werror=stringop-truncation] strncpy(user_faked_time_fmt, tmp_env, BUFSIZ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libfaketime.c:1588:5: error: 'strncpy' specified bound 8192 equals destination size [-Werror=stringop-truncation] strncpy(user_faked_time_fmt, tmp_env, BUFSIZ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors cc1: all warnings being treated as errors make[3]: *** [Makefile:88: libfaketime.o] Error 1 make[3]: *** [Makefile:88: libfaketimeMT.o] Error 1 make[2]: *** [Makefile:7: all] Error 2 make[1]: *** [package/pkg-generic.mk:226: /home/naourr/work/instance-3/output/build/host-faketime-v0.9.6/.stamp_built] Error 2 make: *** [Makefile:79: _all] Error 2 make: Leaving directory '/home/naourr/work/instance-3/buildroot'