====>> Building shells/bash build started at Sun Dec 27 22:17:59 GMT 2015 port directory: /usr/ports/shells/bash building for: FreeBSD 102armv6-default-job-04 10.2-RELEASE FreeBSD 10.2-RELEASE armv6 maintained by: ehaupt@FreeBSD.org Makefile ident: $FreeBSD: head/shells/bash/Makefile 403104 2015-12-06 11:45:53Z ehaupt $ Poudriere version: 3.1.10 Host OSVERSION: 1002000 Jail OSVERSION: 1002000 ---Begin Environment--- PACKAGE_BUILDING=yes LOCALBASE=/usr/local LIBEXECPREFIX=/usr/local/libexec/poudriere SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIERE_VERSION=3.1.10 HOME=/root USER=root SCRIPTPREFIX=/usr/local/share/poudriere MASTERNAME=102armv6-default PWD=/space/poudriere/poudriere_data/.m/102armv6-default/ref/.p/pool OLDPWD=/ PKGNAME=bash-4.3.42_1 POUDRIERE_BUILD_TYPE=bulk PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin FORCE_PACKAGE=yes MASTERMNT=/space/poudriere/poudriere_data/.m/102armv6-default/ref SAVED_TERM=screen STATUS=1 MAIL=/var/mail/root BLOCKSIZE=K UNAME_r=10.2-RELEASE UNAME_v=FreeBSD 10.2-RELEASE OSVERSION=1002000 ABI_FILE=/usr/lib/crt1.o UNAME_m=armv6 UNAME_p=armv6 ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for bash-4.3.42_1: COLONBREAKSWORDS=on: Colons break words DOCS=on: Build and/or install documentation HELP=on: Enable builtin help IMPLICITCD=on: Use directory name alone to cd into it IMPORTFUNCTIONS=off: Import function from env without --import-functions NLS=off: Native Language Support STATIC=off: Build static executables and/or libraries SYSLOG=off: Syslog logging support ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --without-bash-malloc --disable-rpath --enable-disabled-builtins --enable-help-builtin --disable-nls --disable-static-link --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/shells/bash/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/shells/bash/work HOME=/wrkdirs/usr/ports/shells/bash/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/shells/bash/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/shells/bash/work HOME=/wrkdirs/usr/ports/shells/bash/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="/usr/armv6-freebsd/usr/bin/cc" CFLAGS="-O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing" CPP="/usr/armv6-freebsd/usr/bin/cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="/usr/armv6-freebsd/usr/bin/c++" CXXFLAGS="-O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- COLONBREAKSWORDS="" NO_COLONBREAKSWORDS="@comment " DOCS="" NO_DOCS="@comment " HELP="" NO_HELP="@comment " IMPLICITCD="" NO_IMPLICITCD="@comment " IMPORTFUNCTIONS="@comment " NO_IMPORTFUNCTIONS="" NLS="@comment " NO_NLS="" STATIC="@comment " NO_STATIC="" SYSLOG="@comment " NO_SYSLOG="" OSREL=10.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/bash" EXAMPLESDIR="share/examples/bash" DATADIR="share/bash" WWWDIR="www/bash" ETCDIR="etc/bash" --End PLIST_SUB-- --SUB_LIST-- COLONBREAKSWORDS="" NO_COLONBREAKSWORDS="@comment " DOCS="" NO_DOCS="@comment " HELP="" NO_HELP="@comment " IMPLICITCD="" NO_IMPLICITCD="@comment " IMPORTFUNCTIONS="@comment " NO_IMPORTFUNCTIONS="" NLS="@comment " NO_NLS="" STATIC="@comment " NO_STATIC="" SYSLOG="@comment " NO_SYSLOG="" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/bash DOCSDIR=/usr/local/share/doc/bash EXAMPLESDIR=/usr/local/share/examples/bash WWWDIR=/usr/local/www/bash ETCDIR=/usr/local/etc/bash --End SUB_LIST-- ---Begin make.conf--- MACHINE=armv6 MACHINE_ARCH=armv6 ARCH=${MACHINE_ARCH} .sinclude "/etc/make.nxb.conf" USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/102armv6-make.conf #### .for port in net/samba43 devel/gamin databases/ldb . if ${.CURDIR:M*${port}} NO_CROSSBUILDING= yes . endif .endfor .ifndef NO_CROSSBUILDING CC= /usr/armv6-freebsd/usr/bin/cc CPP= /usr/armv6-freebsd/usr/bin/cpp CXX= /usr/armv6-freebsd/usr/bin/c++ AS= /usr/armv6-freebsd/usr/bin/as NM= /usr/armv6-freebsd/usr/bin/nm #RANLIB= /usr/armv6-freebsd/usr/bin/gnu-ranlib RANLIB= /usr/armv6-freebsd/usr/bin/ranlib LD= /usr/armv6-freebsd/usr/bin/ld OBJCOPY=/usr/armv6-freebsd/usr/bin/objcopy #SIZE= /usr/obj/build/hostsrc/home/src/tmp/usr/bin/size SIZE= /usr/armv6-freebsd/usr/bin/size STRIPBIN=/usr/armv6-freebsd/usr/bin/strip .endif # ndef NO_CROSSBUILDING OPTIONS_UNSET= NLS LIBFFI DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== ===> License GPLv3 accepted by the user =========================================================================== =================================================== ===> bash-4.3.42_1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.6.2.txz [102armv6-default-job-04] Installing pkg-1.6.2... [102armv6-default-job-04] Extracting pkg-1.6.2: .......... done Message from pkg-1.6.2: If you are upgrading from the old package format, first run: # pkg2ng ===> bash-4.3.42_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of bash-4.3.42_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by bash-4.3.42_1 for building =========================================================================== =================================================== ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by bash-4.3.42_1 for building => SHA256 Checksum OK for bash/bash-4.3.tar.gz. => SHA256 Checksum OK for bash/bash43-001. => SHA256 Checksum OK for bash/bash43-002. => SHA256 Checksum OK for bash/bash43-003. => SHA256 Checksum OK for bash/bash43-004. => SHA256 Checksum OK for bash/bash43-005. => SHA256 Checksum OK for bash/bash43-006. => SHA256 Checksum OK for bash/bash43-007. => SHA256 Checksum OK for bash/bash43-008. => SHA256 Checksum OK for bash/bash43-009. => SHA256 Checksum OK for bash/bash43-010. => SHA256 Checksum OK for bash/bash43-011. => SHA256 Checksum OK for bash/bash43-012. => SHA256 Checksum OK for bash/bash43-013. => SHA256 Checksum OK for bash/bash43-014. => SHA256 Checksum OK for bash/bash43-015. => SHA256 Checksum OK for bash/bash43-016. => SHA256 Checksum OK for bash/bash43-017. => SHA256 Checksum OK for bash/bash43-018. => SHA256 Checksum OK for bash/bash43-019. => SHA256 Checksum OK for bash/bash43-020. => SHA256 Checksum OK for bash/bash43-021. => SHA256 Checksum OK for bash/bash43-022. => SHA256 Checksum OK for bash/bash43-023. => SHA256 Checksum OK for bash/bash43-024. => SHA256 Checksum OK for bash/bash43-025. => SHA256 Checksum OK for bash/bash43-026. => SHA256 Checksum OK for bash/bash43-027. => SHA256 Checksum OK for bash/bash43-028. => SHA256 Checksum OK for bash/bash43-029. => SHA256 Checksum OK for bash/bash43-030. => SHA256 Checksum OK for bash/bash43-031. => SHA256 Checksum OK for bash/bash43-032. => SHA256 Checksum OK for bash/bash43-033. => SHA256 Checksum OK for bash/bash43-034. => SHA256 Checksum OK for bash/bash43-035. => SHA256 Checksum OK for bash/bash43-036. => SHA256 Checksum OK for bash/bash43-037. => SHA256 Checksum OK for bash/bash43-038. => SHA256 Checksum OK for bash/bash43-039. => SHA256 Checksum OK for bash/bash43-040. => SHA256 Checksum OK for bash/bash43-041. => SHA256 Checksum OK for bash/bash43-042. =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by bash-4.3.42_1 for building ===> Extracting for bash-4.3.42_1 => SHA256 Checksum OK for bash/bash-4.3.tar.gz. => SHA256 Checksum OK for bash/bash43-001. => SHA256 Checksum OK for bash/bash43-002. => SHA256 Checksum OK for bash/bash43-003. => SHA256 Checksum OK for bash/bash43-004. => SHA256 Checksum OK for bash/bash43-005. => SHA256 Checksum OK for bash/bash43-006. => SHA256 Checksum OK for bash/bash43-007. => SHA256 Checksum OK for bash/bash43-008. => SHA256 Checksum OK for bash/bash43-009. => SHA256 Checksum OK for bash/bash43-010. => SHA256 Checksum OK for bash/bash43-011. => SHA256 Checksum OK for bash/bash43-012. => SHA256 Checksum OK for bash/bash43-013. => SHA256 Checksum OK for bash/bash43-014. => SHA256 Checksum OK for bash/bash43-015. => SHA256 Checksum OK for bash/bash43-016. => SHA256 Checksum OK for bash/bash43-017. => SHA256 Checksum OK for bash/bash43-018. => SHA256 Checksum OK for bash/bash43-019. => SHA256 Checksum OK for bash/bash43-020. => SHA256 Checksum OK for bash/bash43-021. => SHA256 Checksum OK for bash/bash43-022. => SHA256 Checksum OK for bash/bash43-023. => SHA256 Checksum OK for bash/bash43-024. => SHA256 Checksum OK for bash/bash43-025. => SHA256 Checksum OK for bash/bash43-026. => SHA256 Checksum OK for bash/bash43-027. => SHA256 Checksum OK for bash/bash43-028. => SHA256 Checksum OK for bash/bash43-029. => SHA256 Checksum OK for bash/bash43-030. => SHA256 Checksum OK for bash/bash43-031. => SHA256 Checksum OK for bash/bash43-032. => SHA256 Checksum OK for bash/bash43-033. => SHA256 Checksum OK for bash/bash43-034. => SHA256 Checksum OK for bash/bash43-035. => SHA256 Checksum OK for bash/bash43-036. => SHA256 Checksum OK for bash/bash43-037. => SHA256 Checksum OK for bash/bash43-038. => SHA256 Checksum OK for bash/bash43-039. => SHA256 Checksum OK for bash/bash43-040. => SHA256 Checksum OK for bash/bash43-041. => SHA256 Checksum OK for bash/bash43-042. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for bash-4.3.42_1 ===> Applying distribution patches for bash-4.3.42_1 ===> Applying extra patch /usr/ports/shells/bash/files/extrapatch-import-functions ===> Applying extra patch /usr/ports/shells/bash/files/extrapatch-colonbreakswords ===> Applying extra patch /usr/ports/shells/bash/files/extrapatch-implicitcd ===> Applying FreeBSD patches for bash-4.3.42_1 /usr/bin/touch /wrkdirs/usr/ports/shells/bash/work/bash-4.3/parse.y /bin/rm -f /wrkdirs/usr/ports/shells/bash/work/bash-4.3/y.tab.c =========================================================================== =================================================== ===> bash-4.3.42_1 depends on executable: bison - not found ===> Installing existing package /packages/All/bison-2.7.1,1.txz [102armv6-default-job-04] Installing bison-2.7.1,1... [102armv6-default-job-04] `-- Installing indexinfo-0.2.4... [102armv6-default-job-04] `-- Extracting indexinfo-0.2.4: .... done [102armv6-default-job-04] `-- Installing m4-1.4.17_1,1... [102armv6-default-job-04] `-- Extracting m4-1.4.17_1,1: .......... done [102armv6-default-job-04] Extracting bison-2.7.1,1: .......... done ===> bash-4.3.42_1 depends on executable: bison - found ===> Returning to build of bash-4.3.42_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for bash-4.3.42_1 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/shells/bash/work/bash-4.3/support/config.rpath configure: loading site script /usr/ports/Templates/config.site checking build system type... armv6-portbld-freebsd10.2 checking host system type... armv6-portbld-freebsd10.2 Beginning configuration for bash-4.3-release for armv6-portbld-freebsd10.2 checking for gcc... /usr/armv6-freebsd/usr/bin/cc 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... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/armv6-freebsd/usr/bin/cc accepts -g... yes checking for /usr/armv6-freebsd/usr/bin/cc option to accept ISO C89... none needed checking for strerror in -lcposix... no checking how to run the C preprocessor... /usr/armv6-freebsd/usr/bin/cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether /usr/armv6-freebsd/usr/bin/cc needs -traditional... no checking for a BSD-compatible install... /usr/bin/install -c checking for ar... ar checking for ranlib... ranlib checking for bison... bison -y checking whether make sets $(MAKE)... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking for preprocessor stringizing operator... yes checking for long double with more range or precision than double... no checking for function prototypes... yes checking whether char is unsigned... yes checking for working volatile... yes checking for C/C++ restrict keyword... __restrict checking whether NLS is requested... no checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for off_t... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... no checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/time.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking whether we are using the GNU C Library 2.1 or newer... no checking whether integer division by zero raises SIGFPE... (cached) yes checking for inttypes.h... yes checking for stdint.h... yes checking for unsigned long long... (cached) yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... /usr/armv6-freebsd/usr/bin/ld checking if the linker (/usr/armv6-freebsd/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for argz.h... (cached) no checking for limits.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking for malloc.h... (cached) no checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for feof_unlocked... yes checking for fgets_unlocked... no checking for getc_unlocked... yes checking for getcwd... (cached) yes checking for getegid... (cached) yes checking for geteuid... (cached) yes checking for getgid... (cached) yes checking for getuid... (cached) yes checking for mempcpy... no checking for munmap... (cached) yes checking for putenv... (cached) yes checking for setenv... (cached) yes checking for setlocale... (cached) yes checking for localeconv... yes checking for stpcpy... (cached) yes checking for strcasecmp... (cached) yes checking for strdup... (cached) yes checking for strtoul... (cached) yes checking for tsearch... (cached) yes checking for __argz_count... no checking for __argz_stringify... no checking for __argz_next... no checking for __fsetlocking... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... bison checking version of bison... 2.7.12, ok checking whether NLS is requested... no checking whether to use NLS... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether time.h and sys/time.h may both be included... yes checking for inttypes.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdarg.h... (cached) yes checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking for limits.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for locale.h... (cached) yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking termio.h usability... no checking termio.h presence... no checking for termio.h... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for dlfcn.h... (cached) yes checking for stdbool.h... (cached) yes checking for stddef.h... (cached) yes checking for stdint.h... (cached) yes checking for netdb.h... (cached) yes checking for pwd.h... (cached) yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for strings.h... (cached) yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking ulimit.h usability... yes checking ulimit.h presence... yes checking for ulimit.h... yes checking sys/pte.h usability... no checking sys/pte.h presence... no checking for sys/pte.h... no checking sys/stream.h usability... no checking sys/stream.h presence... no checking for sys/stream.h... no checking for sys/select.h... (cached) yes checking for sys/file.h... (cached) yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for sys/param.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/times.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/wait.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for sys/ptem.h... no checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking whether getpgrp requires zero arguments... (cached) yes checking for vprintf... (cached) yes checking for _doprnt... no checking for working strcoll... yes checking return type of signal handlers... void checking for __setostype... no checking for wait3... yes checking for mkfifo... yes checking for dup2... (cached) yes checking for eaccess... (cached) yes checking for fcntl... (cached) yes checking for getdtablesize... (cached) yes checking for getgroups... yes checking for gethostname... (cached) yes checking for getpagesize... (cached) yes checking for getpeername... yes checking for getrlimit... (cached) yes checking for getrusage... (cached) yes checking for gettimeofday... (cached) yes checking for kill... yes checking for killpg... yes checking for lstat... (cached) yes checking for readlink... (cached) yes checking for sbrk... yes checking for select... (cached) yes checking for setdtablesize... no checking for setitimer... yes checking for tcgetpgrp... (cached) yes checking for uname... (cached) yes checking for ulimit... yes checking for waitpid... (cached) yes checking for rename... (cached) yes checking for bcopy... (cached) yes checking for bzero... (cached) yes checking for confstr... yes checking for faccessat... yes checking for fnmatch... yes checking for getaddrinfo... (cached) yes checking for gethostbyname... (cached) yes checking for getservbyname... yes checking for getservent... yes checking for inet_aton... (cached) yes checking for imaxdiv... yes checking for memmove... (cached) yes checking for pathconf... (cached) yes checking for putenv... (cached) yes checking for raise... (cached) yes checking for regcomp... yes checking for regexec... yes checking for setenv... (cached) yes checking for setlinebuf... (cached) yes checking for setlocale... (cached) yes checking for setvbuf... (cached) yes checking for siginterrupt... (cached) yes checking for strchr... yes checking for sysconf... (cached) yes checking for syslog... yes checking for tcgetattr... yes checking for times... yes checking for ttyname... yes checking for tzset... yes checking for unsetenv... (cached) yes checking for vasprintf... (cached) yes checking for asprintf... (cached) yes checking for isascii... (cached) yes checking for isblank... (cached) yes checking for isgraph... yes checking for isprint... yes checking for isspace... yes checking for isxdigit... yes checking for getpwent... yes checking for getpwnam... yes checking for getpwuid... yes checking for getcwd... (cached) yes checking for memset... (cached) yes checking for strcasecmp... (cached) yes checking for strcasestr... yes checking for strerror... (cached) yes checking for strftime... (cached) yes checking for strnlen... (cached) yes checking for strpbrk... (cached) yes checking for strstr... yes checking for strtod... yes checking for strtol... (cached) yes checking for strtoul... (cached) yes checking for strtoll... (cached) yes checking for strtoull... (cached) yes checking for strtoimax... yes checking for strtoumax... yes checking for dprintf... yes checking for strchrnul... yes checking for strdup... (cached) yes checking whether AUDIT_USER_TTY is declared... no checking whether confstr is declared... yes checking whether printf is declared... yes checking whether sbrk is declared... yes checking whether setregid is declared... yes checking whether strcpy is declared... yes checking whether strsignal is declared... (cached) yes checking whether strtold is declared... yes checking for broken strtold... yes checking for declaration of strtoimax... yes checking for declaration of strtol... yes checking for declaration of strtoll... yes checking for declaration of strtoul... yes checking for declaration of strtoull... yes checking for declaration of strtoumax... yes checking for alarm... (cached) yes checking for fpurge... (cached) yes checking for __fpurge... no checking for snprintf... (cached) yes checking for vsnprintf... (cached) yes checking for working mktime... no checking for argz.h... (cached) no checking for errno.h... (cached) yes checking for fcntl.h... (cached) yes checking for malloc.h... (cached) no checking stdio_ext.h usability... no checking stdio_ext.h presence... no checking for stdio_ext.h... no checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for __argz_count... (cached) no checking for __argz_next... (cached) no checking for __argz_stringify... (cached) no checking for dcgettext... no checking for mempcpy... (cached) no checking for munmap... (cached) yes checking for stpcpy... (cached) yes checking for strcspn... (cached) yes checking for wctype.h... (cached) yes checking for wchar.h... (cached) yes checking for langinfo.h... (cached) yes checking for mbrlen... (cached) yes checking for mbscasecmp... no checking for mbscmp... no checking for mbsnrtowcs... yes checking for mbsrtowcs... (cached) yes checking for mbschr... no checking for wcrtomb... (cached) yes checking for wcscoll... (cached) yes checking for wcsdup... yes checking for wcwidth... (cached) yes checking for wctype... yes checking for wcswidth... yes checking whether mbrtowc and mbstate_t are properly declared... (cached) yes checking for iswlower... yes checking for iswupper... yes checking for towlower... (cached) yes checking for towupper... yes checking for iswctype... (cached) yes checking for nl_langinfo and CODESET... yes checking for wchar_t in wchar.h... yes checking for wctype_t in wctype.h... yes checking for wint_t in wctype.h... yes checking for wcwidth broken with unicode combining characters... checking for locale_charset... no checking for dlopen in -ldl... no checking for dlopen... (cached) yes checking for dlclose... yes checking for dlsym... yes checking whether sys_siglist is declared... (cached) yes checking for uid_t in sys/types.h... (cached) yes checking type of array argument to getgroups... gid_t checking for off_t... (cached) yes checking for mode_t... (cached) yes checking for uid_t in sys/types.h... (cached) yes checking for pid_t... (cached) yes checking for size_t... (cached) yes checking for ssize_t... (cached) yes checking for time_t... yes checking for long long... long long checking for unsigned long long... unsigned long long checking return type of signal handlers... (cached) void checking for sig_atomic_t in signal.h... yes checking size of char... 1 checking size of short... 2 checking size of int... 4 checking size of long... 4 checking size of char *... 4 checking size of double... 8 checking size of long long... 8 checking for u_int... (cached) yes checking for u_long... (cached) yes checking for bits16_t... no checking for u_bits16_t... no checking for bits32_t... no checking for u_bits32_t... no checking for bits64_t... no checking for ptrdiff_t... (cached) yes checking whether stat file-mode macros are broken... no checking whether #! works in shell scripts... yes checking whether the ctype macros accept non-ascii characters... yes checking if dup2 fails to clear the close-on-exec flag... no checking whether pgrps need synchronization... no checking for type of signal functions... posix checking for sys_errlist and sys_nerr... yes checking for sys_siglist in system C library... yes checking for _sys_siglist in signal.h or unistd.h... no checking for _sys_siglist in system C library... no checking whether signal handlers are of type void... yes checking for clock_t... yes checking for sigset_t... yes checking for sig_atomic_t... yes checking for quad_t... yes checking for intmax_t... yes checking for uintmax_t... yes checking for socklen_t... yes checking for size and type of struct rlimit fields... rlim_t checking size of intmax_t... 8 checking for struct termios.c_line... no checking for struct termio.c_line... no checking for struct dirent.d_ino... yes checking for struct dirent.d_fileno... yes checking for struct dirent.d_namlen... yes checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h checking for struct timeval in sys/time.h and time.h... yes checking for struct stat.st_blocks... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct timezone in sys/time.h and time.h... yes checking for offset of exit status in return status from wait... 8 checking for struct timespec in ... yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for the existence of strsignal... yes checking if opendir() opens non-directories... no checking whether ulimit can substitute for getdtablesize... no checking whether fpurge is declared... (cached) yes checking to see if getenv can be redefined... yes checking if getcwd() will dynamically allocate memory with 0 size... yes checking for presence of POSIX-style sigsetjmp/siglongjmp... present checking whether or not strcoll and strcmp differ... no checking for standard-conformant snprintf... yes checking for standard-conformant vsnprintf... yes checking for standard-conformant putenv declaration... yes checking for standard-conformant unsetenv declaration... yes checking for printf floating point output in hex notation... yes checking if signal handlers must be reinstalled when invoked... no checking for presence of necessary job control definitions... present checking for presence of named pipes... present checking whether termios.h defines TIOCGWINSZ... yes checking for TIOCSTAT in sys/ioctl.h... yes checking for FIONREAD in sys/ioctl.h... yes checking whether WCONTINUED flag to waitpid is unavailable or available but broken... no checking for speed_t in sys/types.h... no checking whether getpw functions are declared in pwd.h... yes checking for unusable real-time signals due to large values... yes checking for tgetent... no checking for tgetent in -ltermcap... yes checking which library has the termcap functions... using libtermcap checking whether /dev/fd is available... standard checking whether /dev/stdin stdout stderr are available... present checking for default mail directory... /var/mail checking shared object configuration for loadable builtins... supported configure: creating ./config.status config.status: creating Makefile config.status: creating builtins/Makefile config.status: creating lib/readline/Makefile config.status: creating lib/glob/Makefile config.status: creating lib/intl/Makefile config.status: creating lib/malloc/Makefile config.status: creating lib/sh/Makefile config.status: creating lib/termcap/Makefile config.status: creating lib/tilde/Makefile config.status: creating doc/Makefile config.status: creating support/Makefile config.status: creating po/Makefile.in config.status: creating examples/loadables/Makefile config.status: creating examples/loadables/perl/Makefile config.status: creating config.h config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing default commands =========================================================================== =================================================== ===> Building for bash-4.3.42_1 bison -y -d ./parse.y conflicts: 1 shift/reduce touch parser-built rm -f mksyntax /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -o mksyntax ./mksyntax.c rm -f syntax.c ./mksyntax -o syntax.c /bin/sh ./support/mkversion.sh -b -S . -s release -d 4.3 -o newversion.h && mv newversion.h version.h /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -DBUILDTOOL -c -o buildversion.o ./version.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -o bashversion ./support/bashversion.c buildversion.o ./support/bashversion.c:70:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (progname = strrchr (argv[0], '/')) ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ./support/bashversion.c:70:16: note: place parentheses around the assignment to silence this warning if (progname = strrchr (argv[0], '/')) ^ ( ) ./support/bashversion.c:70:16: note: use '==' to turn this assignment into an equality comparison if (progname = strrchr (argv[0], '/')) ^ == 1 warning generated. rm -f shell.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c shell.c cc: warning: -Wl,-export-dynamic: 'linker' input unused shell.c:843:28: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (arg_character = arg_string[i++]) ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ shell.c:843:28: note: place parentheses around the assignment to silence this warning while (arg_character = arg_string[i++]) ^ ( ) shell.c:843:28: note: use '==' to turn this assignment into an equality comparison while (arg_character = arg_string[i++]) ^ == shell.c:1693:27: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] current_user.user_name = _("I have no name!"); ^ ~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. rm -f eval.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c eval.c cc: warning: -Wl,-export-dynamic: 'linker' input unused eval.c:153:29: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (current_command = global_command) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ eval.c:153:29: note: place parentheses around the assignment to silence this warning else if (current_command = global_command) ^ ( ) eval.c:153:29: note: use '==' to turn this assignment into an equality comparison else if (current_command = global_command) ^ == 1 warning generated. rm -f mkbuiltins.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing mkbuiltins.c cc: warning: -Wl,-export-dynamic: 'linker' input unused mkbuiltins.c:560:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = 0; line = defs->lines->array[i]; i++) ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ mkbuiltins.c:560:20: note: place parentheses around the assignment to silence this warning for (i = 0; line = defs->lines->array[i]; i++) ^ ( ) mkbuiltins.c:560:20: note: use '==' to turn this assignment into an equality comparison for (i = 0; line = defs->lines->array[i]; i++) ^ == mkbuiltins.c:676:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = 0; builtin = (BUILTIN_DESC *)defs->builtins->array[i]; i++) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkbuiltins.c:676:27: note: place parentheses around the assignment to silence this warning for (i = 0; builtin = (BUILTIN_DESC *)defs->builtins->array[i]; i++) ^ ( ) mkbuiltins.c:676:27: note: use '==' to turn this assignment into an equality comparison for (i = 0; builtin = (BUILTIN_DESC *)defs->builtins->array[i]; i++) ^ == 2 warnings generated. /usr/armv6-freebsd/usr/bin/cc -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -o mkbuiltins mkbuiltins.o ./mkbuiltins -externfile builtext.h -structfile builtins.c -noproduction -D . ./alias.def ./bind.def ./break.def ./builtin.def ./caller.def ./cd.def ./colon.def ./command.def ./declare.def ./echo.def ./enable.def ./eval.def ./getopts.def ./exec.def ./exit.def ./fc.def ./fg_bg.def ./hash.def ./help.def ./history.def ./jobs.def ./kill.def ./let.def ./read.def ./return.def ./set.def ./setattr.def ./shift.def ./source.def ./suspend.def ./test.def ./times.def ./trap.def ./type.def ./ulimit.def ./umask.def ./wait.def ./reserved.def ./pushd.def ./shopt.def ./printf.def ./complete.def ./mapfile.def rm -f y.tab.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c y.tab.c cc: warning: -Wl,-export-dynamic: 'linker' input unused ./parse.y:2308:130: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned int' [-Wformat] internal_warning("shell_getc: shell_input_line_size (%zu) exceeds SIZE_MAX (%llu): line truncated", shell_input_line_size, SIZE_MAX); ~~~~ ^~~~~~~~ %u /usr/armv6-freebsd/usr/include/machine/_stdint.h:150:18: note: expanded from macro 'SIZE_MAX' #define SIZE_MAX UINT32_MAX ^~~~~~~~~~ /usr/armv6-freebsd/usr/include/machine/_stdint.h:74:20: note: expanded from macro 'UINT32_MAX' #define UINT32_MAX 0xffffffffU ^~~~~~~~~~~ ./parse.y:2546:30: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (shell_input_line_index < 0 || shell_input_line_index >= shell_input_line_len) ~~~~~~~~~~~~~~~~~~~~~~ ^ ~ ./parse.y:2547:12: warning: expression which evaluates to zero treated as a null pointer constant of type 'char *' [-Wnon-literal-null-conversion] return '\0'; /* XXX */ ^~~~ ./parse.y:2662:28: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] report_syntax_error (_("maximum here-document count exceeded")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ./include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ ./parse.y:206:44: note: passing argument to parameter here static void report_syntax_error __P((char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ ./parse.y:4212:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (etext = error_token_from_token (cond_token)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./parse.y:4212:17: note: place parentheses around the assignment to silence this warning if (etext = error_token_from_token (cond_token)) ^ ( ) ./parse.y:4212:17: note: use '==' to turn this assignment into an equality comparison if (etext = error_token_from_token (cond_token)) ^ == ./parse.y:4294:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (etext = error_token_from_token (cond_token)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./parse.y:4294:14: note: place parentheses around the assignment to silence this warning if (etext = error_token_from_token (cond_token)) ^ ( ) ./parse.y:4294:14: note: use '==' to turn this assignment into an equality comparison if (etext = error_token_from_token (cond_token)) ^ == ./parse.y:4326:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (etext = error_token_from_token (tok)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./parse.y:4326:14: note: place parentheses around the assignment to silence this warning if (etext = error_token_from_token (tok)) ^ ( ) ./parse.y:4326:14: note: use '==' to turn this assignment into an equality comparison if (etext = error_token_from_token (tok)) ^ == ./parse.y:4376:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (etext = error_token_from_token (tok)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./parse.y:4376:14: note: place parentheses around the assignment to silence this warning if (etext = error_token_from_token (tok)) ^ ( ) ./parse.y:4376:14: note: use '==' to turn this assignment into an equality comparison if (etext = error_token_from_token (tok)) ^ == ./parse.y:4402:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (etext = error_token_from_token (tok)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./parse.y:4402:14: note: place parentheses around the assignment to silence this warning if (etext = error_token_from_token (tok)) ^ ( ) ./parse.y:4402:14: note: use '==' to turn this assignment into an equality comparison if (etext = error_token_from_token (tok)) ^ == ./parse.y:4420:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (etext = error_token_from_token (tok)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./parse.y:4420:22: note: place parentheses around the assignment to silence this warning else if (etext = error_token_from_token (tok)) ^ ( ) ./parse.y:4420:22: note: use '==' to turn this assignment into an equality comparison else if (etext = error_token_from_token (tok)) ^ == ./parse.y:5271:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = *string++) ~~^~~~~~~~~~~ ./parse.y:5271:12: note: place parentheses around the assignment to silence this warning while (c = *string++) ^ ( ) ./parse.y:5271:12: note: use '==' to turn this assignment into an equality comparison while (c = *string++) ^ == ./parse.y:5655:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (t = find_token_in_alist (tok, word_token_alist, 0)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./parse.y:5655:9: note: place parentheses around the assignment to silence this warning if (t = find_token_in_alist (tok, word_token_alist, 0)) ^ ( ) ./parse.y:5655:9: note: use '==' to turn this assignment into an equality comparison if (t = find_token_in_alist (tok, word_token_alist, 0)) ^ == ./parse.y:5658:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (t = find_token_in_alist (tok, other_token_alist, 0)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./parse.y:5658:9: note: place parentheses around the assignment to silence this warning if (t = find_token_in_alist (tok, other_token_alist, 0)) ^ ( ) ./parse.y:5658:9: note: use '==' to turn this assignment into an equality comparison if (t = find_token_in_alist (tok, other_token_alist, 0)) ^ == ./parse.y:5804:11: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] msg = EOF_Reached ? _("syntax error: unexpected end of file") : _("syntax error"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14 warnings generated. rm -f general.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c general.c cc: warning: -Wl,-export-dynamic: 'linker' input unused general.c:282:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = string[indx]) ~~^~~~~~~~~~~~~~ general.c:282:12: note: place parentheses around the assignment to silence this warning while (c = string[indx]) ^ ( ) general.c:282:12: note: use '==' to turn this assignment into an equality comparison while (c = string[indx]) ^ == 1 warning generated. rm -f make_cmd.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c make_cmd.c cc: warning: -Wl,-export-dynamic: 'linker' input unused make_cmd.c:617:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (full_line = read_secondary_line (delim_unquoted)) ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make_cmd.c:617:20: note: place parentheses around the assignment to silence this warning while (full_line = read_secondary_line (delim_unquoted)) ^ ( ) make_cmd.c:617:20: note: use '==' to turn this assignment into an equality comparison while (full_line = read_secondary_line (delim_unquoted)) ^ == 1 warning generated. rm -f print_cmd.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c print_cmd.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f dispose_cmd.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c dispose_cmd.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f execute_cmd.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c execute_cmd.c cc: warning: -Wl,-export-dynamic: 'linker' input unused execute_cmd.c:1051:11: warning: 13 enumeration values not handled in switch: 'cm_for', 'cm_case', 'cm_while'... [-Wswitch] switch (command->type) ^ 1 warning generated. rm -f variables.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c variables.c cc: warning: -Wl,-export-dynamic: 'linker' input unused variables.c:336:33: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (string_index = 0; string = env[string_index++]; ) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ variables.c:336:33: note: place parentheses around the assignment to silence this warning for (string_index = 0; string = env[string_index++]; ) ^ ( ) variables.c:336:33: note: use '==' to turn this assignment into an equality comparison for (string_index = 0; string = env[string_index++]; ) ^ == variables.c:394:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (temp_var = find_function (tname)) ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ variables.c:394:17: note: place parentheses around the assignment to silence this warning if (temp_var = find_function (tname)) ^ ( ) variables.c:394:17: note: use '==' to turn this assignment into an equality comparison if (temp_var = find_function (tname)) ^ == variables.c:401:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (temp_var = bind_variable (name, string, 0)) ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ variables.c:401:21: note: place parentheses around the assignment to silence this warning if (temp_var = bind_variable (name, string, 0)) ^ ( ) variables.c:401:21: note: use '==' to turn this assignment into an equality comparison if (temp_var = bind_variable (name, string, 0)) ^ == variables.c:1808:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (v = hash_lookup (name, vc->table)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ variables.c:1808:11: note: place parentheses around the assignment to silence this warning if (v = hash_lookup (name, vc->table)) ^ ( ) variables.c:1808:11: note: use '==' to turn this assignment into an equality comparison if (v = hash_lookup (name, vc->table)) ^ == variables.c:2540:87: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if ((aflags & ASS_FROMREF) && (hflags & HASH_NOSRCH) == 0 && valid_array_reference (name)) ^~~~ ./arrayfunc.h:60:45: note: passing argument to parameter here extern int valid_array_reference __P((char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ variables.c:2542:38: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] newname = array_variable_name (name, &subp, &sublen); ^~~~ ./arrayfunc.h:66:45: note: passing argument to parameter here extern char *array_variable_name __P((char *, char **, int *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ variables.c:2587:33: warning: incompatible pointer types passing 'const char *' to parameter of type 'SHELL_VAR *' (aka 'struct variable *') [-Wincompatible-pointer-types] ind = array_expand_index (name, subp, sublen); ^~~~ ./arrayfunc.h:59:54: note: passing argument to parameter here extern arrayind_t array_expand_index __P((SHELL_VAR *, char *, int)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ variables.c:3219:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (elt = hash_remove (name, v->table, 0)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ variables.c:3219:13: note: place parentheses around the assignment to silence this warning if (elt = hash_remove (name, v->table, 0)) ^ ( ) variables.c:3219:13: note: use '==' to turn this assignment into an equality comparison if (elt = hash_remove (name, v->table, 0)) ^ == variables.c:3248:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (elt = hash_remove (name, v->table, 0)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ variables.c:3248:13: note: place parentheses around the assignment to silence this warning if (elt = hash_remove (name, v->table, 0)) ^ ( ) variables.c:3248:13: note: use '==' to turn this assignment into an equality comparison if (elt = hash_remove (name, v->table, 0)) ^ == variables.c:4004:35: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = 0, list_index = 0; var = vars[i]; i++) ~~~~^~~~~~~~~ variables.c:4004:35: note: place parentheses around the assignment to silence this warning for (i = 0, list_index = 0; var = vars[i]; i++) ^ ( ) variables.c:4004:35: note: use '==' to turn this assignment into an equality comparison for (i = 0, list_index = 0; var = vars[i]; i++) ^ == variables.c:4422:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ret = vcxt->down) ~~~~^~~~~~~~~~~~ variables.c:4422:11: note: place parentheses around the assignment to silence this warning if (ret = vcxt->down) ^ ( ) variables.c:4422:11: note: use '==' to turn this assignment into an equality comparison if (ret = vcxt->down) ^ == variables.c:5041:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (val = extract_colon_unit (temp, &tptr)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ variables.c:5041:14: note: place parentheses around the assignment to silence this warning while (val = extract_colon_unit (temp, &tptr)) ^ ( ) variables.c:5041:14: note: use '==' to turn this assignment into an equality comparison while (val = extract_colon_unit (temp, &tptr)) ^ == variables.c:5090:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (v = find_variable (name)) ~~^~~~~~~~~~~~~~~~~~~~~~ variables.c:5090:9: note: place parentheses around the assignment to silence this warning if (v = find_variable (name)) ^ ( ) variables.c:5090:9: note: use '==' to turn this assignment into an equality comparison if (v = find_variable (name)) ^ == 13 warnings generated. rm -f copy_cmd.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c copy_cmd.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f error.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c error.c cc: warning: -Wl,-export-dynamic: 'linker' input unused error.c:465:10: warning: returning 'const char *' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] return (_(cmd_error_table[code])); ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. rm -f expr.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c expr.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f flags.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c flags.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f jobs.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c jobs.c cc: warning: -Wl,-export-dynamic: 'linker' input unused jobs.c:1073:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (temp = jobs[job_index]) ~~~~~^~~~~~~~~~~~~~~~~ jobs.c:1073:12: note: place parentheses around the assignment to silence this warning if (temp = jobs[job_index]) ^ ( ) jobs.c:1073:12: note: use '==' to turn this assignment into an equality comparison if (temp = jobs[job_index]) ^ == jobs.c:1464:8: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] temp = _("Done"); ^ ~~~~~~~~~ jobs.c:1469:7: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] temp = _("Stopped"); ^ ~~~~~~~~~~~~ jobs.c:1477:10: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] temp = _("Running"); ^ ~~~~~~~~~~~~ jobs.c:1496:7: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] temp = _("Unknown status"); ^ ~~~~~~~~~~~~~~~~~~~ 5 warnings generated. rm -f subst.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c subst.c cc: warning: -Wl,-export-dynamic: 'linker' input unused subst.c:589:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = string[sindex]) ~~^~~~~~~~~~~~~~~~ subst.c:589:12: note: place parentheses around the assignment to silence this warning while (c = string[sindex]) ^ ( ) subst.c:589:12: note: use '==' to turn this assignment into an equality comparison while (c = string[sindex]) ^ == subst.c:632:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (sindex = 0; c = string[sindex]; ) ~~^~~~~~~~~~~~~~~~ subst.c:632:22: note: place parentheses around the assignment to silence this warning for (sindex = 0; c = string[sindex]; ) ^ ( ) subst.c:632:22: note: use '==' to turn this assignment into an equality comparison for (sindex = 0; c = string[sindex]; ) ^ == subst.c:741:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = string[i]) ~~^~~~~~~~~~~ subst.c:741:12: note: place parentheses around the assignment to silence this warning while (c = string[i]) ^ ( ) subst.c:741:12: note: use '==' to turn this assignment into an equality comparison while (c = string[i]) ^ == subst.c:812:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = string[i]) ~~^~~~~~~~~~~ subst.c:812:12: note: place parentheses around the assignment to silence this warning while (c = string[i]) ^ ( ) subst.c:812:12: note: use '==' to turn this assignment into an equality comparison while (c = string[i]) ^ == subst.c:960:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = string[i]) ~~^~~~~~~~~~~ subst.c:960:12: note: place parentheses around the assignment to silence this warning while (c = string[i]) ^ ( ) subst.c:960:12: note: use '==' to turn this assignment into an equality comparison while (c = string[i]) ^ == subst.c:1096:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = string[i]) ~~^~~~~~~~~~~ subst.c:1096:12: note: place parentheses around the assignment to silence this warning while (c = string[i]) ^ ( ) subst.c:1096:12: note: use '==' to turn this assignment into an equality comparison while (c = string[i]) ^ == subst.c:1424:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = string[i]) ~~^~~~~~~~~~~ subst.c:1424:12: note: place parentheses around the assignment to silence this warning while (c = string[i]) ^ ( ) subst.c:1424:12: note: use '==' to turn this assignment into an equality comparison while (c = string[i]) ^ == subst.c:1622:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = string[i]) ~~^~~~~~~~~~~ subst.c:1622:12: note: place parentheses around the assignment to silence this warning while (c = string[i]) ^ ( ) subst.c:1622:12: note: use '==' to turn this assignment into an equality comparison while (c = string[i]) ^ == subst.c:1730:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = string[i]) ~~^~~~~~~~~~~ subst.c:1730:12: note: place parentheses around the assignment to silence this warning while (c = string[i]) ^ ( ) subst.c:1730:12: note: use '==' to turn this assignment into an equality comparison while (c = string[i]) ^ == subst.c:2849:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (t = mbschr (name, '[')) /*]*/ ~~^~~~~~~~~~~~~~~~~~~~ subst.c:2849:9: note: place parentheses around the assignment to silence this warning if (t = mbschr (name, '[')) /*]*/ ^ ( ) subst.c:2849:9: note: use '==' to turn this assignment into an equality comparison if (t = mbschr (name, '[')) /*]*/ ^ == subst.c:5806:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (var = find_variable (name)) ~~~~^~~~~~~~~~~~~~~~~~~~~~ subst.c:5806:16: note: place parentheses around the assignment to silence this warning else if (var = find_variable (name)) ^ ( ) subst.c:5806:16: note: use '==' to turn this assignment into an equality comparison else if (var = find_variable (name)) ^ == subst.c:5829:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (var = find_variable_last_nameref (name)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subst.c:5829:16: note: place parentheses around the assignment to silence this warning else if (var = find_variable_last_nameref (name)) ^ ( ) subst.c:5829:16: note: use '==' to turn this assignment into an equality comparison else if (var = find_variable_last_nameref (name)) ^ == subst.c:7188:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (c = string[sindex]) ~~^~~~~~~~~~~~~~~~ subst.c:7188:9: note: place parentheses around the assignment to silence this warning if (c = string[sindex]) ^ ( ) subst.c:7188:9: note: use '==' to turn this assignment into an equality comparison if (c = string[sindex]) ^ == subst.c:7198:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (c = string[sindex]) ~~^~~~~~~~~~~~~~~~ subst.c:7198:13: note: place parentheses around the assignment to silence this warning if (c = string[sindex]) ^ ( ) subst.c:7198:13: note: use '==' to turn this assignment into an equality comparison if (c = string[sindex]) ^ == subst.c:8931:31: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (dquote = sindex = 0; c = string[sindex];) ~~^~~~~~~~~~~~~~~~ subst.c:8931:31: note: place parentheses around the assignment to silence this warning for (dquote = sindex = 0; c = string[sindex];) ^ ( ) subst.c:8931:31: note: use '==' to turn this assignment into an equality comparison for (dquote = sindex = 0; c = string[sindex];) ^ == subst.c:9447:33: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (eindex = 0; temp_string = expansions[eindex]; eindex++) ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ subst.c:9447:33: note: place parentheses around the assignment to silence this warning for (eindex = 0; temp_string = expansions[eindex]; eindex++) ^ ( ) subst.c:9447:33: note: use '==' to turn this assignment into an equality comparison for (eindex = 0; temp_string = expansions[eindex]; eindex++) ^ == 16 warnings generated. rm -f hashcmd.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c hashcmd.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f hashlib.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c hashlib.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f mailcheck.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c mailcheck.c cc: warning: -Wl,-export-dynamic: 'linker' input unused mailcheck.c:394:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (mailfile = extract_colon_unit (mailpaths, &i)) ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mailcheck.c:394:19: note: place parentheses around the assignment to silence this warning while (mailfile = extract_colon_unit (mailpaths, &i)) ^ ( ) mailcheck.c:394:19: note: use '==' to turn this assignment into an equality comparison while (mailfile = extract_colon_unit (mailpaths, &i)) ^ == mailcheck.c:439:12: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] message = mailfiles[i]->msg ? mailfiles[i]->msg : _("You have mail in $_"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mailcheck.c:464:14: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] message = _("You have new mail in $_"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mailcheck.c:468:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (temp = expand_string_to_string (message, Q_DOUBLE_QUOTES)) ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mailcheck.c:468:13: note: place parentheses around the assignment to silence this warning if (temp = expand_string_to_string (message, Q_DOUBLE_QUOTES)) ^ ( ) mailcheck.c:468:13: note: use '==' to turn this assignment into an equality comparison if (temp = expand_string_to_string (message, Q_DOUBLE_QUOTES)) ^ == 4 warnings generated. rm -f mksignames.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -DBUILDTOOL -c ./support/mksignames.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f buildsignames.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -DBUILDTOOL -o buildsignames.o -c ./support/signames.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f mksignames /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -o mksignames mksignames.o buildsignames.o rm -f lsignames.h ./mksignames lsignames.h if cmp -s lsignames.h signames.h ; then :; else rm -f signames.h ; cp lsignames.h signames.h ; fi rm -f trap.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c trap.c cc: warning: -Wl,-export-dynamic: 'linker' input unused trap.c:216:7: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] ret = (sig >= BASH_NSIG || sig < 0 || signal_names[sig] == NULL) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. rm -f input.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c input.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f unwind_prot.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c unwind_prot.c cc: warning: -Wl,-export-dynamic: 'linker' input unused unwind_prot.c:247:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (elt = unwind_protect_list) ~~~~^~~~~~~~~~~~~~~~~~~~~ unwind_prot.c:247:14: note: place parentheses around the assignment to silence this warning while (elt = unwind_protect_list) ^ ( ) unwind_prot.c:247:14: note: use '==' to turn this assignment into an equality comparison while (elt = unwind_protect_list) ^ == unwind_prot.c:282:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (elt = unwind_protect_list) ~~~~^~~~~~~~~~~~~~~~~~~~~ unwind_prot.c:282:14: note: place parentheses around the assignment to silence this warning while (elt = unwind_protect_list) ^ ( ) unwind_prot.c:282:14: note: use '==' to turn this assignment into an equality comparison while (elt = unwind_protect_list) ^ == 2 warnings generated. rm -f pathexp.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c pathexp.c cc: warning: -Wl,-export-dynamic: 'linker' input unused pathexp.c:75:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = *string++) ~~^~~~~~~~~~~ pathexp.c:75:12: note: place parentheses around the assignment to silence this warning while (c = *string++) ^ ( ) pathexp.c:75:12: note: use '==' to turn this assignment into an equality comparison while (c = *string++) ^ == pathexp.c:592:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (colon_bit = split_ignorespec (this_ignoreval, &ptr)) ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pathexp.c:592:20: note: place parentheses around the assignment to silence this warning while (colon_bit = split_ignorespec (this_ignoreval, &ptr)) ^ ( ) pathexp.c:592:20: note: use '==' to turn this assignment into an equality comparison while (colon_bit = split_ignorespec (this_ignoreval, &ptr)) ^ == 2 warnings generated. rm -f sig.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c sig.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f test.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c test.c cc: warning: -Wl,-export-dynamic: 'linker' input unused test.c:147:22: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] test_syntax_error (_("argument expected"), (char *)NULL); ^~~~~~~~~~~~~~~~~~~~~~ ./bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ./include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ test.c:156:22: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] test_syntax_error (_("%s: integer expression expected"), pch); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ./include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ test.c:264:21: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] test_syntax_error (_("`)' expected"), (char *)NULL); ^~~~~~~~~~~~~~~~~ ./bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ./include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ test.c:266:21: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] test_syntax_error (_("`)' expected, found %s"), argv[pos]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ./include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ test.c:281:21: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] test_syntax_error (_("%s: unary operator expected"), argv[pos]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ./include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ test.c:468:26: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] test_syntax_error (_("%s: binary operator expected"), w); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ./include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ test.c:743:21: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] test_syntax_error (_("%s: unary operator expected"), argv[pos]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ./include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ test.c:746:24: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] test_syntax_error (_("%s: unary operator expected"), argv[pos]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ./include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ test.c:786:24: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] test_syntax_error (_("%s: binary operator expected"), argv[pos+1]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ./include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ test.c:861:21: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] test_syntax_error (_("missing `]'"), (char *)NULL); ^~~~~~~~~~~~~~~~ ./bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ./include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ test.c:877:24: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] test_syntax_error (_("too many arguments"), (char *)NULL); ^~~~~~~~~~~~~~~~~~~~~~~ ./bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ./include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ 11 warnings generated. rm -f version.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c version.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f alias.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c alias.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f array.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c array.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f arrayfunc.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c arrayfunc.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f assoc.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c assoc.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f braces.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c braces.c cc: warning: -Wl,-export-dynamic: 'linker' input unused braces.c:436:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (t = (char *)malloc (2)) ~~^~~~~~~~~~~~~~~~~~~~ braces.c:436:10: note: place parentheses around the assignment to silence this warning if (t = (char *)malloc (2)) ^ ( ) braces.c:436:10: note: use '==' to turn this assignment into an equality comparison if (t = (char *)malloc (2)) ^ == braces.c:616:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = text[i]) ~~^~~~~~~~~ braces.c:616:12: note: place parentheses around the assignment to silence this warning while (c = text[i]) ^ ( ) braces.c:616:12: note: use '==' to turn this assignment into an equality comparison while (c = text[i]) ^ == 2 warnings generated. rm -f bracecomp.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c bracecomp.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f bashhist.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c bashhist.c cc: warning: -Wl,-export-dynamic: 'linker' input unused bashhist.c:632:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (temp = previous_history ()) ~~~~~^~~~~~~~~~~~~~~~~~~~~ bashhist.c:632:15: note: place parentheses around the assignment to silence this warning while (temp = previous_history ()) ^ ( ) bashhist.c:632:15: note: use '==' to turn this assignment into an equality comparison while (temp = previous_history ()) ^ == 1 warning generated. rm -f bashline.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c bashline.c cc: warning: -Wl,-export-dynamic: 'linker' input unused bashline.c:837:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (temp = fgets (buffer, 255, file)) ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ bashline.c:837:15: note: place parentheses around the assignment to silence this warning while (temp = fgets (buffer, 255, file)) ^ ( ) bashline.c:837:15: note: use '==' to turn this assignment into an equality comparison while (temp = fgets (buffer, 255, file)) ^ == bashline.c:1581:29: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (was_assignment = assignment (n, 0)); ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ bashline.c:1581:29: note: place parentheses around the assignment to silence this warning while (was_assignment = assignment (n, 0)); ^ ( ) bashline.c:1581:29: note: use '==' to turn this assignment into an equality comparison while (was_assignment = assignment (n, 0)); ^ == bashline.c:2045:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (val = glob_matches[local_index++]) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bashline.c:2045:18: note: place parentheses around the assignment to silence this warning while (val = glob_matches[local_index++]) ^ ( ) bashline.c:2045:18: note: use '==' to turn this assignment into an equality comparison while (val = glob_matches[local_index++]) ^ == bashline.c:2442:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (srvent = getservent ()) ~~~~~~~^~~~~~~~~~~~~~~ bashline.c:2442:17: note: place parentheses around the assignment to silence this warning while (srvent = getservent ()) ^ ( ) bashline.c:2442:17: note: use '==' to turn this assignment into an equality comparison while (srvent = getservent ()) ^ == bashline.c:2498:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (grent = getgrent ()) ~~~~~~^~~~~~~~~~~~~ bashline.c:2498:16: note: place parentheses around the assignment to silence this warning while (grent = getgrent ()) ^ ( ) bashline.c:2498:16: note: use '==' to turn this assignment into an equality comparison while (grent = getgrent ()) ^ == bashline.c:3131:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (t = mbschr (local_dirname, '$')) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bashline.c:3131:9: note: place parentheses around the assignment to silence this warning if (t = mbschr (local_dirname, '$')) ^ ( ) bashline.c:3131:9: note: use '==' to turn this assignment into an equality comparison if (t = mbschr (local_dirname, '$')) ^ == bashline.c:3133:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (t = mbschr (local_dirname, '`')) /* XXX */ ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bashline.c:3133:14: note: place parentheses around the assignment to silence this warning else if (t = mbschr (local_dirname, '`')) /* XXX */ ^ ( ) bashline.c:3133:14: note: use '==' to turn this assignment into an equality comparison else if (t = mbschr (local_dirname, '`')) /* XXX */ ^ == bashline.c:3211:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (t = mbschr (local_dirname, '$')) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bashline.c:3211:9: note: place parentheses around the assignment to silence this warning if (t = mbschr (local_dirname, '$')) ^ ( ) bashline.c:3211:9: note: use '==' to turn this assignment into an equality comparison if (t = mbschr (local_dirname, '$')) ^ == bashline.c:3262:26: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = j = 0; c = default_filename_quote_characters[i]; i++) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bashline.c:3262:26: note: place parentheses around the assignment to silence this warning for (i = j = 0; c = default_filename_quote_characters[i]; i++) ^ ( ) bashline.c:3262:26: note: use '==' to turn this assignment into an equality comparison for (i = j = 0; c = default_filename_quote_characters[i]; i++) ^ == bashline.c:4179:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (passc = 0; c = string[i]; i++) ~~^~~~~~~~~~~ bashline.c:4179:21: note: place parentheses around the assignment to silence this warning for (passc = 0; c = string[i]; i++) ^ ( ) bashline.c:4179:21: note: use '==' to turn this assignment into an equality comparison for (passc = 0; c = string[i]; i++) ^ == 10 warnings generated. rm -f list.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c list.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f stringlib.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c stringlib.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f locale.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c locale.c cc: warning: -Wl,-export-dynamic: 'linker' input unused locale.c:399:16: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] translated = dgettext (default_domain, string); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. rm -f findcmd.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c findcmd.c cc: warning: -Wl,-export-dynamic: 'linker' input unused findcmd.c:239:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (var = find_variable_tempenv ("PATH")) /* XXX could be array? */ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ findcmd.c:239:11: note: place parentheses around the assignment to silence this warning if (var = find_variable_tempenv ("PATH")) /* XXX could be array? */ ^ ( ) findcmd.c:239:11: note: use '==' to turn this assignment into an equality comparison if (var = find_variable_tempenv ("PATH")) /* XXX could be array? */ ^ == 1 warning generated. rm -f redir.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c redir.c cc: warning: -Wl,-export-dynamic: 'linker' input unused redir.c:123:14: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] filename = _("file descriptor out of range"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redir.c:170:14: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] filename = _("file descriptor out of range"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redir.c:755:12: warning: 16 enumeration values not handled in switch: 'r_output_direction', 'r_input_direction', 'r_inputa_direction'... [-Wswitch] switch (ri) ^ redir.c:815:11: warning: enumeration values 'r_move_input_word' and 'r_move_output_word' not handled in switch [-Wswitch] switch (ri) ^ redir.c:1299:11: warning: 4 enumeration values not handled in switch: 'r_move_input', 'r_move_output', 'r_move_input_word'... [-Wswitch] switch (ri) ^ redir.c:1373:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (vr = valid_array_reference (w)) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ redir.c:1373:10: note: place parentheses around the assignment to silence this warning if (vr = valid_array_reference (w)) ^ ( ) redir.c:1373:10: note: use '==' to turn this assignment into an equality comparison if (vr = valid_array_reference (w)) ^ == 6 warnings generated. rm -f pcomplete.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c pcomplete.c cc: warning: -Wl,-export-dynamic: 'linker' input unused pcomplete.c:781:29: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sh_contains_quotes (text)) /* guess */ ^~~~ ./externs.h:327:42: note: passing argument to parameter here extern int sh_contains_quotes __P((char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ pcomplete.c:1465:57: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] tmatches = filter_stringlist (ret, cs->filterpat, word); ^~~~ 2 warnings generated. rm -f pcomplib.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c pcomplib.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f syntax.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c syntax.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f xmalloc.o /usr/armv6-freebsd/usr/bin/cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"armv6"' -DCONF_OSTYPE='"freebsd10.2"' -DCONF_MACHTYPE='"armv6-portbld-freebsd10.2"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -c xmalloc.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f builtins.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing builtins.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f alias.o ./mkbuiltins -D . alias.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing alias.c || ( rm -f alias.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f alias.c rm -f bind.o ./mkbuiltins -D . bind.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing bind.c || ( rm -f bind.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f bind.c rm -f break.o ./mkbuiltins -D . break.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing break.c || ( rm -f break.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./break.def:77:36: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sh_erange (list->word->word, _("loop count")); ^~~~~~~~~~~~~~~ ./../bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ../include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:78:42: note: passing argument to parameter here extern void sh_erange __P((char *, char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ ./break.def:117:36: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sh_erange (list->word->word, _("loop count")); ^~~~~~~~~~~~~~~ ./../bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ../include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:78:42: note: passing argument to parameter here extern void sh_erange __P((char *, char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ 2 warnings generated. rm -f break.c rm -f builtin.o ./mkbuiltins -D . builtin.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing builtin.c || ( rm -f builtin.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f builtin.c rm -f caller.o ./mkbuiltins -D . caller.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing caller.c || ( rm -f caller.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f caller.c rm -f cd.o ./mkbuiltins -D . cd.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing cd.c || ( rm -f cd.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./cd.def:355:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (path = extract_colon_unit (cdpath, &path_index)) ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./cd.def:355:19: note: place parentheses around the assignment to silence this warning while (path = extract_colon_unit (cdpath, &path_index)) ^ ( ) ./cd.def:355:19: note: use '==' to turn this assignment into an equality comparison while (path = extract_colon_unit (cdpath, &path_index)) ^ == 1 warning generated. rm -f cd.c rm -f colon.o ./mkbuiltins -D . colon.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing colon.c || ( rm -f colon.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f colon.c rm -f command.o ./mkbuiltins -D . command.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing command.c || ( rm -f command.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f command.c rm -f common.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing common.c cc: warning: -Wl,-export-dynamic: 'linker' input unused common.c:238:9: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] msg = _("invalid octal number"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ common.c:240:9: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] msg = _("invalid hex number"); ^ ~~~~~~~~~~~~~~~~~~~~~~~ common.c:242:9: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] msg = _("invalid number"); ^ ~~~~~~~~~~~~~~~~~~~ 3 warnings generated. rm -f declare.o ./mkbuiltins -D . declare.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing declare.c || ( rm -f declare.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./declare.def:333:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (t = strchr (name, '[')) /* ] */ ~~^~~~~~~~~~~~~~~~~~~~ ./declare.def:333:13: note: place parentheses around the assignment to silence this warning if (t = strchr (name, '[')) /* ] */ ^ ( ) ./declare.def:333:13: note: use '==' to turn this assignment into an equality comparison if (t = strchr (name, '[')) /* ] */ ^ == 1 warning generated. rm -f declare.c rm -f echo.o ./mkbuiltins -D . echo.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing echo.c || ( rm -f echo.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./echo.def:139:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (i = *temp++) ~~^~~~~~~~~ ./echo.def:139:16: note: place parentheses around the assignment to silence this warning while (i = *temp++) ^ ( ) ./echo.def:139:16: note: use '==' to turn this assignment into an equality comparison while (i = *temp++) ^ == 1 warning generated. rm -f echo.c rm -f enable.o ./mkbuiltins -D . enable.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing enable.c || ( rm -f enable.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./enable.def:348:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (old_builtin = builtin_address_internal (name, 1)) ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./enable.def:348:23: note: place parentheses around the assignment to silence this warning if (old_builtin = builtin_address_internal (name, 1)) ^ ( ) ./enable.def:348:23: note: use '==' to turn this assignment into an equality comparison if (old_builtin = builtin_address_internal (name, 1)) ^ == 1 warning generated. rm -f enable.c rm -f eval.o ./mkbuiltins -D . eval.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing eval.c || ( rm -f eval.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f eval.c rm -f evalfile.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing evalfile.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f evalstring.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing evalstring.c cc: warning: -Wl,-export-dynamic: 'linker' input unused evalstring.c:208:16: warning: passing 'volatile sigset_t *' (aka 'volatile struct __sigset *') to parameter of type 'sigset_t *' (aka 'struct __sigset *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sigemptyset (&pe_sigmask); ^~~~~~~~~~~ /usr/armv6-freebsd/usr/include/signal.h:78:27: note: passing argument to parameter here int sigemptyset(sigset_t *); ^ evalstring.c:209:45: warning: passing 'volatile sigset_t *' (aka 'volatile struct __sigset *') to parameter of type 'sigset_t *' (aka 'struct __sigset *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sigprocmask (SIG_BLOCK, (sigset_t *)NULL, &pe_sigmask); ^~~~~~~~~~~ /usr/armv6-freebsd/usr/include/signal.h:82:72: note: passing argument to parameter here int sigprocmask(int, const sigset_t * __restrict, sigset_t * __restrict); ^ evalstring.c:288:31: warning: passing 'volatile sigset_t *' (aka 'volatile struct __sigset *') to parameter of type 'const sigset_t *' (aka 'const struct __sigset *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sigprocmask (SIG_SETMASK, &pe_sigmask, (sigset_t *)NULL); ^~~~~~~~~~~ /usr/armv6-freebsd/usr/include/signal.h:82:49: note: passing argument to parameter here int sigprocmask(int, const sigset_t * __restrict, sigset_t * __restrict); ^ evalstring.c:307:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (command = global_command) ~~~~~~~~^~~~~~~~~~~~~~~~ evalstring.c:307:21: note: place parentheses around the assignment to silence this warning else if (command = global_command) ^ ( ) evalstring.c:307:21: note: use '==' to turn this assignment into an equality comparison else if (command = global_command) ^ == evalstring.c:460:16: warning: passing 'volatile sigset_t *' (aka 'volatile struct __sigset *') to parameter of type 'sigset_t *' (aka 'struct __sigset *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sigemptyset (&ps_sigmask); ^~~~~~~~~~~ /usr/armv6-freebsd/usr/include/signal.h:78:27: note: passing argument to parameter here int sigemptyset(sigset_t *); ^ evalstring.c:461:45: warning: passing 'volatile sigset_t *' (aka 'volatile struct __sigset *') to parameter of type 'sigset_t *' (aka 'struct __sigset *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sigprocmask (SIG_BLOCK, (sigset_t *)NULL, &ps_sigmask); ^~~~~~~~~~~ /usr/armv6-freebsd/usr/include/signal.h:82:72: note: passing argument to parameter here int sigprocmask(int, const sigset_t * __restrict, sigset_t * __restrict); ^ evalstring.c:513:34: warning: passing 'volatile sigset_t *' (aka 'volatile struct __sigset *') to parameter of type 'const sigset_t *' (aka 'const struct __sigset *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sigprocmask (SIG_SETMASK, &ps_sigmask, (sigset_t *)NULL); ^~~~~~~~~~~ /usr/armv6-freebsd/usr/include/signal.h:82:49: note: passing argument to parameter here int sigprocmask(int, const sigset_t * __restrict, sigset_t * __restrict); ^ 7 warnings generated. rm -f exec.o ./mkbuiltins -D . exec.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing exec.c || ( rm -f exec.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f exec.c rm -f exit.o ./mkbuiltins -D . exit.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing exit.c || ( rm -f exit.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f exit.c rm -f fc.o ./mkbuiltins -D . fc.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing fc.c || ( rm -f fc.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./fc.def:320:32: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sh_erange ((char *)NULL, _("history specification")); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ../include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:78:42: note: passing argument to parameter here extern void sh_erange __P((char *, char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ ./fc.def:369:32: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sh_erange ((char *)NULL, _("history specification")); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ../include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:78:42: note: passing argument to parameter here extern void sh_erange __P((char *, char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ 2 warnings generated. rm -f fc.c rm -f fg_bg.o ./mkbuiltins -D . fg_bg.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing fg_bg.c || ( rm -f fg_bg.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./fg_bg.def:149:13: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sh_badjob (list ? list->word->word : _("current")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:80:34: note: passing argument to parameter here extern void sh_badjob __P((char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ 1 warning generated. rm -f fg_bg.c rm -f hash.o ./mkbuiltins -D . hash.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing hash.c || ( rm -f hash.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f hash.c rm -f help.o ./mkbuiltins -D . help.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing help.c || ( rm -f help.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./help.def:142:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = 0; name = shell_builtins[i].name; i++) ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ./help.def:142:21: note: place parentheses around the assignment to silence this warning for (i = 0; name = shell_builtins[i].name; i++) ^ ( ) ./help.def:142:21: note: use '==' to turn this assignment into an equality comparison for (i = 0; name = shell_builtins[i].name; i++) ^ == ./help.def:290:10: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] line = doc ? _(doc[0]) : (char *)NULL; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./help.def:355:11: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] helpdoc = _(shell_builtins[i].short_doc); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./help.def:374:11: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] helpdoc = _(shell_builtins[i+height].short_doc); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./help.def:400:11: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] helpdoc = _(shell_builtins[i].short_doc); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./help.def:443:11: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] helpdoc = _(shell_builtins[i+height].short_doc); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6 warnings generated. rm -f help.c rm -f history.o ./mkbuiltins -D . history.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing history.c || ( rm -f history.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./history.def:186:27: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sh_erange (delete_arg, _("history position")); ^~~~~~~~~~~~~~~~~~~~~ ./../bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ../include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:78:42: note: passing argument to parameter here extern void sh_erange __P((char *, char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ 1 warning generated. rm -f history.c rm -f jobs.o ./mkbuiltins -D . jobs.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing jobs.c || ( rm -f jobs.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./jobs.def:282:15: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sh_badjob (list ? list->word->word : _("current")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:80:34: note: passing argument to parameter here extern void sh_badjob __P((char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ 1 warning generated. rm -f jobs.c rm -f kill.o ./mkbuiltins -D . kill.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing kill.c || ( rm -f kill.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./kill.def:263:7: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] x = _("Unknown error"); ^ ~~~~~~~~~~~~~~~~~~ 1 warning generated. rm -f kill.c rm -f let.o ./mkbuiltins -D . let.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing let.c || ( rm -f let.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f let.c rm -f mapfile.o ./mkbuiltins -D . mapfile.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing mapfile.c || ( rm -f mapfile.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f mapfile.c rm -f pushd.o ./mkbuiltins -D . pushd.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing pushd.c || ( rm -f pushd.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./pushd.def:514:21: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sh_erange (arg, _("directory stack index")); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ../include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:78:42: note: passing argument to parameter here extern void sh_erange __P((char *, char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ 1 warning generated. rm -f pushd.c rm -f read.o ./mkbuiltins -D . read.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing read.c || ( rm -f read.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f read.c rm -f return.o ./mkbuiltins -D . return.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing return.c || ( rm -f return.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f return.c rm -f set.o ./mkbuiltins -D . set.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing set.c || ( rm -f set.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./set.def:549:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (vname = extract_colon_unit (value, &vptr)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./set.def:549:16: note: place parentheses around the assignment to silence this warning while (vname = extract_colon_unit (value, &vptr)) ^ ( ) ./set.def:549:16: note: use '==' to turn this assignment into an equality comparison while (vname = extract_colon_unit (value, &vptr)) ^ == ./set.def:658:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (flag_name = *++arg) ~~~~~~~~~~^~~~~~~~ ./set.def:658:21: note: place parentheses around the assignment to silence this warning while (flag_name = *++arg) ^ ( ) ./set.def:658:21: note: use '==' to turn this assignment into an equality comparison while (flag_name = *++arg) ^ == ./set.def:841:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (var = find_function (name)) ~~~~^~~~~~~~~~~~~~~~~~~~~~ ./set.def:841:12: note: place parentheses around the assignment to silence this warning if (var = find_function (name)) ^ ( ) ./set.def:841:12: note: use '==' to turn this assignment into an equality comparison if (var = find_function (name)) ^ == 3 warnings generated. rm -f set.c rm -f setattr.o ./mkbuiltins -D . setattr.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing setattr.c || ( rm -f setattr.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./setattr.def:291:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = 0; var = variable_list[i]; i++) ~~~~^~~~~~~~~~~~~~~~~~ ./setattr.def:291:20: note: place parentheses around the assignment to silence this warning for (i = 0; var = variable_list[i]; i++) ^ ( ) ./setattr.def:291:20: note: use '==' to turn this assignment into an equality comparison for (i = 0; var = variable_list[i]; i++) ^ == ./setattr.def:302:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (any_failed = sh_chkwrite (any_failed)) ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./setattr.def:302:20: note: place parentheses around the assignment to silence this warning if (any_failed = sh_chkwrite (any_failed)) ^ ( ) ./setattr.def:302:20: note: use '==' to turn this assignment into an equality comparison if (any_failed = sh_chkwrite (any_failed)) ^ == ./setattr.def:329:32: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = any_failed = 0; var = variable_list[i]; i++) ~~~~^~~~~~~~~~~~~~~~~~ ./setattr.def:329:32: note: place parentheses around the assignment to silence this warning for (i = any_failed = 0; var = variable_list[i]; i++) ^ ( ) ./setattr.def:329:32: note: use '==' to turn this assignment into an equality comparison for (i = any_failed = 0; var = variable_list[i]; i++) ^ == ./setattr.def:332:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (any_failed = sh_chkwrite (any_failed)) ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./setattr.def:332:22: note: place parentheses around the assignment to silence this warning if (any_failed = sh_chkwrite (any_failed)) ^ ( ) ./setattr.def:332:22: note: use '==' to turn this assignment into an equality comparison if (any_failed = sh_chkwrite (any_failed)) ^ == 4 warnings generated. rm -f setattr.c rm -f shift.o ./mkbuiltins -D . shift.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing shift.c || ( rm -f shift.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./shift.def:71:50: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sh_erange (list ? list->word->word : NULL, _("shift count")); ^~~~~~~~~~~~~~~~ ./../bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ../include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:78:42: note: passing argument to parameter here extern void sh_erange __P((char *, char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ ./shift.def:77:45: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sh_erange (list ? list->word->word : NULL, _("shift count")); ^~~~~~~~~~~~~~~~ ./../bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ../include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:78:42: note: passing argument to parameter here extern void sh_erange __P((char *, char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ 2 warnings generated. rm -f shift.c rm -f source.o ./mkbuiltins -D . source.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing source.c || ( rm -f source.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f source.c rm -f suspend.o ./mkbuiltins -D . suspend.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing suspend.c || ( rm -f suspend.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./suspend.def:101:18: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sh_nojobs (_("cannot suspend")); ^~~~~~~~~~~~~~~~~~~ ./../bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ../include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:82:34: note: passing argument to parameter here extern void sh_nojobs __P((char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ 1 warning generated. rm -f suspend.c rm -f test.o ./mkbuiltins -D . test.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing test.c || ( rm -f test.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f test.c rm -f times.o ./mkbuiltins -D . times.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing times.c || ( rm -f times.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f times.c rm -f trap.o ./mkbuiltins -D . trap.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing trap.c || ( rm -f trap.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f trap.c rm -f type.o ./mkbuiltins -D . type.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing type.c || ( rm -f type.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./type.def:332:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (full_path = phash_search (command)) ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ./type.def:332:21: note: place parentheses around the assignment to silence this warning if (full_path = phash_search (command)) ^ ( ) ./type.def:332:21: note: use '==' to turn this assignment into an equality comparison if (full_path = phash_search (command)) ^ == 1 warning generated. rm -f type.c /usr/armv6-freebsd/usr/bin/cc -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -o psize.aux ./psize.c /bin/sh ./psize.sh > pipesize.h rm -f ulimit.o ./mkbuiltins -D . ulimit.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing ulimit.c || ( rm -f ulimit.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./ulimit.def:464:23: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sh_erange (cmdarg, _("limit")); ^~~~~~~~~~ ./../bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ../include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:78:42: note: passing argument to parameter here extern void sh_erange __P((char *, char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ 1 warning generated. rm -f ulimit.c rm -f umask.o ./mkbuiltins -D . umask.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing umask.c || ( rm -f umask.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./umask.def:114:37: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] sh_erange (list->word->word, _("octal number")); ^~~~~~~~~~~~~~~~~ ./../bashintl.h:36:18: note: expanded from macro '_' #define _(msgid) gettext(msgid) ^~~~~~~~~~~~~~ ../include/gettext.h:46:25: note: expanded from macro 'gettext' # define gettext(Msgid) ((const char *) (Msgid)) ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:78:42: note: passing argument to parameter here extern void sh_erange __P((char *, char *)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ ./umask.def:149:13: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'mode_t' (aka 'unsigned short') declared in a previous prototype [-Wknr-promoted-parameter] mode_t um; ^ ./umask.def:70:45: note: previous declaration is here static void print_symbolic_umask __P((mode_t)); ^ /usr/armv6-freebsd/usr/include/sys/cdefs.h:156:21: note: expanded from macro '__P' #define __P(protos) protos /* full-blown ANSI C */ ^ 2 warnings generated. rm -f umask.c rm -f wait.o ./mkbuiltins -D . wait.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing wait.c || ( rm -f wait.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f wait.c rm -f getopts.o ./mkbuiltins -D . getopts.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing getopts.c || ( rm -f getopts.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f getopts.c rm -f shopt.o ./mkbuiltins -D . shopt.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing shopt.c || ( rm -f shopt.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused ./shopt.def:173:46: warning: incompatible pointer types initializing 'shopt_set_func_t *' (aka 'int (*)(char *, int)') with an expression of type 'int (int)' [-Wincompatible-pointer-types] { "colonbreakswords", &colon_is_wordbreak, enable_colon_wordbreak }, ^~~~~~~~~~~~~~~~~~~~~~ ./shopt.def:752:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (vname = extract_colon_unit (value, &vptr)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./shopt.def:752:16: note: place parentheses around the assignment to silence this warning while (vname = extract_colon_unit (value, &vptr)) ^ ( ) ./shopt.def:752:16: note: use '==' to turn this assignment into an equality comparison while (vname = extract_colon_unit (value, &vptr)) ^ == 2 warnings generated. rm -f shopt.c rm -f printf.o ./mkbuiltins -D . printf.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing printf.c || ( rm -f printf.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f printf.c rm -f getopt.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing getopt.c cc: warning: -Wl,-export-dynamic: 'linker' input unused getopt.c:182:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (sh_badopt = (temp == NULL || c == ':')) ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ getopt.c:182:17: note: place parentheses around the assignment to silence this warning if (sh_badopt = (temp == NULL || c == ':')) ^ ( ) getopt.c:182:17: note: use '==' to turn this assignment into an equality comparison if (sh_badopt = (temp == NULL || c == ':')) ^ == 1 warning generated. rm -f bashgetopt.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing bashgetopt.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f complete.o ./mkbuiltins -D . complete.def /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing complete.c || ( rm -f complete.c ; exit 1 ) cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f complete.c rm -f libbuiltins.a 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 ranlib libbuiltins.a making ./lib/glob/libglob.a in ./lib/glob rm -f glob.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing glob.c cc: warning: -Wl,-export-dynamic: 'linker' input unused glob.c:210:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (t = glob_patscan (pp, pe, '|')) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ glob.c:210:12: note: place parentheses around the assignment to silence this warning while (t = glob_patscan (pp, pe, '|')) ^ ( ) glob.c:210:12: note: use '==' to turn this assignment into an equality comparison while (t = glob_patscan (pp, pe, '|')) ^ == glob.c:310:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (t = glob_patscan_wc (pp, pe, '|')) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ glob.c:310:12: note: place parentheses around the assignment to silence this warning while (t = glob_patscan_wc (pp, pe, '|')) ^ ( ) glob.c:310:12: note: use '==' to turn this assignment into an equality comparison while (t = glob_patscan_wc (pp, pe, '|')) ^ == 2 warnings generated. rm -f strmatch.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing strmatch.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f smatch.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing smatch.c cc: warning: -Wl,-export-dynamic: 'linker' input unused In file included from smatch.c:241: ./sm_loop.c:319:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (not = (*p == L('!') || *p == L('^'))) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./sm_loop.c:319:11: note: place parentheses around the assignment to silence this warning if (not = (*p == L('!') || *p == L('^'))) ^ ( ) ./sm_loop.c:319:11: note: use '==' to turn this assignment into an equality comparison if (not = (*p == L('!') || *p == L('^'))) ^ == ./sm_loop.c:553:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (s = string; c = *s; s++) ~~^~~~ ./sm_loop.c:553:22: note: place parentheses around the assignment to silence this warning for (s = string; c = *s; s++) ^ ( ) ./sm_loop.c:553:22: note: use '==' to turn this assignment into an equality comparison for (s = string; c = *s; s++) ^ == ./sm_loop.c:764:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (m1 = (GMATCH (s, srest, psub, pnext - 1, flags) == 0)) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./sm_loop.c:764:15: note: place parentheses around the assignment to silence this warning if (m1 = (GMATCH (s, srest, psub, pnext - 1, flags) == 0)) ^ ( ) ./sm_loop.c:764:15: note: use '==' to turn this assignment into an equality comparison if (m1 = (GMATCH (s, srest, psub, pnext - 1, flags) == 0)) ^ == In file included from smatch.c:373: ./sm_loop.c:319:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (not = (*p == L('!') || *p == L('^'))) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./sm_loop.c:319:11: note: place parentheses around the assignment to silence this warning if (not = (*p == L('!') || *p == L('^'))) ^ ( ) ./sm_loop.c:319:11: note: use '==' to turn this assignment into an equality comparison if (not = (*p == L('!') || *p == L('^'))) ^ == ./sm_loop.c:553:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (s = string; c = *s; s++) ~~^~~~ ./sm_loop.c:553:22: note: place parentheses around the assignment to silence this warning for (s = string; c = *s; s++) ^ ( ) ./sm_loop.c:553:22: note: use '==' to turn this assignment into an equality comparison for (s = string; c = *s; s++) ^ == ./sm_loop.c:764:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (m1 = (GMATCH (s, srest, psub, pnext - 1, flags) == 0)) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./sm_loop.c:764:15: note: place parentheses around the assignment to silence this warning if (m1 = (GMATCH (s, srest, psub, pnext - 1, flags) == 0)) ^ ( ) ./sm_loop.c:764:15: note: use '==' to turn this assignment into an equality comparison if (m1 = (GMATCH (s, srest, psub, pnext - 1, flags) == 0)) ^ == 6 warnings generated. rm -f xmbsrtowcs.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing xmbsrtowcs.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f gmisc.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing gmisc.c cc: warning: -Wl,-export-dynamic: 'linker' input unused gmisc.c:89:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (wc = *wpat++) ~~~^~~~~~~~~ gmisc.c:89:13: note: place parentheses around the assignment to silence this warning while (wc = *wpat++) ^ ( ) gmisc.c:89:13: note: use '==' to turn this assignment into an equality comparison while (wc = *wpat++) ^ == gmisc.c:266:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = *pat++) ~~^~~~~~~~ gmisc.c:266:12: note: place parentheses around the assignment to silence this warning while (c = *pat++) ^ ( ) gmisc.c:266:12: note: use '==' to turn this assignment into an equality comparison while (c = *pat++) ^ == 2 warnings generated. rm -f -f libglob.a ar cr libglob.a glob.o strmatch.o smatch.o xmbsrtowcs.o gmisc.o test -n "ranlib" && ranlib libglob.a making ./lib/sh/libsh.a in ./lib/sh /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing clktck.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing clock.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing getenv.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing oslib.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing setlinebuf.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing strnlen.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing itos.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing zread.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing zwrite.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing shtty.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing shmatch.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing eaccess.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing netconn.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing netopen.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing timeval.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing makepath.c cc: warning: -Wl,-export-dynamic: 'linker' input unused makepath.c:123:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (*r++ = *s++) ~~~~~^~~~~~ makepath.c:123:15: note: place parentheses around the assignment to silence this warning while (*r++ = *s++) ^ ( ) makepath.c:123:15: note: use '==' to turn this assignment into an equality comparison while (*r++ = *s++) ^ == 1 warning generated. /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing pathcanon.c cc: warning: -Wl,-export-dynamic: 'linker' input unused pathcanon.c:117:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (rooted = ROOTEDPATH(path)) ~~~~~~~^~~~~~~~~~~~~~~~~~ pathcanon.c:117:14: note: place parentheses around the assignment to silence this warning if (rooted = ROOTEDPATH(path)) ^ ( ) pathcanon.c:117:14: note: use '==' to turn this assignment into an equality comparison if (rooted = ROOTEDPATH(path)) ^ == 1 warning generated. /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing pathphys.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing tmpfile.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing stringlist.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing stringvec.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing spell.c cc: warning: -Wl,-export-dynamic: 'linker' input unused spell.c:98:26: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (p = best; *np = *p++; np++) ~~~~^~~~~~ spell.c:98:26: note: place parentheses around the assignment to silence this warning for (p = best; *np = *p++; np++) ^ ( ) spell.c:98:26: note: use '==' to turn this assignment into an equality comparison for (p = best; *np = *p++; np++) ^ == 1 warning generated. /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing shquote.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing strtrans.c cc: warning: -Wl,-export-dynamic: 'linker' input unused strtrans.c:232:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (s = str; c = *s; s++) ~~^~~~ strtrans.c:232:19: note: place parentheses around the assignment to silence this warning for (s = str; c = *s; s++) ^ ( ) strtrans.c:232:19: note: use '==' to turn this assignment into an equality comparison for (s = str; c = *s; s++) ^ == strtrans.c:260:61: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if ((b == 0 && ((clen = mbrtowc (&wc, s, MB_CUR_MAX, 0)) < 0 || MB_INVALIDCH (clen) || iswprint (wc) == 0)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ strtrans.c:317:25: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (wcs = wcstr; wcc = *wcs; wcs++) ~~~~^~~~~~ strtrans.c:317:25: note: place parentheses around the assignment to silence this warning for (wcs = wcstr; wcc = *wcs; wcs++) ^ ( ) strtrans.c:317:25: note: use '==' to turn this assignment into an equality comparison for (wcs = wcstr; wcc = *wcs; wcs++) ^ == strtrans.c:340:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (s = string; c = *s; s++) ~~^~~~ strtrans.c:340:22: note: place parentheses around the assignment to silence this warning for (s = string; c = *s; s++) ^ ( ) strtrans.c:340:22: note: use '==' to turn this assignment into an equality comparison for (s = string; c = *s; s++) ^ == 4 warnings generated. /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing snprintf.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing mailstat.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing fmtulong.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing fmtullong.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing fmtumax.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing zcatfd.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing zmapfd.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing winsize.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing wcsdup.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing fpurge.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing zgetline.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing mbscmp.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing uconvert.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing ufuncs.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing casemod.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing input_avail.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing mbscasecmp.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing fnxform.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing unicode.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing shmbchar.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing wcsnwidth.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing mktime.c cc: warning: -Wl,-export-dynamic: 'linker' input unused /usr/armv6-freebsd/usr/bin/cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing mbschr.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f libsh.a 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 wcsnwidth.o mktime.o mbschr.o test -n "ranlib" && ranlib libsh.a making ./lib/readline/libreadline.a in ./lib/readline rm -f readline.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing readline.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f vi_mode.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing vi_mode.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f funmap.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing funmap.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f keymaps.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing keymaps.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f parens.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing parens.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f search.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing search.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f rltty.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing rltty.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f complete.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing complete.c cc: warning: -Wl,-export-dynamic: 'linker' input unused complete.c:1087:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ complete.c:1087:23: note: place parentheses around the assignment to silence this warning while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) ^ ( ) complete.c:1087:23: note: use '==' to turn this assignment into an equality comparison while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) ^ == complete.c:2121:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (string = (*entry_function) (text, matches)) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ complete.c:2121:17: note: place parentheses around the assignment to silence this warning while (string = (*entry_function) (text, matches)) ^ ( ) complete.c:2121:17: note: use '==' to turn this assignment into an equality comparison while (string = (*entry_function) (text, matches)) ^ == complete.c:2195:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (entry = getpwent ()) ~~~~~~^~~~~~~~~~~~~ complete.c:2195:16: note: place parentheses around the assignment to silence this warning while (entry = getpwent ()) ^ ( ) complete.c:2195:16: note: use '==' to turn this assignment into an equality comparison while (entry = getpwent ()) ^ == 3 warnings generated. rm -f bind.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing bind.c cc: warning: -Wl,-export-dynamic: 'linker' input unused bind.c:455:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = l = 0; c = seq[i]; i++) ~~^~~~~~~~ bind.c:455:21: note: place parentheses around the assignment to silence this warning for (i = l = 0; c = seq[i]; i++) ^ ( ) bind.c:455:21: note: use '==' to turn this assignment into an equality comparison for (i = l = 0; c = seq[i]; i++) ^ == bind.c:1213:31: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = start,passc = 0; c = string[i]; i++) ~~^~~~~~~~~~~ bind.c:1213:31: note: place parentheses around the assignment to silence this warning for (i = start,passc = 0; c = string[i]; i++) ^ ( ) bind.c:1213:31: note: use '==' to turn this assignment into an equality comparison for (i = start,passc = 0; c = string[i]; i++) ^ == bind.c:2201:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = 0; name = names[i]; i++) ~~~~~^~~~~~~~~~ bind.c:2201:20: note: place parentheses around the assignment to silence this warning for (i = 0; name = names[i]; i++) ^ ( ) bind.c:2201:20: note: use '==' to turn this assignment into an equality comparison for (i = 0; name = names[i]; i++) ^ == 3 warnings generated. rm -f isearch.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing isearch.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f display.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing display.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f signals.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing signals.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f util.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing util.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f kill.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing kill.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f undo.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing undo.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f macro.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing macro.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f input.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing input.c cc: warning: -Wl,-export-dynamic: 'linker' input unused input.c:434:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (c = _rl_next_macro_key ()) ~~^~~~~~~~~~~~~~~~~~~~~~~ input.c:434:13: note: place parentheses around the assignment to silence this warning if (c = _rl_next_macro_key ()) ^ ( ) input.c:434:13: note: use '==' to turn this assignment into an equality comparison if (c = _rl_next_macro_key ()) ^ == 1 warning generated. rm -f callback.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing callback.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f terminal.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing terminal.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f text.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing text.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f nls.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing nls.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f misc.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing misc.c cc: warning: -Wl,-export-dynamic: 'linker' input unused misc.c:458:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ul = (UNDO_LIST *)entry->data) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ misc.c:458:14: note: place parentheses around the assignment to silence this warning if (ul = (UNDO_LIST *)entry->data) ^ ( ) misc.c:458:14: note: use '==' to turn this assignment into an equality comparison if (ul = (UNDO_LIST *)entry->data) ^ == misc.c:505:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ul = (UNDO_LIST *)hent->data) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ misc.c:505:14: note: place parentheses around the assignment to silence this warning if (ul = (UNDO_LIST *)hent->data) ^ ( ) misc.c:505:14: note: use '==' to turn this assignment into an equality comparison if (ul = (UNDO_LIST *)hent->data) ^ == 2 warnings generated. rm -f history.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing history.c cc: warning: -Wl,-export-dynamic: 'linker' input unused history.c:308:31: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] temp = alloc_history_entry (string, hist_inittime ()); ^~~~~~ 1 warning generated. rm -f histexpand.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing histexpand.c cc: warning: -Wl,-export-dynamic: 'linker' input unused histexpand.c:207:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (local_index = i; c = string[i]; i++) ~~^~~~~~~~~~~ histexpand.c:207:27: note: place parentheses around the assignment to silence this warning for (local_index = i; c = string[i]; i++) ^ ( ) histexpand.c:207:27: note: use '==' to turn this assignment into an equality comparison for (local_index = i; c = string[i]; i++) ^ == 1 warning generated. rm -f histfile.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing histfile.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f histsearch.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing histsearch.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f shell.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing shell.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f savestring.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing savestring.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f mbutil.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing mbutil.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f tilde.o /usr/armv6-freebsd/usr/bin/cc -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -DREADLINE_LIBRARY -c ./tilde.c cc: warning: -Wl,-export-dynamic: 'linker' input unused ./tilde.c:199:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (result = strchr (string, '~')) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./tilde.c:199:14: note: place parentheses around the assignment to silence this warning if (result = strchr (string, '~')) ^ ( ) ./tilde.c:199:14: note: use '==' to turn this assignment into an equality comparison if (result = strchr (string, '~')) ^ == 1 warning generated. rm -f colors.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing colors.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f parse-colors.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing parse-colors.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f xmalloc.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing xmalloc.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f xfree.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing xfree.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f compat.o /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing compat.c cc: warning: -Wl,-export-dynamic: 'linker' input unused rm -f libreadline.a ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o savestring.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o test -n "ranlib" && ranlib libreadline.a making ./lib/readline/libhistory.a in ./lib/readline rm -f libhistory.a ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o savestring.o mbutil.o xmalloc.o xfree.o test -n "ranlib" && ranlib libhistory.a making ./lib/tilde/libtilde.a in ./lib/tilde /usr/armv6-freebsd/usr/bin/cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing tilde.c cc: warning: -Wl,-export-dynamic: 'linker' input unused tilde.c:199:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (result = strchr (string, '~')) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ tilde.c:199:14: note: place parentheses around the assignment to silence this warning if (result = strchr (string, '~')) ^ ( ) tilde.c:199:14: note: use '==' to turn this assignment into an equality comparison if (result = strchr (string, '~')) ^ == 1 warning generated. rm -f libtilde.a ar cr libtilde.a tilde.o test -n "ranlib" && ranlib libtilde.a rm -f bash /usr/armv6-freebsd/usr/bin/cc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/sh -O -pipe -mfloat-abi=softfp -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -Wl,-export-dynamic -fno-strict-aliasing -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 -lbuiltins -lglob -lsh -lreadline -lhistory -ltermcap -ltilde ./lib/sh/libsh.a(tmpfile.o): In function `sh_mktmpname': tmpfile.c:(.text+0x4c): warning: warning: mktemp() possibly used unsafely; consider using mkstemp() ls -l bash -rwxr-xr-x 1 root wheel 1080045 Dec 27 22:22 bash size bash text data bss dec hex filename 892266 16856 15428 924550 e1b86 bash =========================================================================== =================================================== ===> bash-4.3.42_1 depends on executable: indexinfo - found =========================================================================== =================================================== ===> Staging for bash-4.3.42_1 ===> Generating temporary packing list mkdir -p -- /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash ( cd ./po/ ; /usr/bin/make DESTDIR=/wrkdirs/usr/ports/shells/bash/work/stage installdirs ) if test "bash" = "gettext-tools"; then /bin/sh /wrkdirs/usr/ports/shells/bash/work/bash-4.3/./support/mkinstalldirs /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/gettext/po; else : ; fi install -s -m 555 -m 0755 bash /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/bin/bash install -m 555 -m 0555 bashbug /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/bin/bashbug install -m 0644 ./CHANGES ./COMPAT ./NEWS ./POSIX ./RBASH ./README /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash ( cd ./doc ; /usr/bin/make man1dir=/usr/local/man/man1 man1ext=.1 man3dir=/usr/local/man/man3 man3ext=.3 infodir=/usr/local/info htmldir=/usr/local/share/doc/bash DESTDIR=/wrkdirs/usr/ports/shells/bash/work/stage install ) /bin/sh ../support/mkinstalldirs /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/man/man1 /bin/sh ../support/mkinstalldirs /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/info /bin/sh ../support/mkinstalldirs /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash if test -n "/usr/local/share/doc/bash" ; then /bin/sh ../support/mkinstalldirs /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash ; fi makeinfo --no-split -I../lib/readline/doc ./bashref.texi install -m 0644 ./bash.1 /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/man/man1/bash.1 install -m 0644 ./bashbug.1 /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/man/man1/bashbug.1 install -m 0644 ./FAQ ./INTRO /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash if test -f bash.info; then d=.; else d=.; fi; install -m 0644 $d/bash.info /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/info/bash.info if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then install-info --dir-file=/wrkdirs/usr/ports/shells/bash/work/stage/usr/local/info/dir /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/info/bash.info; else true; fi if test -n "/usr/local/share/doc/bash" ; then install -m 0644 ./bash.html /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash ; install -m 0644 ./bashref.html /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash ; fi ( cd ./builtins ; /usr/bin/make DESTDIR=/wrkdirs/usr/ports/shells/bash/work/stage install ) ( cd ./po/ ; /usr/bin/make DESTDIR=/wrkdirs/usr/ports/shells/bash/work/stage install ) if test "bash" = "gettext-tools"; then /bin/sh /wrkdirs/usr/ports/shells/bash/work/bash-4.3/./support/mkinstalldirs /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/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 install -m 0644 ./$file /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/gettext/po/$file; done; for file in Makevars; do rm -f /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/gettext/po/$file; done; else : ; fi /bin/ln -sf bash /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/bin/rbash install -m 0644 /wrkdirs/usr/ports/shells/bash/work/bash-4.3/doc/FAQ /wrkdirs/usr/ports/shells/bash/work/bash-4.3/doc/INTRO /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash for d in CHANGES COMPAT NEWS POSIX RBASH README; do install -m 0644 /wrkdirs/usr/ports/shells/bash/work/bash-4.3/${d} /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash; done ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for bash-4.3.42_1 =========================================================================== ====>> Cleaning up wrkdir ===> Cleaning for bash-4.3.42_1 build of shells/bash ended at Sun Dec 27 22:22:44 GMT 2015 build time: 00:04:45