Advertisement
Guest User

Untitled

a guest
Sep 25th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.99 KB | None | 0 0
  1. ====>> Building shells/bash
  2. build started at Thu Sep 25 18:12:21 UTC 2014
  3. port directory: /usr/ports/shells/bash
  4. building for: FreeBSD 8_4-amd64-pre_pkg_install_eol-job-01 8.4-RELEASE FreeBSD 8.4-RELEASE amd64
  5. maintained by: ehaupt@FreeBSD.org
  6. Makefile ident: $FreeBSD: tags/PKG_INSTALL_EOL/shells/bash/Makefile 365422 2014-08-19 19:31:35Z ehaupt $
  7. Poudriere version: 3.0.16
  8. Host OSVERSION: 1000510
  9. Jail OSVERSION: 804000
  10.  
  11. ---Begin Environment---
  12. OSVERSION=804000
  13. UNAME_v=FreeBSD 8.4-RELEASE
  14. UNAME_r=8.4-RELEASE
  15. FTP_PASSIVE_MODE=YES
  16. BLOCKSIZE=K
  17. MAIL=/var/mail/root
  18. STATUS=1
  19. MASTERMNT=/usr/cobbler/poudriere/data/build/8_4-amd64-pre_pkg_install_eol/ref
  20. PKG_EXT=tbz
  21. FORCE_PACKAGE=yes
  22. PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
  23. POUDRIERE_BUILD_TYPE=bulk
  24. PKGNG=0
  25. PKGNAME=bash-4.3.24
  26. PKG_DELETE=pkg_delete
  27. PKG_ADD=pkg_add
  28. PWD=/usr/cobbler/poudriere/data/logs/bulk
  29. MASTERNAME=8_4-amd64-pre_pkg_install_eol
  30. USER=root
  31. HOME=/root
  32. POUDRIERE_VERSION=3.0.16
  33. SKIPSANITY=0
  34. LOCALBASE=/usr/local
  35. PACKAGE_BUILDING=yes
  36. ---End Environment---
  37.  
  38. ---Begin OPTIONS List---
  39. ===> The following configuration options are available for bash-4.3.24:
  40. COLONBREAKSWORDS=on: Colons break words
  41. DOCS=on: Build and/or install documentation
  42. HELP=on: Enable builtin help
  43. IMPLICITCD=on: Use directory name alone to cd into it
  44. NLS=on: Native Language Support
  45. STATIC=off: Build static executables and/or libraries
  46. SYSLOG=off: Syslog logging support
  47. ===> Use 'make config' to modify these settings
  48. ---End OPTIONS List---
  49.  
  50. --CONFIGURE_ARGS--
  51. --without-bash-malloc --disable-rpath --enable-disabled-builtins --enable-help-builtin --enable-nls --disable-static-link --prefix=/usr/local ${_LATE_CONFIGURE_ARGS}
  52. --End CONFIGURE_ARGS--
  53.  
  54. --CONFIGURE_ENV--
  55. 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" 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
  56. --End CONFIGURE_ENV--
  57.  
  58. --MAKE_ENV--
  59. 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" 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 SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444"
  60. --End MAKE_ENV--
  61.  
  62. --SUB_LIST--
  63. COLONBREAKSWORDS=""
  64. NO_COLONBREAKSWORDS="@comment
  65. "
  66. DOCS=""
  67. NO_DOCS="@comment
  68. "
  69. HELP=""
  70. NO_HELP="@comment
  71. "
  72. IMPLICITCD=""
  73. NO_IMPLICITCD="@comment
  74. "
  75. NLS=""
  76. NO_NLS="@comment
  77. "
  78. STATIC="@comment
  79. "
  80. NO_STATIC=""
  81. SYSLOG="@comment
  82. "
  83. NO_SYSLOG=""
  84. PREFIX=/usr/local
  85. LOCALBASE=/usr/local
  86. DATADIR=/usr/local/share/bash
  87. DOCSDIR=/usr/local/share/doc/bash
  88. EXAMPLESDIR=/usr/local/share/examples/bash
  89. WWWDIR=/usr/local/www/bash
  90. ETCDIR=/usr/local/etc/bash
  91. --End SUB_LIST--
  92.  
  93. ---Begin make.conf---
  94. USE_PACKAGE_DEPENDS=yes
  95. BATCH=yes
  96. WRKDIRPREFIX=/wrkdirs
  97. PACKAGES=/packages
  98. DISTDIR=/distfiles
  99. #### /usr/local/etc/poudriere.d/8_4-amd64-make.conf ####
  100. WITHOUT_PKGNG=yes
  101. PERL_VERSION=5.14.4
  102. OPTIONS_UNSET="X11 GTK2"
  103.  
  104. .if ${.CURDIR:M*/shells/bash}
  105. EXTRA_PATCHES+= /distfiles/local-patches/8_4-amd64/bash.patch
  106. .endif
  107. DISABLE_MAKE_JOBS=poudriere
  108. ---End make.conf---
  109. ===> Cleaning for bash-4.3.24
  110. =======================<phase: check-sanity >============================
  111. /!\ WARNING /!\
  112. pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng
  113. http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/
  114. If you do not want to see this message again set NO_WARNING_PKG_INSTALL_EOL=yes in your make.conf
  115.  
  116. ===> License GPLv3 accepted by the user
  117. ===========================================================================
  118. =======================<phase: pkg-depends >============================
  119. ===========================================================================
  120. =======================<phase: fetch-depends >============================
  121. ===========================================================================
  122. =======================<phase: fetch >============================
  123. /!\ WARNING /!\
  124. pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng
  125. http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/
  126. If you do not want to see this message again set NO_WARNING_PKG_INSTALL_EOL=yes in your make.conf
  127.  
  128. ===> License GPLv3 accepted by the user
  129. cd /distfiles/bash; _PATCH_SITES_DEFAULT=" http://ftp.gnu.org/gnu/bash/bash-4.3-patches// ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches// http://www.gtlib.gatech.edu/pub/gnu/gnu/bash/bash-4.3-patches// http://mirrors.kernel.org/gnu/bash/bash-4.3-patches// ftp://ftp.kddlabs.co.jp/GNU/bash/bash-4.3-patches// ftp://ftp.dti.ad.jp/pub/GNU/bash/bash-4.3-patches// http://ring.nict.go.jp/archives/GNU/bash/bash-4.3-patches// ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/bash/bash-4.3-patches// ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/bash/bash-4.3-patches// ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/bash/bash-4.3-patches// http://ftp.funet.fi/pub/gnu/prep/bash/bash-4.3-patches// ftp://ftp.cwru.edu/pub/bash/bash-4.3-patches//" ; for _file in bash43-001 bash43-002 bash43-003 bash43-004 bash43-005 bash43-006 bash43-007 bash43-008 bash43-009 bash43-010 bash43-011 bash43-012 bash43-013 bash43-014 bash43-015 bash43-016 bash43-017 bash43-018 bash43-019 bash43-020 bash43-021 bash43-022 bash43-023 bash43-024; do file=`echo $_file | /usr/bin/sed -E -e 's/:[^-:][^:]*$//'` ; select=`echo ${_file#${file}} | /usr/bin/sed -e 's/^://' -e 's/,/ /g'` ; file=`echo $file | /usr/bin/sed -E -e 's/:-[^:]+$//'` ; force_fetch=false; filebasename=${file##*/}; for afile in ; do afile=${afile##*/}; if [ "x$afile" = "x$filebasename" ]; then force_fetch=true; fi; done; if [ ! -f $file -a ! -f $filebasename -o "$force_fetch" = "true" ]; then if [ -L $file -o -L ${file##*/} ]; then echo "=> /distfiles/bash/$file is a broken symlink."; echo "=> Perhaps a filesystem (most likely a CD) isn't mounted?"; echo "=> Please correct this problem and try again."; exit 1; fi; echo "=> $file doesn't seem to exist in /distfiles/bash."; if [ ! -z "$select" ] ; then __PATCH_SITES_TMP= ; for group in $select; do if [ ! -z \${_PATCH_SITES_${group}} ] ; then eval ___PATCH_SITES_TMP="\${_PATCH_SITES_${group}}" ; __PATCH_SITES_TMP="${__PATCH_SITES_TMP} ${___PATCH_SITES_TMP}" ; fi; done; ___PATCH_SITES_TMP= ; SORTED_PATCH_SITES_CMD_TMP="echo `echo ${__PATCH_SITES_TMP} | /usr/bin/awk 'BEGIN { RS = " "; ORS = " "; IGNORECASE = 1 ; gl = "://[^/]*/"; } /:\\/\\/[^\\/]*\\// { good["://[^/]*/"] = good["://[^/]*/"] " " $0 ; next; } { rest = rest " " $0; } END { n=split(gl, gla); for(i=1;i<=n;i++) { print good[gla[i]]; } print rest; }'` http://distcache.FreeBSD.org/ports-distfiles/bash/" ; else SORTED_PATCH_SITES_CMD_TMP="cd /usr/ports/shells/bash && make patch-sites-DEFAULT" ; fi; sites_remaining=0; sites="`eval $SORTED_PATCH_SITES_CMD_TMP`"; for site in ${sites}; do sites_remaining=$((${sites_remaining} + 1)); done; for site in ${sites}; do sites_remaining=$((${sites_remaining} - 1)); echo "=> Attempting to fetch ${site}${file}"; CKSIZE=`alg=SIZE; if [ \( -n "" -a -n "" \) -o ! -f "/usr/ports/shells/bash/distinfo" ]; then exit; fi; DIR=bash; /usr/bin/awk -v alg=$alg -v file=${DIR:+$DIR/}${file} '$1 == alg && $2 == "(" file ")" {print $4}' /usr/ports/shells/bash/distinfo`; case ${file} in */*) /bin/mkdir -p ${file%/*}; args="-o ${file} ${site}${file}";; *) args=${site}${file};; esac; if /usr/bin/env SSL_NO_VERIFY_PEER=1 SSL_NO_VERIFY_HOSTNAME=1 /usr/bin/fetch -Fpr ${CKSIZE:+-S $CKSIZE} ${args} ; then actual_size=`stat -f %z "${file}"`; if [ -n "" ] || [ -z "${CKSIZE}" ] || [ ${actual_size} -eq ${CKSIZE} ]; then continue 2; else echo "=> Fetched file size mismatch (expected ${CKSIZE}, actual ${actual_size})"; if [ ${sites_remaining} -gt 1 ]; then echo "=> Trying next site"; /bin/rm -f -f ${file}; fi; fi; fi; done; echo "=> Couldn't fetch it - please try to retrieve this"; echo "=> port manually into /distfiles/bash and try again."; exit 1; fi; done
  130. ===> Fetching all distfiles required by bash-4.3.24 for building
  131. ===========================================================================
  132. =======================<phase: checksum >============================
  133. /!\ WARNING /!\
  134. pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng
  135. http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/
  136. If you do not want to see this message again set NO_WARNING_PKG_INSTALL_EOL=yes in your make.conf
  137.  
  138. ===> License GPLv3 accepted by the user
  139. cd /distfiles/bash; _PATCH_SITES_DEFAULT=" http://ftp.gnu.org/gnu/bash/bash-4.3-patches// ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches// http://www.gtlib.gatech.edu/pub/gnu/gnu/bash/bash-4.3-patches// http://mirrors.kernel.org/gnu/bash/bash-4.3-patches// ftp://ftp.kddlabs.co.jp/GNU/bash/bash-4.3-patches// ftp://ftp.dti.ad.jp/pub/GNU/bash/bash-4.3-patches// http://ring.nict.go.jp/archives/GNU/bash/bash-4.3-patches// ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/bash/bash-4.3-patches// ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/bash/bash-4.3-patches// ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/bash/bash-4.3-patches// http://ftp.funet.fi/pub/gnu/prep/bash/bash-4.3-patches// ftp://ftp.cwru.edu/pub/bash/bash-4.3-patches//" ; for _file in bash43-001 bash43-002 bash43-003 bash43-004 bash43-005 bash43-006 bash43-007 bash43-008 bash43-009 bash43-010 bash43-011 bash43-012 bash43-013 bash43-014 bash43-015 bash43-016 bash43-017 bash43-018 bash43-019 bash43-020 bash43-021 bash43-022 bash43-023 bash43-024; do file=`echo $_file | /usr/bin/sed -E -e 's/:[^-:][^:]*$//'` ; select=`echo ${_file#${file}} | /usr/bin/sed -e 's/^://' -e 's/,/ /g'` ; file=`echo $file | /usr/bin/sed -E -e 's/:-[^:]+$//'` ; force_fetch=false; filebasename=${file##*/}; for afile in ; do afile=${afile##*/}; if [ "x$afile" = "x$filebasename" ]; then force_fetch=true; fi; done; if [ ! -f $file -a ! -f $filebasename -o "$force_fetch" = "true" ]; then if [ -L $file -o -L ${file##*/} ]; then echo "=> /distfiles/bash/$file is a broken symlink."; echo "=> Perhaps a filesystem (most likely a CD) isn't mounted?"; echo "=> Please correct this problem and try again."; exit 1; fi; echo "=> $file doesn't seem to exist in /distfiles/bash."; if [ ! -z "$select" ] ; then __PATCH_SITES_TMP= ; for group in $select; do if [ ! -z \${_PATCH_SITES_${group}} ] ; then eval ___PATCH_SITES_TMP="\${_PATCH_SITES_${group}}" ; __PATCH_SITES_TMP="${__PATCH_SITES_TMP} ${___PATCH_SITES_TMP}" ; fi; done; ___PATCH_SITES_TMP= ; SORTED_PATCH_SITES_CMD_TMP="echo `echo ${__PATCH_SITES_TMP} | /usr/bin/awk 'BEGIN { RS = " "; ORS = " "; IGNORECASE = 1 ; gl = "://[^/]*/"; } /:\\/\\/[^\\/]*\\// { good["://[^/]*/"] = good["://[^/]*/"] " " $0 ; next; } { rest = rest " " $0; } END { n=split(gl, gla); for(i=1;i<=n;i++) { print good[gla[i]]; } print rest; }'` http://distcache.FreeBSD.org/ports-distfiles/bash/" ; else SORTED_PATCH_SITES_CMD_TMP="cd /usr/ports/shells/bash && make patch-sites-DEFAULT" ; fi; sites_remaining=0; sites="`eval $SORTED_PATCH_SITES_CMD_TMP`"; for site in ${sites}; do sites_remaining=$((${sites_remaining} + 1)); done; for site in ${sites}; do sites_remaining=$((${sites_remaining} - 1)); echo "=> Attempting to fetch ${site}${file}"; CKSIZE=`alg=SIZE; if [ \( -n "" -a -n "" \) -o ! -f "/usr/ports/shells/bash/distinfo" ]; then exit; fi; DIR=bash; /usr/bin/awk -v alg=$alg -v file=${DIR:+$DIR/}${file} '$1 == alg && $2 == "(" file ")" {print $4}' /usr/ports/shells/bash/distinfo`; case ${file} in */*) /bin/mkdir -p ${file%/*}; args="-o ${file} ${site}${file}";; *) args=${site}${file};; esac; if /usr/bin/env SSL_NO_VERIFY_PEER=1 SSL_NO_VERIFY_HOSTNAME=1 /usr/bin/fetch -Fpr ${CKSIZE:+-S $CKSIZE} ${args} ; then actual_size=`stat -f %z "${file}"`; if [ -n "" ] || [ -z "${CKSIZE}" ] || [ ${actual_size} -eq ${CKSIZE} ]; then continue 2; else echo "=> Fetched file size mismatch (expected ${CKSIZE}, actual ${actual_size})"; if [ ${sites_remaining} -gt 1 ]; then echo "=> Trying next site"; /bin/rm -f -f ${file}; fi; fi; fi; done; echo "=> Couldn't fetch it - please try to retrieve this"; echo "=> port manually into /distfiles/bash and try again."; exit 1; fi; done
  140. ===> Fetching all distfiles required by bash-4.3.24 for building
  141. => SHA256 Checksum OK for bash/bash-4.3.tar.gz.
  142. => SHA256 Checksum OK for bash/bash43-001.
  143. => SHA256 Checksum OK for bash/bash43-002.
  144. => SHA256 Checksum OK for bash/bash43-003.
  145. => SHA256 Checksum OK for bash/bash43-004.
  146. => SHA256 Checksum OK for bash/bash43-005.
  147. => SHA256 Checksum OK for bash/bash43-006.
  148. => SHA256 Checksum OK for bash/bash43-007.
  149. => SHA256 Checksum OK for bash/bash43-008.
  150. => SHA256 Checksum OK for bash/bash43-009.
  151. => SHA256 Checksum OK for bash/bash43-010.
  152. => SHA256 Checksum OK for bash/bash43-011.
  153. => SHA256 Checksum OK for bash/bash43-012.
  154. => SHA256 Checksum OK for bash/bash43-013.
  155. => SHA256 Checksum OK for bash/bash43-014.
  156. => SHA256 Checksum OK for bash/bash43-015.
  157. => SHA256 Checksum OK for bash/bash43-016.
  158. => SHA256 Checksum OK for bash/bash43-017.
  159. => SHA256 Checksum OK for bash/bash43-018.
  160. => SHA256 Checksum OK for bash/bash43-019.
  161. => SHA256 Checksum OK for bash/bash43-020.
  162. => SHA256 Checksum OK for bash/bash43-021.
  163. => SHA256 Checksum OK for bash/bash43-022.
  164. => SHA256 Checksum OK for bash/bash43-023.
  165. => SHA256 Checksum OK for bash/bash43-024.
  166. ===========================================================================
  167. =======================<phase: extract-depends>============================
  168. ===========================================================================
  169. =======================<phase: extract >============================
  170. /!\ WARNING /!\
  171. pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng
  172. http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/
  173. If you do not want to see this message again set NO_WARNING_PKG_INSTALL_EOL=yes in your make.conf
  174.  
  175. ===> License GPLv3 accepted by the user
  176. cd /portdistfiles/bash; _PATCH_SITES_DEFAULT=" http://ftp.gnu.org/gnu/bash/bash-4.3-patches// ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches// http://www.gtlib.gatech.edu/pub/gnu/gnu/bash/bash-4.3-patches// http://mirrors.kernel.org/gnu/bash/bash-4.3-patches// ftp://ftp.kddlabs.co.jp/GNU/bash/bash-4.3-patches// ftp://ftp.dti.ad.jp/pub/GNU/bash/bash-4.3-patches// http://ring.nict.go.jp/archives/GNU/bash/bash-4.3-patches// ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/bash/bash-4.3-patches// ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/bash/bash-4.3-patches// ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/bash/bash-4.3-patches// http://ftp.funet.fi/pub/gnu/prep/bash/bash-4.3-patches// ftp://ftp.cwru.edu/pub/bash/bash-4.3-patches//" ; for _file in bash43-001 bash43-002 bash43-003 bash43-004 bash43-005 bash43-006 bash43-007 bash43-008 bash43-009 bash43-010 bash43-011 bash43-012 bash43-013 bash43-014 bash43-015 bash43-016 bash43-017 bash43-018 bash43-019 bash43-020 bash43-021 bash43-022 bash43-023 bash43-024; do file=`echo $_file | /usr/bin/sed -E -e 's/:[^-:][^:]*$//'` ; select=`echo ${_file#${file}} | /usr/bin/sed -e 's/^://' -e 's/,/ /g'` ; file=`echo $file | /usr/bin/sed -E -e 's/:-[^:]+$//'` ; force_fetch=false; filebasename=${file##*/}; for afile in ; do afile=${afile##*/}; if [ "x$afile" = "x$filebasename" ]; then force_fetch=true; fi; done; if [ ! -f $file -a ! -f $filebasename -o "$force_fetch" = "true" ]; then if [ -L $file -o -L ${file##*/} ]; then echo "=> /portdistfiles/bash/$file is a broken symlink."; echo "=> Perhaps a filesystem (most likely a CD) isn't mounted?"; echo "=> Please correct this problem and try again."; exit 1; fi; echo "=> $file doesn't seem to exist in /portdistfiles/bash."; if [ ! -z "$select" ] ; then __PATCH_SITES_TMP= ; for group in $select; do if [ ! -z \${_PATCH_SITES_${group}} ] ; then eval ___PATCH_SITES_TMP="\${_PATCH_SITES_${group}}" ; __PATCH_SITES_TMP="${__PATCH_SITES_TMP} ${___PATCH_SITES_TMP}" ; fi; done; ___PATCH_SITES_TMP= ; SORTED_PATCH_SITES_CMD_TMP="echo `echo ${__PATCH_SITES_TMP} | /usr/bin/awk 'BEGIN { RS = " "; ORS = " "; IGNORECASE = 1 ; gl = "://[^/]*/"; } /:\\/\\/[^\\/]*\\// { good["://[^/]*/"] = good["://[^/]*/"] " " $0 ; next; } { rest = rest " " $0; } END { n=split(gl, gla); for(i=1;i<=n;i++) { print good[gla[i]]; } print rest; }'` http://distcache.FreeBSD.org/ports-distfiles/bash/" ; else SORTED_PATCH_SITES_CMD_TMP="cd /usr/ports/shells/bash && make patch-sites-DEFAULT" ; fi; sites_remaining=0; sites="`eval $SORTED_PATCH_SITES_CMD_TMP`"; for site in ${sites}; do sites_remaining=$((${sites_remaining} + 1)); done; for site in ${sites}; do sites_remaining=$((${sites_remaining} - 1)); echo "=> Attempting to fetch ${site}${file}"; CKSIZE=`alg=SIZE; if [ \( -n "" -a -n "" \) -o ! -f "/usr/ports/shells/bash/distinfo" ]; then exit; fi; DIR=bash; /usr/bin/awk -v alg=$alg -v file=${DIR:+$DIR/}${file} '$1 == alg && $2 == "(" file ")" {print $4}' /usr/ports/shells/bash/distinfo`; case ${file} in */*) /bin/mkdir -p ${file%/*}; args="-o ${file} ${site}${file}";; *) args=${site}${file};; esac; if /usr/bin/env SSL_NO_VERIFY_PEER=1 SSL_NO_VERIFY_HOSTNAME=1 /usr/bin/fetch -Fpr ${CKSIZE:+-S $CKSIZE} ${args} ; then actual_size=`stat -f %z "${file}"`; if [ -n "" ] || [ -z "${CKSIZE}" ] || [ ${actual_size} -eq ${CKSIZE} ]; then continue 2; else echo "=> Fetched file size mismatch (expected ${CKSIZE}, actual ${actual_size})"; if [ ${sites_remaining} -gt 1 ]; then echo "=> Trying next site"; /bin/rm -f -f ${file}; fi; fi; fi; done; echo "=> Couldn't fetch it - please try to retrieve this"; echo "=> port manually into /portdistfiles/bash and try again."; exit 1; fi; done
  177. ===> Fetching all distfiles required by bash-4.3.24 for building
  178. ===> Extracting for bash-4.3.24
  179. => SHA256 Checksum OK for bash/bash-4.3.tar.gz.
  180. => SHA256 Checksum OK for bash/bash43-001.
  181. => SHA256 Checksum OK for bash/bash43-002.
  182. => SHA256 Checksum OK for bash/bash43-003.
  183. => SHA256 Checksum OK for bash/bash43-004.
  184. => SHA256 Checksum OK for bash/bash43-005.
  185. => SHA256 Checksum OK for bash/bash43-006.
  186. => SHA256 Checksum OK for bash/bash43-007.
  187. => SHA256 Checksum OK for bash/bash43-008.
  188. => SHA256 Checksum OK for bash/bash43-009.
  189. => SHA256 Checksum OK for bash/bash43-010.
  190. => SHA256 Checksum OK for bash/bash43-011.
  191. => SHA256 Checksum OK for bash/bash43-012.
  192. => SHA256 Checksum OK for bash/bash43-013.
  193. => SHA256 Checksum OK for bash/bash43-014.
  194. => SHA256 Checksum OK for bash/bash43-015.
  195. => SHA256 Checksum OK for bash/bash43-016.
  196. => SHA256 Checksum OK for bash/bash43-017.
  197. => SHA256 Checksum OK for bash/bash43-018.
  198. => SHA256 Checksum OK for bash/bash43-019.
  199. => SHA256 Checksum OK for bash/bash43-020.
  200. => SHA256 Checksum OK for bash/bash43-021.
  201. => SHA256 Checksum OK for bash/bash43-022.
  202. => SHA256 Checksum OK for bash/bash43-023.
  203. => SHA256 Checksum OK for bash/bash43-024.
  204. ===========================================================================
  205. =======================<phase: patch-depends >============================
  206. ===========================================================================
  207. =======================<phase: patch >============================
  208. ===> Patching for bash-4.3.24
  209. ===> Applying distribution patches for bash-4.3.24
  210. ===> Applying extra patch /distfiles/local-patches/8_4-amd64/bash.patch
  211. ===> Applying extra patch /usr/ports/shells/bash/files/extrapatch-colonbreakswords
  212. ===> Applying extra patch /usr/ports/shells/bash/files/extrapatch-implicitcd
  213. ===> Applying FreeBSD patches for bash-4.3.24
  214. ===========================================================================
  215. =======================<phase: build-depends >============================
  216. ===> bash-4.3.24 depends on executable: bison - not found
  217. ===> Verifying install for bison in /usr/ports/devel/bison
  218. ===> Installing existing package /packages/All/bison-2.7.1,1.tbz
  219. pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng
  220. http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/
  221. pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng
  222. http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/
  223. pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng
  224. http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/
  225. pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng
  226. http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/
  227. pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng
  228. http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/
  229. ===> Returning to build of bash-4.3.24
  230. ===========================================================================
  231. =======================<phase: lib-depends >============================
  232. ===> bash-4.3.24 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.9)
  233. ===> bash-4.3.24 depends on shared library: libiconv.so.3 - found (/usr/local/lib/libiconv.so.3)
  234. ===========================================================================
  235. =======================<phase: configure >============================
  236. ===> Configuring for bash-4.3.24
  237. configure: loading site script /usr/ports/Templates/config.site
  238. checking build system type... amd64-portbld-freebsd8.4
  239. checking host system type... amd64-portbld-freebsd8.4
  240.  
  241. Beginning configuration for bash-4.3-release for amd64-portbld-freebsd8.4
  242.  
  243. checking for gcc... cc
  244. checking whether the C compiler works... yes
  245. checking for C compiler default output file name... a.out
  246. checking for suffix of executables...
  247. checking whether we are cross compiling... no
  248. checking for suffix of object files... o
  249. checking whether we are using the GNU C compiler... yes
  250. checking whether cc accepts -g... yes
  251. checking for cc option to accept ISO C89... none needed
  252. checking for strerror in -lcposix... no
  253. checking how to run the C preprocessor... cpp
  254. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  255. checking for egrep... (cached) /usr/bin/egrep
  256. checking for ANSI C header files... (cached) yes
  257. checking for sys/types.h... (cached) yes
  258. checking for sys/stat.h... (cached) yes
  259. checking for stdlib.h... (cached) yes
  260. checking for string.h... (cached) yes
  261. checking for memory.h... (cached) yes
  262. checking for strings.h... (cached) yes
  263. checking for inttypes.h... (cached) yes
  264. checking for stdint.h... (cached) yes
  265. checking for unistd.h... (cached) yes
  266. checking for minix/config.h... (cached) no
  267. checking whether it is safe to define __EXTENSIONS__... yes
  268. checking for special C compiler options needed for large files... no
  269. checking for _FILE_OFFSET_BITS value needed for large files... no
  270. checking whether cc needs -traditional... no
  271. checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
  272. checking for ar... ar
  273. checking for ranlib... ranlib
  274. checking for bison... bison -y
  275. checking whether make sets $(MAKE)... yes
  276. checking for an ANSI C-conforming const... yes
  277. checking for inline... inline
  278. checking whether byte ordering is bigendian... no
  279. checking for preprocessor stringizing operator... yes
  280. checking for long double with more range or precision than double... yes
  281. checking for function prototypes... yes
  282. checking whether char is unsigned... no
  283. checking for working volatile... yes
  284. checking for C/C++ restrict keyword... __restrict
  285. checking whether NLS is requested... yes
  286. checking for msgfmt... /usr/local/bin/msgfmt
  287. checking for gmsgfmt... /usr/local/bin/msgfmt
  288. checking for xgettext... /usr/local/bin/xgettext
  289. checking for msgmerge... /usr/local/bin/msgmerge
  290. checking for off_t... (cached) yes
  291. checking for size_t... (cached) yes
  292. checking for working alloca.h... no
  293. checking for alloca... yes
  294. checking for stdlib.h... (cached) yes
  295. checking for unistd.h... (cached) yes
  296. checking for sys/param.h... (cached) yes
  297. checking for sys/time.h... (cached) yes
  298. checking for getpagesize... (cached) yes
  299. checking for working mmap... (cached) yes
  300. checking whether we are using the GNU C Library 2.1 or newer... no
  301. checking whether integer division by zero raises SIGFPE... (cached) yes
  302. checking for inttypes.h... yes
  303. checking for stdint.h... yes
  304. checking for unsigned long long... (cached) yes
  305. checking for inttypes.h... yes
  306. checking whether the inttypes.h PRIxNN macros are broken... no
  307. checking for ld used by GCC... /usr/bin/ld
  308. checking if the linker (/usr/bin/ld) is GNU ld... yes
  309. checking for shared library run path origin... done
  310. checking for argz.h... (cached) no
  311. checking for limits.h... (cached) yes
  312. checking locale.h usability... yes
  313. checking locale.h presence... yes
  314. checking for locale.h... yes
  315. checking nl_types.h usability... yes
  316. checking nl_types.h presence... yes
  317. checking for nl_types.h... yes
  318. checking for malloc.h... (cached) no
  319. checking for stddef.h... (cached) yes
  320. checking for stdlib.h... (cached) yes
  321. checking for string.h... (cached) yes
  322. checking for unistd.h... (cached) yes
  323. checking for sys/param.h... (cached) yes
  324. checking for feof_unlocked... yes
  325. checking for fgets_unlocked... no
  326. checking for getc_unlocked... yes
  327. checking for getcwd... (cached) yes
  328. checking for getegid... (cached) yes
  329. checking for geteuid... (cached) yes
  330. checking for getgid... (cached) yes
  331. checking for getuid... (cached) yes
  332. checking for mempcpy... no
  333. checking for munmap... (cached) yes
  334. checking for putenv... (cached) yes
  335. checking for setenv... (cached) yes
  336. checking for setlocale... (cached) yes
  337. checking for localeconv... yes
  338. checking for stpcpy... (cached) yes
  339. checking for strcasecmp... (cached) yes
  340. checking for strdup... (cached) yes
  341. checking for strtoul... (cached) yes
  342. checking for tsearch... (cached) yes
  343. checking for __argz_count... no
  344. checking for __argz_stringify... no
  345. checking for __argz_next... no
  346. checking for __fsetlocking... no
  347. checking for iconv... yes
  348. checking how to link with libiconv... /usr/local/lib/libiconv.so
  349. checking for iconv declaration...
  350. extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  351. checking for nl_langinfo and CODESET... yes
  352. checking for LC_MESSAGES... yes
  353. checking for bison... bison
  354. checking version of bison... 2.7.12, ok
  355. checking whether NLS is requested... yes
  356. checking whether included gettext is requested... no
  357. checking for GNU gettext in libc... no
  358. checking for GNU gettext in libintl... yes
  359. checking whether to use NLS... yes
  360. checking where the gettext function comes from... external libintl
  361. checking how to link with libintl... /usr/local/lib/libintl.so
  362. checking for dirent.h that defines DIR... yes
  363. checking for library containing opendir... none required
  364. checking whether time.h and sys/time.h may both be included... yes
  365. checking for inttypes.h... (cached) yes
  366. checking for unistd.h... (cached) yes
  367. checking for stdlib.h... (cached) yes
  368. checking for stdarg.h... (cached) yes
  369. checking varargs.h usability... no
  370. checking varargs.h presence... no
  371. checking for varargs.h... no
  372. checking for limits.h... (cached) yes
  373. checking for string.h... (cached) yes
  374. checking for memory.h... (cached) yes
  375. checking for locale.h... (cached) yes
  376. checking termcap.h usability... yes
  377. checking termcap.h presence... yes
  378. checking for termcap.h... yes
  379. checking termio.h usability... no
  380. checking termio.h presence... no
  381. checking for termio.h... no
  382. checking termios.h usability... yes
  383. checking termios.h presence... yes
  384. checking for termios.h... yes
  385. checking for dlfcn.h... (cached) yes
  386. checking for stdbool.h... (cached) yes
  387. checking for stddef.h... (cached) yes
  388. checking for stdint.h... (cached) yes
  389. checking for netdb.h... (cached) yes
  390. checking for pwd.h... (cached) yes
  391. checking grp.h usability... yes
  392. checking grp.h presence... yes
  393. checking for grp.h... yes
  394. checking for strings.h... (cached) yes
  395. checking regex.h usability... yes
  396. checking regex.h presence... yes
  397. checking for regex.h... yes
  398. checking syslog.h usability... yes
  399. checking syslog.h presence... yes
  400. checking for syslog.h... yes
  401. checking ulimit.h usability... yes
  402. checking ulimit.h presence... yes
  403. checking for ulimit.h... yes
  404. checking sys/pte.h usability... no
  405. checking sys/pte.h presence... no
  406. checking for sys/pte.h... no
  407. checking sys/stream.h usability... no
  408. checking sys/stream.h presence... no
  409. checking for sys/stream.h... no
  410. checking for sys/select.h... (cached) yes
  411. checking for sys/file.h... (cached) yes
  412. checking sys/resource.h usability... yes
  413. checking sys/resource.h presence... yes
  414. checking for sys/resource.h... yes
  415. checking for sys/param.h... (cached) yes
  416. checking for sys/socket.h... (cached) yes
  417. checking for sys/stat.h... (cached) yes
  418. checking for sys/time.h... (cached) yes
  419. checking for sys/times.h... (cached) yes
  420. checking for sys/types.h... (cached) yes
  421. checking for sys/wait.h... (cached) yes
  422. checking for netinet/in.h... (cached) yes
  423. checking for arpa/inet.h... (cached) yes
  424. checking for sys/ptem.h... no
  425. checking for working alloca.h... (cached) no
  426. checking for alloca... (cached) yes
  427. checking whether getpgrp requires zero arguments... (cached) yes
  428. checking for vprintf... (cached) yes
  429. checking for _doprnt... no
  430. checking for working strcoll... yes
  431. checking return type of signal handlers... void
  432. checking for __setostype... no
  433. checking for wait3... yes
  434. checking for mkfifo... yes
  435. checking for dup2... (cached) yes
  436. checking for eaccess... (cached) yes
  437. checking for fcntl... (cached) yes
  438. checking for getdtablesize... (cached) yes
  439. checking for getgroups... yes
  440. checking for gethostname... (cached) yes
  441. checking for getpagesize... (cached) yes
  442. checking for getpeername... yes
  443. checking for getrlimit... (cached) yes
  444. checking for getrusage... (cached) yes
  445. checking for gettimeofday... (cached) yes
  446. checking for kill... yes
  447. checking for killpg... yes
  448. checking for lstat... (cached) yes
  449. checking for readlink... (cached) yes
  450. checking for sbrk... yes
  451. checking for select... (cached) yes
  452. checking for setdtablesize... no
  453. checking for setitimer... yes
  454. checking for tcgetpgrp... (cached) yes
  455. checking for uname... (cached) yes
  456. checking for ulimit... yes
  457. checking for waitpid... (cached) yes
  458. checking for rename... (cached) yes
  459. checking for bcopy... (cached) yes
  460. checking for bzero... (cached) yes
  461. checking for confstr... yes
  462. checking for faccessat... yes
  463. checking for fnmatch... yes
  464. checking for getaddrinfo... (cached) yes
  465. checking for gethostbyname... (cached) yes
  466. checking for getservbyname... yes
  467. checking for getservent... yes
  468. checking for inet_aton... (cached) yes
  469. checking for imaxdiv... yes
  470. checking for memmove... (cached) yes
  471. checking for pathconf... (cached) yes
  472. checking for putenv... (cached) yes
  473. checking for raise... (cached) yes
  474. checking for regcomp... yes
  475. checking for regexec... yes
  476. checking for setenv... (cached) yes
  477. checking for setlinebuf... (cached) yes
  478. checking for setlocale... (cached) yes
  479. checking for setvbuf... (cached) yes
  480. checking for siginterrupt... (cached) yes
  481. checking for strchr... yes
  482. checking for sysconf... (cached) yes
  483. checking for syslog... yes
  484. checking for tcgetattr... yes
  485. checking for times... yes
  486. checking for ttyname... yes
  487. checking for tzset... yes
  488. checking for unsetenv... (cached) yes
  489. checking for vasprintf... (cached) yes
  490. checking for asprintf... (cached) yes
  491. checking for isascii... (cached) yes
  492. checking for isblank... (cached) yes
  493. checking for isgraph... yes
  494. checking for isprint... yes
  495. checking for isspace... yes
  496. checking for isxdigit... yes
  497. checking for getpwent... yes
  498. checking for getpwnam... yes
  499. checking for getpwuid... yes
  500. checking for getcwd... (cached) yes
  501. checking for memset... (cached) yes
  502. checking for strcasecmp... (cached) yes
  503. checking for strcasestr... yes
  504. checking for strerror... (cached) yes
  505. checking for strftime... (cached) yes
  506. checking for strnlen... (cached) yes
  507. checking for strpbrk... (cached) yes
  508. checking for strstr... yes
  509. checking for strtod... yes
  510. checking for strtol... (cached) yes
  511. checking for strtoul... (cached) yes
  512. checking for strtoll... (cached) yes
  513. checking for strtoull... (cached) yes
  514. checking for strtoimax... yes
  515. checking for strtoumax... yes
  516. checking for dprintf... yes
  517. checking for strchrnul... no
  518. checking for strdup... (cached) yes
  519. checking whether AUDIT_USER_TTY is declared... no
  520. checking whether confstr is declared... yes
  521. checking whether printf is declared... yes
  522. checking whether sbrk is declared... yes
  523. checking whether setregid is declared... yes
  524. checking whether strcpy is declared... yes
  525. checking whether strsignal is declared... (cached) yes
  526. checking whether strtold is declared... yes
  527. checking for broken strtold... no
  528. checking for declaration of strtoimax... yes
  529. checking for declaration of strtol... yes
  530. checking for declaration of strtoll... yes
  531. checking for declaration of strtoul... yes
  532. checking for declaration of strtoull... yes
  533. checking for declaration of strtoumax... yes
  534. checking for alarm... (cached) yes
  535. checking for fpurge... (cached) yes
  536. checking for __fpurge... no
  537. checking for snprintf... (cached) yes
  538. checking for vsnprintf... (cached) yes
  539. checking for working mktime... no
  540. checking for argz.h... (cached) no
  541. checking for errno.h... (cached) yes
  542. checking for fcntl.h... (cached) yes
  543. checking for malloc.h... (cached) no
  544. checking stdio_ext.h usability... no
  545. checking stdio_ext.h presence... no
  546. checking for stdio_ext.h... no
  547. checking for getpagesize... (cached) yes
  548. checking for working mmap... (cached) yes
  549. checking for __argz_count... (cached) no
  550. checking for __argz_next... (cached) no
  551. checking for __argz_stringify... (cached) no
  552. checking for dcgettext... no
  553. checking for mempcpy... (cached) no
  554. checking for munmap... (cached) yes
  555. checking for stpcpy... (cached) yes
  556. checking for strcspn... (cached) yes
  557. checking for wctype.h... (cached) yes
  558. checking for wchar.h... (cached) yes
  559. checking for langinfo.h... (cached) yes
  560. checking for mbrlen... (cached) yes
  561. checking for mbscasecmp... no
  562. checking for mbscmp... no
  563. checking for mbsnrtowcs... yes
  564. checking for mbsrtowcs... (cached) yes
  565. checking for mbschr... no
  566. checking for wcrtomb... (cached) yes
  567. checking for wcscoll... (cached) yes
  568. checking for wcsdup... yes
  569. checking for wcwidth... (cached) yes
  570. checking for wctype... yes
  571. checking for wcswidth... yes
  572. checking whether mbrtowc and mbstate_t are properly declared... (cached) yes
  573. checking for iswlower... yes
  574. checking for iswupper... yes
  575. checking for towlower... (cached) yes
  576. checking for towupper... yes
  577. checking for iswctype... (cached) yes
  578. checking for nl_langinfo and CODESET... yes
  579. checking for wchar_t in wchar.h... yes
  580. checking for wctype_t in wctype.h... yes
  581. checking for wint_t in wctype.h... yes
  582. checking for wcwidth broken with unicode combining characters...
  583. checking for locale_charset... no
  584. checking for dlopen in -ldl... no
  585. checking for dlopen... (cached) yes
  586. checking for dlclose... yes
  587. checking for dlsym... yes
  588. checking whether sys_siglist is declared... (cached) yes
  589. checking for uid_t in sys/types.h... (cached) yes
  590. checking type of array argument to getgroups... gid_t
  591. checking for off_t... (cached) yes
  592. checking for mode_t... (cached) yes
  593. checking for uid_t in sys/types.h... (cached) yes
  594. checking for pid_t... (cached) yes
  595. checking for size_t... (cached) yes
  596. checking for ssize_t... (cached) yes
  597. checking for time_t... yes
  598. checking for long long... long long
  599. checking for unsigned long long... unsigned long long
  600. checking return type of signal handlers... (cached) void
  601. checking for sig_atomic_t in signal.h... yes
  602. checking size of char... 1
  603. checking size of short... 2
  604. checking size of int... 4
  605. checking size of long... 8
  606. checking size of char *... 8
  607. checking size of double... 8
  608. checking size of long long... 8
  609. checking for u_int... (cached) yes
  610. checking for u_long... (cached) yes
  611. checking for bits16_t... no
  612. checking for u_bits16_t... no
  613. checking for bits32_t... no
  614. checking for u_bits32_t... no
  615. checking for bits64_t... no
  616. checking for ptrdiff_t... (cached) yes
  617. checking whether stat file-mode macros are broken... no
  618. checking whether #! works in shell scripts... yes
  619. checking whether the ctype macros accept non-ascii characters... yes
  620. checking if dup2 fails to clear the close-on-exec flag... no
  621. checking whether pgrps need synchronization... no
  622. checking for type of signal functions... posix
  623. checking for sys_errlist and sys_nerr... yes
  624. checking for sys_siglist in system C library... yes
  625. checking for _sys_siglist in signal.h or unistd.h... no
  626. checking for _sys_siglist in system C library... no
  627. checking whether signal handlers are of type void... yes
  628. checking for clock_t... yes
  629. checking for sigset_t... yes
  630. checking for sig_atomic_t... yes
  631. checking for quad_t... yes
  632. checking for intmax_t... yes
  633. checking for uintmax_t... yes
  634. checking for socklen_t... yes
  635. checking for size and type of struct rlimit fields... rlim_t
  636. checking size of intmax_t... 8
  637. checking for struct termios.c_line... no
  638. checking for struct termio.c_line... no
  639. checking for struct dirent.d_ino... yes
  640. checking for struct dirent.d_fileno... yes
  641. checking for struct dirent.d_namlen... yes
  642. checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
  643. checking for struct timeval in sys/time.h and time.h... yes
  644. checking for struct stat.st_blocks... yes
  645. checking whether struct tm is in sys/time.h or time.h... time.h
  646. checking for struct tm.tm_zone... yes
  647. checking for struct timezone in sys/time.h and time.h... yes
  648. checking for offset of exit status in return status from wait... 8
  649. checking for struct timespec in <time.h>... yes
  650. checking for struct stat.st_atim.tv_nsec... no
  651. checking for struct stat.st_atimespec.tv_nsec... yes
  652. checking for the existence of strsignal... yes
  653. checking if opendir() opens non-directories... no
  654. checking whether ulimit can substitute for getdtablesize... no
  655. checking whether fpurge is declared... (cached) yes
  656. checking to see if getenv can be redefined... yes
  657. checking if getcwd() will dynamically allocate memory with 0 size... yes
  658. checking for presence of POSIX-style sigsetjmp/siglongjmp... present
  659. checking whether or not strcoll and strcmp differ... no
  660. checking for standard-conformant snprintf... yes
  661. checking for standard-conformant vsnprintf... yes
  662. checking for standard-conformant putenv declaration... yes
  663. checking for standard-conformant unsetenv declaration... yes
  664. checking for printf floating point output in hex notation... yes
  665. checking if signal handlers must be reinstalled when invoked... no
  666. checking for presence of necessary job control definitions... present
  667. checking for presence of named pipes... present
  668. checking whether termios.h defines TIOCGWINSZ... yes
  669. checking for TIOCSTAT in sys/ioctl.h... yes
  670. checking for FIONREAD in sys/ioctl.h... yes
  671. checking whether WCONTINUED flag to waitpid is unavailable or available but broken... no
  672. checking for speed_t in sys/types.h... no
  673. checking whether getpw functions are declared in pwd.h... yes
  674. checking for unusable real-time signals due to large values... yes
  675. checking for tgetent... no
  676. checking for tgetent in -ltermcap... yes
  677. checking which library has the termcap functions... using libtermcap
  678. checking whether /dev/fd is available... standard
  679. checking whether /dev/stdin stdout stderr are available... present
  680. checking for default mail directory... /var/mail
  681. checking shared object configuration for loadable builtins... supported
  682. configure: creating ./config.status
  683. config.status: creating Makefile
  684. config.status: creating builtins/Makefile
  685. config.status: creating lib/readline/Makefile
  686. config.status: creating lib/glob/Makefile
  687. config.status: creating lib/intl/Makefile
  688. config.status: creating lib/malloc/Makefile
  689. config.status: creating lib/sh/Makefile
  690. config.status: creating lib/termcap/Makefile
  691. config.status: creating lib/tilde/Makefile
  692. config.status: creating doc/Makefile
  693. config.status: creating support/Makefile
  694. config.status: creating po/Makefile.in
  695. config.status: creating examples/loadables/Makefile
  696. config.status: creating examples/loadables/perl/Makefile
  697. config.status: creating config.h
  698. config.status: executing default-1 commands
  699. config.status: creating po/POTFILES
  700. config.status: creating po/Makefile
  701. config.status: executing default commands
  702. ===========================================================================
  703. =======================<phase: build >============================
  704. ===> Building for bash-4.3.24
  705. rm -f mksyntax
  706. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -o mksyntax ./mksyntax.c
  707. rm -f syntax.c
  708. ./mksyntax -o syntax.c
  709. /bin/sh ./support/mkversion.sh -b -S . -s release -d 4.3 -o newversion.h && mv newversion.h version.h
  710. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -pipe -fno-strict-aliasing -DBUILDTOOL -c -o buildversion.o ./version.c
  711. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -o bashversion ./support/bashversion.c buildversion.o
  712. rm -f shell.o
  713. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c shell.c
  714. rm -f eval.o
  715. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c eval.c
  716. rm -f mkbuiltins.o
  717. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -pipe -fno-strict-aliasing mkbuiltins.c
  718. mkbuiltins.c: In function 'array_add':
  719. mkbuiltins.c:409: warning: passing argument 1 of 'xrealloc' from incompatible pointer type
  720. cc -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -o mkbuiltins mkbuiltins.o
  721. ./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
  722. rm -f y.tab.o
  723. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c y.tab.c
  724. rm -f general.o
  725. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c general.c
  726. rm -f make_cmd.o
  727. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c make_cmd.c
  728. rm -f print_cmd.o
  729. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c print_cmd.c
  730. rm -f dispose_cmd.o
  731. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c dispose_cmd.c
  732. rm -f execute_cmd.o
  733. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c execute_cmd.c
  734. rm -f variables.o
  735. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c variables.c
  736. rm -f copy_cmd.o
  737. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c copy_cmd.c
  738. rm -f error.o
  739. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c error.c
  740. rm -f expr.o
  741. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c expr.c
  742. expr.c:210: warning: conflicting types for built-in function 'exp2'
  743. rm -f flags.o
  744. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c flags.c
  745. rm -f jobs.o
  746. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c jobs.c
  747. rm -f subst.o
  748. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c subst.c
  749. rm -f hashcmd.o
  750. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c hashcmd.c
  751. rm -f hashlib.o
  752. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c hashlib.c
  753. rm -f mailcheck.o
  754. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c mailcheck.c
  755. rm -f mksignames.o
  756. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -pipe -fno-strict-aliasing -DBUILDTOOL -c ./support/mksignames.c
  757. rm -f buildsignames.o
  758. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -pipe -fno-strict-aliasing -DBUILDTOOL -o buildsignames.o -c ./support/signames.c
  759. rm -f mksignames
  760. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -o mksignames mksignames.o buildsignames.o
  761. rm -f lsignames.h
  762. ./mksignames lsignames.h
  763. if cmp -s lsignames.h signames.h ; then :; else rm -f signames.h ; cp lsignames.h signames.h ; fi
  764. rm -f trap.o
  765. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c trap.c
  766. rm -f input.o
  767. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c input.c
  768. rm -f unwind_prot.o
  769. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c unwind_prot.c
  770. rm -f pathexp.o
  771. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c pathexp.c
  772. rm -f sig.o
  773. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c sig.c
  774. rm -f test.o
  775. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c test.c
  776. rm -f version.o
  777. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c version.c
  778. rm -f alias.o
  779. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c alias.c
  780. rm -f array.o
  781. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c array.c
  782. rm -f arrayfunc.o
  783. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c arrayfunc.c
  784. rm -f assoc.o
  785. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c assoc.c
  786. rm -f braces.o
  787. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c braces.c
  788. rm -f bracecomp.o
  789. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c bracecomp.c
  790. rm -f bashhist.o
  791. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c bashhist.c
  792. rm -f bashline.o
  793. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c bashline.c
  794. rm -f list.o
  795. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c list.c
  796. rm -f stringlib.o
  797. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c stringlib.c
  798. rm -f locale.o
  799. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c locale.c
  800. rm -f findcmd.o
  801. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c findcmd.c
  802. rm -f redir.o
  803. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c redir.c
  804. rm -f pcomplete.o
  805. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c pcomplete.c
  806. pcomplete.c: In function 'pcomp_filename_completion_function':
  807. pcomplete.c:781: warning: passing argument 1 of 'sh_contains_quotes' discards qualifiers from pointer target type
  808. rm -f pcomplib.o
  809. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c pcomplib.c
  810. rm -f syntax.o
  811. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c syntax.c
  812. rm -f xmalloc.o
  813. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.4"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.4"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c xmalloc.c
  814. rm -f builtins.o
  815. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing builtins.c
  816. rm -f alias.o
  817. ./mkbuiltins -D . alias.def
  818. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing alias.c || ( rm -f alias.c ; exit 1 )
  819. rm -f alias.c
  820. rm -f bind.o
  821. ./mkbuiltins -D . bind.def
  822. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing bind.c || ( rm -f bind.c ; exit 1 )
  823. rm -f bind.c
  824. rm -f break.o
  825. ./mkbuiltins -D . break.def
  826. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing break.c || ( rm -f break.c ; exit 1 )
  827. rm -f break.c
  828. rm -f builtin.o
  829. ./mkbuiltins -D . builtin.def
  830. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing builtin.c || ( rm -f builtin.c ; exit 1 )
  831. rm -f builtin.c
  832. rm -f caller.o
  833. ./mkbuiltins -D . caller.def
  834. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing caller.c || ( rm -f caller.c ; exit 1 )
  835. rm -f caller.c
  836. rm -f cd.o
  837. ./mkbuiltins -D . cd.def
  838. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing cd.c || ( rm -f cd.c ; exit 1 )
  839. rm -f cd.c
  840. rm -f colon.o
  841. ./mkbuiltins -D . colon.def
  842. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing colon.c || ( rm -f colon.c ; exit 1 )
  843. rm -f colon.c
  844. rm -f command.o
  845. ./mkbuiltins -D . command.def
  846. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing command.c || ( rm -f command.c ; exit 1 )
  847. rm -f command.c
  848. rm -f common.o
  849. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing common.c
  850. rm -f declare.o
  851. ./mkbuiltins -D . declare.def
  852. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing declare.c || ( rm -f declare.c ; exit 1 )
  853. rm -f declare.c
  854. rm -f echo.o
  855. ./mkbuiltins -D . echo.def
  856. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing echo.c || ( rm -f echo.c ; exit 1 )
  857. rm -f echo.c
  858. rm -f enable.o
  859. ./mkbuiltins -D . enable.def
  860. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing enable.c || ( rm -f enable.c ; exit 1 )
  861. rm -f enable.c
  862. rm -f eval.o
  863. ./mkbuiltins -D . eval.def
  864. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing eval.c || ( rm -f eval.c ; exit 1 )
  865. rm -f eval.c
  866. rm -f evalfile.o
  867. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing evalfile.c
  868. rm -f evalstring.o
  869. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing evalstring.c
  870. evalstring.c: In function 'parse_and_execute':
  871. evalstring.c:208: warning: passing argument 1 of 'sigemptyset' discards qualifiers from pointer target type
  872. evalstring.c:209: warning: passing argument 3 of 'sigprocmask' discards qualifiers from pointer target type
  873. evalstring.c:288: warning: passing argument 2 of 'sigprocmask' discards qualifiers from pointer target type
  874. evalstring.c: In function 'parse_string':
  875. evalstring.c:444: warning: passing argument 1 of 'sigemptyset' discards qualifiers from pointer target type
  876. evalstring.c:445: warning: passing argument 3 of 'sigprocmask' discards qualifiers from pointer target type
  877. evalstring.c:497: warning: passing argument 2 of 'sigprocmask' discards qualifiers from pointer target type
  878. rm -f exec.o
  879. ./mkbuiltins -D . exec.def
  880. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing exec.c || ( rm -f exec.c ; exit 1 )
  881. rm -f exec.c
  882. rm -f exit.o
  883. ./mkbuiltins -D . exit.def
  884. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing exit.c || ( rm -f exit.c ; exit 1 )
  885. rm -f exit.c
  886. rm -f fc.o
  887. ./mkbuiltins -D . fc.def
  888. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing fc.c || ( rm -f fc.c ; exit 1 )
  889. rm -f fc.c
  890. rm -f fg_bg.o
  891. ./mkbuiltins -D . fg_bg.def
  892. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing fg_bg.c || ( rm -f fg_bg.c ; exit 1 )
  893. rm -f fg_bg.c
  894. rm -f hash.o
  895. ./mkbuiltins -D . hash.def
  896. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing hash.c || ( rm -f hash.c ; exit 1 )
  897. rm -f hash.c
  898. rm -f help.o
  899. ./mkbuiltins -D . help.def
  900. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing help.c || ( rm -f help.c ; exit 1 )
  901. rm -f help.c
  902. rm -f history.o
  903. ./mkbuiltins -D . history.def
  904. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing history.c || ( rm -f history.c ; exit 1 )
  905. rm -f history.c
  906. rm -f jobs.o
  907. ./mkbuiltins -D . jobs.def
  908. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing jobs.c || ( rm -f jobs.c ; exit 1 )
  909. rm -f jobs.c
  910. rm -f kill.o
  911. ./mkbuiltins -D . kill.def
  912. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing kill.c || ( rm -f kill.c ; exit 1 )
  913. rm -f kill.c
  914. rm -f let.o
  915. ./mkbuiltins -D . let.def
  916. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing let.c || ( rm -f let.c ; exit 1 )
  917. rm -f let.c
  918. rm -f mapfile.o
  919. ./mkbuiltins -D . mapfile.def
  920. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing mapfile.c || ( rm -f mapfile.c ; exit 1 )
  921. rm -f mapfile.c
  922. rm -f pushd.o
  923. ./mkbuiltins -D . pushd.def
  924. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing pushd.c || ( rm -f pushd.c ; exit 1 )
  925. rm -f pushd.c
  926. rm -f read.o
  927. ./mkbuiltins -D . read.def
  928. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing read.c || ( rm -f read.c ; exit 1 )
  929. rm -f read.c
  930. rm -f return.o
  931. ./mkbuiltins -D . return.def
  932. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing return.c || ( rm -f return.c ; exit 1 )
  933. rm -f return.c
  934. rm -f set.o
  935. ./mkbuiltins -D . set.def
  936. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing set.c || ( rm -f set.c ; exit 1 )
  937. rm -f set.c
  938. rm -f setattr.o
  939. ./mkbuiltins -D . setattr.def
  940. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing setattr.c || ( rm -f setattr.c ; exit 1 )
  941. rm -f setattr.c
  942. rm -f shift.o
  943. ./mkbuiltins -D . shift.def
  944. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing shift.c || ( rm -f shift.c ; exit 1 )
  945. rm -f shift.c
  946. rm -f source.o
  947. ./mkbuiltins -D . source.def
  948. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing source.c || ( rm -f source.c ; exit 1 )
  949. rm -f source.c
  950. rm -f suspend.o
  951. ./mkbuiltins -D . suspend.def
  952. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing suspend.c || ( rm -f suspend.c ; exit 1 )
  953. rm -f suspend.c
  954. rm -f test.o
  955. ./mkbuiltins -D . test.def
  956. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing test.c || ( rm -f test.c ; exit 1 )
  957. rm -f test.c
  958. rm -f times.o
  959. ./mkbuiltins -D . times.def
  960. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing times.c || ( rm -f times.c ; exit 1 )
  961. rm -f times.c
  962. rm -f trap.o
  963. ./mkbuiltins -D . trap.def
  964. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing trap.c || ( rm -f trap.c ; exit 1 )
  965. rm -f trap.c
  966. rm -f type.o
  967. ./mkbuiltins -D . type.def
  968. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing type.c || ( rm -f type.c ; exit 1 )
  969. rm -f type.c
  970. cc -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -o psize.aux ./psize.c
  971. /bin/sh ./psize.sh > pipesize.h
  972. rm -f ulimit.o
  973. ./mkbuiltins -D . ulimit.def
  974. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing ulimit.c || ( rm -f ulimit.c ; exit 1 )
  975. rm -f ulimit.c
  976. rm -f umask.o
  977. ./mkbuiltins -D . umask.def
  978. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing umask.c || ( rm -f umask.c ; exit 1 )
  979. rm -f umask.c
  980. rm -f wait.o
  981. ./mkbuiltins -D . wait.def
  982. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing wait.c || ( rm -f wait.c ; exit 1 )
  983. rm -f wait.c
  984. rm -f getopts.o
  985. ./mkbuiltins -D . getopts.def
  986. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing getopts.c || ( rm -f getopts.c ; exit 1 )
  987. rm -f getopts.c
  988. rm -f shopt.o
  989. ./mkbuiltins -D . shopt.def
  990. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing shopt.c || ( rm -f shopt.c ; exit 1 )
  991. ./shopt.def:173: warning: initialization from incompatible pointer type
  992. rm -f shopt.c
  993. rm -f printf.o
  994. ./mkbuiltins -D . printf.def
  995. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing printf.c || ( rm -f printf.c ; exit 1 )
  996. rm -f printf.c
  997. rm -f getopt.o
  998. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing getopt.c
  999. rm -f bashgetopt.o
  1000. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing bashgetopt.c
  1001. rm -f complete.o
  1002. ./mkbuiltins -D . complete.def
  1003. cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing complete.c || ( rm -f complete.c ; exit 1 )
  1004. rm -f complete.c
  1005. rm -f libbuiltins.a
  1006. 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
  1007. ranlib libbuiltins.a
  1008. making ./lib/glob/libglob.a in ./lib/glob
  1009. rm -f glob.o
  1010. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I../.. -I../.. -I../../include -I../../lib -O2 -pipe -fno-strict-aliasing glob.c
  1011. rm -f strmatch.o
  1012. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I../.. -I../.. -I../../include -I../../lib -O2 -pipe -fno-strict-aliasing strmatch.c
  1013. rm -f smatch.o
  1014. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I../.. -I../.. -I../../include -I../../lib -O2 -pipe -fno-strict-aliasing smatch.c
  1015. rm -f xmbsrtowcs.o
  1016. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I../.. -I../.. -I../../include -I../../lib -O2 -pipe -fno-strict-aliasing xmbsrtowcs.c
  1017. rm -f gmisc.o
  1018. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I../.. -I../.. -I../../include -I../../lib -O2 -pipe -fno-strict-aliasing gmisc.c
  1019. rm -f -f libglob.a
  1020. ar cr libglob.a glob.o strmatch.o smatch.o xmbsrtowcs.o gmisc.o
  1021. test -n "ranlib" && ranlib libglob.a
  1022. making ./lib/sh/libsh.a in ./lib/sh
  1023. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include clktck.c
  1024. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include clock.c
  1025. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include getenv.c
  1026. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include oslib.c
  1027. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include setlinebuf.c
  1028. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include strnlen.c
  1029. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include itos.c
  1030. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include zread.c
  1031. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include zwrite.c
  1032. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include shtty.c
  1033. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include shmatch.c
  1034. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include eaccess.c
  1035. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include netconn.c
  1036. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include netopen.c
  1037. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include timeval.c
  1038. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include makepath.c
  1039. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include pathcanon.c
  1040. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include pathphys.c
  1041. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include tmpfile.c
  1042. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include stringlist.c
  1043. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include stringvec.c
  1044. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include spell.c
  1045. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include shquote.c
  1046. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include strtrans.c
  1047. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include snprintf.c
  1048. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include mailstat.c
  1049. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include fmtulong.c
  1050. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include fmtullong.c
  1051. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include fmtumax.c
  1052. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include zcatfd.c
  1053. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include zmapfd.c
  1054. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include winsize.c
  1055. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include wcsdup.c
  1056. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include fpurge.c
  1057. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include zgetline.c
  1058. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include mbscmp.c
  1059. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include uconvert.c
  1060. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include ufuncs.c
  1061. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include casemod.c
  1062. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include input_avail.c
  1063. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include mbscasecmp.c
  1064. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include fnxform.c
  1065. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include unicode.c
  1066. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include shmbchar.c
  1067. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include wcsnwidth.c
  1068. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include strchrnul.c
  1069. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include mktime.c
  1070. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -pipe -fno-strict-aliasing -I/usr/local/include mbschr.c
  1071. rm -f libsh.a
  1072. 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 strchrnul.o mktime.o mbschr.o
  1073. test -n "ranlib" && ranlib libsh.a
  1074. making ./lib/readline/libreadline.a in ./lib/readline
  1075. rm -f readline.o
  1076. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing readline.c
  1077. rm -f vi_mode.o
  1078. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing vi_mode.c
  1079. rm -f funmap.o
  1080. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing funmap.c
  1081. rm -f keymaps.o
  1082. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing keymaps.c
  1083. rm -f parens.o
  1084. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing parens.c
  1085. rm -f search.o
  1086. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing search.c
  1087. rm -f rltty.o
  1088. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing rltty.c
  1089. rm -f complete.o
  1090. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing complete.c
  1091. rm -f bind.o
  1092. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing bind.c
  1093. bind.c: In function 'rl_function_of_keyseq':
  1094. bind.c:754: warning: comparison is always true due to limited range of data type
  1095. rm -f isearch.o
  1096. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing isearch.c
  1097. rm -f display.o
  1098. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing display.c
  1099. display.c: In function 'rl_character_len':
  1100. display.c:2203: warning: comparison is always true due to limited range of data type
  1101. rm -f signals.o
  1102. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing signals.c
  1103. rm -f util.o
  1104. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing util.c
  1105. rm -f kill.o
  1106. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing kill.c
  1107. rm -f undo.o
  1108. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing undo.c
  1109. rm -f macro.o
  1110. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing macro.c
  1111. rm -f input.o
  1112. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing input.c
  1113. rm -f callback.o
  1114. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing callback.c
  1115. rm -f terminal.o
  1116. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing terminal.c
  1117. rm -f text.o
  1118. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing text.c
  1119. rm -f nls.o
  1120. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing nls.c
  1121. rm -f misc.o
  1122. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing misc.c
  1123. rm -f history.o
  1124. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing history.c
  1125. rm -f histexpand.o
  1126. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing histexpand.c
  1127. rm -f histfile.o
  1128. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing histfile.c
  1129. rm -f histsearch.o
  1130. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing histsearch.c
  1131. rm -f shell.o
  1132. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing shell.c
  1133. rm -f savestring.o
  1134. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing savestring.c
  1135. rm -f mbutil.o
  1136. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing mbutil.c
  1137. rm -f tilde.o
  1138. cc -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing -DREADLINE_LIBRARY -c ./tilde.c
  1139. rm -f colors.o
  1140. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing colors.c
  1141. rm -f parse-colors.o
  1142. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing parse-colors.c
  1143. rm -f xmalloc.o
  1144. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing xmalloc.c
  1145. rm -f xfree.o
  1146. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing xfree.c
  1147. rm -f compat.o
  1148. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/wrkdirs/usr/ports/shells/bash/work/bash-4.3 -I../.. -I../../lib -O2 -pipe -fno-strict-aliasing compat.c
  1149. rm -f libreadline.a
  1150. 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
  1151. test -n "ranlib" && ranlib libreadline.a
  1152. making ./lib/readline/libhistory.a in ./lib/readline
  1153. rm -f libhistory.a
  1154. ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o savestring.o mbutil.o xmalloc.o xfree.o
  1155. test -n "ranlib" && ranlib libhistory.a
  1156. making ./lib/tilde/libtilde.a in ./lib/tilde
  1157. cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I../.. -I../.. -I../../include -I../../lib -O2 -pipe -fno-strict-aliasing tilde.c
  1158. rm -f libtilde.a
  1159. ar cr libtilde.a tilde.o
  1160. test -n "ranlib" && ranlib libtilde.a
  1161. rm -f bash
  1162. cc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/sh -O2 -pipe -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 /usr/local/lib/libintl.so /usr/local/lib/libiconv.so
  1163. ls -l bash
  1164. -rwxr-xr-x 1 root wheel 1036441 Sep 25 18:14 bash
  1165. size bash
  1166. text data bss dec hex filename
  1167. 842258 36048 17840 896146 dac92 bash
  1168. ===========================================================================
  1169. =======================<phase: run-depends >============================
  1170. ===> bash-4.3.24 depends on executable: indexinfo - found
  1171. ===========================================================================
  1172. =======================<phase: stage >============================
  1173. ===> Staging for bash-4.3.24
  1174. ===> Generating temporary packing list
  1175. mkdir -p -- /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash
  1176. ( cd ./po/ ; /usr/bin/make DESTDIR=/wrkdirs/usr/ports/shells/bash/work/stage installdirs )
  1177. /bin/sh /wrkdirs/usr/ports/shells/bash/work/bash-4.3/./support/mkinstalldirs /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share
  1178. mkdir -p -- /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/en@quot/LC_MESSAGES
  1179. mkdir -p -- /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/en@boldquot/LC_MESSAGES
  1180. 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
  1181. install -s -o root -g wheel -m 555 -m 0755 bash /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/bin/bash
  1182. install -o root -g wheel -m 555 -m 0555 bashbug /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/bin/bashbug
  1183. install -o root -g wheel -m 444 ./CHANGES ./COMPAT ./NEWS ./POSIX ./RBASH ./README /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash
  1184. ( 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 )
  1185. /bin/sh ../support/mkinstalldirs /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/man/man1
  1186. /bin/sh ../support/mkinstalldirs /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/info
  1187. /bin/sh ../support/mkinstalldirs /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash
  1188. 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
  1189. makeinfo --no-split -I../lib/readline/doc ./bashref.texi
  1190. install -o root -g wheel -m 444 ./bash.1 /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/man/man1/bash.1
  1191. install -o root -g wheel -m 444 ./bashbug.1 /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/man/man1/bashbug.1
  1192. install -o root -g wheel -m 444 ./FAQ ./INTRO /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash
  1193. if test -f bash.info; then d=.; else d=.; fi; install -o root -g wheel -m 444 $d/bash.info /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/info/bash.info
  1194. 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
  1195. if test -n "/usr/local/share/doc/bash" ; then install -o root -g wheel -m 444 ./bash.html /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash ; install -o root -g wheel -m 444 ./bashref.html /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash ; fi
  1196. ( cd ./builtins ; /usr/bin/make DESTDIR=/wrkdirs/usr/ports/shells/bash/work/stage install )
  1197. ( cd ./po/ ; /usr/bin/make DESTDIR=/wrkdirs/usr/ports/shells/bash/work/stage install )
  1198. test -z "en@quot.gmo en@boldquot.gmo af.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo lt.gmo nl.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo" || /usr/bin/make en@quot.gmo en@boldquot.gmo af.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo lt.gmo nl.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo
  1199. `en@quot.gmo' is up to date.
  1200. `en@boldquot.gmo' is up to date.
  1201. `af.gmo' is up to date.
  1202. `bg.gmo' is up to date.
  1203. `ca.gmo' is up to date.
  1204. `cs.gmo' is up to date.
  1205. `da.gmo' is up to date.
  1206. `de.gmo' is up to date.
  1207. `el.gmo' is up to date.
  1208. `eo.gmo' is up to date.
  1209. `es.gmo' is up to date.
  1210. `et.gmo' is up to date.
  1211. `fi.gmo' is up to date.
  1212. `fr.gmo' is up to date.
  1213. `ga.gmo' is up to date.
  1214. `gl.gmo' is up to date.
  1215. `hr.gmo' is up to date.
  1216. `hu.gmo' is up to date.
  1217. `id.gmo' is up to date.
  1218. `it.gmo' is up to date.
  1219. `ja.gmo' is up to date.
  1220. `lt.gmo' is up to date.
  1221. `nl.gmo' is up to date.
  1222. `pl.gmo' is up to date.
  1223. `pt_BR.gmo' is up to date.
  1224. `ro.gmo' is up to date.
  1225. `ru.gmo' is up to date.
  1226. `sk.gmo' is up to date.
  1227. `sl.gmo' is up to date.
  1228. `sr.gmo' is up to date.
  1229. `sv.gmo' is up to date.
  1230. `tr.gmo' is up to date.
  1231. `uk.gmo' is up to date.
  1232. `vi.gmo' is up to date.
  1233. `zh_CN.gmo' is up to date.
  1234. `zh_TW.gmo' is up to date.
  1235. touch stamp-po
  1236. /bin/sh /wrkdirs/usr/ports/shells/bash/work/bash-4.3/./support/mkinstalldirs /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share
  1237. installing en@quot.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/en@quot/LC_MESSAGES/bash.mo
  1238. installing en@boldquot.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/en@boldquot/LC_MESSAGES/bash.mo
  1239. installing af.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/af/LC_MESSAGES/bash.mo
  1240. installing bg.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/bg/LC_MESSAGES/bash.mo
  1241. installing ca.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/ca/LC_MESSAGES/bash.mo
  1242. installing cs.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/cs/LC_MESSAGES/bash.mo
  1243. installing da.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/da/LC_MESSAGES/bash.mo
  1244. installing de.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/de/LC_MESSAGES/bash.mo
  1245. installing el.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/el/LC_MESSAGES/bash.mo
  1246. installing eo.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/eo/LC_MESSAGES/bash.mo
  1247. installing es.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/es/LC_MESSAGES/bash.mo
  1248. installing et.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/et/LC_MESSAGES/bash.mo
  1249. installing fi.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/fi/LC_MESSAGES/bash.mo
  1250. installing fr.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/fr/LC_MESSAGES/bash.mo
  1251. installing ga.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/ga/LC_MESSAGES/bash.mo
  1252. installing gl.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/gl/LC_MESSAGES/bash.mo
  1253. installing hr.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/hr/LC_MESSAGES/bash.mo
  1254. installing hu.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/hu/LC_MESSAGES/bash.mo
  1255. installing id.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/id/LC_MESSAGES/bash.mo
  1256. installing it.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/it/LC_MESSAGES/bash.mo
  1257. installing ja.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/ja/LC_MESSAGES/bash.mo
  1258. installing lt.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/lt/LC_MESSAGES/bash.mo
  1259. installing nl.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/nl/LC_MESSAGES/bash.mo
  1260. installing pl.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/pl/LC_MESSAGES/bash.mo
  1261. installing pt_BR.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/bash.mo
  1262. installing ro.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/ro/LC_MESSAGES/bash.mo
  1263. installing ru.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/ru/LC_MESSAGES/bash.mo
  1264. installing sk.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/sk/LC_MESSAGES/bash.mo
  1265. installing sl.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/sl/LC_MESSAGES/bash.mo
  1266. installing sr.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/sr/LC_MESSAGES/bash.mo
  1267. installing sv.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/sv/LC_MESSAGES/bash.mo
  1268. installing tr.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/tr/LC_MESSAGES/bash.mo
  1269. installing uk.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/uk/LC_MESSAGES/bash.mo
  1270. installing vi.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/vi/LC_MESSAGES/bash.mo
  1271. installing zh_CN.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/bash.mo
  1272. installing zh_TW.gmo as /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/locale/zh_TW/LC_MESSAGES/bash.mo
  1273. 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 -o root -g wheel -m 444 ./$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
  1274. /bin/ln -sf bash /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/bin/rbash
  1275. install -o root -g wheel -m 444 /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
  1276. for d in CHANGES COMPAT NEWS POSIX RBASH README; do install -o root -g wheel -m 444 /wrkdirs/usr/ports/shells/bash/work/bash-4.3/${d} /wrkdirs/usr/ports/shells/bash/work/stage/usr/local/share/doc/bash; done
  1277. ====> Compressing man pages (compress-man)
  1278. ===========================================================================
  1279. =======================<phase: package >============================
  1280. ===> Building package for bash-4.3.24
  1281. Creating package /wrkdirs/usr/ports/shells/bash/work/pkg/bash-4.3.24.tbz
  1282. Registering depends: gettext-0.18.3.1_1 libiconv-1.14_3 indexinfo-0.2.
  1283. Registering conflicts: bash-static-[0-9]*.
  1284. Creating bzip'd tar ball in '/wrkdirs/usr/ports/shells/bash/work/pkg/bash-4.3.24.tbz'
  1285. ===========================================================================
  1286. =======================<phase: install-mtree >============================
  1287. ===========================================================================
  1288. =======================<phase: install >============================
  1289. ===> Installing for bash-4.3.24
  1290. ===> Checking if shells/bash already installed
  1291. pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng
  1292. http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/
  1293.  
  1294. ======================================================================
  1295.  
  1296. bash requires fdescfs(5) mounted on /dev/fd
  1297.  
  1298. If you have not done it yet, please do the following:
  1299.  
  1300. mount -t fdescfs fdesc /dev/fd
  1301.  
  1302. To make it permanent, you need the following lines in /etc/fstab:
  1303.  
  1304. fdesc /dev/fd fdescfs rw 0 0
  1305.  
  1306. ======================================================================
  1307.  
  1308. ===========================================================================
  1309. ===> Cleaning for bash-4.3.24
  1310. build of /usr/ports/shells/bash ended at Thu Sep 25 18:14:15 UTC 2014
  1311. build time: 00:01:54
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement