common.h:98:39: note: expected 'char *' but argument is of type 'const char *' 98 | extern void sh_erange PARAMS((char *, char *)); | ^~~~~~ ../include/stdc.h:33:28: note: in definition of macro 'PARAMS' 33 | # define PARAMS(protos) protos | ^~~~~~ In file included from ../bashintl.h:30, from ./history.def:75: ../include/gettext.h:46:26: warning: passing argument 2 of 'sh_erange' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 46 | # define gettext(Msgid) ((const char *) (Msgid)) | ~^~~~~~~~~~~~~~~~~~~~~~~ ../bashintl.h:36:25: note: in expansion of macro 'gettext' 36 | #define _(msgid) gettext(msgid) | ^~~~~~~ ./history.def:230:34: note: in expansion of macro '_' 230 | sh_erange (delete_arg, _("history position")); | ^ In file included from ../command.h:25, from ../shell.h:27, from ./history.def:77: common.h:98:39: note: expected 'char *' but argument is of type 'const char *' 98 | extern void sh_erange PARAMS((char *, char *)); | ^~~~~~ ../include/stdc.h:33:28: note: in definition of macro 'PARAMS' 33 | # define PARAMS(protos) protos | ^~~~~~ In file included from ../bashintl.h:30, from ./history.def:75: ../include/gettext.h:46:26: warning: passing argument 2 of 'sh_erange' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 46 | # define gettext(Msgid) ((const char *) (Msgid)) | ~^~~~~~~~~~~~~~~~~~~~~~~ ../bashintl.h:36:25: note: in expansion of macro 'gettext' 36 | #define _(msgid) gettext(msgid) | ^~~~~~~ ./history.def:242:38: note: in expansion of macro '_' 242 | sh_erange (delete_arg, _("history position")); | ^ In file included from ../command.h:25, from ../shell.h:27, from ./history.def:77: common.h:98:39: note: expected 'char *' but argument is of type 'const char *' 98 | extern void sh_erange PARAMS((char *, char *)); | ^~~~~~ ../include/stdc.h:33:28: note: in definition of macro 'PARAMS' 33 | # define PARAMS(protos) protos | ^~~~~~ In file included from ../bashintl.h:30, from ./history.def:75: ../include/gettext.h:46:26: warning: passing argument 2 of 'sh_erange' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 46 | # define gettext(Msgid) ((const char *) (Msgid)) | ~^~~~~~~~~~~~~~~~~~~~~~~ ../bashintl.h:36:25: note: in expansion of macro 'gettext' 36 | #define _(msgid) gettext(msgid) | ^~~~~~~ ./history.def:249:34: note: in expansion of macro '_' 249 | sh_erange (delete_arg, _("history position")); | ^ In file included from ../command.h:25, from ../shell.h:27, from ./history.def:77: common.h:98:39: note: expected 'char *' but argument is of type 'const char *' 98 | extern void sh_erange PARAMS((char *, char *)); | ^~~~~~ ../include/stdc.h:33:28: note: in definition of macro 'PARAMS' 33 | # define PARAMS(protos) protos | ^~~~~~ ./jobs.def: In function 'disown_builtin': ./jobs.def:284:46: warning: passing argument 1 of 'sh_badjob' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 284 | sh_badjob (list ? list->word->word : _("current")); In file included from ../command.h:25, from ../shell.h:27, from ./jobs.def:61: common.h:100:31: note: expected 'char *' but argument is of type 'const char *' 100 | extern void sh_badjob PARAMS((char *)); | ^~~~~~ ../include/stdc.h:33:28: note: in definition of macro 'PARAMS' 33 | # define PARAMS(protos) protos | ^~~~~~ /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DLOCALEDIR="\"/usr/share/locale\"" -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -DDEFAULT_EMULATION='"armelf_linux_eabi"' \ -DBINDIR='"/usr/bin"' -DTOOLBINDIR='"/usr/arm-buildroot-linux-gnueabihf/bin"' \ -DTARGET='"arm-buildroot-linux-gnueabihf"' -DTARGET_SYSTEM_ROOT=\"\" \ ./ldmain.c rm -f jobs.c /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DLOCALEDIR="\"/usr/share/locale\"" -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o ldwrite.o ldwrite.c rm -f history.c rm -f kill.o ./mkbuiltins -D . kill.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 kill.c || ( rm -f kill.c ; exit 1 ) ./kill.def: In function 'kill_error': ./kill.def:274:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 274 | x = _("Unknown error"); | ^ rm -f kill.c rm -f let.o ./mkbuiltins -D . let.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 let.c || ( rm -f let.c ; exit 1 ) /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DLOCALEDIR="\"/usr/share/locale\"" -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o ldexp.o ldexp.c rm -f let.c rm -f mapfile.o ./mkbuiltins -D . mapfile.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 mapfile.c || ( rm -f mapfile.c ; exit 1 ) /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DLOCALEDIR="\"/usr/share/locale\"" -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o ldemul.o ldemul.c rm -f mapfile.c rm -f pushd.o ./mkbuiltins -D . pushd.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 pushd.c || ( rm -f pushd.c ; exit 1 ) In file included from ../bashintl.h:30, from ./pushd.def:132: ./pushd.def: In function 'pushd_error': ../include/gettext.h:46:26: warning: passing argument 2 of 'sh_erange' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 46 | # define gettext(Msgid) ((const char *) (Msgid)) | ~^~~~~~~~~~~~~~~~~~~~~~~ ../bashintl.h:36:25: note: in expansion of macro 'gettext' 36 | #define _(msgid) gettext(msgid) | ^~~~~~~ ./pushd.def:526:21: note: in expansion of macro '_' 526 | sh_erange (arg, _("directory stack index")); | ^ In file included from ./pushd.def:136: common.h:98:39: note: expected 'char *' but argument is of type 'const char *' 98 | extern void sh_erange PARAMS((char *, char *)); | ^~~~~~ ../lib/tilde/tilde.h:36:28: note: in definition of macro 'PARAMS' 36 | # define PARAMS(protos) protos | ^~~~~~ /home/buildroot/autobuild/instance-2/output-1/per-package/libopenssl/host/bin/arm-buildroot-linux-gnueabihf-gcc -I. -Iinclude -Iapps -pthread -Wa,--noexecstack -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g0 -D_FORTIFY_SOURCE=1 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF apps/spkac.d.tmp -MT apps/spkac.o -c -o apps/spkac.o apps/spkac.c rm -f pushd.c rm -f read.o ./mkbuiltins -D . read.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 read.c || ( rm -f read.c ; exit 1 ) /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DLOCALEDIR="\"/usr/share/locale\"" -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o ldver.o ldver.c /home/buildroot/autobuild/instance-2/output-1/per-package/libopenssl/host/bin/arm-buildroot-linux-gnueabihf-gcc -I. -Iinclude -Iapps -pthread -Wa,--noexecstack -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g0 -D_FORTIFY_SOURCE=1 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF apps/srp.d.tmp -MT apps/srp.o -c -o apps/srp.o apps/srp.c /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DLOCALEDIR="\"/usr/share/locale\"" -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o ldmisc.o ldmisc.c /home/buildroot/autobuild/instance-2/output-1/per-package/libopenssl/host/bin/arm-buildroot-linux-gnueabihf-gcc -I. -Iinclude -Iapps -pthread -Wa,--noexecstack -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g0 -D_FORTIFY_SOURCE=1 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF apps/storeutl.d.tmp -MT apps/storeutl.o -c -o apps/storeutl.o apps/storeutl.c rm -f read.c rm -f return.o ./mkbuiltins -D . return.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 return.c || ( rm -f return.c ; exit 1 ) /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DLOCALEDIR="\"/usr/share/locale\"" -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -DSCRIPTDIR='"/usr/arm-buildroot-linux-gnueabihf/lib"' -DBINDIR='"/usr/bin"' \ -DTOOLBINDIR='"/usr/arm-buildroot-linux-gnueabihf/bin"' \ ./ldfile.c rm -f return.c rm -f set.o ./mkbuiltins -D . set.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 set.c || ( rm -f set.c ; exit 1 ) /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DLOCALEDIR="\"/usr/share/locale\"" -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o ldcref.o ldcref.c /home/buildroot/autobuild/instance-2/output-1/per-package/libopenssl/host/bin/arm-buildroot-linux-gnueabihf-gcc -I. -Iinclude -Iapps -pthread -Wa,--noexecstack -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g0 -D_FORTIFY_SOURCE=1 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF apps/ts.d.tmp -MT apps/ts.o -c -o apps/ts.o apps/ts.c /home/buildroot/autobuild/instance-2/output-1/per-package/libopenssl/host/bin/arm-buildroot-linux-gnueabihf-gcc -I. -Iinclude -Iapps -pthread -Wa,--noexecstack -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g0 -D_FORTIFY_SOURCE=1 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF apps/verify.d.tmp -MT apps/verify.o -c -o apps/verify.o apps/verify.c /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DLOCALEDIR="\"/usr/share/locale\"" -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o plugin.o plugin.c rm -f set.c rm -f setattr.o ./mkbuiltins -D . setattr.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 setattr.c || ( rm -f setattr.c ; exit 1 ) /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DLOCALEDIR="\"/usr/share/locale\"" -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o ldbuildid.o ldbuildid.c /home/buildroot/autobuild/instance-2/output-1/per-package/libopenssl/host/bin/arm-buildroot-linux-gnueabihf-gcc -I. -Iinclude -Iapps -pthread -Wa,--noexecstack -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g0 -D_FORTIFY_SOURCE=1 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF apps/version.d.tmp -MT apps/version.o -c -o apps/version.o apps/version.c /home/buildroot/autobuild/instance-2/output-1/per-package/libopenssl/host/bin/arm-buildroot-linux-gnueabihf-gcc -I. -Iinclude -Iapps -pthread -Wa,--noexecstack -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g0 -D_FORTIFY_SOURCE=1 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF apps/x509.d.tmp -MT apps/x509.o -c -o apps/x509.o apps/x509.c rm -f setattr.c rm -f shift.o ./mkbuiltins -D . shift.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 shift.c || ( rm -f shift.c ; exit 1 ) In file included from ../bashintl.h:30, from ./shift.def:33: ./shift.def: In function 'shift_builtin': ../include/gettext.h:46:26: warning: passing argument 2 of 'sh_erange' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 46 | # define gettext(Msgid) ((const char *) (Msgid)) | ~^~~~~~~~~~~~~~~~~~~~~~~ ../bashintl.h:36:25: note: in expansion of macro 'gettext' 36 | #define _(msgid) gettext(msgid) | ^~~~~~~ ./shift.def:72:50: note: in expansion of macro '_' 72 | sh_erange (list ? list->word->word : NULL, _("shift count")); | ^ In file included from ../command.h:25, from ../shell.h:27, from ./shift.def:35: common.h:98:39: note: expected 'char *' but argument is of type 'const char *' 98 | extern void sh_erange PARAMS((char *, char *)); | ^~~~~~ ../include/stdc.h:33:28: note: in definition of macro 'PARAMS' 33 | # define PARAMS(protos) protos | ^~~~~~ In file included from ../bashintl.h:30, from ./shift.def:33: ../include/gettext.h:46:26: warning: passing argument 2 of 'sh_erange' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 46 | # define gettext(Msgid) ((const char *) (Msgid)) | ~^~~~~~~~~~~~~~~~~~~~~~~ ../bashintl.h:36:25: note: in expansion of macro 'gettext' 36 | #define _(msgid) gettext(msgid) | ^~~~~~~ ./shift.def:79:52: note: in expansion of macro '_' 79 | sh_erange (list ? list->word->word : NULL, _("shift count")); | ^ In file included from ../command.h:25, from ../shell.h:27, from ./shift.def:35: common.h:98:39: note: expected 'char *' but argument is of type 'const char *' 98 | extern void sh_erange PARAMS((char *, char *)); | ^~~~~~ ../include/stdc.h:33:28: note: in definition of macro 'PARAMS' 33 | # define PARAMS(protos) protos | ^~~~~~ cp ./emultempl/astring.sed stringify.sed /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DLOCALEDIR="\"/usr/share/locale\"" -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o ldelf.o ldelf.c rm -f shift.c rm -f source.o ./mkbuiltins -D . source.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 source.c || ( rm -f source.c ; exit 1 ) rm -f suspend.o ./mkbuiltins -D . suspend.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 suspend.c || ( rm -f suspend.c ; exit 1 ) In file included from ../bashintl.h:30, from ./suspend.def:51: ./suspend.def: In function 'suspend_builtin': ../include/gettext.h:46:26: warning: passing argument 1 of 'sh_nojobs' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 46 | # define gettext(Msgid) ((const char *) (Msgid)) | ~^~~~~~~~~~~~~~~~~~~~~~~ ../bashintl.h:36:25: note: in expansion of macro 'gettext' 36 | #define _(msgid) gettext(msgid) | ^~~~~~~ ./suspend.def:102:18: note: in expansion of macro '_' 102 | sh_nojobs (_("cannot suspend")); | ^ In file included from ../command.h:25, from ../shell.h:27, from ./suspend.def:52: common.h:102:31: note: expected 'char *' but argument is of type 'const char *' 102 | extern void sh_nojobs PARAMS((char *)); | ^~~~~~ ../include/stdc.h:33:28: note: in definition of macro 'PARAMS' 33 | # define PARAMS(protos) protos | ^~~~~~ rm -f source.c /home/buildroot/autobuild/instance-2/output-1/per-package/libopenssl/host/bin/arm-buildroot-linux-gnueabihf-ar r libcrypto.a crypto/aes/aes-armv4.o crypto/aes/aes_cbc.o crypto/aes/aes_cfb.o crypto/aes/aes_ecb.o crypto/aes/aes_ige.o crypto/aes/aes_misc.o crypto/aes/aes_ofb.o crypto/aes/aes_wrap.o crypto/aes/aesv8-armx.o crypto/aes/bsaes-armv7.o crypto/aria/aria.o crypto/armcap.o crypto/armv4cpuid.o crypto/asn1/a_bitstr.o crypto/asn1/a_d2i_fp.o crypto/asn1/a_digest.o crypto/asn1/a_dup.o crypto/asn1/a_gentm.o crypto/asn1/a_i2d_fp.o crypto/asn1/a_int.o crypto/asn1/a_mbstr.o crypto/asn1/a_object.o crypto/asn1/a_octet.o crypto/asn1/a_print.o crypto/asn1/a_sign.o crypto/asn1/a_strex.o crypto/asn1/a_strnid.o crypto/asn1/a_time.o crypto/asn1/a_type.o crypto/asn1/a_utctm.o crypto/asn1/a_utf8.o crypto/asn1/a_verify.o crypto/asn1/ameth_lib.o crypto/asn1/asn1_err.o crypto/asn1/asn1_gen.o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_lib.o crypto/asn1/asn1_par.o crypto/asn1/asn_mime.o crypto/asn1/asn_moid.o crypto/asn1/asn_mstbl.o crypto/asn1/asn_pack.o crypto/asn1/bio_asn1.o crypto/asn1/bio_ndef.o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pu.o crypto/asn1/evp_asn1.o crypto/asn1/f_int.o crypto/asn1/f_string.o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pu.o crypto/asn1/n_pkey.o crypto/asn1/nsseq.o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbev2.o crypto/asn1/p5_scrypt.o crypto/asn1/p8_pkey.o crypto/asn1/t_bitst.o crypto/asn1/t_pkey.o crypto/asn1/t_spki.o crypto/asn1/tasn_dec.o crypto/asn1/tasn_enc.o crypto/asn1/tasn_fre.o crypto/asn1/tasn_new.o crypto/asn1/tasn_prn.o crypto/asn1/tasn_scn.o crypto/asn1/tasn_typ.o crypto/asn1/tasn_utl.o crypto/asn1/x_algor.o crypto/asn1/x_bignum.o crypto/asn1/x_info.o crypto/asn1/x_int64.o crypto/asn1/x_long.o crypto/asn1/x_pkey.o crypto/asn1/x_sig.o crypto/asn1/x_spki.o crypto/asn1/x_val.o crypto/async/arch/async_null.o crypto/async/arch/async_posix.o crypto/async/arch/async_win.o crypto/async/async.o crypto/async/async_err.o crypto/async/async_wait.o crypto/bio/b_addr.o crypto/bio/b_dump.o crypto/bio/b_print.o crypto/bio/b_sock.o crypto/bio/b_sock2.o crypto/bio/bf_buff.o crypto/bio/bf_lbuf.o crypto/bio/bf_nbio.o crypto/bio/bf_null.o crypto/bio/bio_cb.o crypto/bio/bio_err.o crypto/bio/bio_lib.o crypto/bio/bio_meth.o crypto/bio/bss_acpt.o crypto/bio/bss_bio.o crypto/bio/bss_conn.o crypto/bio/bss_dgram.o crypto/bio/bss_fd.o crypto/bio/bss_file.o crypto/bio/bss_log.o crypto/bio/bss_mem.o crypto/bio/bss_null.o crypto/bio/bss_sock.o crypto/bn/armv4-gf2m.o crypto/bn/armv4-mont.o crypto/bn/bn_add.o crypto/bn/bn_asm.o crypto/bn/bn_blind.o crypto/bn/bn_const.o crypto/bn/bn_ctx.o crypto/bn/bn_depr.o crypto/bn/bn_dh.o crypto/bn/bn_div.o crypto/bn/bn_err.o crypto/bn/bn_exp.o crypto/bn/bn_exp2.o crypto/bn/bn_gcd.o crypto/bn/bn_gf2m.o crypto/bn/bn_intern.o crypto/bn/bn_kron.o crypto/bn/bn_lib.o crypto/bn/bn_mod.o crypto/bn/bn_mont.o crypto/bn/bn_mpi.o crypto/bn/bn_mul.o crypto/bn/bn_nist.o crypto/bn/bn_prime.o crypto/bn/bn_print.o crypto/bn/bn_rand.o crypto/bn/bn_recp.o crypto/bn/bn_shift.o crypto/bn/bn_sqr.o crypto/bn/bn_sqrt.o crypto/bn/bn_srp.o crypto/bn/bn_word.o crypto/bn/bn_x931p.o crypto/buffer/buf_err.o crypto/buffer/buffer.o crypto/camellia/camellia.o crypto/camellia/cmll_cbc.o crypto/camellia/cmll_cfb.o crypto/camellia/cmll_ctr.o crypto/camellia/cmll_ecb.o crypto/camellia/cmll_misc.o crypto/camellia/cmll_ofb.o crypto/cmac/cm_ameth.o crypto/cmac/cm_pmeth.o crypto/cmac/cmac.o crypto/cms/cms_asn1.o crypto/cms/cms_att.o crypto/cms/cms_cd.o crypto/cms/cms_dd.o crypto/cms/cms_enc.o crypto/cms/cms_env.o crypto/cms/cms_err.o crypto/cms/cms_ess.o crypto/cms/cms_io.o crypto/cms/cms_kari.o crypto/cms/cms_lib.o crypto/cms/cms_pwri.o crypto/cms/cms_sd.o crypto/cms/cms_smime.o crypto/conf/conf_api.o crypto/conf/conf_def.o crypto/conf/conf_err.o crypto/conf/conf_lib.o crypto/conf/conf_mall.o crypto/conf/conf_mod.o crypto/conf/conf_sap.o crypto/conf/conf_ssl.o crypto/cpt_err.o crypto/cryptlib.o crypto/ct/ct_b64.o crypto/ct/ct_err.o crypto/ct/ct_log.o crypto/ct/ct_oct.o crypto/ct/ct_policy.o crypto/ct/ct_prn.o crypto/ct/ct_sct.o crypto/ct/ct_sct_ctx.o crypto/ct/ct_vfy.o crypto/ct/ct_x509v3.o crypto/ctype.o crypto/cversion.o crypto/des/cbc_cksm.o crypto/des/cbc_enc.o crypto/des/cfb64ede.o crypto/des/cfb64enc.o crypto/des/cfb_enc.o crypto/des/des_enc.o crypto/des/ecb3_enc.o crypto/des/ecb_enc.o crypto/des/fcrypt.o crypto/des/fcrypt_b.o crypto/des/ofb64ede.o crypto/des/ofb64enc.o crypto/des/ofb_enc.o crypto/des/pcbc_enc.o crypto/des/qud_cksm.o crypto/des/rand_key.o crypto/des/set_key.o crypto/des/str2key.o crypto/des/xcbc_enc.o crypto/dh/dh_ameth.o crypto/dh/dh_asn1.o crypto/dh/dh_check.o crypto/dh/dh_depr.o crypto/dh/dh_err.o crypto/dh/dh_gen.o crypto/dh/dh_kdf.o crypto/dh/dh_key.o crypto/dh/dh_lib.o crypto/dh/dh_meth.o crypto/dh/dh_pmeth.o crypto/dh/dh_prn.o crypto/dh/dh_rfc5114.o crypto/dh/dh_rfc7919.o crypto/dsa/dsa_ameth.o crypto/dsa/dsa_asn1.o crypto/dsa/dsa_depr.o crypto/dsa/dsa_err.o crypto/dsa/dsa_gen.o crypto/dsa/dsa_key.o crypto/dsa/dsa_lib.o crypto/dsa/dsa_meth.o crypto/dsa/dsa_ossl.o crypto/dsa/dsa_pmeth.o crypto/dsa/dsa_prn.o crypto/dsa/dsa_sign.o crypto/dsa/dsa_vrf.o crypto/dso/dso_dl.o crypto/dso/dso_dlfcn.o crypto/dso/dso_err.o crypto/dso/dso_lib.o crypto/dso/dso_openssl.o crypto/dso/dso_vms.o crypto/dso/dso_win32.o crypto/ebcdic.o crypto/ec/curve25519.o crypto/ec/curve448/arch_32/f_impl.o crypto/ec/curve448/curve448.o crypto/ec/curve448/curve448_tables.o crypto/ec/curve448/eddsa.o crypto/ec/curve448/f_generic.o crypto/ec/curve448/scalar.o crypto/ec/ec2_oct.o crypto/ec/ec2_smpl.o crypto/ec/ec_ameth.o crypto/ec/ec_asn1.o crypto/ec/ec_check.o crypto/ec/ec_curve.o crypto/ec/ec_cvt.o crypto/ec/ec_err.o crypto/ec/ec_key.o crypto/ec/ec_kmeth.o crypto/ec/ec_lib.o crypto/ec/ec_mult.o crypto/ec/ec_oct.o crypto/ec/ec_pmeth.o crypto/ec/ec_print.o crypto/ec/ecdh_kdf.o crypto/ec/ecdh_ossl.o crypto/ec/ecdsa_ossl.o crypto/ec/ecdsa_sign.o crypto/ec/ecdsa_vrf.o crypto/ec/eck_prn.o crypto/ec/ecp_mont.o crypto/ec/ecp_nist.o crypto/ec/ecp_nistp224.o crypto/ec/ecp_nistp256.o crypto/ec/ecp_nistp521.o crypto/ec/ecp_nistputil.o crypto/ec/ecp_nistz256-armv4.o crypto/ec/ecp_nistz256.o crypto/ec/ecp_oct.o crypto/ec/ecp_smpl.o crypto/ec/ecx_meth.o crypto/engine/eng_all.o crypto/engine/eng_cnf.o crypto/engine/eng_ctrl.o crypto/engine/eng_dyn.o crypto/engine/eng_err.o crypto/engine/eng_fat.o crypto/engine/eng_init.o crypto/engine/eng_lib.o crypto/engine/eng_list.o crypto/engine/eng_openssl.o crypto/engine/eng_pkey.o crypto/engine/eng_rdrand.o crypto/engine/eng_table.o crypto/engine/tb_asnmth.o crypto/engine/tb_cipher.o crypto/engine/tb_dh.o crypto/engine/tb_digest.o crypto/engine/tb_dsa.o crypto/engine/tb_eckey.o crypto/engine/tb_pkmeth.o crypto/engine/tb_rand.o crypto/engine/tb_rsa.o crypto/err/err.o crypto/err/err_all.o crypto/err/err_prn.o crypto/evp/bio_b64.o crypto/evp/bio_enc.o crypto/evp/bio_md.o crypto/evp/bio_ok.o crypto/evp/c_allc.o crypto/evp/c_alld.o crypto/evp/cmeth_lib.o crypto/evp/digest.o crypto/evp/e_aes.o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aria.o crypto/evp/e_bf.o crypto/evp/e_camellia.o crypto/evp/e_cast.o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_des.o crypto/evp/e_des3.o crypto/evp/e_idea.o crypto/evp/e_null.o crypto/evp/e_old.o crypto/evp/e_rc2.o crypto/evp/e_rc4.o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc5.o crypto/evp/e_seed.o crypto/evp/e_sm4.o crypto/evp/e_xcbc_d.o crypto/evp/encode.o crypto/evp/evp_cnf.o crypto/evp/evp_enc.o crypto/evp/evp_err.o crypto/evp/evp_key.o crypto/evp/evp_lib.o crypto/evp/evp_pbe.o crypto/evp/evp_pkey.o crypto/evp/m_md2.o crypto/evp/m_md4.o crypto/evp/m_md5.o crypto/evp/m_md5_sha1.o crypto/evp/m_mdc2.o crypto/evp/m_null.o crypto/evp/m_ripemd.o crypto/evp/m_sha1.o crypto/evp/m_sha3.o crypto/evp/m_sigver.o crypto/evp/m_wp.o crypto/evp/names.o crypto/evp/p5_crpt.o crypto/evp/p5_crpt2.o crypto/evp/p_dec.o crypto/evp/p_enc.o crypto/evp/p_lib.o crypto/evp/p_open.o crypto/evp/p_seal.o crypto/evp/p_sign.o crypto/evp/p_verify.o crypto/evp/pbe_scrypt.o crypto/evp/pmeth_fn.o crypto/evp/pmeth_gn.o crypto/evp/pmeth_lib.o crypto/ex_data.o crypto/getenv.o crypto/hmac/hm_ameth.o crypto/hmac/hm_pmeth.o crypto/hmac/hmac.o crypto/init.o crypto/kdf/hkdf.o crypto/kdf/kdf_err.o crypto/kdf/scrypt.o crypto/kdf/tls1_prf.o crypto/lhash/lh_stats.o crypto/lhash/lhash.o crypto/md4/md4_dgst.o crypto/md4/md4_one.o crypto/md5/md5_dgst.o crypto/md5/md5_one.o crypto/mem.o crypto/mem_dbg.o crypto/mem_sec.o crypto/modes/cbc128.o crypto/modes/ccm128.o crypto/modes/cfb128.o crypto/modes/ctr128.o crypto/modes/cts128.o crypto/modes/gcm128.o crypto/modes/ghash-armv4.o crypto/modes/ghashv8-armx.o crypto/modes/ocb128.o crypto/modes/ofb128.o crypto/modes/wrap128.o crypto/modes/xts128.o crypto/o_dir.o crypto/o_fips.o crypto/o_fopen.o crypto/o_init.o crypto/o_str.o crypto/o_time.o crypto/objects/o_names.o crypto/objects/obj_dat.o crypto/objects/obj_err.o crypto/objects/obj_lib.o crypto/objects/obj_xref.o crypto/ocsp/ocsp_asn.o crypto/ocsp/ocsp_cl.o crypto/ocsp/ocsp_err.o crypto/ocsp/ocsp_ext.o crypto/ocsp/ocsp_ht.o crypto/ocsp/ocsp_lib.o crypto/ocsp/ocsp_prn.o crypto/ocsp/ocsp_srv.o crypto/ocsp/ocsp_vfy.o crypto/ocsp/v3_ocsp.o crypto/pem/pem_all.o crypto/pem/pem_err.o crypto/pem/pem_info.o crypto/pem/pem_lib.o crypto/pem/pem_oth.o crypto/pem/pem_pk8.o crypto/pem/pem_pkey.o crypto/pem/pem_sign.o crypto/pem/pem_x509.o crypto/pem/pem_xaux.o crypto/pem/pvkfmt.o crypto/pkcs12/p12_add.o crypto/pkcs12/p12_asn.o crypto/pkcs12/p12_attr.o crypto/pkcs12/p12_crpt.o crypto/pkcs12/p12_crt.o crypto/pkcs12/p12_decr.o crypto/pkcs12/p12_init.o crypto/pkcs12/p12_key.o crypto/pkcs12/p12_kiss.o crypto/pkcs12/p12_mutl.o crypto/pkcs12/p12_npas.o crypto/pkcs12/p12_p8d.o crypto/pkcs12/p12_p8e.o crypto/pkcs12/p12_sbag.o crypto/pkcs12/p12_utl.o crypto/pkcs12/pk12err.o crypto/pkcs7/bio_pk7.o crypto/pkcs7/pk7_asn1.o crypto/pkcs7/pk7_attr.o crypto/pkcs7/pk7_doit.o crypto/pkcs7/pk7_lib.o crypto/pkcs7/pk7_mime.o crypto/pkcs7/pk7_smime.o crypto/pkcs7/pkcs7err.o crypto/poly1305/poly1305-armv4.o crypto/poly1305/poly1305.o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_pmeth.o crypto/rand/drbg_ctr.o crypto/rand/drbg_lib.o crypto/rand/rand_egd.o crypto/rand/rand_err.o crypto/rand/rand_lib.o crypto/rand/rand_unix.o crypto/rand/rand_vms.o crypto/rand/rand_win.o crypto/rand/randfile.o crypto/rc4/rc4_enc.o crypto/rc4/rc4_skey.o crypto/rsa/rsa_ameth.o crypto/rsa/rsa_asn1.o crypto/rsa/rsa_chk.o crypto/rsa/rsa_crpt.o crypto/rsa/rsa_depr.o crypto/rsa/rsa_err.o crypto/rsa/rsa_gen.o crypto/rsa/rsa_lib.o crypto/rsa/rsa_meth.o crypto/rsa/rsa_mp.o crypto/rsa/rsa_none.o crypto/rsa/rsa_oaep.o crypto/rsa/rsa_ossl.o crypto/rsa/rsa_pk1.o crypto/rsa/rsa_pmeth.o crypto/rsa/rsa_prn.o crypto/rsa/rsa_pss.o crypto/rsa/rsa_saos.o crypto/rsa/rsa_sign.o crypto/rsa/rsa_ssl.o crypto/rsa/rsa_x931.o crypto/rsa/rsa_x931g.o crypto/sha/keccak1600-armv4.o crypto/sha/sha1-armv4-large.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256-armv4.o crypto/sha/sha256.o crypto/sha/sha512-armv4.o crypto/sha/sha512.o crypto/siphash/siphash.o crypto/siphash/siphash_ameth.o crypto/siphash/siphash_pmeth.o crypto/sm2/sm2_crypt.o crypto/sm2/sm2_err.o crypto/sm2/sm2_pmeth.o crypto/sm2/sm2_sign.o crypto/sm3/m_sm3.o crypto/sm3/sm3.o crypto/sm4/sm4.o crypto/srp/srp_lib.o crypto/srp/srp_vfy.o crypto/stack/stack.o crypto/store/loader_file.o crypto/store/store_err.o crypto/store/store_init.o crypto/store/store_lib.o crypto/store/store_register.o crypto/store/store_strings.o crypto/threads_none.o crypto/threads_pthread.o crypto/threads_win.o crypto/ts/ts_asn1.o crypto/ts/ts_conf.o crypto/ts/ts_err.o crypto/ts/ts_lib.o crypto/ts/ts_req_print.o crypto/ts/ts_req_utils.o crypto/ts/ts_rsp_print.o crypto/ts/ts_rsp_sign.o crypto/ts/ts_rsp_utils.o crypto/ts/ts_rsp_verify.o crypto/ts/ts_verify_ctx.o crypto/txt_db/txt_db.o crypto/ui/ui_err.o crypto/ui/ui_lib.o crypto/ui/ui_null.o crypto/ui/ui_openssl.o crypto/ui/ui_util.o crypto/uid.o crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509/t_crl.o crypto/x509/t_req.o crypto/x509/t_x509.o crypto/x509/x509_att.o crypto/x509/x509_cmp.o crypto/x509/x509_d2.o crypto/x509/x509_def.o crypto/x509/x509_err.o crypto/x509/x509_ext.o crypto/x509/x509_lu.o crypto/x509/x509_meth.o crypto/x509/x509_obj.o crypto/x509/x509_r2x.o crypto/x509/x509_req.o crypto/x509/x509_set.o crypto/x509/x509_trs.o crypto/x509/x509_txt.o crypto/x509/x509_v3.o crypto/x509/x509_vfy.o crypto/x509/x509_vpm.o crypto/x509/x509cset.o crypto/x509/x509name.o crypto/x509/x509rset.o crypto/x509/x509spki.o crypto/x509/x509type.o crypto/x509/x_all.o crypto/x509/x_attrib.o crypto/x509/x_crl.o crypto/x509/x_exten.o crypto/x509/x_name.o crypto/x509/x_pubkey.o crypto/x509/x_req.o crypto/x509/x_x509.o crypto/x509/x_x509a.o crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o engines/e_afalg.o engines/e_capi.o engines/e_padlock.o /home/buildroot/autobuild/instance-2/output-1/per-package/libopenssl/host/bin/arm-buildroot-linux-gnueabihf-ar: creating libcrypto.a rm -f suspend.c rm -f test.o ./mkbuiltins -D . test.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 test.c || ( rm -f test.c ; exit 1 ) /home/buildroot/autobuild/instance-2/output-1/per-package/libopenssl/host/bin/arm-buildroot-linux-gnueabihf-ranlib libcrypto.a || echo Never mind. rm -f times.o ./mkbuiltins -D . times.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 times.c || ( rm -f times.c ; exit 1 ) rm -f test.c /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DLOCALEDIR="\"/usr/share/locale\"" -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o ldelfgen.o ldelfgen.c rm -f times.c rm -f trap.o ./mkbuiltins -D . trap.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 trap.c || ( rm -f trap.c ; exit 1 ) rm -f type.o ./mkbuiltins -D . type.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 type.c || ( rm -f type.c ; exit 1 ) rm -f trap.c touch ld.1 perl ./../etc/texi2pod.pl -I . -I ./../bfd/doc -I ../bfd/doc -I ./../libiberty -Dman < ./ld.texi > ld.pod /home/buildroot/autobuild/instance-2/output-1/per-package/libopenssl/host/bin/arm-buildroot-linux-gnueabihf-gcc -fPIC -pthread -Wa,--noexecstack -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g0 -D_FORTIFY_SOURCE=1 -L. -Wl,-znodelete -shared -Wl,-Bsymbolic -Wl,-soname=libssl.so.1.1 \ -o libssl.so.1.1 -Wl,--version-script=libssl.map ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o \ -lcrypto -ldl -pthread -latomic rm -f type.c rm -f ulimit.o ./mkbuiltins -D . ulimit.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 ulimit.c || ( rm -f ulimit.c ; exit 1 ) (pod2man --center="GNU Development Tools" --release="binutils-2.36.1" --section=1 ld.pod | \ sed -e '/^.if n .na/d' > ld.1.T$$ && \ mv -f ld.1.T$$ ld.1) || \ (rm -f ld.1.T$$ && exit 1) if [ 'libssl.so' != 'libssl.so.1.1' ]; then \ rm -f libssl.so; \ ln -s libssl.so.1.1 libssl.so; \ fi rm -f umask.o ./mkbuiltins -D . umask.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 umask.c || ( rm -f umask.c ; exit 1 ) rm -f apps/openssl ${LDCMD:-/home/buildroot/autobuild/instance-2/output-1/per-package/libopenssl/host/bin/arm-buildroot-linux-gnueabihf-gcc} -pthread -Wa,--noexecstack -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -g0 -D_FORTIFY_SOURCE=1 -L. \ -o apps/openssl apps/asn1pars.o apps/ca.o apps/ciphers.o apps/cms.o apps/crl.o apps/crl2p7.o apps/dgst.o apps/dhparam.o apps/dsa.o apps/dsaparam.o apps/ec.o apps/ecparam.o apps/enc.o apps/engine.o apps/errstr.o apps/gendsa.o apps/genpkey.o apps/genrsa.o apps/nseq.o apps/ocsp.o apps/openssl.o apps/passwd.o apps/pkcs12.o apps/pkcs7.o apps/pkcs8.o apps/pkey.o apps/pkeyparam.o apps/pkeyutl.o apps/prime.o apps/rand.o apps/rehash.o apps/req.o apps/rsa.o apps/rsautl.o apps/s_client.o apps/s_server.o apps/s_time.o apps/sess_id.o apps/smime.o apps/speed.o apps/spkac.o apps/srp.o apps/storeutl.o apps/ts.o apps/verify.o apps/version.o apps/x509.o \ apps/libapps.a -lssl -lcrypto -ldl -pthread -latomic In file included from ../bashintl.h:30, from ./ulimit.def:90: ./ulimit.def: In function 'ulimit_internal': ../include/gettext.h:46:26: warning: passing argument 2 of 'sh_erange' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 46 | # define gettext(Msgid) ((const char *) (Msgid)) | ~^~~~~~~~~~~~~~~~~~~~~~~ ../bashintl.h:36:25: note: in expansion of macro 'gettext' 36 | #define _(msgid) gettext(msgid) | ^~~~~~~ ./ulimit.def:481:30: note: in expansion of macro '_' 481 | sh_erange (cmdarg, _("limit")); | ^ In file included from ../command.h:25, from ../shell.h:27, from ./ulimit.def:92: common.h:98:39: note: expected 'char *' but argument is of type 'const char *' 98 | extern void sh_erange PARAMS((char *, char *)); | ^~~~~~ ../include/stdc.h:33:28: note: in definition of macro 'PARAMS' 33 | # define PARAMS(protos) protos | ^~~~~~ In file included from ../bashintl.h:30, from ./umask.def:57: ./umask.def: In function 'umask_builtin': ../include/gettext.h:46:26: warning: passing argument 2 of 'sh_erange' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 46 | # define gettext(Msgid) ((const char *) (Msgid)) | ~^~~~~~~~~~~~~~~~~~~~~~~ ../bashintl.h:36:25: note: in expansion of macro 'gettext' 36 | #define _(msgid) gettext(msgid) | ^~~~~~~ ./umask.def:115:44: note: in expansion of macro '_' 115 | sh_erange (list->word->word, _("octal number")); | ^ In file included from ../command.h:25, from ../shell.h:27, from ./umask.def:59: common.h:98:39: note: expected 'char *' but argument is of type 'const char *' 98 | extern void sh_erange PARAMS((char *, char *)); | ^~~~~~ ../include/stdc.h:33:28: note: in definition of macro 'PARAMS' 33 | # define PARAMS(protos) protos | ^~~~~~ make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/libopenssl-1.1.1m' make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/libopenssl-1.1.1m' rm -f wait.o ./mkbuiltins -D . wait.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 wait.c || ( rm -f wait.c ; exit 1 ) rm -f ulimit.c rm -f getopts.o ./mkbuiltins -D . getopts.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 getopts.c || ( rm -f getopts.c ; exit 1 ) rm -f umask.c rm -f shopt.o ./mkbuiltins -D . shopt.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 shopt.c || ( rm -f shopt.c ; exit 1 ) rm -f ld.pod /bin/bash ./libtool --tag=CC --tag=disable-static --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -no-undefined -rpath /nowhere -module -avoid-version -o libdep.la -rpath /usr/lib/bfd-plugins libdep_plugin.lo rm -f wait.c rm -f printf.o ./mkbuiltins -D . printf.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 printf.c || ( rm -f printf.c ; exit 1 ) rm -f getopts.c /bin/bash ./libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -g -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -no-undefined -rpath /nowhere -o libldtestplug.la libldtestplug_la-testplug.lo libtool: link: warning: ignoring multiple `-rpath's for a libtool library libtool: link: /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -shared -fPIC -DPIC .libs/libdep_plugin.o -Wl,-soname -Wl,libdep.so -o .libs/libdep.so libtool: link: ( cd ".libs" && rm -f "libdep.la" && ln -s "../libdep.la" "libdep.la" ) libtool: link: /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -shared -fPIC -DPIC .libs/libldtestplug_la-testplug.o -Wl,-soname -Wl,libldtestplug.so.0 -o .libs/libldtestplug.so.0.0.0 rm -f getopt.o /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 getopt.c libtool: link: (cd ".libs" && rm -f "libldtestplug.so.0" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so.0") libtool: link: (cd ".libs" && rm -f "libldtestplug.so" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so") libtool: link: ( cd ".libs" && rm -f "libldtestplug.la" && ln -s "../libldtestplug.la" "libldtestplug.la" ) /bin/bash ./libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -g -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -no-undefined -rpath /nowhere -o libldtestplug2.la libldtestplug2_la-testplug2.lo rm -f shopt.c /bin/bash ./libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -g -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -no-undefined -rpath /nowhere -o libldtestplug3.la libldtestplug3_la-testplug3.lo libtool: link: /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -shared -fPIC -DPIC .libs/libldtestplug2_la-testplug2.o -Wl,-soname -Wl,libldtestplug2.so.0 -o .libs/libldtestplug2.so.0.0.0 libtool: link: /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -shared -fPIC -DPIC .libs/libldtestplug3_la-testplug3.o -Wl,-soname -Wl,libldtestplug3.so.0 -o .libs/libldtestplug3.so.0.0.0 /bin/bash ./libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -g -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -no-undefined -rpath /nowhere -o libldtestplug4.la libldtestplug4_la-testplug4.lo libtool: link: (cd ".libs" && rm -f "libldtestplug2.so.0" && ln -s "libldtestplug2.so.0.0.0" "libldtestplug2.so.0") libtool: link: (cd ".libs" && rm -f "libldtestplug3.so.0" && ln -s "libldtestplug3.so.0.0.0" "libldtestplug3.so.0") libtool: link: (cd ".libs" && rm -f "libldtestplug3.so" && ln -s "libldtestplug3.so.0.0.0" "libldtestplug3.so") libtool: link: (cd ".libs" && rm -f "libldtestplug2.so" && ln -s "libldtestplug2.so.0.0.0" "libldtestplug2.so") libtool: link: ( cd ".libs" && rm -f "libldtestplug2.la" && ln -s "../libldtestplug2.la" "libldtestplug2.la" ) libtool: link: ( cd ".libs" && rm -f "libldtestplug3.la" && ln -s "../libldtestplug3.la" "libldtestplug3.la" ) base=`echo earmelf_linux_eabi.c | sed -e 's,e\(.*\).c,\1,'`; \ /usr/bin/make run-genscripts "script_target=$base" "script_tdirname=tdir_$base" rm -f bashgetopt.o /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 bashgetopt.c make[6]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/binutils-2.36.1/ld' /bin/bash ./genscripts.sh "." "/usr/lib" "/usr" "/usr" arm-buildroot-linux-gnueabihf arm-buildroot-linux-gnueabihf arm-buildroot-linux-gnueabihf "" "" "armelf_linux_eabi armelfb_linux_eabi" "/usr/local/lib /lib /usr/lib" no yes armelf_linux_eabi "arm-buildroot-linux-gnueabihf" libtool: link: /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -shared -fPIC -DPIC .libs/libldtestplug4_la-testplug4.o -Wl,-soname -Wl,libldtestplug4.so.0 -o .libs/libldtestplug4.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libldtestplug4.so.0" && ln -s "libldtestplug4.so.0.0.0" "libldtestplug4.so.0") libtool: link: (cd ".libs" && rm -f "libldtestplug4.so" && ln -s "libldtestplug4.so.0.0.0" "libldtestplug4.so") libtool: link: ( cd ".libs" && rm -f "libldtestplug4.la" && ln -s "../libldtestplug4.la" "libldtestplug4.la" ) rm -f complete.o ./mkbuiltins -D . complete.def /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 complete.c || ( rm -f complete.c ; exit 1 ) base=`echo earmelfb_linux_eabi.c | sed -e 's,e\(.*\).c,\1,'`; \ /usr/bin/make run-genscripts "script_target=$base" "script_tdirname=tdir_$base" make[6]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/binutils-2.36.1/ld' /bin/bash ./genscripts.sh "." "/usr/lib" "/usr" "/usr" arm-buildroot-linux-gnueabihf arm-buildroot-linux-gnueabihf arm-buildroot-linux-gnueabihf "" "" "armelf_linux_eabi armelfb_linux_eabi" "/usr/local/lib /lib /usr/lib" no yes armelfb_linux_eabi "arm-buildroot-linux-gnueabihf" rm -f complete.c rm -f printf.c rm -f libbuiltins.a /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-ar cr libbuiltins.a builtins.o alias.o bind.o break.o builtin.o caller.o cd.o colon.o command.o common.o declare.o echo.o enable.o eval.o evalfile.o evalstring.o exec.o exit.o fc.o fg_bg.o hash.o help.o history.o jobs.o kill.o let.o mapfile.o pushd.o read.o return.o set.o setattr.o shift.o source.o suspend.o test.o times.o trap.o type.o ulimit.o umask.o wait.o getopts.o shopt.o printf.o getopt.o bashgetopt.o complete.o /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-ranlib libbuiltins.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/bash-5.1/builtins' /usr/bin/gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"' -DCONF_OSTYPE='"linux-gnueabihf"' -DCONF_MACHTYPE='"arm-buildroot-linux-gnueabihf"' -DCONF_VENDOR='"buildroot"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/include -O2 -I/home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/include -DCROSS_COMPILING -DBUILDTOOL -c -o buildversion.o ./version.c if cmp -s lsignames.h signames.h ; then :; else rm -f signames.h ; cp lsignames.h signames.h ; fi rm -f trap.o /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"' -DCONF_OSTYPE='"linux-gnueabihf"' -DCONF_MACHTYPE='"arm-buildroot-linux-gnueabihf"' -DCONF_VENDOR='"buildroot"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c trap.c /usr/bin/gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"' -DCONF_OSTYPE='"linux-gnueabihf"' -DCONF_MACHTYPE='"arm-buildroot-linux-gnueabihf"' -DCONF_VENDOR='"buildroot"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/include -O2 -I/home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/include -DCROSS_COMPILING -L/home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/lib -rdynamic -O2 -I/home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/include -DCROSS_COMPILING -o bashversion ./support/bashversion.c buildversion.o trap.c: In function 'signal_name': trap.c:219:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 219 | ret = (sig >= BASH_NSIG || sig < 0 || signal_names[sig] == NULL) | ^ *********************************************************** * * * GNU bash, version 5.1.4(1)-release (arm-buildroot-linux-gnueabihf) * * *********************************************************** making lib/glob/libglob.a in ./lib/glob make[2]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/bash-5.1/lib/glob' rm -f glob.o /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 glob.c make[6]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/binutils-2.36.1/ld' rm -f strmatch.o /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 strmatch.c making lib/sh/libsh.a in ./lib/sh make[2]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/bash-5.1/lib/sh' /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 clktck.c make[6]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/binutils-2.36.1/ld' /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DLOCALEDIR="\"/usr/share/locale\"" -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o earmelf_linux_eabi.o earmelf_linux_eabi.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 clock.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 getenv.c /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DLOCALEDIR="\"/usr/share/locale\"" -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o earmelfb_linux_eabi.o earmelfb_linux_eabi.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 oslib.c rm -f smatch.o /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 smatch.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 setlinebuf.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 strnlen.c making lib/tilde/libtilde.a in ./lib/tilde make[2]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/bash-5.1/lib/tilde' /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../.. -I../.. -I../../include -I../../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 tilde.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 itos.c rm -f libtilde.a /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-ar cr libtilde.a tilde.o /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 zread.c test -n "/home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-ranlib" && /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-ranlib libtilde.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/bash-5.1/lib/tilde' /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 zwrite.c /bin/bash ./libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o earmelf_linux_eabi.o earmelfb_linux_eabi.o ldelf.o ldelfgen.o ../bfd/libbfd.la ../libctf/libctf.la ../libiberty/libiberty.a -lz /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 shtty.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 shmatch.c libtool: link: /home/buildroot/autobuild/instance-2/output-1/per-package/binutils/host/bin/arm-buildroot-linux-gnueabihf-gcc -w -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o earmelf_linux_eabi.o earmelfb_linux_eabi.o ldelf.o ldelfgen.o ../bfd/.libs/libbfd.so -L/home/buildroot/autobuild/instance-2/output-1/build/binutils-2.36.1/bfd/../libiberty/pic ../libctf/.libs/libctf.so -L/home/buildroot/autobuild/instance-2/output-1/build/binutils-2.36.1/libctf/../libiberty/pic /home/buildroot/autobuild/instance-2/output-1/build/binutils-2.36.1/bfd/.libs/libbfd.so -liberty ../libiberty/libiberty.a -lz -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-2/output-1/build/binutils-2.36.1/bfd/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-2/output-1/build/binutils-2.36.1/libctf/.libs /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 eaccess.c make[5]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/binutils-2.36.1/ld' make[4]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/binutils-2.36.1/ld' make[3]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/binutils-2.36.1/ld' make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/binutils-2.36.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/binutils-2.36.1' /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 netconn.c rm -f xmbsrtowcs.o /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 xmbsrtowcs.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 netopen.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 timeval.c rm -f gmisc.o /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 gmisc.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 makepath.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 pathcanon.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 pathphys.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 tmpfile.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 stringlist.c rm -f -f libglob.a /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-ar cr libglob.a glob.o strmatch.o smatch.o xmbsrtowcs.o gmisc.o test -n "/home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-ranlib" && /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-ranlib libglob.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/bash-5.1/lib/glob' /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 stringvec.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 spell.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 shquote.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 strtrans.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 snprintf.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 mailstat.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 fmtulong.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 fmtullong.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 fmtumax.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 zcatfd.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 zmapfd.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 winsize.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 wcsdup.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 fpurge.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 zgetline.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 mbscmp.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 uconvert.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ufuncs.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 casemod.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 input_avail.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 mbscasecmp.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 fnxform.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 unicode.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 shmbchar.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 utf8.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 random.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 gettimeofday.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 wcsnwidth.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 mktime.c /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 mbschr.c rm -f libsh.a /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-ar cr libsh.a clktck.o clock.o getenv.o oslib.o setlinebuf.o strnlen.o itos.o zread.o zwrite.o shtty.o shmatch.o eaccess.o netconn.o netopen.o timeval.o makepath.o pathcanon.o pathphys.o tmpfile.o stringlist.o stringvec.o spell.o shquote.o strtrans.o snprintf.o mailstat.o fmtulong.o fmtullong.o fmtumax.o zcatfd.o zmapfd.o winsize.o wcsdup.o fpurge.o zgetline.o mbscmp.o uconvert.o ufuncs.o casemod.o input_avail.o mbscasecmp.o fnxform.o unicode.o shmbchar.o utf8.o random.o gettimeofday.o wcsnwidth.o mktime.o mbschr.o test -n "/home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-ranlib" && /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-ranlib libsh.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/bash-5.1/lib/sh' rm -f bash /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/arm-buildroot-linux-gnueabihf-gcc -L./builtins -L/home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/arm-buildroot-linux-gnueabihf/sysroot/lib -L/home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/arm-buildroot-linux-gnueabihf/sysroot/lib -L./lib/glob -L./lib/tilde -L./lib/sh -rdynamic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o bash shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o bashline.o list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o signames.o -lbuiltins -lglob -lsh -lreadline -lhistory -lcurses -ltilde -ldl /home/buildroot/autobuild/instance-2/output-1/per-package/bash/host/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/11.2.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: ./lib/sh/libsh.a(tmpfile.o): in function `sh_mktmpname': tmpfile.c:(.text+0x1a0): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' ls -l bash -rwxr-xr-x 1 buildroot buildroot 903476 Dec 31 11:14 bash arm-buildroot-linux-gnueabihf-size bash text data bss dec hex filename 742839 12708 38608 794155 c1e2b bash make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/bash-5.1' make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'