[build-status: 116431] Log for successful build of bash_3.1dfsg-8 (dist=unstable)

Build Daemon 1 buildd at linux-m32r.org
Fri Feb 1 09:18:58 JST 2008


Automatic build of bash_3.1dfsg-8 on mappi005 by sbuild/m32r 0.53
Build started at 20080201-0345
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 2550kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main bash 3.1dfsg-8 (dsc) [731B]
Get:2 http://debian.linux-m32r.org 06_devonian/main bash 3.1dfsg-8 (tar) [2321kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main bash 3.1dfsg-8 (diff) [228kB]
Fetched 2550kB in 25s (99.1kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: autoconf, patch, bison, libncurses5-dev, texinfo, autotools-dev, debhelper (>= 4.1), texi2html, locales
Build-Depends-Indep: tetex-bin
Checking for already installed source dependencies...
autoconf: already installed (2.61-5)
patch: already installed (2.5.9-4)
bison: already installed (1:2.3.dfsg-5)
libncurses5-dev: already installed (5.6+20071215-1)
texinfo: already installed (4.11.dfsg.1-3)
autotools-dev: already installed (20070725.1)
debhelper: already installed (6.0.4 >= 4.1 is satisfied)
texi2html: already installed (1.78-1)
locales: already installed (2.3.6.ds1-13)
Checking for source dependency conflicts...
Checking correctness of source dependencies...
Kernel: Linux 2.6.20 m32r (m32r)
Toolchain package versions: libc6-dev_2.3.6.ds1-13 linux-kernel-headers_2.6.18-7 gcc-4.1_4.1.1-21 g++-4.1_4.1.1-21 binutils_2.17-3 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
dpkg-source: extracting bash in bash-3.1dfsg
dpkg-source: unpacking bash_3.1dfsg.orig.tar.gz
dpkg-source: applying /debian/buildd/build/bash_3.1dfsg-8.diff.gz
dpkg-buildpackage: source package bash
dpkg-buildpackage: source version 3.1dfsg-8
dpkg-buildpackage: source changed by Matthias Klose <doko at debian.org>
dpkg-buildpackage: host architecture m32r
 /usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -rf stamps build-* bash bashdb
rm -f debian/bash.preinst
rm -f debian/README.Debian
rm -rf locales
rm -f clear_console
dh_clean
 debian/rules build
: # see #327477, needed to have HAVE_DEV_STDIN defined
(test -d /dev/fd && test -r /dev/stdin < /dev/null) \
	  || (test -d /proc/self/fd && test -r /dev/stdin < /dev/null)
gcc -g -O2 -o clear_console debian/clear_console.c -lncurses
/usr/bin/make -f debian/rules do-build-bash \
	    bash_src=bash \
	    bash_patches="bash31-001 bash31-002 bash31-003 bash31-004 bash31-005 bash31-006 bash31-007 bash31-008 bash31-009 bash31-010 bash31-011 bash31-012 bash31-013 bash31-014 bash31-015 bash31-016 bash31-017 readline51-001 rl-inputrc bashbug-editor deb-bash-config deb-examples man-arithmetic man-fignore man-bashrc man-bashlogout man-substring-exp man-nocaseglob man-test man-test2 man-net-redirections privmode rbash-manpage command-not-found bash-default-editor ulimit po-sv bash-subst-param-length pgrp-pipe input-err read-memleak login-shell man-typos " \
	    build=bash \
	    configure_args="--with-curses --disable-net-redirections --enable-largefile --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --host=m32r-linux-gnu"
make[1]: Entering directory `/build/buildd/bash-3.1dfsg'
mkdir -p stamps
rm -rf bash-3.1 bash
rm -f stamps/stamp-patch-bash{,-*}
tar xfz bash-3.1*.tar.gz
mv bash-3.1 bash
cp -p /usr/share/misc/config.* bash/.
cp -p /usr/share/misc/config.* bash/support/.
touch stamps/stamp-unpack-bash
if [ -x debian/patches/bash31-001.dpatch ]; then true; else chmod +x debian/patches/bash31-001.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-001 ]; then \
	  echo "bash31-001 patches already applied."; exit 1; \
	fi
debian/patches/bash31-001.dpatch -patch -d bash
patching file parse.y
patching file patchlevel.h
echo "bash31-001 patches applied." > stamps/stamp-patch-bash-bash31-001
if [ -x debian/patches/bash31-002.dpatch ]; then true; else chmod +x debian/patches/bash31-002.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-002 ]; then \
	  echo "bash31-002 patches already applied."; exit 1; \
	fi
debian/patches/bash31-002.dpatch -patch -d bash
patching file doc/bash.1
patching file patchlevel.h
echo "bash31-002 patches applied." > stamps/stamp-patch-bash-bash31-002
if [ -x debian/patches/bash31-003.dpatch ]; then true; else chmod +x debian/patches/bash31-003.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-003 ]; then \
	  echo "bash31-003 patches already applied."; exit 1; \
	fi
debian/patches/bash31-003.dpatch -patch -d bash
patching file variables.c
patching file patchlevel.h
echo "bash31-003 patches applied." > stamps/stamp-patch-bash-bash31-003
if [ -x debian/patches/bash31-004.dpatch ]; then true; else chmod +x debian/patches/bash31-004.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-004 ]; then \
	  echo "bash31-004 patches already applied."; exit 1; \
	fi
debian/patches/bash31-004.dpatch -patch -d bash
patching file subst.c
patching file patchlevel.h
echo "bash31-004 patches applied." > stamps/stamp-patch-bash-bash31-004
if [ -x debian/patches/bash31-005.dpatch ]; then true; else chmod +x debian/patches/bash31-005.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-005 ]; then \
	  echo "bash31-005 patches already applied."; exit 1; \
	fi
debian/patches/bash31-005.dpatch -patch -d bash
patching file subst.c
patching file patchlevel.h
echo "bash31-005 patches applied." > stamps/stamp-patch-bash-bash31-005
if [ -x debian/patches/bash31-006.dpatch ]; then true; else chmod +x debian/patches/bash31-006.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-006 ]; then \
	  echo "bash31-006 patches already applied."; exit 1; \
	fi
debian/patches/bash31-006.dpatch -patch -d bash
patching file lib/readline/terminal.c
patching file patchlevel.h
echo "bash31-006 patches applied." > stamps/stamp-patch-bash-bash31-006
if [ -x debian/patches/bash31-007.dpatch ]; then true; else chmod +x debian/patches/bash31-007.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-007 ]; then \
	  echo "bash31-007 patches already applied."; exit 1; \
	fi
debian/patches/bash31-007.dpatch -patch -d bash
patching file jobs.c
patching file patchlevel.h
echo "bash31-007 patches applied." > stamps/stamp-patch-bash-bash31-007
if [ -x debian/patches/bash31-008.dpatch ]; then true; else chmod +x debian/patches/bash31-008.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-008 ]; then \
	  echo "bash31-008 patches already applied."; exit 1; \
	fi
debian/patches/bash31-008.dpatch -patch -d bash
patching file jobs.c
Hunk #1 succeeded at 2333 (offset 35 lines).
patching file patchlevel.h
echo "bash31-008 patches applied." > stamps/stamp-patch-bash-bash31-008
if [ -x debian/patches/bash31-009.dpatch ]; then true; else chmod +x debian/patches/bash31-009.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-009 ]; then \
	  echo "bash31-009 patches already applied."; exit 1; \
	fi
debian/patches/bash31-009.dpatch -patch -d bash
patching file jobs.c
Hunk #2 succeeded at 1778 (offset 35 lines).
patching file patchlevel.h
echo "bash31-009 patches applied." > stamps/stamp-patch-bash-bash31-009
if [ -x debian/patches/bash31-010.dpatch ]; then true; else chmod +x debian/patches/bash31-010.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-010 ]; then \
	  echo "bash31-010 patches already applied."; exit 1; \
	fi
debian/patches/bash31-010.dpatch -patch -d bash
patching file parse.y
patching file patchlevel.h
echo "bash31-010 patches applied." > stamps/stamp-patch-bash-bash31-010
if [ -x debian/patches/bash31-011.dpatch ]; then true; else chmod +x debian/patches/bash31-011.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-011 ]; then \
	  echo "bash31-011 patches already applied."; exit 1; \
	fi
debian/patches/bash31-011.dpatch -patch -d bash
patching file parse.y
Hunk #1 succeeded at 2925 (offset 11 lines).
patching file patchlevel.h
echo "bash31-011 patches applied." > stamps/stamp-patch-bash-bash31-011
if [ -x debian/patches/bash31-012.dpatch ]; then true; else chmod +x debian/patches/bash31-012.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-012 ]; then \
	  echo "bash31-012 patches already applied."; exit 1; \
	fi
debian/patches/bash31-012.dpatch -patch -d bash
patching file parse.y
Hunk #1 succeeded at 3595 (offset 11 lines).
patching file patchlevel.h
echo "bash31-012 patches applied." > stamps/stamp-patch-bash-bash31-012
if [ -x debian/patches/bash31-013.dpatch ]; then true; else chmod +x debian/patches/bash31-013.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-013 ]; then \
	  echo "bash31-013 patches already applied."; exit 1; \
	fi
debian/patches/bash31-013.dpatch -patch -d bash
patching file lib/readline/readline.c
patching file patchlevel.h
echo "bash31-013 patches applied." > stamps/stamp-patch-bash-bash31-013
if [ -x debian/patches/bash31-014.dpatch ]; then true; else chmod +x debian/patches/bash31-014.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-014 ]; then \
	  echo "bash31-014 patches already applied."; exit 1; \
	fi
debian/patches/bash31-014.dpatch -patch -d bash
patching file lib/readline/display.c
patching file patchlevel.h
echo "bash31-014 patches applied." > stamps/stamp-patch-bash-bash31-014
if [ -x debian/patches/bash31-015.dpatch ]; then true; else chmod +x debian/patches/bash31-015.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-015 ]; then \
	  echo "bash31-015 patches already applied."; exit 1; \
	fi
debian/patches/bash31-015.dpatch -patch -d bash
patching file lib/glob/sm_loop.c
patching file patchlevel.h
echo "bash31-015 patches applied." > stamps/stamp-patch-bash-bash31-015
if [ -x debian/patches/bash31-016.dpatch ]; then true; else chmod +x debian/patches/bash31-016.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-016 ]; then \
	  echo "bash31-016 patches already applied."; exit 1; \
	fi
debian/patches/bash31-016.dpatch -patch -d bash
patching file lib/glob/glob.c
patching file patchlevel.h
echo "bash31-016 patches applied." > stamps/stamp-patch-bash-bash31-016
if [ -x debian/patches/bash31-017.dpatch ]; then true; else chmod +x debian/patches/bash31-017.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash31-017 ]; then \
	  echo "bash31-017 patches already applied."; exit 1; \
	fi
debian/patches/bash31-017.dpatch -patch -d bash
patching file subst.c
patching file subst.h
patching file arrayfunc.c
patching file patchlevel.h
echo "bash31-017 patches applied." > stamps/stamp-patch-bash-bash31-017
if [ -x debian/patches/readline51-001.dpatch ]; then true; else chmod +x debian/patches/readline51-001.dpatch; fi
if [ -f stamps/stamp-patch-bash-readline51-001 ]; then \
	  echo "readline51-001 patches already applied."; exit 1; \
	fi
debian/patches/readline51-001.dpatch -patch -d bash
patching file lib/readline/readline.c
Hunk #1 succeeded at 716 (offset 1 line).
patching file lib/readline/text.c
echo "readline51-001 patches applied." > stamps/stamp-patch-bash-readline51-001
if [ -x debian/patches/rl-inputrc.dpatch ]; then true; else chmod +x debian/patches/rl-inputrc.dpatch; fi
if [ -f stamps/stamp-patch-bash-rl-inputrc ]; then \
	  echo "rl-inputrc patches already applied."; exit 1; \
	fi
debian/patches/rl-inputrc.dpatch -patch -d bash
patching file lib/readline/bind.c
Hunk #1 succeeded at 723 (offset 10 lines).
Hunk #2 succeeded at 793 (offset 10 lines).
Hunk #3 succeeded at 804 (offset 10 lines).
patching file lib/readline/doc/rluser.texi
patching file lib/readline/rlconf.h
echo "rl-inputrc patches applied." > stamps/stamp-patch-bash-rl-inputrc
if [ -x debian/patches/bashbug-editor.dpatch ]; then true; else chmod +x debian/patches/bashbug-editor.dpatch; fi
if [ -f stamps/stamp-patch-bash-bashbug-editor ]; then \
	  echo "bashbug-editor patches already applied."; exit 1; \
	fi
debian/patches/bashbug-editor.dpatch -patch -d bash
patching file support/bashbug.sh
Hunk #1 succeeded at 118 (offset -16 lines).
echo "bashbug-editor patches applied." > stamps/stamp-patch-bash-bashbug-editor
if [ -x debian/patches/deb-bash-config.dpatch ]; then true; else chmod +x debian/patches/deb-bash-config.dpatch; fi
if [ -f stamps/stamp-patch-bash-deb-bash-config ]; then \
	  echo "deb-bash-config patches already applied."; exit 1; \
	fi
debian/patches/deb-bash-config.dpatch -patch -d bash
patching file config-bot.h
patching file config-top.h
echo "deb-bash-config patches applied." > stamps/stamp-patch-bash-deb-bash-config
if [ -x debian/patches/deb-examples.dpatch ]; then true; else chmod +x debian/patches/deb-examples.dpatch; fi
if [ -f stamps/stamp-patch-bash-deb-examples ]; then \
	  echo "deb-examples patches already applied."; exit 1; \
	fi
debian/patches/deb-examples.dpatch -patch -d bash
patching file examples/loadables/README
echo "deb-examples patches applied." > stamps/stamp-patch-bash-deb-examples
if [ -x debian/patches/man-arithmetic.dpatch ]; then true; else chmod +x debian/patches/man-arithmetic.dpatch; fi
if [ -f stamps/stamp-patch-bash-man-arithmetic ]; then \
	  echo "man-arithmetic patches already applied."; exit 1; \
	fi
debian/patches/man-arithmetic.dpatch -patch -d bash
patching file doc/bash.1
Hunk #1 succeeded at 2612 (offset 79 lines).
echo "man-arithmetic patches applied." > stamps/stamp-patch-bash-man-arithmetic
if [ -x debian/patches/man-fignore.dpatch ]; then true; else chmod +x debian/patches/man-fignore.dpatch; fi
if [ -f stamps/stamp-patch-bash-man-fignore ]; then \
	  echo "man-fignore patches already applied."; exit 1; \
	fi
debian/patches/man-fignore.dpatch -patch -d bash
patching file doc/bash.1
Hunk #1 succeeded at 1644 (offset 60 lines).
echo "man-fignore patches applied." > stamps/stamp-patch-bash-man-fignore
if [ -x debian/patches/man-bashrc.dpatch ]; then true; else chmod +x debian/patches/man-bashrc.dpatch; fi
if [ -f stamps/stamp-patch-bash-man-bashrc ]; then \
	  echo "man-bashrc patches already applied."; exit 1; \
	fi
debian/patches/man-bashrc.dpatch -patch -d bash
patching file doc/bash.1
Hunk #1 succeeded at 184 (offset 15 lines).
Hunk #2 succeeded at 217 (offset 15 lines).
Hunk #3 succeeded at 327 (offset 15 lines).
Hunk #4 succeeded at 420 (offset 15 lines).
Hunk #5 succeeded at 8796 (offset 516 lines).
echo "man-bashrc patches applied." > stamps/stamp-patch-bash-man-bashrc
if [ -x debian/patches/man-bashlogout.dpatch ]; then true; else chmod +x debian/patches/man-bashlogout.dpatch; fi
if [ -f stamps/stamp-patch-bash-man-bashlogout ]; then \
	  echo "man-bashlogout patches already applied."; exit 1; \
	fi
debian/patches/man-bashlogout.dpatch -patch -d bash
patching file doc/bash.1
Hunk #1 succeeded at 8799 (offset 516 lines).
echo "man-bashlogout patches applied." > stamps/stamp-patch-bash-man-bashlogout
if [ -x debian/patches/man-substring-exp.dpatch ]; then true; else chmod +x debian/patches/man-substring-exp.dpatch; fi
if [ -f stamps/stamp-patch-bash-man-substring-exp ]; then \
	  echo "man-substring-exp patches already applied."; exit 1; \
	fi
debian/patches/man-substring-exp.dpatch -patch -d bash
patching file doc/bash.1
Hunk #1 succeeded at 2425 (offset 69 lines).
echo "man-substring-exp patches applied." > stamps/stamp-patch-bash-man-substring-exp
if [ -x debian/patches/man-nocaseglob.dpatch ]; then true; else chmod +x debian/patches/man-nocaseglob.dpatch; fi
if [ -f stamps/stamp-patch-bash-man-nocaseglob ]; then \
	  echo "man-nocaseglob patches already applied."; exit 1; \
	fi
debian/patches/man-nocaseglob.dpatch -patch -d bash
patching file doc/bash.1
Hunk #1 succeeded at 2764 (offset 74 lines).
echo "man-nocaseglob patches applied." > stamps/stamp-patch-bash-man-nocaseglob
if [ -x debian/patches/man-test.dpatch ]; then true; else chmod +x debian/patches/man-test.dpatch; fi
if [ -f stamps/stamp-patch-bash-man-test ]; then \
	  echo "man-test patches already applied."; exit 1; \
	fi
debian/patches/man-test.dpatch -patch -d bash
patching file builtins/test.def
echo "man-test patches applied." > stamps/stamp-patch-bash-man-test
if [ -x debian/patches/man-test2.dpatch ]; then true; else chmod +x debian/patches/man-test2.dpatch; fi
if [ -f stamps/stamp-patch-bash-man-test2 ]; then \
	  echo "man-test2 patches already applied."; exit 1; \
	fi
debian/patches/man-test2.dpatch -patch -d bash
patching file builtins/test.def
patching file doc/bash.1
Hunk #1 succeeded at 3559 (offset 8 lines).
echo "man-test2 patches applied." > stamps/stamp-patch-bash-man-test2
if [ -x debian/patches/man-net-redirections.dpatch ]; then true; else chmod +x debian/patches/man-net-redirections.dpatch; fi
if [ -f stamps/stamp-patch-bash-man-net-redirections ]; then \
	  echo "man-net-redirections patches already applied."; exit 1; \
	fi
debian/patches/man-net-redirections.dpatch -patch -d bash
patching file doc/bash.1
Hunk #1 succeeded at 3034 (offset 1 line).
echo "man-net-redirections patches applied." > stamps/stamp-patch-bash-man-net-redirections
if [ -x debian/patches/privmode.dpatch ]; then true; else chmod +x debian/patches/privmode.dpatch; fi
if [ -f stamps/stamp-patch-bash-privmode ]; then \
	  echo "privmode patches already applied."; exit 1; \
	fi
debian/patches/privmode.dpatch -patch -d bash
patching file shell.c
Hunk #1 succeeded at 460 (offset 13 lines).
echo "privmode patches applied." > stamps/stamp-patch-bash-privmode
if [ -x debian/patches/rbash-manpage.dpatch ]; then true; else chmod +x debian/patches/rbash-manpage.dpatch; fi
if [ -f stamps/stamp-patch-bash-rbash-manpage ]; then \
	  echo "rbash-manpage patches already applied."; exit 1; \
	fi
debian/patches/rbash-manpage.dpatch -patch -d bash
patching file doc/rbash.1
echo "rbash-manpage patches applied." > stamps/stamp-patch-bash-rbash-manpage
if [ -x debian/patches/command-not-found.dpatch ]; then true; else chmod +x debian/patches/command-not-found.dpatch; fi
if [ -f stamps/stamp-patch-bash-command-not-found ]; then \
	  echo "command-not-found patches already applied."; exit 1; \
	fi
debian/patches/command-not-found.dpatch -patch -d bash
patching file execute_cmd.c
Hunk #1 succeeded at 3638 (offset 23 lines).
patching file doc/bash.1
Hunk #1 succeeded at 2034 with fuzz 2 (offset 62 lines).
echo "command-not-found patches applied." > stamps/stamp-patch-bash-command-not-found
if [ -x debian/patches/bash-default-editor.dpatch ]; then true; else chmod +x debian/patches/bash-default-editor.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash-default-editor ]; then \
	  echo "bash-default-editor patches already applied."; exit 1; \
	fi
debian/patches/bash-default-editor.dpatch -patch -d bash
patching file builtins/fc.def
patching file bashline.c
echo "bash-default-editor patches applied." > stamps/stamp-patch-bash-bash-default-editor
if [ -x debian/patches/ulimit.dpatch ]; then true; else chmod +x debian/patches/ulimit.dpatch; fi
if [ -f stamps/stamp-patch-bash-ulimit ]; then \
	  echo "ulimit patches already applied."; exit 1; \
	fi
debian/patches/ulimit.dpatch -patch -d bash
patching file builtins/ulimit.def
patching file doc/bash.1
Hunk #1 succeeded at 8523 (offset 27 lines).
Hunk #2 succeeded at 8559 (offset 27 lines).
Hunk #3 succeeded at 8584 (offset 27 lines).
echo "ulimit patches applied." > stamps/stamp-patch-bash-ulimit
if [ -x debian/patches/po-sv.dpatch ]; then true; else chmod +x debian/patches/po-sv.dpatch; fi
if [ -f stamps/stamp-patch-bash-po-sv ]; then \
	  echo "po-sv patches already applied."; exit 1; \
	fi
debian/patches/po-sv.dpatch -patch -d bash
patching file po/LINGUAS
patching file po/sv.po
echo "po-sv patches applied." > stamps/stamp-patch-bash-po-sv
if [ -x debian/patches/bash-subst-param-length.dpatch ]; then true; else chmod +x debian/patches/bash-subst-param-length.dpatch; fi
if [ -f stamps/stamp-patch-bash-bash-subst-param-length ]; then \
	  echo "bash-subst-param-length patches already applied."; exit 1; \
	fi
debian/patches/bash-subst-param-length.dpatch -patch -d bash
patching file subst.c
Hunk #1 succeeded at 5821 (offset 7 lines).
echo "bash-subst-param-length patches applied." > stamps/stamp-patch-bash-bash-subst-param-length
if [ -x debian/patches/pgrp-pipe.dpatch ]; then true; else chmod +x debian/patches/pgrp-pipe.dpatch; fi
if [ -f stamps/stamp-patch-bash-pgrp-pipe ]; then \
	  echo "pgrp-pipe patches already applied."; exit 1; \
	fi
debian/patches/pgrp-pipe.dpatch -patch -d bash
patching file config-bot.h
echo "pgrp-pipe patches applied." > stamps/stamp-patch-bash-pgrp-pipe
if [ -x debian/patches/input-err.dpatch ]; then true; else chmod +x debian/patches/input-err.dpatch; fi
if [ -f stamps/stamp-patch-bash-input-err ]; then \
	  echo "input-err patches already applied."; exit 1; \
	fi
debian/patches/input-err.dpatch -patch -d bash
patching file input.c
echo "input-err patches applied." > stamps/stamp-patch-bash-input-err
if [ -x debian/patches/read-memleak.dpatch ]; then true; else chmod +x debian/patches/read-memleak.dpatch; fi
if [ -f stamps/stamp-patch-bash-read-memleak ]; then \
	  echo "read-memleak patches already applied."; exit 1; \
	fi
debian/patches/read-memleak.dpatch -patch -d bash
patching file builtins/read.def
echo "read-memleak patches applied." > stamps/stamp-patch-bash-read-memleak
if [ -x debian/patches/login-shell.dpatch ]; then true; else chmod +x debian/patches/login-shell.dpatch; fi
if [ -f stamps/stamp-patch-bash-login-shell ]; then \
	  echo "login-shell patches already applied."; exit 1; \
	fi
debian/patches/login-shell.dpatch -patch -d bash
patching file shell.c
echo "login-shell patches applied." > stamps/stamp-patch-bash-login-shell
if [ -x debian/patches/man-typos.dpatch ]; then true; else chmod +x debian/patches/man-typos.dpatch; fi
if [ -f stamps/stamp-patch-bash-man-typos ]; then \
	  echo "man-typos patches already applied."; exit 1; \
	fi
debian/patches/man-typos.dpatch -patch -d bash
patching file doc/bash.1
echo "man-typos patches applied." > stamps/stamp-patch-bash-man-typos
echo -e "\nPatches applied in this version:" > pxxx
for i in bash31-001 bash31-002 bash31-003 bash31-004 bash31-005 bash31-006 bash31-007 bash31-008 bash31-009 bash31-010 bash31-011 bash31-012 bash31-013 bash31-014 bash31-015 bash31-016 bash31-017 readline51-001 rl-inputrc bashbug-editor deb-bash-config deb-examples man-arithmetic man-fignore man-bashrc man-bashlogout man-substring-exp man-nocaseglob man-test man-test2 man-net-redirections privmode rbash-manpage command-not-found bash-default-editor ulimit po-sv bash-subst-param-length pgrp-pipe input-err read-memleak login-shell man-typos ; do \
	  echo -e "\n$i:" >> pxxx; \
	  sed -n 's/^# *DP: */  /p' debian/patches/$i.dpatch >> pxxx; \
	done
mv -f pxxx stamps/stamp-patch-bash
dh_testdir
rm -rf build-bash
mkdir build-bash
cd build-bash && \
	    CC="gcc" CFLAGS="-g -O2" YACC="bison -y" \
		../bash/configure --with-curses --disable-net-redirections --enable-largefile --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --host=m32r-linux-gnu
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
checking for emacs... emacs
checking where .elc files should go... Loading 00debian-vars...
Loading 50autoconf (source)...
Loading 50cmake (source)...
Loading 50dictionaries-common (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Loading 50gtk-doc-tools (source)...
${datadir}/emacs/site-lisp

Beginning configuration for bash-3.1-release for m32r-unknown-linux-gnu

checking for m32r-linux-gnu-gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for strerror in -lcposix... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking whether gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for ar... ar
checking for m32r-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for bison... bison -y
checking whether make sets ${MAKE}... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking for preprocessor stringizing operator... yes
checking for working long double with more range or precision than double... no
checking for function prototypes... yes
checking whether char is unsigned... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... no
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 2.3, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking for limits.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for locale.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for stddef.h... (cached) yes
checking for stdint.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for strings.h... (cached) yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/param.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for sys/ptem.h... no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking whether getpgrp requires zero arguments... yes
checking whether setvbuf arguments are reversed... no
checking for vprintf... yes
checking for _doprnt... no
checking for working strcoll... yes
checking return type of signal handlers... void
checking for __setostype... no
checking for wait3... yes
checking for isinf... yes
checking for mkfifo... yes
checking for dup2... yes
checking for fcntl... yes
checking for getdtablesize... yes
checking for getgroups... yes
checking for gethostname... yes
checking for getpagesize... (cached) yes
checking for getpeername... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for kill... yes
checking for killpg... yes
checking for lstat... yes
checking for readlink... yes
checking for sbrk... yes
checking for select... yes
checking for setdtablesize... no
checking for tcgetpgrp... yes
checking for uname... yes
checking for ulimit... yes
checking for waitpid... yes
checking for rename... yes
checking for bcopy... yes
checking for bzero... yes
checking for confstr... yes
checking for fnmatch... yes
checking for getaddrinfo... yes
checking for gethostbyname... yes
checking for getservbyname... yes
checking for getservent... yes
checking for inet_aton... yes
checking for memmove... yes
checking for pathconf... yes
checking for putenv... (cached) yes
checking for raise... yes
checking for regcomp... yes
checking for regexec... yes
checking for setenv... (cached) yes
checking for setlinebuf... yes
checking for setlocale... (cached) yes
checking for setvbuf... yes
checking for siginterrupt... yes
checking for strchr... yes
checking for sysconf... yes
checking for tcgetattr... yes
checking for times... yes
checking for ttyname... yes
checking for tzset... yes
checking for unsetenv... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for isascii... yes
checking for isblank... yes
checking for isgraph... yes
checking for isprint... yes
checking for isspace... yes
checking for isxdigit... yes
checking for getpwent... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for getcwd... (cached) yes
checking for memset... yes
checking for strcasecmp... (cached) yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strpbrk... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... (cached) yes
checking for strtoll... yes
checking for strtoull... yes
checking for strtoimax... yes
checking for strtoumax... yes
checking whether confstr is declared... yes
checking whether printf is declared... yes
checking whether sbrk is declared... yes
checking whether strcpy is declared... yes
checking whether strsignal is declared... yes
checking whether strtold is declared... yes
checking for broken strtold... no
checking for declaration of strtoimax... yes
checking for declaration of strtol... yes
checking for declaration of strtoll... yes
checking for declaration of strtoul... yes
checking for declaration of strtoull... yes
checking for declaration of strtoumax... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking for argz.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for malloc.h... (cached) yes
checking stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_next... (cached) yes
checking for __argz_stringify... (cached) yes
checking for dcgettext... yes
checking for mempcpy... (cached) yes
checking for munmap... (cached) yes
checking for stpcpy... (cached) yes
checking for strcspn... yes
checking for strdup... (cached) yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbsrtowcs... yes
checking for mbrtowc... yes
checking for mbrlen... yes
checking for wctomb... yes
checking for wcwidth... yes
checking for wcsdup... yes
checking for mbstate_t... yes
checking for nl_langinfo and CODESET... yes
checking for dlopen in -ldl... yes
checking for dlopen... yes
checking for dlclose... yes
checking for dlsym... yes
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for off_t... (cached) yes
checking for mode_t... yes
checking for uid_t in sys/types.h... (cached) yes
checking for pid_t... yes
checking for size_t... (cached) yes
checking for ssize_t... yes
checking for time_t... yes
checking for long long... long long
checking for unsigned long long... unsigned long long
checking return type of signal handlers... (cached) void
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for double... yes
checking size of double... 8
checking for long long... yes
checking size of long long... 8
checking for u_int... yes
checking for u_long... yes
checking for bits16_t... no
checking for u_bits16_t... no
checking for bits32_t... no
checking for u_bits32_t... no
checking for bits64_t... no
checking for ptrdiff_t... yes
checking whether stat file-mode macros are broken... no
checking whether #! works in shell scripts... yes
checking whether the ctype macros accept non-ascii characters... yes
checking if dup2 fails to clear the close-on-exec flag... no
checking whether pgrps need synchronization... no
checking for type of signal functions... posix
checking for sys_errlist and sys_nerr... yes
checking for sys_siglist in system C library... yes
checking for _sys_siglist in signal.h or unistd.h... yes
checking for _sys_siglist in system C library... yes
checking whether signal handlers are of type void... yes
checking for clock_t... yes
checking for sigset_t... yes
checking for quad_t... yes
checking for intmax_t... yes
checking for uintmax_t... yes
checking for socklen_t... yes
checking for size and type of struct rlimit fields... rlim_t
checking for struct termios.c_line... yes
checking for struct termio.c_line... yes
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for struct dirent.d_namlen... no
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
checking for struct timeval in sys/time.h and time.h... yes
checking for struct stat.st_blocks... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct timezone in sys/time.h and time.h... yes
checking for the existence of strsignal... yes
checking if opendir() opens non-directories... no
checking whether ulimit can substitute for getdtablesize... yes
checking to see if getenv can be redefined... yes
checking if getcwd() will dynamically allocate memory... yes
checking for presence of POSIX-style sigsetjmp/siglongjmp... present
checking whether or not strcoll and strcmp differ... no
checking for standard-conformant putenv declaration... yes
checking for standard-conformant unsetenv declaration... yes
checking for printf floating point output in hex notation... yes
checking if signal handlers must be reinstalled when invoked... no
checking for presence of necessary job control definitions... present
checking for presence of named pipes... present
checking POSIX termios... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking whether WCONTINUED flag to waitpid is unavailable or available but broken... no
checking for speed_t in sys/types.h... no
checking whether getpw functions are declared in pwd.h... yes
checking for unusable real-time signals due to large values... no
checking for tgetent... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking whether /dev/fd is available... standard
checking whether /dev/stdin stdout stderr are available... present
checking for default mail directory... /var/mail
checking shared object configuration for loadable builtins... supported
configure: creating ./config.status
config.status: creating Makefile
config.status: creating builtins/Makefile
config.status: creating lib/readline/Makefile
config.status: creating lib/glob/Makefile
config.status: creating lib/intl/Makefile
config.status: creating lib/malloc/Makefile
config.status: creating lib/sh/Makefile
config.status: creating lib/termcap/Makefile
config.status: creating lib/tilde/Makefile
config.status: creating doc/Makefile
config.status: creating support/Makefile
config.status: creating po/Makefile.in
config.status: creating examples/loadables/Makefile
config.status: creating examples/loadables/perl/Makefile
config.status: creating pathnames.h
config.status: creating config.h
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing default commands
if ! grep -q '#define HAVE_DEV_STDIN 1' build-bash/config.h; then \
	  echo "HAVE_DEV_STDIN not defined, abortig build"; \
	  exit 1; \
	fi
touch stamps/stamp-configure-bash
dh_testdir
/usr/bin/make -C build-bash \
		CC='gcc' \
		CFLAGS='-g -O2' \
		YACC="bison -y" \
		deb_builddir=build-bash/ \
		
make[2]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash'
bison -y -d ../bash/parse.y
conflicts: 1 shift/reduce
touch parser-built
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g  -o mksyntax ../bash/mksyntax.c
rm -f syntax.c
./mksyntax -o syntax.c
/bin/sh ../bash/support/mkversion.sh -b -S ../bash -s release -d 3.1 -o newversion.h \
		&& mv newversion.h version.h
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g  -DBUILDTOOL -c -o buildversion.o ../bash/version.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g  -o bashversion ../bash/support/bashversion.c buildversion.o

	  ***********************************************************
	  *                                                         *
	  * GNU bash, version 3.1.17(1)-release (m32r-unknown-linux-gnu)
	  *                                                         *
	  ***********************************************************

rm -f shell.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/shell.c
rm -f eval.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/eval.c
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash/builtins'
rm -f mkbuiltins.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g  ../../bash/builtins/mkbuiltins.c
gcc -rdynamic -g -O2 -o mkbuiltins mkbuiltins.o -ldl 
./mkbuiltins -externfile builtext.h -structfile builtins.c \
	    -noproduction -D ../../bash/builtins   ../../bash/builtins/alias.def ../../bash/builtins/bind.def ../../bash/builtins/break.def ../../bash/builtins/builtin.def ../../bash/builtins/caller.def ../../bash/builtins/cd.def ../../bash/builtins/colon.def ../../bash/builtins/command.def ../../bash/builtins/declare.def ../../bash/builtins/echo.def ../../bash/builtins/enable.def ../../bash/builtins/eval.def ../../bash/builtins/getopts.def ../../bash/builtins/exec.def ../../bash/builtins/exit.def ../../bash/builtins/fc.def ../../bash/builtins/fg_bg.def ../../bash/builtins/hash.def ../../bash/builtins/help.def ../../bash/builtins/history.def ../../bash/builtins/jobs.def ../../bash/builtins/kill.def ../../bash/builtins/let.def ../../bash/builtins/read.def ../../bash/builtins/return.def ../../bash/builtins/set.def ../../bash/builtins/setattr.def ../../bash/builtins/shift.def ../../bash/builtins/source.def ../../bash/builtins/suspend.def ../../bash/builtins/test.def ../../bash/builtins
 /times.def ../../bash/builtins/trap.def ../../bash/builtins/type.def ../../bash/builtins/ulimit.def ../../bash/builtins/umask.def ../../bash/builtins/wait.def ../../bash/builtins/reserved.def ../../bash/builtins/pushd.def ../../bash/builtins/shopt.def ../../bash/builtins/printf.def ../../bash/builtins/complete.def
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash/builtins'
rm -f y.tab.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c y.tab.c
rm -f general.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/general.c
rm -f make_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/make_cmd.c
rm -f print_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/print_cmd.c
rm -f dispose_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/dispose_cmd.c
rm -f execute_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/execute_cmd.c
rm -f variables.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/variables.c
rm -f copy_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/copy_cmd.c
rm -f error.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/error.c
rm -f expr.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/expr.c
../bash/expr.c:176: warning: conflicting types for built-in function 'exp2'
rm -f flags.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/flags.c
rm -f jobs.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/jobs.c
rm -f subst.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/subst.c
rm -f hashcmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/hashcmd.c
rm -f hashlib.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/hashlib.c
rm -f mailcheck.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/mailcheck.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g  -o mksignames ../bash/support/mksignames.c
rm -f lsignames.h
./mksignames lsignames.h
if cmp -s lsignames.h signames.h ; then :; else rm -f signames.h ; cp lsignames.h signames.h ; fi
rm -f trap.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/trap.c
rm -f input.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/input.c
rm -f unwind_prot.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/unwind_prot.c
rm -f pathexp.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/pathexp.c
rm -f sig.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/sig.c
rm -f test.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/test.c
rm -f version.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/version.c
rm -f alias.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/alias.c
rm -f array.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/array.c
rm -f arrayfunc.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/arrayfunc.c
rm -f braces.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/braces.c
rm -f bracecomp.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/bracecomp.c
rm -f bashhist.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/bashhist.c
rm -f bashline.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/bashline.c
rm -f list.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/list.c
rm -f stringlib.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/stringlib.c
rm -f locale.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/locale.c
rm -f findcmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/findcmd.c
rm -f redir.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/redir.c
rm -f pcomplete.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/pcomplete.c
rm -f pcomplib.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/pcomplib.c
rm -f syntax.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c syntax.c
rm -f xmalloc.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/xmalloc.c
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash/builtins'
rm -f builtins.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 builtins.c
rm -f alias.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/alias.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 alias.c || ( rm -f alias.c ; exit 1 )
rm -f alias.c
rm -f bind.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/bind.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 bind.c || ( rm -f bind.c ; exit 1 )
rm -f bind.c
rm -f break.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/break.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 break.c || ( rm -f break.c ; exit 1 )
rm -f break.c
rm -f builtin.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/builtin.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 builtin.c || ( rm -f builtin.c ; exit 1 )
rm -f builtin.c
rm -f caller.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/caller.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 caller.c || ( rm -f caller.c ; exit 1 )
rm -f caller.c
rm -f cd.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/cd.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 cd.c || ( rm -f cd.c ; exit 1 )
rm -f cd.c
rm -f colon.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/colon.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 colon.c || ( rm -f colon.c ; exit 1 )
rm -f colon.c
rm -f command.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/command.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 command.c || ( rm -f command.c ; exit 1 )
rm -f command.c
rm -f common.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/common.c
rm -f declare.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/declare.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 declare.c || ( rm -f declare.c ; exit 1 )
rm -f declare.c
rm -f echo.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/echo.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 echo.c || ( rm -f echo.c ; exit 1 )
rm -f echo.c
rm -f enable.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/enable.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 enable.c || ( rm -f enable.c ; exit 1 )
rm -f enable.c
rm -f eval.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/eval.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 eval.c || ( rm -f eval.c ; exit 1 )
rm -f eval.c
rm -f evalfile.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/evalfile.c
rm -f evalstring.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/evalstring.c
rm -f exec.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/exec.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 exec.c || ( rm -f exec.c ; exit 1 )
rm -f exec.c
rm -f exit.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/exit.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 exit.c || ( rm -f exit.c ; exit 1 )
rm -f exit.c
rm -f fc.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/fc.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 fc.c || ( rm -f fc.c ; exit 1 )
rm -f fc.c
rm -f fg_bg.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/fg_bg.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 fg_bg.c || ( rm -f fg_bg.c ; exit 1 )
rm -f fg_bg.c
rm -f hash.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/hash.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 hash.c || ( rm -f hash.c ; exit 1 )
rm -f hash.c
rm -f help.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/help.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 help.c || ( rm -f help.c ; exit 1 )
rm -f help.c
rm -f history.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/history.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 history.c || ( rm -f history.c ; exit 1 )
rm -f history.c
rm -f jobs.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/jobs.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 jobs.c || ( rm -f jobs.c ; exit 1 )
rm -f jobs.c
rm -f kill.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/kill.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 kill.c || ( rm -f kill.c ; exit 1 )
rm -f kill.c
rm -f let.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/let.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 let.c || ( rm -f let.c ; exit 1 )
rm -f let.c
rm -f pushd.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/pushd.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 pushd.c || ( rm -f pushd.c ; exit 1 )
rm -f pushd.c
rm -f read.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/read.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 read.c || ( rm -f read.c ; exit 1 )
rm -f read.c
rm -f return.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/return.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 return.c || ( rm -f return.c ; exit 1 )
rm -f return.c
rm -f set.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/set.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 set.c || ( rm -f set.c ; exit 1 )
rm -f set.c
rm -f setattr.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/setattr.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 setattr.c || ( rm -f setattr.c ; exit 1 )
rm -f setattr.c
rm -f shift.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/shift.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 shift.c || ( rm -f shift.c ; exit 1 )
rm -f shift.c
rm -f source.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/source.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 source.c || ( rm -f source.c ; exit 1 )
rm -f source.c
rm -f suspend.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/suspend.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 suspend.c || ( rm -f suspend.c ; exit 1 )
rm -f suspend.c
rm -f test.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/test.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 test.c || ( rm -f test.c ; exit 1 )
rm -f test.c
rm -f times.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/times.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 times.c || ( rm -f times.c ; exit 1 )
rm -f times.c
rm -f trap.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/trap.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 trap.c || ( rm -f trap.c ; exit 1 )
rm -f trap.c
rm -f type.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/type.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 type.c || ( rm -f type.c ; exit 1 )
rm -f type.c
gcc  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g  -o psize.aux ../../bash/builtins/psize.c
/bin/sh ../../bash/builtins/psize.sh > pipesize.h
rm -f ulimit.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/ulimit.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ulimit.c || ( rm -f ulimit.c ; exit 1 )
rm -f ulimit.c
rm -f umask.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/umask.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 umask.c || ( rm -f umask.c ; exit 1 )
rm -f umask.c
rm -f wait.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/wait.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 wait.c || ( rm -f wait.c ; exit 1 )
rm -f wait.c
rm -f getopts.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/getopts.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 getopts.c || ( rm -f getopts.c ; exit 1 )
rm -f getopts.c
rm -f shopt.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/shopt.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 shopt.c || ( rm -f shopt.c ; exit 1 )
rm -f shopt.c
rm -f printf.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/printf.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 printf.c || ( rm -f printf.c ; exit 1 )
rm -f printf.c
rm -f getopt.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/getopt.c
rm -f bashgetopt.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/bashgetopt.c
rm -f complete.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/complete.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 complete.c || ( rm -f complete.c ; exit 1 )
rm -f complete.c
rm -f libbuiltins.a
ar cr libbuiltins.a builtins.o alias.o bind.o break.o builtin.o caller.o cd.o colon.o command.o common.o declare.o echo.o enable.o eval.o evalfile.o evalstring.o exec.o exit.o fc.o fg_bg.o hash.o help.o history.o jobs.o kill.o let.o pushd.o read.o return.o set.o setattr.o shift.o source.o suspend.o test.o times.o trap.o type.o ulimit.o umask.o wait.o getopts.o shopt.o printf.o getopt.o bashgetopt.o complete.o
ranlib libbuiltins.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash/builtins'
making lib/sh/libsh.a in ./lib/sh
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash/lib/sh'
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/clktck.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/clock.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/getenv.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/oslib.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/setlinebuf.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/strnlen.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/itos.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/zread.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/zwrite.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/shtty.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/shmatch.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/netconn.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/netopen.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/timeval.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/makepath.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/pathcanon.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/pathphys.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/tmpfile.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/stringlist.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/stringvec.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/spell.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/shquote.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/strtrans.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/strindex.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/snprintf.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/mailstat.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/fmtulong.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/fmtullong.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/fmtumax.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/xstrchr.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/zcatfd.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/winsize.c
rm -f libsh.a
ar cr libsh.a clktck.o clock.o getenv.o oslib.o setlinebuf.o strnlen.o itos.o zread.o zwrite.o shtty.o shmatch.o netconn.o netopen.o timeval.o makepath.o pathcanon.o pathphys.o tmpfile.o stringlist.o stringvec.o spell.o shquote.o strtrans.o strindex.o snprintf.o mailstat.o fmtulong.o fmtullong.o fmtumax.o xstrchr.o zcatfd.o winsize.o 
test -n "ranlib" && ranlib libsh.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash/lib/sh'
making lib/readline/libreadline.a in ./lib/readline
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash/lib/readline'
rm -f readline.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/readline.c
rm -f vi_mode.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/vi_mode.c
rm -f funmap.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/funmap.c
rm -f keymaps.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/keymaps.c
rm -f parens.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/parens.c
rm -f search.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/search.c
rm -f rltty.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/rltty.c
rm -f complete.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/complete.c
rm -f bind.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/bind.c
../../../bash/lib/readline/bind.c: In function 'rl_function_of_keyseq':
../../../bash/lib/readline/bind.c:682: warning: comparison is always true due to limited range of data type
../../../bash/lib/readline/bind.c: In function 'rl_read_init_file':
../../../bash/lib/readline/bind.c:828: warning: assignment discards qualifiers from pointer target type
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/isearch.c
rm -f display.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/display.c
../../../bash/lib/readline/display.c: In function 'rl_character_len':
../../../bash/lib/readline/display.c:1831: warning: comparison is always true due to limited range of data type
rm -f signals.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/signals.c
rm -f util.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/util.c
rm -f kill.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/kill.c
rm -f undo.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/undo.c
rm -f macro.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/macro.c
rm -f input.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/input.c
rm -f callback.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/callback.c
rm -f terminal.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/terminal.c
rm -f text.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/text.c
rm -f nls.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/nls.c
rm -f misc.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/misc.c
rm -f history.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/history.c
rm -f histexpand.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/histexpand.c
rm -f histfile.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/histfile.c
rm -f histsearch.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/histsearch.c
rm -f shell.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/shell.c
rm -f savestring.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/savestring.c
rm -f mbutil.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/mbutil.c
rm -f tilde.o
gcc -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 -DREADLINE_LIBRARY -c ../../../bash/lib/readline/tilde.c
rm -f xmalloc.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/xmalloc.c
rm -f compat.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-bash -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/compat.c
rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o savestring.o mbutil.o tilde.o xmalloc.o compat.o
test -n "ranlib" && ranlib libreadline.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash/lib/readline'
making lib/readline/libhistory.a in ./lib/readline
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash/lib/readline'
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o savestring.o mbutil.o xmalloc.o
test -n "ranlib" && ranlib libhistory.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash/lib/readline'
making lib/glob/libglob.a in ./lib/glob
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash/lib/glob'
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/glob/glob.c
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/glob/strmatch.c
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/glob/smatch.c
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/glob/xmbsrtowcs.c
rm -f libglob.a
ar cr libglob.a glob.o strmatch.o smatch.o xmbsrtowcs.o
test -n "ranlib" && ranlib libglob.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash/lib/glob'
making lib/tilde/libtilde.a in ./lib/tilde
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash/lib/tilde'
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/tilde/tilde.c
rm -f libtilde.a
ar cr libtilde.a tilde.o
test -n "ranlib" && ranlib libtilde.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash/lib/tilde'
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash/lib/malloc'
gcc  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error   -c ../../../bash/lib/malloc/malloc.c
gcc  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error   -c ../../../bash/lib/malloc/trace.c
gcc  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error   -c ../../../bash/lib/malloc/stats.c
gcc  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error   -c ../../../bash/lib/malloc/table.c
gcc  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error   -c ../../../bash/lib/malloc/watch.c
rm -f libmalloc.a
ar cr libmalloc.a malloc.o  trace.o stats.o table.o watch.o
test -n "ranlib" && ranlib libmalloc.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash/lib/malloc'
rm -f bash
gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/malloc -L./lib/sh  -rdynamic  -g -O2 -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 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 -lsh -lreadline -lhistory -lcurses -lglob -ltilde -lmalloc   -ldl 
ls -l bash
-rwxr-xr-x 1 buildd buildd 2215113 Feb  1 05:58 bash
: bash
make[2]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash'
touch stamps/stamp-build-bash
make[1]: Leaving directory `/build/buildd/bash-3.1dfsg'
/usr/bin/make -f debian/rules do-build-min \
	    bash_src=bash \
	    bash_patches="bash31-001 bash31-002 bash31-003 bash31-004 bash31-005 bash31-006 bash31-007 bash31-008 bash31-009 bash31-010 bash31-011 bash31-012 bash31-013 bash31-014 bash31-015 bash31-016 bash31-017 readline51-001 rl-inputrc bashbug-editor deb-bash-config deb-examples man-arithmetic man-fignore man-bashrc man-bashlogout man-substring-exp man-nocaseglob man-test man-test2 man-net-redirections privmode rbash-manpage command-not-found bash-default-editor ulimit po-sv bash-subst-param-length pgrp-pipe input-err read-memleak login-shell man-typos " \
	    build=min \
	    configure_args="--enable-minimal-config --enable-largefile --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --host=m32r-linux-gnu"
make[1]: Entering directory `/build/buildd/bash-3.1dfsg'
dh_testdir
rm -rf build-min
mkdir build-min
cd build-min && \
	    CC="gcc" CFLAGS="-g -O2" YACC="bison -y" \
		../bash/configure --enable-minimal-config --enable-largefile --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --host=m32r-linux-gnu
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
checking for emacs... emacs
checking where .elc files should go... Loading 00debian-vars...
Loading 50autoconf (source)...
Loading 50cmake (source)...
Loading 50dictionaries-common (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Loading 50gtk-doc-tools (source)...
${datadir}/emacs/site-lisp

Beginning configuration for bash-3.1-release for m32r-unknown-linux-gnu

checking for m32r-linux-gnu-gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for strerror in -lcposix... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking whether gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for ar... ar
checking for m32r-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for bison... bison -y
checking whether make sets ${MAKE}... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking for preprocessor stringizing operator... yes
checking for working long double with more range or precision than double... no
checking for function prototypes... yes
checking whether char is unsigned... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... no
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 2.3, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking for limits.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for locale.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for stddef.h... (cached) yes
checking for stdint.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for strings.h... (cached) yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/param.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for sys/ptem.h... no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking whether getpgrp requires zero arguments... yes
checking whether setvbuf arguments are reversed... no
checking for vprintf... yes
checking for _doprnt... no
checking for working strcoll... yes
checking return type of signal handlers... void
checking for __setostype... no
checking for wait3... yes
checking for isinf... yes
checking for mkfifo... yes
checking for dup2... yes
checking for fcntl... yes
checking for getdtablesize... yes
checking for getgroups... yes
checking for gethostname... yes
checking for getpagesize... (cached) yes
checking for getpeername... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for kill... yes
checking for killpg... yes
checking for lstat... yes
checking for readlink... yes
checking for sbrk... yes
checking for select... yes
checking for setdtablesize... no
checking for tcgetpgrp... yes
checking for uname... yes
checking for ulimit... yes
checking for waitpid... yes
checking for rename... yes
checking for bcopy... yes
checking for bzero... yes
checking for confstr... yes
checking for fnmatch... yes
checking for getaddrinfo... yes
checking for gethostbyname... yes
checking for getservbyname... yes
checking for getservent... yes
checking for inet_aton... yes
checking for memmove... yes
checking for pathconf... yes
checking for putenv... (cached) yes
checking for raise... yes
checking for regcomp... yes
checking for regexec... yes
checking for setenv... (cached) yes
checking for setlinebuf... yes
checking for setlocale... (cached) yes
checking for setvbuf... yes
checking for siginterrupt... yes
checking for strchr... yes
checking for sysconf... yes
checking for tcgetattr... yes
checking for times... yes
checking for ttyname... yes
checking for tzset... yes
checking for unsetenv... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for isascii... yes
checking for isblank... yes
checking for isgraph... yes
checking for isprint... yes
checking for isspace... yes
checking for isxdigit... yes
checking for getpwent... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for getcwd... (cached) yes
checking for memset... yes
checking for strcasecmp... (cached) yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strpbrk... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... (cached) yes
checking for strtoll... yes
checking for strtoull... yes
checking for strtoimax... yes
checking for strtoumax... yes
checking whether confstr is declared... yes
checking whether printf is declared... yes
checking whether sbrk is declared... yes
checking whether strcpy is declared... yes
checking whether strsignal is declared... yes
checking whether strtold is declared... yes
checking for broken strtold... no
checking for declaration of strtoimax... yes
checking for declaration of strtol... yes
checking for declaration of strtoll... yes
checking for declaration of strtoul... yes
checking for declaration of strtoull... yes
checking for declaration of strtoumax... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking for argz.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for malloc.h... (cached) yes
checking stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_next... (cached) yes
checking for __argz_stringify... (cached) yes
checking for dcgettext... yes
checking for mempcpy... (cached) yes
checking for munmap... (cached) yes
checking for stpcpy... (cached) yes
checking for strcspn... yes
checking for strdup... (cached) yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbsrtowcs... yes
checking for mbrtowc... yes
checking for mbrlen... yes
checking for wctomb... yes
checking for wcwidth... yes
checking for wcsdup... yes
checking for mbstate_t... yes
checking for nl_langinfo and CODESET... yes
checking for dlopen in -ldl... yes
checking for dlopen... yes
checking for dlclose... yes
checking for dlsym... yes
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for off_t... (cached) yes
checking for mode_t... yes
checking for uid_t in sys/types.h... (cached) yes
checking for pid_t... yes
checking for size_t... (cached) yes
checking for ssize_t... yes
checking for time_t... yes
checking for long long... long long
checking for unsigned long long... unsigned long long
checking return type of signal handlers... (cached) void
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for double... yes
checking size of double... 8
checking for long long... yes
checking size of long long... 8
checking for u_int... yes
checking for u_long... yes
checking for bits16_t... no
checking for u_bits16_t... no
checking for bits32_t... no
checking for u_bits32_t... no
checking for bits64_t... no
checking for ptrdiff_t... yes
checking whether stat file-mode macros are broken... no
checking whether #! works in shell scripts... yes
checking whether the ctype macros accept non-ascii characters... yes
checking if dup2 fails to clear the close-on-exec flag... no
checking whether pgrps need synchronization... no
checking for type of signal functions... posix
checking for sys_errlist and sys_nerr... yes
checking for sys_siglist in system C library... yes
checking for _sys_siglist in signal.h or unistd.h... yes
checking for _sys_siglist in system C library... yes
checking whether signal handlers are of type void... yes
checking for clock_t... yes
checking for sigset_t... yes
checking for quad_t... yes
checking for intmax_t... yes
checking for uintmax_t... yes
checking for socklen_t... yes
checking for size and type of struct rlimit fields... rlim_t
checking for struct termios.c_line... yes
checking for struct termio.c_line... yes
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for struct dirent.d_namlen... no
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
checking for struct timeval in sys/time.h and time.h... yes
checking for struct stat.st_blocks... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct timezone in sys/time.h and time.h... yes
checking for the existence of strsignal... yes
checking if opendir() opens non-directories... no
checking whether ulimit can substitute for getdtablesize... yes
checking to see if getenv can be redefined... yes
checking if getcwd() will dynamically allocate memory... yes
checking for presence of POSIX-style sigsetjmp/siglongjmp... present
checking whether or not strcoll and strcmp differ... no
checking for standard-conformant putenv declaration... yes
checking for standard-conformant unsetenv declaration... yes
checking for printf floating point output in hex notation... yes
checking if signal handlers must be reinstalled when invoked... no
checking for presence of necessary job control definitions... present
checking for presence of named pipes... present
checking POSIX termios... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking whether WCONTINUED flag to waitpid is unavailable or available but broken... no
checking for speed_t in sys/types.h... no
checking whether getpw functions are declared in pwd.h... yes
checking for unusable real-time signals due to large values... no
checking whether /dev/fd is available... standard
checking whether /dev/stdin stdout stderr are available... present
checking for default mail directory... /var/mail
checking shared object configuration for loadable builtins... supported
configure: creating ./config.status
config.status: creating Makefile
config.status: creating builtins/Makefile
config.status: creating lib/readline/Makefile
config.status: creating lib/glob/Makefile
config.status: creating lib/intl/Makefile
config.status: creating lib/malloc/Makefile
config.status: creating lib/sh/Makefile
config.status: creating lib/termcap/Makefile
config.status: creating lib/tilde/Makefile
config.status: creating doc/Makefile
config.status: creating support/Makefile
config.status: creating po/Makefile.in
config.status: creating examples/loadables/Makefile
config.status: creating examples/loadables/perl/Makefile
config.status: creating pathnames.h
config.status: creating config.h
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing default commands
if ! grep -q '#define HAVE_DEV_STDIN 1' build-min/config.h; then \
	  echo "HAVE_DEV_STDIN not defined, abortig build"; \
	  exit 1; \
	fi
touch stamps/stamp-configure-min
dh_testdir
/usr/bin/make -C build-min \
		CC='gcc' \
		CFLAGS='-g -O2' \
		YACC="bison -y" \
		deb_builddir=build-min/ \
		
make[2]: Entering directory `/build/buildd/bash-3.1dfsg/build-min'
bison -y -d ../bash/parse.y
conflicts: 1 shift/reduce
touch parser-built
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g  -o mksyntax ../bash/mksyntax.c
rm -f syntax.c
./mksyntax -o syntax.c
/bin/sh ../bash/support/mkversion.sh -b -S ../bash -s release -d 3.1 -o newversion.h \
		&& mv newversion.h version.h
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g  -DBUILDTOOL -c -o buildversion.o ../bash/version.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g  -o bashversion ../bash/support/bashversion.c buildversion.o

	  ***********************************************************
	  *                                                         *
	  * GNU bash, version 3.1.17(1)-release (m32r-unknown-linux-gnu)
	  *                                                         *
	  ***********************************************************

rm -f shell.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/shell.c
rm -f eval.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/eval.c
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-min/builtins'
rm -f mkbuiltins.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g  ../../bash/builtins/mkbuiltins.c
gcc -rdynamic -g -O2 -o mkbuiltins mkbuiltins.o -ldl 
./mkbuiltins -externfile builtext.h -structfile builtins.c \
	    -noproduction -D ../../bash/builtins   ../../bash/builtins/alias.def ../../bash/builtins/bind.def ../../bash/builtins/break.def ../../bash/builtins/builtin.def ../../bash/builtins/caller.def ../../bash/builtins/cd.def ../../bash/builtins/colon.def ../../bash/builtins/command.def ../../bash/builtins/declare.def ../../bash/builtins/echo.def ../../bash/builtins/enable.def ../../bash/builtins/eval.def ../../bash/builtins/getopts.def ../../bash/builtins/exec.def ../../bash/builtins/exit.def ../../bash/builtins/fc.def ../../bash/builtins/fg_bg.def ../../bash/builtins/hash.def ../../bash/builtins/help.def ../../bash/builtins/history.def ../../bash/builtins/jobs.def ../../bash/builtins/kill.def ../../bash/builtins/let.def ../../bash/builtins/read.def ../../bash/builtins/return.def ../../bash/builtins/set.def ../../bash/builtins/setattr.def ../../bash/builtins/shift.def ../../bash/builtins/source.def ../../bash/builtins/suspend.def ../../bash/builtins/test.def ../../bash/builtins
 /times.def ../../bash/builtins/trap.def ../../bash/builtins/type.def ../../bash/builtins/ulimit.def ../../bash/builtins/umask.def ../../bash/builtins/wait.def ../../bash/builtins/reserved.def ../../bash/builtins/pushd.def ../../bash/builtins/shopt.def ../../bash/builtins/printf.def ../../bash/builtins/complete.def
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-min/builtins'
rm -f y.tab.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c y.tab.c
rm -f general.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/general.c
rm -f make_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/make_cmd.c
rm -f print_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/print_cmd.c
rm -f dispose_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/dispose_cmd.c
rm -f execute_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/execute_cmd.c
rm -f variables.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/variables.c
rm -f copy_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/copy_cmd.c
rm -f error.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/error.c
rm -f expr.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/expr.c
../bash/expr.c:176: warning: conflicting types for built-in function 'exp2'
rm -f flags.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/flags.c
rm -f nojobs.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/nojobs.c
rm -f subst.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/subst.c
rm -f hashcmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/hashcmd.c
rm -f hashlib.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/hashlib.c
rm -f mailcheck.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/mailcheck.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g  -o mksignames ../bash/support/mksignames.c
rm -f lsignames.h
./mksignames lsignames.h
if cmp -s lsignames.h signames.h ; then :; else rm -f signames.h ; cp lsignames.h signames.h ; fi
rm -f trap.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/trap.c
rm -f input.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/input.c
rm -f unwind_prot.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/unwind_prot.c
rm -f pathexp.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/pathexp.c
rm -f sig.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/sig.c
rm -f test.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/test.c
rm -f version.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/version.c
rm -f alias.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/alias.c
rm -f array.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/array.c
rm -f arrayfunc.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/arrayfunc.c
rm -f braces.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/braces.c
rm -f bracecomp.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/bracecomp.c
rm -f bashhist.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/bashhist.c
rm -f bashline.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/bashline.c
rm -f list.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/list.c
rm -f stringlib.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/stringlib.c
rm -f locale.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/locale.c
rm -f findcmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/findcmd.c
rm -f redir.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/redir.c
rm -f pcomplete.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/pcomplete.c
rm -f pcomplib.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/pcomplib.c
rm -f syntax.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c syntax.c
rm -f xmalloc.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/xmalloc.c
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-min/builtins'
rm -f builtins.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 builtins.c
rm -f alias.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/alias.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 alias.c || ( rm -f alias.c ; exit 1 )
rm -f alias.c
rm -f bind.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/bind.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 bind.c || ( rm -f bind.c ; exit 1 )
rm -f bind.c
rm -f break.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/break.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 break.c || ( rm -f break.c ; exit 1 )
rm -f break.c
rm -f builtin.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/builtin.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 builtin.c || ( rm -f builtin.c ; exit 1 )
rm -f builtin.c
rm -f caller.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/caller.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 caller.c || ( rm -f caller.c ; exit 1 )
rm -f caller.c
rm -f cd.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/cd.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 cd.c || ( rm -f cd.c ; exit 1 )
rm -f cd.c
rm -f colon.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/colon.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 colon.c || ( rm -f colon.c ; exit 1 )
rm -f colon.c
rm -f command.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/command.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 command.c || ( rm -f command.c ; exit 1 )
rm -f command.c
rm -f common.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/common.c
rm -f declare.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/declare.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 declare.c || ( rm -f declare.c ; exit 1 )
rm -f declare.c
rm -f echo.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/echo.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 echo.c || ( rm -f echo.c ; exit 1 )
rm -f echo.c
rm -f enable.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/enable.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 enable.c || ( rm -f enable.c ; exit 1 )
rm -f enable.c
rm -f eval.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/eval.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 eval.c || ( rm -f eval.c ; exit 1 )
rm -f eval.c
rm -f evalfile.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/evalfile.c
rm -f evalstring.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/evalstring.c
rm -f exec.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/exec.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 exec.c || ( rm -f exec.c ; exit 1 )
rm -f exec.c
rm -f exit.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/exit.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 exit.c || ( rm -f exit.c ; exit 1 )
rm -f exit.c
rm -f fc.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/fc.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 fc.c || ( rm -f fc.c ; exit 1 )
rm -f fc.c
rm -f fg_bg.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/fg_bg.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 fg_bg.c || ( rm -f fg_bg.c ; exit 1 )
rm -f fg_bg.c
rm -f hash.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/hash.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 hash.c || ( rm -f hash.c ; exit 1 )
rm -f hash.c
rm -f help.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/help.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 help.c || ( rm -f help.c ; exit 1 )
rm -f help.c
rm -f history.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/history.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 history.c || ( rm -f history.c ; exit 1 )
rm -f history.c
rm -f jobs.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/jobs.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 jobs.c || ( rm -f jobs.c ; exit 1 )
rm -f jobs.c
rm -f kill.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/kill.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 kill.c || ( rm -f kill.c ; exit 1 )
rm -f kill.c
rm -f let.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/let.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 let.c || ( rm -f let.c ; exit 1 )
rm -f let.c
rm -f pushd.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/pushd.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 pushd.c || ( rm -f pushd.c ; exit 1 )
rm -f pushd.c
rm -f read.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/read.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 read.c || ( rm -f read.c ; exit 1 )
rm -f read.c
rm -f return.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/return.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 return.c || ( rm -f return.c ; exit 1 )
rm -f return.c
rm -f set.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/set.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 set.c || ( rm -f set.c ; exit 1 )
rm -f set.c
rm -f setattr.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/setattr.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 setattr.c || ( rm -f setattr.c ; exit 1 )
rm -f setattr.c
rm -f shift.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/shift.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 shift.c || ( rm -f shift.c ; exit 1 )
rm -f shift.c
rm -f source.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/source.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 source.c || ( rm -f source.c ; exit 1 )
rm -f source.c
rm -f suspend.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/suspend.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 suspend.c || ( rm -f suspend.c ; exit 1 )
rm -f suspend.c
rm -f test.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/test.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 test.c || ( rm -f test.c ; exit 1 )
rm -f test.c
rm -f times.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/times.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 times.c || ( rm -f times.c ; exit 1 )
rm -f times.c
rm -f trap.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/trap.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 trap.c || ( rm -f trap.c ; exit 1 )
rm -f trap.c
rm -f type.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/type.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 type.c || ( rm -f type.c ; exit 1 )
rm -f type.c
gcc  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g  -o psize.aux ../../bash/builtins/psize.c
/bin/sh ../../bash/builtins/psize.sh > pipesize.h
rm -f ulimit.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/ulimit.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ulimit.c || ( rm -f ulimit.c ; exit 1 )
rm -f ulimit.c
rm -f umask.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/umask.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 umask.c || ( rm -f umask.c ; exit 1 )
rm -f umask.c
rm -f wait.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/wait.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 wait.c || ( rm -f wait.c ; exit 1 )
rm -f wait.c
rm -f getopts.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/getopts.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 getopts.c || ( rm -f getopts.c ; exit 1 )
rm -f getopts.c
rm -f shopt.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/shopt.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 shopt.c || ( rm -f shopt.c ; exit 1 )
rm -f shopt.c
rm -f printf.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/printf.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 printf.c || ( rm -f printf.c ; exit 1 )
rm -f printf.c
rm -f getopt.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/getopt.c
rm -f bashgetopt.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/bashgetopt.c
rm -f complete.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/complete.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 complete.c || ( rm -f complete.c ; exit 1 )
rm -f complete.c
rm -f libbuiltins.a
ar cr libbuiltins.a builtins.o alias.o bind.o break.o builtin.o caller.o cd.o colon.o command.o common.o declare.o echo.o enable.o eval.o evalfile.o evalstring.o exec.o exit.o fc.o fg_bg.o hash.o help.o history.o jobs.o kill.o let.o pushd.o read.o return.o set.o setattr.o shift.o source.o suspend.o test.o times.o trap.o type.o ulimit.o umask.o wait.o getopts.o shopt.o printf.o getopt.o bashgetopt.o complete.o
ranlib libbuiltins.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-min/builtins'
making lib/sh/libsh.a in ./lib/sh
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-min/lib/sh'
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/clktck.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/clock.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/getenv.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/oslib.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/setlinebuf.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/strnlen.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/itos.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/zread.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/zwrite.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/shtty.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/shmatch.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/netconn.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/netopen.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/timeval.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/makepath.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/pathcanon.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/pathphys.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/tmpfile.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/stringlist.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/stringvec.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/spell.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/shquote.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/strtrans.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/strindex.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/snprintf.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/mailstat.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/fmtulong.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/fmtullong.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/fmtumax.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/xstrchr.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/zcatfd.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/winsize.c
rm -f libsh.a
ar cr libsh.a clktck.o clock.o getenv.o oslib.o setlinebuf.o strnlen.o itos.o zread.o zwrite.o shtty.o shmatch.o netconn.o netopen.o timeval.o makepath.o pathcanon.o pathphys.o tmpfile.o stringlist.o stringvec.o spell.o shquote.o strtrans.o strindex.o snprintf.o mailstat.o fmtulong.o fmtullong.o fmtumax.o xstrchr.o zcatfd.o winsize.o 
test -n "ranlib" && ranlib libsh.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-min/lib/sh'
making lib/glob/libglob.a in ./lib/glob
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-min/lib/glob'
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/glob/glob.c
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/glob/strmatch.c
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/glob/smatch.c
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/glob/xmbsrtowcs.c
rm -f libglob.a
ar cr libglob.a glob.o strmatch.o smatch.o xmbsrtowcs.o
test -n "ranlib" && ranlib libglob.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-min/lib/glob'
making lib/tilde/libtilde.a in ./lib/tilde
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-min/lib/tilde'
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/tilde/tilde.c
rm -f libtilde.a
ar cr libtilde.a tilde.o
test -n "ranlib" && ranlib libtilde.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-min/lib/tilde'
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-min/lib/malloc'
gcc  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error   -c ../../../bash/lib/malloc/malloc.c
gcc  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error   -c ../../../bash/lib/malloc/trace.c
gcc  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error   -c ../../../bash/lib/malloc/stats.c
gcc  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error   -c ../../../bash/lib/malloc/table.c
gcc  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error   -c ../../../bash/lib/malloc/watch.c
rm -f libmalloc.a
ar cr libmalloc.a malloc.o  trace.o stats.o table.o watch.o
test -n "ranlib" && ranlib libmalloc.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-min/lib/malloc'
rm -f bash
gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/malloc -L./lib/sh  -rdynamic  -g -O2 -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 nojobs.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 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 -lsh    -lglob -ltilde -lmalloc   -ldl 
ls -l bash
-rwxr-xr-x 1 buildd buildd 1174905 Feb  1 06:54 bash
: bash
make[2]: Leaving directory `/build/buildd/bash-3.1dfsg/build-min'
touch stamps/stamp-build-min
make[1]: Leaving directory `/build/buildd/bash-3.1dfsg'
/usr/bin/make -f debian/rules do-build-static \
	    bash_src=bash \
	    bash_patches="bash31-001 bash31-002 bash31-003 bash31-004 bash31-005 bash31-006 bash31-007 bash31-008 bash31-009 bash31-010 bash31-011 bash31-012 bash31-013 bash31-014 bash31-015 bash31-016 bash31-017 readline51-001 rl-inputrc bashbug-editor deb-bash-config deb-examples man-arithmetic man-fignore man-bashrc man-bashlogout man-substring-exp man-nocaseglob man-test man-test2 man-net-redirections privmode rbash-manpage command-not-found bash-default-editor ulimit po-sv bash-subst-param-length pgrp-pipe input-err read-memleak login-shell man-typos " \
	    build=static \
	    configure_args="--with-curses --disable-net-redirections --enable-largefile --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-static-link --without-bash-malloc --host=m32r-linux-gnu"
make[1]: Entering directory `/build/buildd/bash-3.1dfsg'
dh_testdir
rm -rf build-static
mkdir build-static
cd build-static && \
	    CC="gcc" CFLAGS="-g -O2" YACC="bison -y" \
		../bash/configure --with-curses --disable-net-redirections --enable-largefile --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-static-link --without-bash-malloc --host=m32r-linux-gnu
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
checking for emacs... emacs
checking where .elc files should go... Loading 00debian-vars...
Loading 50autoconf (source)...
Loading 50cmake (source)...
Loading 50dictionaries-common (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Loading 50gtk-doc-tools (source)...
${datadir}/emacs/site-lisp

Beginning configuration for bash-3.1-release for m32r-unknown-linux-gnu

checking for m32r-linux-gnu-gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for strerror in -lcposix... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking whether gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for ar... ar
checking for m32r-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for bison... bison -y
checking whether make sets ${MAKE}... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking for preprocessor stringizing operator... yes
checking for working long double with more range or precision than double... no
checking for function prototypes... yes
checking whether char is unsigned... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... no
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 2.3, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking for limits.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for locale.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for stddef.h... (cached) yes
checking for stdint.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for strings.h... (cached) yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/param.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for sys/ptem.h... no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking whether getpgrp requires zero arguments... yes
checking whether setvbuf arguments are reversed... no
checking for vprintf... yes
checking for _doprnt... no
checking for working strcoll... yes
checking return type of signal handlers... void
checking for __setostype... no
checking for wait3... yes
checking for isinf... yes
checking for mkfifo... yes
checking for dup2... yes
checking for fcntl... yes
checking for getdtablesize... yes
checking for getgroups... yes
checking for gethostname... yes
checking for getpagesize... (cached) yes
checking for getpeername... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for kill... yes
checking for killpg... yes
checking for lstat... yes
checking for readlink... yes
checking for sbrk... yes
checking for select... yes
checking for setdtablesize... no
checking for tcgetpgrp... yes
checking for uname... yes
checking for ulimit... yes
checking for waitpid... yes
checking for rename... yes
checking for bcopy... yes
checking for bzero... yes
checking for confstr... yes
checking for fnmatch... yes
checking for getaddrinfo... yes
checking for gethostbyname... yes
checking for getservbyname... yes
checking for getservent... yes
checking for inet_aton... yes
checking for memmove... yes
checking for pathconf... yes
checking for putenv... (cached) yes
checking for raise... yes
checking for regcomp... yes
checking for regexec... yes
checking for setenv... (cached) yes
checking for setlinebuf... yes
checking for setlocale... (cached) yes
checking for setvbuf... yes
checking for siginterrupt... yes
checking for strchr... yes
checking for sysconf... yes
checking for tcgetattr... yes
checking for times... yes
checking for ttyname... yes
checking for tzset... yes
checking for unsetenv... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for isascii... yes
checking for isblank... yes
checking for isgraph... yes
checking for isprint... yes
checking for isspace... yes
checking for isxdigit... yes
checking for getpwent... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for getcwd... (cached) yes
checking for memset... yes
checking for strcasecmp... (cached) yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strpbrk... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... (cached) yes
checking for strtoll... yes
checking for strtoull... yes
checking for strtoimax... yes
checking for strtoumax... yes
checking whether confstr is declared... yes
checking whether printf is declared... yes
checking whether sbrk is declared... yes
checking whether strcpy is declared... yes
checking whether strsignal is declared... yes
checking whether strtold is declared... yes
checking for broken strtold... no
checking for declaration of strtoimax... yes
checking for declaration of strtol... yes
checking for declaration of strtoll... yes
checking for declaration of strtoul... yes
checking for declaration of strtoull... yes
checking for declaration of strtoumax... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking for argz.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for malloc.h... (cached) yes
checking stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_next... (cached) yes
checking for __argz_stringify... (cached) yes
checking for dcgettext... yes
checking for mempcpy... (cached) yes
checking for munmap... (cached) yes
checking for stpcpy... (cached) yes
checking for strcspn... yes
checking for strdup... (cached) yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbsrtowcs... yes
checking for mbrtowc... yes
checking for mbrlen... yes
checking for wctomb... yes
checking for wcwidth... yes
checking for wcsdup... yes
checking for mbstate_t... yes
checking for nl_langinfo and CODESET... yes
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for off_t... (cached) yes
checking for mode_t... yes
checking for uid_t in sys/types.h... (cached) yes
checking for pid_t... yes
checking for size_t... (cached) yes
checking for ssize_t... yes
checking for time_t... yes
checking for long long... long long
checking for unsigned long long... unsigned long long
checking return type of signal handlers... (cached) void
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for double... yes
checking size of double... 8
checking for long long... yes
checking size of long long... 8
checking for u_int... yes
checking for u_long... yes
checking for bits16_t... no
checking for u_bits16_t... no
checking for bits32_t... no
checking for u_bits32_t... no
checking for bits64_t... no
checking for ptrdiff_t... yes
checking whether stat file-mode macros are broken... no
checking whether #! works in shell scripts... yes
checking whether the ctype macros accept non-ascii characters... yes
checking if dup2 fails to clear the close-on-exec flag... no
checking whether pgrps need synchronization... no
checking for type of signal functions... posix
checking for sys_errlist and sys_nerr... yes
checking for sys_siglist in system C library... yes
checking for _sys_siglist in signal.h or unistd.h... yes
checking for _sys_siglist in system C library... yes
checking whether signal handlers are of type void... yes
checking for clock_t... yes
checking for sigset_t... yes
checking for quad_t... yes
checking for intmax_t... yes
checking for uintmax_t... yes
checking for socklen_t... yes
checking for size and type of struct rlimit fields... rlim_t
checking for struct termios.c_line... yes
checking for struct termio.c_line... yes
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for struct dirent.d_namlen... no
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
checking for struct timeval in sys/time.h and time.h... yes
checking for struct stat.st_blocks... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct timezone in sys/time.h and time.h... yes
checking for the existence of strsignal... yes
checking if opendir() opens non-directories... no
checking whether ulimit can substitute for getdtablesize... yes
checking to see if getenv can be redefined... yes
checking if getcwd() will dynamically allocate memory... yes
checking for presence of POSIX-style sigsetjmp/siglongjmp... present
checking whether or not strcoll and strcmp differ... no
checking for standard-conformant putenv declaration... yes
checking for standard-conformant unsetenv declaration... yes
checking for printf floating point output in hex notation... yes
checking if signal handlers must be reinstalled when invoked... no
checking for presence of necessary job control definitions... present
checking for presence of named pipes... present
checking POSIX termios... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking whether WCONTINUED flag to waitpid is unavailable or available but broken... no
checking for speed_t in sys/types.h... no
checking whether getpw functions are declared in pwd.h... yes
checking for unusable real-time signals due to large values... no
checking for tgetent... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking whether /dev/fd is available... standard
checking whether /dev/stdin stdout stderr are available... present
checking for default mail directory... /var/mail
configure: creating ./config.status
config.status: creating Makefile
config.status: creating builtins/Makefile
config.status: creating lib/readline/Makefile
config.status: creating lib/glob/Makefile
config.status: creating lib/intl/Makefile
config.status: creating lib/malloc/Makefile
config.status: creating lib/sh/Makefile
config.status: creating lib/termcap/Makefile
config.status: creating lib/tilde/Makefile
config.status: creating doc/Makefile
config.status: creating support/Makefile
config.status: creating po/Makefile.in
config.status: creating examples/loadables/Makefile
config.status: creating examples/loadables/perl/Makefile
config.status: creating pathnames.h
config.status: creating config.h
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing default commands
if ! grep -q '#define HAVE_DEV_STDIN 1' build-static/config.h; then \
	  echo "HAVE_DEV_STDIN not defined, abortig build"; \
	  exit 1; \
	fi
touch stamps/stamp-configure-static
dh_testdir
/usr/bin/make -C build-static \
		CC='gcc' \
		CFLAGS='-g -O2' \
		YACC="bison -y" \
		deb_builddir=build-static/ \
		
make[2]: Entering directory `/build/buildd/bash-3.1dfsg/build-static'
bison -y -d ../bash/parse.y
conflicts: 1 shift/reduce
touch parser-built
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g  -o mksyntax ../bash/mksyntax.c
rm -f syntax.c
./mksyntax -o syntax.c
/bin/sh ../bash/support/mkversion.sh -b -S ../bash -s release -d 3.1 -o newversion.h \
		&& mv newversion.h version.h
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g  -DBUILDTOOL -c -o buildversion.o ../bash/version.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g  -o bashversion ../bash/support/bashversion.c buildversion.o

	  ***********************************************************
	  *                                                         *
	  * GNU bash, version 3.1.17(1)-release (m32r-unknown-linux-gnu)
	  *                                                         *
	  ***********************************************************

rm -f shell.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/shell.c
rm -f eval.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/eval.c
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-static/builtins'
rm -f mkbuiltins.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g  ../../bash/builtins/mkbuiltins.c
gcc -static -rdynamic -g -O2 -o mkbuiltins mkbuiltins.o 
./mkbuiltins -externfile builtext.h -structfile builtins.c \
	    -noproduction -D ../../bash/builtins   ../../bash/builtins/alias.def ../../bash/builtins/bind.def ../../bash/builtins/break.def ../../bash/builtins/builtin.def ../../bash/builtins/caller.def ../../bash/builtins/cd.def ../../bash/builtins/colon.def ../../bash/builtins/command.def ../../bash/builtins/declare.def ../../bash/builtins/echo.def ../../bash/builtins/enable.def ../../bash/builtins/eval.def ../../bash/builtins/getopts.def ../../bash/builtins/exec.def ../../bash/builtins/exit.def ../../bash/builtins/fc.def ../../bash/builtins/fg_bg.def ../../bash/builtins/hash.def ../../bash/builtins/help.def ../../bash/builtins/history.def ../../bash/builtins/jobs.def ../../bash/builtins/kill.def ../../bash/builtins/let.def ../../bash/builtins/read.def ../../bash/builtins/return.def ../../bash/builtins/set.def ../../bash/builtins/setattr.def ../../bash/builtins/shift.def ../../bash/builtins/source.def ../../bash/builtins/suspend.def ../../bash/builtins/test.def ../../bash/builtins
 /times.def ../../bash/builtins/trap.def ../../bash/builtins/type.def ../../bash/builtins/ulimit.def ../../bash/builtins/umask.def ../../bash/builtins/wait.def ../../bash/builtins/reserved.def ../../bash/builtins/pushd.def ../../bash/builtins/shopt.def ../../bash/builtins/printf.def ../../bash/builtins/complete.def
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-static/builtins'
rm -f y.tab.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c y.tab.c
rm -f general.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/general.c
rm -f make_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/make_cmd.c
rm -f print_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/print_cmd.c
rm -f dispose_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/dispose_cmd.c
rm -f execute_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/execute_cmd.c
rm -f variables.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/variables.c
rm -f copy_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/copy_cmd.c
rm -f error.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/error.c
rm -f expr.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/expr.c
../bash/expr.c:176: warning: conflicting types for built-in function 'exp2'
rm -f flags.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/flags.c
rm -f jobs.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/jobs.c
rm -f subst.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/subst.c
rm -f hashcmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/hashcmd.c
rm -f hashlib.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/hashlib.c
rm -f mailcheck.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/mailcheck.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g  -o mksignames ../bash/support/mksignames.c
rm -f lsignames.h
./mksignames lsignames.h
if cmp -s lsignames.h signames.h ; then :; else rm -f signames.h ; cp lsignames.h signames.h ; fi
rm -f trap.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/trap.c
rm -f input.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/input.c
rm -f unwind_prot.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/unwind_prot.c
rm -f pathexp.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/pathexp.c
rm -f sig.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/sig.c
rm -f test.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/test.c
rm -f version.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/version.c
rm -f alias.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/alias.c
rm -f array.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/array.c
rm -f arrayfunc.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/arrayfunc.c
rm -f braces.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/braces.c
rm -f bracecomp.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/bracecomp.c
rm -f bashhist.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/bashhist.c
rm -f bashline.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/bashline.c
rm -f list.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/list.c
rm -f stringlib.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/stringlib.c
rm -f locale.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/locale.c
rm -f findcmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/findcmd.c
rm -f redir.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/redir.c
rm -f pcomplete.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/pcomplete.c
rm -f pcomplib.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/pcomplib.c
rm -f syntax.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c syntax.c
rm -f xmalloc.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"m32r"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"m32r-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2 -c ../bash/xmalloc.c
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-static/builtins'
rm -f builtins.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 builtins.c
rm -f alias.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/alias.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 alias.c || ( rm -f alias.c ; exit 1 )
rm -f alias.c
rm -f bind.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/bind.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 bind.c || ( rm -f bind.c ; exit 1 )
rm -f bind.c
rm -f break.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/break.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 break.c || ( rm -f break.c ; exit 1 )
rm -f break.c
rm -f builtin.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/builtin.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 builtin.c || ( rm -f builtin.c ; exit 1 )
rm -f builtin.c
rm -f caller.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/caller.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 caller.c || ( rm -f caller.c ; exit 1 )
rm -f caller.c
rm -f cd.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/cd.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 cd.c || ( rm -f cd.c ; exit 1 )
rm -f cd.c
rm -f colon.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/colon.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 colon.c || ( rm -f colon.c ; exit 1 )
rm -f colon.c
rm -f command.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/command.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 command.c || ( rm -f command.c ; exit 1 )
rm -f command.c
rm -f common.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/common.c
rm -f declare.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/declare.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 declare.c || ( rm -f declare.c ; exit 1 )
rm -f declare.c
rm -f echo.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/echo.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 echo.c || ( rm -f echo.c ; exit 1 )
rm -f echo.c
rm -f enable.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/enable.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 enable.c || ( rm -f enable.c ; exit 1 )
rm -f enable.c
rm -f eval.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/eval.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 eval.c || ( rm -f eval.c ; exit 1 )
rm -f eval.c
rm -f evalfile.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/evalfile.c
rm -f evalstring.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/evalstring.c
rm -f exec.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/exec.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 exec.c || ( rm -f exec.c ; exit 1 )
rm -f exec.c
rm -f exit.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/exit.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 exit.c || ( rm -f exit.c ; exit 1 )
rm -f exit.c
rm -f fc.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/fc.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 fc.c || ( rm -f fc.c ; exit 1 )
rm -f fc.c
rm -f fg_bg.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/fg_bg.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 fg_bg.c || ( rm -f fg_bg.c ; exit 1 )
rm -f fg_bg.c
rm -f hash.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/hash.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 hash.c || ( rm -f hash.c ; exit 1 )
rm -f hash.c
rm -f help.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/help.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 help.c || ( rm -f help.c ; exit 1 )
rm -f help.c
rm -f history.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/history.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 history.c || ( rm -f history.c ; exit 1 )
rm -f history.c
rm -f jobs.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/jobs.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 jobs.c || ( rm -f jobs.c ; exit 1 )
rm -f jobs.c
rm -f kill.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/kill.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 kill.c || ( rm -f kill.c ; exit 1 )
rm -f kill.c
rm -f let.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/let.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 let.c || ( rm -f let.c ; exit 1 )
rm -f let.c
rm -f pushd.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/pushd.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 pushd.c || ( rm -f pushd.c ; exit 1 )
rm -f pushd.c
rm -f read.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/read.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 read.c || ( rm -f read.c ; exit 1 )
rm -f read.c
rm -f return.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/return.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 return.c || ( rm -f return.c ; exit 1 )
rm -f return.c
rm -f set.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/set.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 set.c || ( rm -f set.c ; exit 1 )
rm -f set.c
rm -f setattr.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/setattr.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 setattr.c || ( rm -f setattr.c ; exit 1 )
rm -f setattr.c
rm -f shift.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/shift.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 shift.c || ( rm -f shift.c ; exit 1 )
rm -f shift.c
rm -f source.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/source.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 source.c || ( rm -f source.c ; exit 1 )
rm -f source.c
rm -f suspend.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/suspend.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 suspend.c || ( rm -f suspend.c ; exit 1 )
rm -f suspend.c
rm -f test.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/test.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 test.c || ( rm -f test.c ; exit 1 )
rm -f test.c
rm -f times.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/times.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 times.c || ( rm -f times.c ; exit 1 )
rm -f times.c
rm -f trap.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/trap.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 trap.c || ( rm -f trap.c ; exit 1 )
rm -f trap.c
rm -f type.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/type.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 type.c || ( rm -f type.c ; exit 1 )
rm -f type.c
gcc  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g  -o psize.aux ../../bash/builtins/psize.c
/bin/sh ../../bash/builtins/psize.sh > pipesize.h
rm -f ulimit.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/ulimit.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ulimit.c || ( rm -f ulimit.c ; exit 1 )
rm -f ulimit.c
rm -f umask.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/umask.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 umask.c || ( rm -f umask.c ; exit 1 )
rm -f umask.c
rm -f wait.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/wait.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 wait.c || ( rm -f wait.c ; exit 1 )
rm -f wait.c
rm -f getopts.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/getopts.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 getopts.c || ( rm -f getopts.c ; exit 1 )
rm -f getopts.c
rm -f shopt.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/shopt.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 shopt.c || ( rm -f shopt.c ; exit 1 )
rm -f shopt.c
rm -f printf.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/printf.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 printf.c || ( rm -f printf.c ; exit 1 )
rm -f printf.c
rm -f getopt.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/getopt.c
rm -f bashgetopt.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 ../../bash/builtins/bashgetopt.c
rm -f complete.o
./mkbuiltins -D ../../bash/builtins ../../bash/builtins/complete.def
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I../../bash -I../../bash/include -I../../bash/lib -I../../bash/builtins    -g -O2 complete.c || ( rm -f complete.c ; exit 1 )
rm -f complete.c
rm -f libbuiltins.a
ar cr libbuiltins.a builtins.o alias.o bind.o break.o builtin.o caller.o cd.o colon.o command.o common.o declare.o echo.o enable.o eval.o evalfile.o evalstring.o exec.o exit.o fc.o fg_bg.o hash.o help.o history.o jobs.o kill.o let.o pushd.o read.o return.o set.o setattr.o shift.o source.o suspend.o test.o times.o trap.o type.o ulimit.o umask.o wait.o getopts.o shopt.o printf.o getopt.o bashgetopt.o complete.o
ranlib libbuiltins.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-static/builtins'
making lib/sh/libsh.a in ./lib/sh
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-static/lib/sh'
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/clktck.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/clock.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/getenv.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/oslib.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/setlinebuf.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/strnlen.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/itos.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/zread.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/zwrite.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/shtty.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/shmatch.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/netconn.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/netopen.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/timeval.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/makepath.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/pathcanon.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/pathphys.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/tmpfile.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/stringlist.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/stringvec.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/spell.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/shquote.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/strtrans.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/strindex.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/snprintf.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/mailstat.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/fmtulong.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/fmtullong.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/fmtumax.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/xstrchr.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/zcatfd.c
gcc -c  -I. -I../.. -I../../../bash -I../../../bash/lib -I../../../bash/include -I../../../bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -g -O2   ../../../bash/lib/sh/winsize.c
rm -f libsh.a
ar cr libsh.a clktck.o clock.o getenv.o oslib.o setlinebuf.o strnlen.o itos.o zread.o zwrite.o shtty.o shmatch.o netconn.o netopen.o timeval.o makepath.o pathcanon.o pathphys.o tmpfile.o stringlist.o stringvec.o spell.o shquote.o strtrans.o strindex.o snprintf.o mailstat.o fmtulong.o fmtullong.o fmtumax.o xstrchr.o zcatfd.o winsize.o 
test -n "ranlib" && ranlib libsh.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-static/lib/sh'
making lib/readline/libreadline.a in ./lib/readline
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-static/lib/readline'
rm -f readline.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/readline.c
rm -f vi_mode.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/vi_mode.c
rm -f funmap.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/funmap.c
rm -f keymaps.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/keymaps.c
rm -f parens.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/parens.c
rm -f search.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/search.c
rm -f rltty.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/rltty.c
rm -f complete.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/complete.c
rm -f bind.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/bind.c
../../../bash/lib/readline/bind.c: In function 'rl_function_of_keyseq':
../../../bash/lib/readline/bind.c:682: warning: comparison is always true due to limited range of data type
../../../bash/lib/readline/bind.c: In function 'rl_read_init_file':
../../../bash/lib/readline/bind.c:828: warning: assignment discards qualifiers from pointer target type
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/isearch.c
rm -f display.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/display.c
../../../bash/lib/readline/display.c: In function 'rl_character_len':
../../../bash/lib/readline/display.c:1831: warning: comparison is always true due to limited range of data type
rm -f signals.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/signals.c
rm -f util.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/util.c
rm -f kill.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/kill.c
rm -f undo.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/undo.c
rm -f macro.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/macro.c
rm -f input.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/input.c
rm -f callback.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/callback.c
rm -f terminal.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/terminal.c
rm -f text.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/text.c
rm -f nls.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/nls.c
rm -f misc.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/misc.c
rm -f history.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/history.c
rm -f histexpand.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/histexpand.c
rm -f histfile.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/histfile.c
rm -f histsearch.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/histsearch.c
rm -f shell.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/shell.c
rm -f savestring.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/savestring.c
rm -f mbutil.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/mbutil.c
rm -f tilde.o
gcc -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 -DREADLINE_LIBRARY -c ../../../bash/lib/readline/tilde.c
rm -f xmalloc.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/xmalloc.c
rm -f compat.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/build/buildd/bash-3.1dfsg/build-static -I../../../bash -I../../../bash/lib  -g -O2 ../../../bash/lib/readline/compat.c
rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o savestring.o mbutil.o tilde.o xmalloc.o compat.o
test -n "ranlib" && ranlib libreadline.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-static/lib/readline'
making lib/readline/libhistory.a in ./lib/readline
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-static/lib/readline'
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o savestring.o mbutil.o xmalloc.o
test -n "ranlib" && ranlib libhistory.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-static/lib/readline'
making lib/glob/libglob.a in ./lib/glob
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-static/lib/glob'
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/glob/glob.c
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/glob/strmatch.c
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/glob/smatch.c
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/glob/xmbsrtowcs.c
rm -f libglob.a
ar cr libglob.a glob.o strmatch.o smatch.o xmbsrtowcs.o
test -n "ranlib" && ranlib libglob.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-static/lib/glob'
making lib/tilde/libtilde.a in ./lib/tilde
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-static/lib/tilde'
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I../../../bash -I../../../bash/include -I../../../bash/lib  -g -O2 ../../../bash/lib/tilde/tilde.c
rm -f libtilde.a
ar cr libtilde.a tilde.o
test -n "ranlib" && ranlib libtilde.a
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-static/lib/tilde'
rm -f bash
gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde  -L./lib/sh -static -static -rdynamic  -g -O2 -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 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 -lsh -lreadline -lhistory -lcurses -lglob -ltilde    
bashline.o: In function `bash_groupname_completion_function':
../bash/bashline.c:1781: warning: Using 'getgrent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
../bash/bashline.c:1778: warning: Using 'setgrent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
../bash/bashline.c:1789: warning: Using 'endgrent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./lib/readline/libreadline.a(complete.o): In function `rl_username_completion_function':
../../../bash/lib/readline/complete.c:1867: warning: Using 'getpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./lib/readline/libreadline.a(tilde.o): In function `tilde_expand_word':
../../../bash/lib/readline/tilde.c:390: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
shell.o: In function `get_current_user_info':
../bash/shell.c:1588: warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./lib/readline/libreadline.a(complete.o): In function `rl_username_completion_function':
../../../bash/lib/readline/complete.c:1863: warning: Using 'setpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
shell.o: In function `get_current_user_info':
../bash/shell.c:1604: warning: Using 'endpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
bashline.o: In function `bash_servicename_completion_function':
../bash/bashline.c:1726: warning: Using 'getservent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
../bash/bashline.c:1723: warning: Using 'setservent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
../bash/bashline.c:1747: warning: Using 'endservent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
ls -l bash
-rwxr-xr-x 1 buildd buildd 2697588 Feb  1 08:45 bash
: bash
make[2]: Leaving directory `/build/buildd/bash-3.1dfsg/build-static'
touch stamps/stamp-build-static
make[1]: Leaving directory `/build/buildd/bash-3.1dfsg'
gcc -O2 -s -o debian/bash.preinst debian/bash.preinst.c
BEGIN test
sh debian/locale-gen
Generating locales...
  en_US.UTF-8... done
Generation complete.
LOCPATH=/build/buildd/bash-3.1dfsg/locales \
		/usr/bin/make -C build-bash test 2>&1 | tee build-bash/test-protocol
make[1]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash'

	  ***********************************************************
	  *                                                         *
	  * GNU bash, version 3.1.17(1)-release (m32r-unknown-linux-gnu)
	  *                                                         *
	  ***********************************************************

Testing /build/buildd/bash-3.1dfsg/build-bash/bash
version: 3.1.17(1)-release
versinfo: 3 1 17 1 release m32r-unknown-linux-gnu
HOSTTYPE = m32r
OSTYPE = linux-gnu
MACHTYPE = m32r-unknown-linux-gnu
Any output from any test, unless otherwise noted, indicates a possible anomaly
run-alias
run-appendop
run-arith
run-arith-for
run-array
warning: all of these tests will fail if arrays have not
warning: been compiled into the shell
run-array2
warning: all of these tests will fail if arrays have not
warning: been compiled into the shell
run-braces
run-builtins
run-cond
warning: all of these tests will fail if the conditional command has not
warning: been compiled into the shell
warning: some of these tests will fail if extended pattern matching has not
warning: been compiled into the shell
run-cprint
run-dbg-support
run-dbg-support2
run-dirstack
run-dollars
run-errors
run-execscript
warning: the text of a system error message may vary between systems and
warning: produce diff output.
warning: if the text of the error messages concerning `notthere' or
warning: `/tmp/bash-notthere' not being found or `/' being a directory
warning: produce diff output, please do not consider this a test failure
warning: if diff output differing only in the location of the bash
warning: binary appears, please do not consider this a test failure
run-exp-tests
run-extglob
run-extglob2
run-extglob3
run-func
warning: if you have exported functions defined in your environment,
warning: they may show up as diff output.
warning: if so, please do not consider this a test failure
run-getopts
run-glob-test
run-heredoc
run-herestr
run-histexpand
warning: all of these tests will fail if history has not been compiled
warning: into the shell
run-history
warning: all of these tests will fail if history has not been compiled
warning: into the shell
run-ifs
run-ifs-posix
run-input-test
run-intl
warning: some of these tests will fail if you do not have UTF-8
warning: locales installed on your system.
warning: please ignore any differences consisting only of white space
9c9
< 0000000 141 303 251 142
---
> 0000000   141 303 251 142                                                
run-invert
run-iquote
run-jobs
warning: some of these tests may fail if job control has not been compiled
warning: into the shell
warning: there may be a message regarding a cat process dying due to a
warning: SIGHUP.  Please disregard.
run-more-exp
run-new-exp
warning: two of these tests will fail if your OS does not support
warning: named pipes or the /dev/fd filesystem.  If the tests of the
warning: process substitution mechanism fail, please do not consider
warning: this a test failure
warning: if you have exported variables beginning with the string _Q,
warning: diff output may be generated.  If so, please do not consider
warning: this a test failure
run-nquote
run-nquote1
warning: several of these tests will fail if arrays have not
warning: been compiled into the shell.
run-nquote2
warning: several of these tests will fail if arrays have not
warning: been compiled into the shell.
run-nquote3
warning: several of these tests will fail if arrays have not
warning: been compiled into the shell.
run-nquote4
warning: some of these tests will fail if you do not have UTF-8
warning: locales installed on your system
run-posix2
run-posixpat
run-precedence
run-printf
run-quote
run-read
warning: please do not consider output differing only in the amount of
warning: white space to be an error.
36d35
< ./read2.sub: line 3: /dev/tty: No such device or address
41c40
< ./read2.sub: line 13: /dev/tty: No such device or address
---
> ./read2.sub: line 13: read: -3: invalid timeout specification
63c62
<       0       0       0
---
>        0       0       0
run-redir
warning: the text of a system error message may vary between systems and
warning: produce diff output.
warning: if the text of an error message concerning `redir1.*' not being
warning: found or messages concerning bad file descriptors produce diff
warning: output, please do not consider it a test failure
run-rhs-exp
run-rsh
run-set-e
run-set-x
run-shopt
run-strip
run-test
58c58
< ./test.tests: line 102: /dev/tty: No such device or address
---
> 0
run-tilde
run-tilde2
run-trap
warning: UNIX versions number signals differently.  If output differing
warning: only in line numbers is produced, please do not consider this
warning: a test failure.
2a3
> trap -- 'echo aborting' SIGHUP
10a12
> trap -- 'echo aborting' SIGHUP
20a23
> trap -- 'echo aborting' SIGHUP
34a38
> trap -- 'echo aborting' SIGHUP
40a45
> trap -- 'echo aborting' SIGHUP
67d71
< trap -- '' SIGUSR2
68a73
> trap -- '' SIGUSR2
run-type
run-varenv
make[1]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash'
END test
touch stamps/stamp-check
 /usr/bin/fakeroot debian/rules binary-arch
/usr/bin/make -f debian/rules do-build-bash \
	    bash_src=bash \
	    bash_patches="bash31-001 bash31-002 bash31-003 bash31-004 bash31-005 bash31-006 bash31-007 bash31-008 bash31-009 bash31-010 bash31-011 bash31-012 bash31-013 bash31-014 bash31-015 bash31-016 bash31-017 readline51-001 rl-inputrc bashbug-editor deb-bash-config deb-examples man-arithmetic man-fignore man-bashrc man-bashlogout man-substring-exp man-nocaseglob man-test man-test2 man-net-redirections privmode rbash-manpage command-not-found bash-default-editor ulimit po-sv bash-subst-param-length pgrp-pipe input-err read-memleak login-shell man-typos " \
	    build=bash \
	    configure_args="--with-curses --disable-net-redirections --enable-largefile --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --host=m32r-linux-gnu"
make[1]: Entering directory `/build/buildd/bash-3.1dfsg'
make[1]: Nothing to be done for `do-build-bash'.
make[1]: Leaving directory `/build/buildd/bash-3.1dfsg'
dh_testdir
dh_testroot
dh_clean -k -pbash -pbash-doc -pbash-builtins
dh_installdirs -pbash \
		bin \
		etc/skel \
		etc/bash_completion.d \
		usr/share/doc/bash
dh_installdirs -pbash-doc \
		usr/share/doc/bash
dh_installdirs -pbash-builtins \
		usr/share/doc/bash/examples/loadables \
		usr/{include/bash/{builtins,lib/{glob,tilde}}}
: # install it
/usr/bin/make -C build-bash install \
		CC='gcc' \
		CFLAGS='-g -O2' \
		YACC="bison -y" \
		DESTDIR=/build/buildd/bash-3.1dfsg/debian/bash
make[1]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash'

	  ***********************************************************
	  *                                                         *
	  * GNU bash, version 3.1.17(1)-release (m32r-unknown-linux-gnu)
	  *                                                         *
	  ***********************************************************

mkdir -p -- /build/buildd/bash-3.1dfsg/debian/bash/usr/bin
mkdir -p -- /build/buildd/bash-3.1dfsg/debian/bash/usr/share/man/man1
mkdir -p -- /build/buildd/bash-3.1dfsg/debian/bash/usr/share/info
( cd ./po/ ; /usr/bin/make -w DESTDIR=/build/buildd/bash-3.1dfsg/debian/bash installdirs )
make[2]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash/po'
/bin/sh /build/buildd/bash-3.1dfsg/build-bash/../bash/./support/mkinstalldirs /build/buildd/bash-3.1dfsg/debian/bash/usr/share
mkdir -p -- /build/buildd/bash-3.1dfsg/debian/bash/usr/share/locale/en at quot/LC_MESSAGES
mkdir -p -- /build/buildd/bash-3.1dfsg/debian/bash/usr/share/locale/en at boldquot/LC_MESSAGES
mkdir -p -- /build/buildd/bash-3.1dfsg/debian/bash/usr/share/locale/sv/LC_MESSAGES
if test "bash" = "gettext-tools"; then \
	  /bin/sh /build/buildd/bash-3.1dfsg/build-bash/../bash/./support/mkinstalldirs /build/buildd/bash-3.1dfsg/debian/bash/usr/share/gettext/po; \
	else \
	  : ; \
	fi
make[2]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash/po'
/usr/bin/ginstall -c -m 0755 bash /build/buildd/bash-3.1dfsg/debian/bash/usr/bin/bash
/usr/bin/ginstall -c -m 0555 bashbug /build/buildd/bash-3.1dfsg/debian/bash/usr/bin/bashbug
( cd ./doc ; /usr/bin/make -w \
		man1dir=/usr/share/man/man1 man1ext=.1 \
		man3dir=/usr/share/man/man3 man3ext=.3 \
		infodir=/usr/share/info htmldir= DESTDIR=/build/buildd/bash-3.1dfsg/debian/bash install )
make[2]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash/doc'
makeinfo --no-split -I../../bash/lib/readline/doc ../../bash/doc/bashref.texi
/bin/sh ../../bash/support/mkinstalldirs /build/buildd/bash-3.1dfsg/debian/bash/usr/share/man/man1
/bin/sh ../../bash/support/mkinstalldirs /build/buildd/bash-3.1dfsg/debian/bash/usr/share/info
if test -n "" ; then \
		/bin/sh ../../bash/support/mkinstalldirs /build/buildd/bash-3.1dfsg/debian/bash ; \
	fi
/bin/sh ../../bash/doc/infopost.sh < ../../bash/doc/bashref.info > bash.info ; \

/bin/sh: ../../bash/doc/bashref.info: No such file or directory
make[2]: *** [bash.info] Error 1
make[2]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash/doc'
make[1]: [install] Error 2 (ignored)
( cd ./builtins ; /usr/bin/make -w DESTDIR=/build/buildd/bash-3.1dfsg/debian/bash install )
make[2]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash/builtins'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash/builtins'
( cd ./po/ ; /usr/bin/make -w DESTDIR=/build/buildd/bash-3.1dfsg/debian/bash install )
make[2]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash/po'
test -z "en at quot.gmo en at boldquot.gmo sv.gmo" || /usr/bin/make en at quot.gmo en at boldquot.gmo sv.gmo
make[3]: Entering directory `/build/buildd/bash-3.1dfsg/build-bash/po'
cd ../../bash/po && rm -f sv.gmo && /usr/bin/msgfmt -c --statistics -o sv.gmo sv.po
118 translated messages, 25 fuzzy translations, 832 untranslated messages.
make[3]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash/po'
touch stamp-po
/bin/sh /build/buildd/bash-3.1dfsg/build-bash/../bash/./support/mkinstalldirs /build/buildd/bash-3.1dfsg/debian/bash/usr/share
installing ../../bash/po/en at quot.gmo as /build/buildd/bash-3.1dfsg/debian/bash/usr/share/locale/en at quot/LC_MESSAGES/bash.mo
installing ../../bash/po/en at boldquot.gmo as /build/buildd/bash-3.1dfsg/debian/bash/usr/share/locale/en at boldquot/LC_MESSAGES/bash.mo
installing ../../bash/po/sv.gmo as /build/buildd/bash-3.1dfsg/debian/bash/usr/share/locale/sv/LC_MESSAGES/bash.mo
if test "bash" = "gettext-tools"; then \
	  /bin/sh /build/buildd/bash-3.1dfsg/build-bash/../bash/./support/mkinstalldirs /build/buildd/bash-3.1dfsg/debian/bash/usr/share/gettext/po; \
	  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
	    /usr/bin/ginstall -c -m 644 ../../bash/po/$file \
			    /build/buildd/bash-3.1dfsg/debian/bash/usr/share/gettext/po/$file; \
	  done; \
	  for file in Makevars; do \
	    rm -f /build/buildd/bash-3.1dfsg/debian/bash/usr/share/gettext/po/$file; \
	  done; \
	else \
	  : ; \
	fi
make[2]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash/po'
make[1]: Leaving directory `/build/buildd/bash-3.1dfsg/build-bash'
mv debian/bash/usr/bin/bash debian/bash/bin/.
chmod 755 debian/bash/usr/bin/bashbug
mkdir -p debian/bash/usr/share/man/man1
cp -p bash/doc/bash.1 debian/bash/usr/share/man/man1/bash.1
: # extra links
ln -sf bash debian/bash/bin/rbash
ln -sf bash debian/bash/bin/sh
ln -sf bash.1 debian/bash/usr/share/man/man1/sh.1
: # skeleton files
install -o 0 -g 0 -m 644 debian/etc.bash.bashrc debian/bash/etc/bash.bashrc
install -o 0 -g 0 -m 644 debian/skel.bashrc debian/bash/etc/skel/.bashrc
install -o 0 -g 0 -m 644 debian/skel.bash_profile debian/bash/etc/skel/.bash_profile
install -o 0 -g 0 -m 644 debian/skel.bash_logout debian/bash/etc/skel/.bash_logout
: # clean_console
install -o 0 -g 0 clear_console debian/bash/usr/bin/
install -o 0 -g 0 -m 644 debian/clear_console.1 debian/bash/usr/share/man/man1/
: # install bash-completion
install -o 0 -g 0 -m 644 debian/bash_completion/bash_completion debian/bash/etc/.
cp -a debian/bash_completion/contrib \
		debian/bash/usr/share/doc/bash/completion-contrib
chmod 755 debian/bash/usr/share/doc/bash/completion-contrib
chmod 644 debian/bash/usr/share/doc/bash/completion-contrib/*
install -o 0 -g 0 -m 644 debian/bash_completion/Changelog \
		debian/bash/usr/share/doc/bash/changelog.bash_completion
install -o 0 -g 0 -m 644 debian/README.bash_completion debian/bash/usr/share/doc/bash/
cat debian/bash_completion/README \
		>> debian/bash/usr/share/doc/bash/README.bash_completion
install -o 0 -g 0 -m 644 debian/bash_completion/BUGS \
		debian/bash/usr/share/doc/bash/BUGS.bash_completion
dh_installexamples -pbash-doc bash/examples/*
mv debian/bash-doc/usr/share/doc/bash-doc/examples \
		debian/bash-doc/usr/share/doc/bash/examples
rm -rf debian/bash-doc/usr/share/doc/bash/examples/loadables
ln -sf ../bash/examples debian/bash-doc/usr/share/doc/bash-doc/examples
cd debian/bash-doc/usr/share/doc/bash/examples && chmod 644 \
		*bashdb/PERMISSION complete/complete.gnu-longopt
cd debian/bash-doc/usr/share/doc/bash/examples && chmod 755 \
		misc/aliasconv.*sh misc/cshtobash
cd debian/bash-doc/usr/share/doc/bash/examples && chmod 644 \
		scripts/shprompt scripts/precedence \
		scripts/bcsh.sh scripts/krand.bash
: # files for the bash-builtins package
install -o 0 -g 0 -m 644 bash/include/*.h bash/*.h  debian/bash-builtins/usr/include/bash/
install -o 0 -g 0 -m 644 build-bash/*.h debian/bash-builtins/usr/include/bash/
rm -f debian/bash-builtins/usr/include/bash/y.tab.h
install -o 0 -g 0 -m 644 bash/builtins/*.h debian/bash-builtins/usr/include/bash/builtins/
install -o 0 -g 0 -m 644 bash/lib/glob/*.h debian/bash-builtins/usr/include/bash/lib/glob/
install -o 0 -g 0 -m 644 bash/lib/tilde/*.h debian/bash-builtins/usr/include/bash/lib/tilde/
install -o 0 -g 0 -m 644 bash/examples/loadables/{README,*.c} \
		debian/bash-builtins/usr/share/doc/bash/examples/loadables
install -o 0 -g 0 -m 644 build-bash/examples/loadables/Makefile \
		debian/bash-builtins/usr/share/doc/bash/examples/loadables
ln -sf bash debian/bash-builtins/usr/share/doc/bash-builtins
cat debian/README stamps/stamp-patch-bash > debian/README.Debian
touch stamps/stamp-install-bash
dh_testdir
dh_testroot
dh_installchangelogs -pbash bash/CWRU/changelog
dh_installdocs -pbash \
		bash/{CHANGES,NEWS,COMPAT,doc/INTRO,POSIX} \
		debian/{README.Debian,README.abs-guide,README.commands} \
		debian/inputrc.arrows
cp -p debian/FAQ debian/bash/usr/share/doc/bash/.
dh_installman -pbash bash/doc/rbash.1 debian/bash-builtins.7
dh_installmenu -pbash
dh_strip -pbash
dh_compress -pbash
dh_fixperms -pbash
dh_shlibdeps -pbash -- -dPre-Depends debian/bash/bin/bash debian/bash.preinst
dh_installdeb -pbash
dh_gencontrol -pbash
dh_md5sums -pbash
dh_builddeb -pbash
dpkg-deb: building package `bash' in `../bash_3.1dfsg-8_m32r.deb'.
dh_testdir
dh_testroot
dh_compress -pbash-builtins -Xexamples
dh_fixperms -pbash-builtins
dh_installdeb -pbash-builtins
dh_gencontrol -pbash-builtins
dh_md5sums -pbash-builtins
dh_builddeb -pbash-builtins
dpkg-deb: building package `bash-builtins' in `../bash-builtins_3.1dfsg-8_m32r.deb'.
/usr/bin/make -f debian/rules do-build-static \
	    bash_src=bash \
	    bash_patches="bash31-001 bash31-002 bash31-003 bash31-004 bash31-005 bash31-006 bash31-007 bash31-008 bash31-009 bash31-010 bash31-011 bash31-012 bash31-013 bash31-014 bash31-015 bash31-016 bash31-017 readline51-001 rl-inputrc bashbug-editor deb-bash-config deb-examples man-arithmetic man-fignore man-bashrc man-bashlogout man-substring-exp man-nocaseglob man-test man-test2 man-net-redirections privmode rbash-manpage command-not-found bash-default-editor ulimit po-sv bash-subst-param-length pgrp-pipe input-err read-memleak login-shell man-typos " \
	    build=static \
	    configure_args="--with-curses --disable-net-redirections --enable-largefile --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-static-link --without-bash-malloc --host=m32r-linux-gnu"
make[1]: Entering directory `/build/buildd/bash-3.1dfsg'
make[1]: Nothing to be done for `do-build-static'.
make[1]: Leaving directory `/build/buildd/bash-3.1dfsg'
dh_testdir
dh_testroot
dh_clean -k -pbash-static
dh_installdirs -pbash-static \
		bin \
		usr/share/man/man1
cp -p build-static/bash debian/bash-static/bin/bash-static
cp -p bash/doc/bash.1 debian/bash-static/usr/share/man/man1/bash-static.1
dh_installdocs -pbash-static
dh_installchangelogs -pbash-static
dh_strip -pbash-static
dh_compress -pbash-static
dh_fixperms -pbash-static
dh_installdeb -pbash-static
dh_gencontrol -pbash-static
dh_md5sums -pbash-static
dh_builddeb -pbash-static
dpkg-deb: building package `bash-static' in `../bash-static_3.1dfsg-8_m32r.deb'.
/usr/bin/make -f debian/rules do-build-min \
	    bash_src=bash \
	    bash_patches="bash31-001 bash31-002 bash31-003 bash31-004 bash31-005 bash31-006 bash31-007 bash31-008 bash31-009 bash31-010 bash31-011 bash31-012 bash31-013 bash31-014 bash31-015 bash31-016 bash31-017 readline51-001 rl-inputrc bashbug-editor deb-bash-config deb-examples man-arithmetic man-fignore man-bashrc man-bashlogout man-substring-exp man-nocaseglob man-test man-test2 man-net-redirections privmode rbash-manpage command-not-found bash-default-editor ulimit po-sv bash-subst-param-length pgrp-pipe input-err read-memleak login-shell man-typos " \
	    build=min \
	    configure_args="--enable-minimal-config --enable-largefile --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --host=m32r-linux-gnu"
make[1]: Entering directory `/build/buildd/bash-3.1dfsg'
make[1]: Nothing to be done for `do-build-min'.
make[1]: Leaving directory `/build/buildd/bash-3.1dfsg'
dh_testdir
dh_testroot
dh_clean -k -pbash-minimal
dh_installdirs -pbash-minimal \
		bin \
		usr/share/man/man1
cp -p build-min/bash debian/bash-minimal/bin/bash-minimal
cp -p debian/bash-minimal.1 debian/bash-minimal/usr/share/man/man1/.
dh_installdocs -pbash-minimal
dh_installchangelogs -pbash-minimal
dh_strip -pbash-minimal
dh_compress -pbash-minimal
dh_fixperms -pbash-minimal
dh_shlibdeps -pbash-minimal
dh_installdeb -pbash-minimal
dh_gencontrol -pbash-minimal
dh_md5sums -pbash-minimal
dh_builddeb -pbash-minimal
dpkg-deb: building package `bash-minimal' in `../bash-minimal_3.1dfsg-8_m32r.deb'.
 dpkg-genchanges -B >../bash_3.1dfsg-8_m32r.changes
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: warning: package bashdb in control file but not in files list
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
******************************************************************************
Build finished at 20080201-0918

bash_3.1dfsg-8_m32r.changes:
Format: 1.7
Date: Mon, 11 Dec 2006 22:08:10 +0100
Source: bash
Binary: bash bash-minimal bash-static bash-builtins bash-doc bashdb
Architecture: m32r
Version: 3.1dfsg-8
Distribution: unstable
Urgency: high
Maintainer: Matthias Klose <doko at debian.org>
Changed-By: Matthias Klose <doko at debian.org>
Description: 
 bash       - The GNU Bourne Again SHell
 bash-builtins - Bash loadable builtins - headers & examples
 bash-minimal - The GNU Bourne Again SHell (minimal version)
 bash-static - The GNU Bourne Again SHell (static version)
Closes: 402471
Changes: 
 bash (3.1dfsg-8) unstable; urgency=high
 .
   * bash-doc: Install copyright file when building without the
     gfdl'ed docs. Closes: #402471.
Files: 
 aaff604a8f1577343fcf2bd21ae988f0 858828 shells required bash_3.1dfsg-8_m32r.deb
 dca30ee8b2ca083b7ea3a14a56d041db 101054 utils optional bash-builtins_3.1dfsg-8_m32r.deb
 0a2c01027c1733a11fac0c9f4637b436 643604 shells optional bash-static_3.1dfsg-8_m32r.deb
 ac79dc7dd2060926c63e462400f8cfc7 193272 shells optional bash-minimal_3.1dfsg-8_m32r.deb

/debian/buildd/build/chroot-unstable/build/buildd/bash_3.1dfsg-8_m32r.deb:
 new debian package, version 2.0.
 size 858828 bytes: control archive= 5526 bytes.
     103 bytes,     5 lines      conffiles            
     862 bytes,    23 lines      control              
    4002 bytes,    55 lines      md5sums              
     582 bytes,    27 lines   *  postinst             #!/bin/bash
     426 bytes,    18 lines   *  postrm               #!/bin/sh
    5284 bytes,    15 lines   *  preinst              
     140 bytes,     8 lines   *  prerm                #!/bin/bash
 Package: bash
 Version: 3.1dfsg-8
 Architecture: m32r
 Essential: yes
 Maintainer: Matthias Klose <doko at debian.org>
 Installed-Size: 1796
 Pre-Depends: libc6 (>= 2.3.5-1), libncurses5 (>= 5.6+20071006-3)
 Depends: base-files (>= 2.1.12), debianutils (>= 2.15)
 Suggests: bash-doc
 Conflicts: bash-completion
 Replaces: bash-completion, bash-doc (<= 2.05-1)
 Section: shells
 Priority: required
 Description: The GNU Bourne Again SHell
  Bash is an sh-compatible command language interpreter that executes
  commands read from the standard input or from a file.  Bash also
  incorporates useful features from the Korn and C shells (ksh and csh).
  .
  Bash is ultimately intended to be a conformant implementation of the
  IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).
  .
  Included in the bash package is the Programmable Completion Code, by
  Ian Macdonald.

/debian/buildd/build/chroot-unstable/build/buildd/bash-builtins_3.1dfsg-8_m32r.deb:
 new debian package, version 2.0.
 size 101054 bytes: control archive= 3299 bytes.
     395 bytes,    12 lines      control              
    7097 bytes,   105 lines      md5sums              
 Package: bash-builtins
 Source: bash
 Version: 3.1dfsg-8
 Architecture: m32r
 Maintainer: Matthias Klose <doko at debian.org>
 Installed-Size: 680
 Depends: bash (= 3.1dfsg-8)
 Section: utils
 Priority: optional
 Description: Bash loadable builtins - headers & examples
  Bash can dynamically load new builtin commands.  Included are the
  necessary headers to compile your own builtins and lots of examples.

/debian/buildd/build/chroot-unstable/build/buildd/bash-static_3.1dfsg-8_m32r.deb:
 new debian package, version 2.0.
 size 643604 bytes: control archive= 775 bytes.
     511 bytes,    16 lines      control              
     270 bytes,     4 lines      md5sums              
     105 bytes,     9 lines   *  postinst             #!/bin/sh
     111 bytes,     9 lines   *  postrm               #!/bin/sh
 Package: bash-static
 Source: bash
 Version: 3.1dfsg-8
 Architecture: m32r
 Maintainer: Matthias Klose <doko at debian.org>
 Installed-Size: 1196
 Depends: passwd (>= 1:4.0.3-10)
 Suggests: bash-doc
 Section: shells
 Priority: optional
 Description: The GNU Bourne Again SHell (static version)
  Bash is an sh-compatible command language interpreter that executes
  commands read from the standard input or from a file.  Bash also
  incorporates useful features from the Korn and C shells (ksh and csh).
  .
  Statically linked.

/debian/buildd/build/chroot-unstable/build/buildd/bash-minimal_3.1dfsg-8_m32r.deb:
 new debian package, version 2.0.
 size 193272 bytes: control archive= 806 bytes.
     555 bytes,    16 lines      control              
     274 bytes,     4 lines      md5sums              
     106 bytes,     9 lines   *  postinst             #!/bin/sh
     112 bytes,     9 lines   *  postrm               #!/bin/sh
 Package: bash-minimal
 Source: bash
 Version: 3.1dfsg-8
 Architecture: m32r
 Maintainer: Matthias Klose <doko at debian.org>
 Installed-Size: 404
 Depends: libc6 (>= 2.3.5-1), passwd (>= 1:4.0.3-10)
 Suggests: bash-doc
 Section: shells
 Priority: optional
 Description: The GNU Bourne Again SHell (minimal version)
  Bash is an sh-compatible command language interpreter that executes
  commands read from the standard input or from a file.  Bash also
  incorporates useful features from the Korn and C shells (ksh and csh).
  .
  Configured using --enable-minimal-config.

/debian/buildd/build/chroot-unstable/build/buildd/bash_3.1dfsg-8_m32r.deb:
drwxr-xr-x root/root         0 2008-02-01 09:08 ./
drwxr-xr-x root/root         0 2008-02-01 09:04 ./etc/
drwxr-xr-x root/root         0 2008-02-01 09:04 ./etc/skel/
-rw-r--r-- root/root       220 2008-02-01 09:04 ./etc/skel/.bash_logout
-rw-r--r-- root/root       414 2008-02-01 09:04 ./etc/skel/.bash_profile
-rw-r--r-- root/root      2227 2008-02-01 09:04 ./etc/skel/.bashrc
drwxr-xr-x root/root         0 2008-02-01 09:03 ./etc/bash_completion.d/
-rw-r--r-- root/root      1071 2008-02-01 09:04 ./etc/bash.bashrc
-rw-r--r-- root/root    215907 2008-02-01 09:04 ./etc/bash_completion
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/
drwxr-xr-x root/root         0 2008-02-01 09:05 ./usr/bin/
-rwxr-xr-x root/root      6885 2008-02-01 09:03 ./usr/bin/bashbug
-rwxr-xr-x root/root      5832 2008-02-01 09:05 ./usr/bin/clear_console
drwxr-xr-x root/root         0 2008-02-01 09:05 ./usr/share/
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/share/info/
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-02-01 09:06 ./usr/share/doc/bash/
-rw-r--r-- root/root      3037 2008-02-01 04:12 ./usr/share/doc/bash/README.commands.gz
-rw-r--r-- root/root     63833 2005-12-07 23:08 ./usr/share/doc/bash/CHANGES.gz
-rw-r--r-- root/root       799 2008-02-01 09:04 ./usr/share/doc/bash/BUGS.bash_completion
-rw-r--r-- root/root      1322 2008-02-01 04:12 ./usr/share/doc/bash/FAQ
-rw-r--r-- root/root      3282 2008-02-01 09:04 ./usr/share/doc/bash/README.Debian.gz
-rw-r--r-- root/root     17613 2008-02-01 04:12 ./usr/share/doc/bash/copyright
-rw-r--r-- root/root      2974 2005-10-20 05:57 ./usr/share/doc/bash/POSIX.gz
-rw-r--r-- root/root    132943 2005-12-01 23:36 ./usr/share/doc/bash/changelog.gz
-rw-r--r-- root/root     41158 2008-02-01 09:04 ./usr/share/doc/bash/changelog.bash_completion.gz
-rw-r--r-- root/root      7355 2008-02-01 09:04 ./usr/share/doc/bash/README.bash_completion.gz
-rw-r--r-- root/root       727 2008-02-01 04:12 ./usr/share/doc/bash/inputrc.arrows
-rw-r--r-- root/root      3904 2005-12-06 07:03 ./usr/share/doc/bash/COMPAT.gz
-rw-r--r-- root/root      1105 2008-02-01 04:12 ./usr/share/doc/bash/README.abs-guide
drwxr-xr-x root/root         0 2008-02-01 09:06 ./usr/share/doc/bash/completion-contrib/
-rw-r--r-- root/root       163 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/lilypond
-rw-r--r-- root/root       664 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/sbcl
-rw-r--r-- root/root      2215 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/modules
-rw-r--r-- root/root      1696 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/povray
-rw-r--r-- root/root      1917 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/mcrypt
-rw-r--r-- root/root       608 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/unrar
-rw-r--r-- root/root       261 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/isql
-rw-r--r-- root/root       644 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/lisp
-rw-r--r-- root/root       748 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/sitecopy
-rw-r--r-- root/root       258 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/harbour
-rw-r--r-- root/root      1230 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/gnatmake
-rw-r--r-- root/root      2613 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/ri
-rw-r--r-- root/root      1891 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/svk.gz
-rw-r--r-- root/root       491 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/unace
-rw-r--r-- root/root      3019 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/hg
-rw-r--r-- root/root      1038 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/bittorrent
-rw-r--r-- root/root       659 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/gkrellm
-rw-r--r-- root/root       669 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/clisp
-rw-r--r-- root/root      3621 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/dsniff
-rw-r--r-- root/root       388 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/bitkeeper
-rw-r--r-- root/root      1164 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/p4
-rw-r--r-- root/root      1024 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/mtx
-rw-r--r-- root/root      1254 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/freeciv
-rw-r--r-- root/root       406 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/snownews
-rw-r--r-- root/root       603 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/gcl
-rw-r--r-- root/root      1838 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/larch
-rw-r--r-- root/root       442 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/cksfv
-rw-r--r-- root/root      1571 2008-02-01 04:12 ./usr/share/doc/bash/completion-contrib/mailman.gz
-rw-r--r-- root/root     16599 2005-11-18 00:36 ./usr/share/doc/bash/NEWS.gz
-rw-r--r-- root/root      2927 1999-02-18 06:13 ./usr/share/doc/bash/INTRO.gz
-rw-r--r-- root/root     24546 2008-02-01 04:12 ./usr/share/doc/bash/changelog.Debian.gz
drwxr-xr-x root/root         0 2008-02-01 09:05 ./usr/share/menu/
-rw-r--r-- root/root       178 2008-02-01 04:12 ./usr/share/menu/bash
drwxr-xr-x root/root         0 2008-02-01 09:05 ./usr/share/man/
drwxr-xr-x root/root         0 2008-02-01 09:06 ./usr/share/man/man1/
-rw-r--r-- root/root       162 2008-02-01 04:16 ./usr/share/man/man1/rbash.1.gz
-rw-r--r-- root/root      1209 2008-02-01 09:04 ./usr/share/man/man1/clear_console.1.gz
-rw-r--r-- root/root     70893 2008-02-01 04:16 ./usr/share/man/man1/bash.1.gz
drwxr-xr-x root/root         0 2008-02-01 09:05 ./usr/share/man/man7/
-rw-r--r-- root/root       524 2008-02-01 04:12 ./usr/share/man/man7/bash-builtins.7.gz
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/share/locale/
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/share/locale/sv/
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/share/locale/sv/LC_MESSAGES/
-rw-r--r-- root/root      9459 2008-02-01 09:03 ./usr/share/locale/sv/LC_MESSAGES/bash.mo
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/share/locale/en at boldquot/
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/share/locale/en at boldquot/LC_MESSAGES/
-rw-r--r-- root/root    118280 2008-02-01 09:03 ./usr/share/locale/en at boldquot/LC_MESSAGES/bash.mo
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/share/locale/en at quot/
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/share/locale/en at quot/LC_MESSAGES/
-rw-r--r-- root/root    116592 2008-02-01 09:03 ./usr/share/locale/en at quot/LC_MESSAGES/bash.mo
drwxr-xr-x root/root         0 2008-02-01 09:05 ./bin/
-rwxr-xr-x root/root    624104 2008-02-01 09:05 ./bin/bash
lrwxrwxrwx root/root         0 2008-02-01 09:06 ./usr/share/man/man1/sh.1.gz -> bash.1.gz
lrwxrwxrwx root/root         0 2008-02-01 09:04 ./bin/rbash -> bash
lrwxrwxrwx root/root         0 2008-02-01 09:04 ./bin/sh -> bash

/debian/buildd/build/chroot-unstable/build/buildd/bash-builtins_3.1dfsg-8_m32r.deb:
drwxr-xr-x root/root         0 2008-02-01 09:09 ./
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/include/
drwxr-xr-x root/root         0 2008-02-01 09:04 ./usr/include/bash/
-rw-r--r-- root/root      3131 2008-02-01 09:04 ./usr/include/bash/posixwait.h
-rw-r--r-- root/root      4381 2008-02-01 09:04 ./usr/include/bash/posixstat.h
-rw-r--r-- root/root      1434 2008-02-01 09:04 ./usr/include/bash/redir.h
-rw-r--r-- root/root      1500 2008-02-01 09:04 ./usr/include/bash/ansi_stdlib.h
-rw-r--r-- root/root     10818 2008-02-01 09:04 ./usr/include/bash/subst.h
-rw-r--r-- root/root      2284 2008-02-01 09:04 ./usr/include/bash/typemax.h
-rw-r--r-- root/root      1584 2008-02-01 09:04 ./usr/include/bash/siglist.h
-rw-r--r-- root/root     13728 2008-02-01 09:04 ./usr/include/bash/variables.h
-rw-r--r-- root/root      1363 2008-02-01 09:04 ./usr/include/bash/bashintl.h
-rw-r--r-- root/root      2023 2008-02-01 09:04 ./usr/include/bash/posixdir.h
-rw-r--r-- root/root     11407 2008-02-01 09:04 ./usr/include/bash/shmbutil.h
-rw-r--r-- root/root     26762 2008-02-01 09:04 ./usr/include/bash/config.h
-rw-r--r-- root/root      4552 2008-02-01 09:04 ./usr/include/bash/pcomplete.h
-rw-r--r-- root/root      2911 2008-02-01 09:04 ./usr/include/bash/make_cmd.h
-rw-r--r-- root/root      1817 2008-02-01 09:04 ./usr/include/bash/xmalloc.h
-rw-r--r-- root/root      1755 2008-02-01 09:04 ./usr/include/bash/conftypes.h
-rw-r--r-- root/root      1357 2008-02-01 09:04 ./usr/include/bash/quit.h
-rw-r--r-- root/root      2352 2008-02-01 09:04 ./usr/include/bash/stdc.h
-rw-r--r-- root/root      1325 2008-02-01 09:04 ./usr/include/bash/test.h
-rw-r--r-- root/root     10035 2008-02-01 09:04 ./usr/include/bash/general.h
-rw-r--r-- root/root      1573 2008-02-01 09:04 ./usr/include/bash/bashjmp.h
-rw-r--r-- root/root      1289 2008-02-01 09:04 ./usr/include/bash/mailcheck.h
-rw-r--r-- root/root      1096 2008-02-01 09:04 ./usr/include/bash/bashtypes.h
-rw-r--r-- root/root      3049 2008-02-01 09:04 ./usr/include/bash/gettext.h
-rw-r--r-- root/root      2222 2008-02-01 09:04 ./usr/include/bash/bashhist.h
-rw-r--r-- root/root      4440 2008-02-01 09:04 ./usr/include/bash/shell.h
-rw-r--r-- root/root      1504 2008-02-01 09:04 ./usr/include/bash/hashcmd.h
-rw-r--r-- root/root      4288 2008-02-01 09:04 ./usr/include/bash/sig.h
-rw-r--r-- root/root      1921 2008-02-01 09:04 ./usr/include/bash/unwind_prot.h
-rw-r--r-- root/root      8226 2008-02-01 09:04 ./usr/include/bash/jobs.h
-rw-r--r-- root/root      3408 2008-02-01 09:04 ./usr/include/bash/syntax.h
-rw-r--r-- root/root      1463 2008-02-01 09:04 ./usr/include/bash/filecntl.h
-rw-r--r-- root/root      1348 2008-02-01 09:04 ./usr/include/bash/findcmd.h
-rw-r--r-- root/root      4424 2008-02-01 09:04 ./usr/include/bash/input.h
-rw-r--r-- root/root      3817 2008-02-01 09:04 ./usr/include/bash/array.h
-rw-r--r-- root/root      2176 2008-02-01 09:04 ./usr/include/bash/maxpath.h
-rw-r--r-- root/root      2833 2008-02-01 09:04 ./usr/include/bash/error.h
-rw-r--r-- root/root     12939 2008-02-01 09:04 ./usr/include/bash/command.h
-rw-r--r-- root/root      2199 2008-02-01 09:04 ./usr/include/bash/builtins.h
-rw-r--r-- root/root      2140 2008-02-01 09:04 ./usr/include/bash/arrayfunc.h
-rw-r--r-- root/root      2994 2008-02-01 09:04 ./usr/include/bash/trap.h
-rw-r--r-- root/root      3036 2008-02-01 09:04 ./usr/include/bash/unionwait.h
-rw-r--r-- root/root      1602 2008-02-01 09:04 ./usr/include/bash/execute_cmd.h
-rw-r--r-- root/root      1572 2008-02-01 09:04 ./usr/include/bash/posixtime.h
-rw-r--r-- root/root      2191 2008-02-01 09:04 ./usr/include/bash/alias.h
-rw-r--r-- root/root     14105 2008-02-01 09:04 ./usr/include/bash/externs.h
-rw-r--r-- root/root      3866 2008-02-01 09:04 ./usr/include/bash/pathexp.h
-rw-r--r-- root/root      5914 2008-02-01 09:04 ./usr/include/bash/config-bot.h
-rw-r--r-- root/root      1913 2008-02-01 09:04 ./usr/include/bash/systimes.h
-rw-r--r-- root/root      1336 2008-02-01 09:04 ./usr/include/bash/lsignames.h
-rw-r--r-- root/root      1275 2008-02-01 09:04 ./usr/include/bash/pathnames.h
-rw-r--r-- root/root      1336 2008-02-01 09:04 ./usr/include/bash/signames.h
-rw-r--r-- root/root      3432 2008-02-01 09:04 ./usr/include/bash/config-top.h
-rw-r--r-- root/root      1355 2008-02-01 09:04 ./usr/include/bash/parser.h
-rw-r--r-- root/root       480 2008-02-01 09:04 ./usr/include/bash/version.h
-rw-r--r-- root/root      1460 2008-02-01 09:04 ./usr/include/bash/dispose_cmd.h
-rw-r--r-- root/root      1298 2008-02-01 09:04 ./usr/include/bash/posixjmp.h
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/include/bash/lib/
drwxr-xr-x root/root         0 2008-02-01 09:04 ./usr/include/bash/lib/tilde/
-rw-r--r-- root/root      3167 2008-02-01 09:04 ./usr/include/bash/lib/tilde/tilde.h
drwxr-xr-x root/root         0 2008-02-01 09:04 ./usr/include/bash/lib/glob/
-rw-r--r-- root/root      1333 2008-02-01 09:04 ./usr/include/bash/lib/glob/ndir.h
-rw-r--r-- root/root      4561 2008-02-01 09:04 ./usr/include/bash/lib/glob/collsyms.h
-rw-r--r-- root/root      1291 2008-02-01 09:04 ./usr/include/bash/lib/glob/glob.h
-rw-r--r-- root/root      2202 2008-02-01 09:04 ./usr/include/bash/lib/glob/strmatch.h
-rw-r--r-- root/root      3289 2008-02-01 09:04 ./usr/include/bash/shtty.h
-rw-r--r-- root/root      3941 2008-02-01 09:04 ./usr/include/bash/chartypes.h
-rw-r--r-- root/root      2057 2008-02-01 09:04 ./usr/include/bash/memalloc.h
drwxr-xr-x root/root         0 2008-02-01 09:04 ./usr/include/bash/builtins/
-rw-r--r-- root/root      2141 2008-02-01 09:04 ./usr/include/bash/builtins/getopt.h
-rw-r--r-- root/root      5995 2008-02-01 09:04 ./usr/include/bash/builtins/common.h
-rw-r--r-- root/root      1279 2008-02-01 09:04 ./usr/include/bash/builtins/bashgetopt.h
-rw-r--r-- root/root      3732 2008-02-01 09:04 ./usr/include/bash/ocache.h
-rw-r--r-- root/root      1856 2008-02-01 09:04 ./usr/include/bash/bashline.h
-rw-r--r-- root/root      1320 2008-02-01 09:04 ./usr/include/bash/bashansi.h
-rw-r--r-- root/root      3115 2008-02-01 09:04 ./usr/include/bash/hashlib.h
-rw-r--r-- root/root      1181 2008-02-01 09:04 ./usr/include/bash/patchlevel.h
-rw-r--r-- root/root      2427 2008-02-01 09:04 ./usr/include/bash/flags.h
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/share/
drwxr-xr-x root/root         0 2008-02-01 09:04 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/share/doc/bash/
drwxr-xr-x root/root         0 2008-02-01 09:03 ./usr/share/doc/bash/examples/
drwxr-xr-x root/root         0 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/
-rw-r--r-- root/root      3017 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/print.c
-rw-r--r-- root/root     42184 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/getconf.c
-rw-r--r-- root/root      1527 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/cat.c
-rw-r--r-- root/root      1140 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/rmdir.c
-rw-r--r-- root/root       620 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/necho.c
-rw-r--r-- root/root      2579 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/realpath.c
-rw-r--r-- root/root      8952 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/cut.c
-rw-r--r-- root/root      3396 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/tee.c
-rw-r--r-- root/root      1061 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/template.c
-rw-r--r-- root/root      2647 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/basename.c
-rw-r--r-- root/root      4418 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/ln.c
-rw-r--r-- root/root      2440 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/sleep.c
-rw-r--r-- root/root      9136 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/pathchk.c
-rw-r--r-- root/root       804 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/whoami.c
-rw-r--r-- root/root      2415 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/uname.c
-rw-r--r-- root/root      2490 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/strftime.c
-rw-r--r-- root/root       697 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/sync.c
-rw-r--r-- root/root      6729 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/Makefile
-rw-r--r-- root/root      2806 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/head.c
-rw-r--r-- root/root      5081 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/mkdir.c
-rw-r--r-- root/root       902 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/logname.c
-rw-r--r-- root/root      5638 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/id.c
-rw-r--r-- root/root      1069 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/unlink.c
-rw-r--r-- root/root      1225 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/printenv.c
-rw-r--r-- root/root     11506 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/finfo.c
-rw-r--r-- root/root      1954 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/push.c
-rw-r--r-- root/root      1944 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/hello.c
-rw-r--r-- root/root      2339 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/dirname.c
-rw-r--r-- root/root      1344 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/tty.c
-rw-r--r-- root/root      1692 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/README
-rw-r--r-- root/root       611 2008-02-01 09:04 ./usr/share/doc/bash/examples/loadables/truefalse.c
lrwxrwxrwx root/root         0 2008-02-01 09:04 ./usr/share/doc/bash-builtins -> bash

/debian/buildd/build/chroot-unstable/build/buildd/bash-static_3.1dfsg-8_m32r.deb:
drwxr-xr-x root/root         0 2008-02-01 09:13 ./
drwxr-xr-x root/root         0 2008-02-01 09:12 ./usr/
drwxr-xr-x root/root         0 2008-02-01 09:12 ./usr/share/
drwxr-xr-x root/root         0 2008-02-01 09:12 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-02-01 09:13 ./usr/share/doc/bash-static/
-rw-r--r-- root/root     17613 2008-02-01 04:12 ./usr/share/doc/bash-static/copyright
-rw-r--r-- root/root     24546 2008-02-01 04:12 ./usr/share/doc/bash-static/changelog.Debian.gz
drwxr-xr-x root/root         0 2008-02-01 09:12 ./usr/share/man/
drwxr-xr-x root/root         0 2008-02-01 09:13 ./usr/share/man/man1/
-rw-r--r-- root/root     70900 2008-02-01 04:16 ./usr/share/man/man1/bash-static.1.gz
drwxr-xr-x root/root         0 2008-02-01 09:12 ./bin/
-rwxr-xr-x root/root   1050844 2008-02-01 09:12 ./bin/bash-static

/debian/buildd/build/chroot-unstable/build/buildd/bash-minimal_3.1dfsg-8_m32r.deb:
drwxr-xr-x root/root         0 2008-02-01 09:17 ./
drwxr-xr-x root/root         0 2008-02-01 09:15 ./usr/
drwxr-xr-x root/root         0 2008-02-01 09:15 ./usr/share/
drwxr-xr-x root/root         0 2008-02-01 09:15 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-02-01 09:16 ./usr/share/doc/bash-minimal/
-rw-r--r-- root/root     17613 2008-02-01 04:12 ./usr/share/doc/bash-minimal/copyright
-rw-r--r-- root/root     24546 2008-02-01 04:12 ./usr/share/doc/bash-minimal/changelog.Debian.gz
drwxr-xr-x root/root         0 2008-02-01 09:15 ./usr/share/man/
drwxr-xr-x root/root         0 2008-02-01 09:16 ./usr/share/man/man1/
-rw-r--r-- root/root       975 2008-02-01 04:12 ./usr/share/man/man1/bash-minimal.1.gz
drwxr-xr-x root/root         0 2008-02-01 09:16 ./bin/
-rwxr-xr-x root/root    313512 2008-02-01 09:16 ./bin/bash-minimal

******************************************************************************
Built successfully
Purging /debian/buildd/build/chroot-unstable/build/buildd/bash-3.1dfsg
------------------------------------------------------------------------------
******************************************************************************
Finished at 20080201-0918
Build needed 05:07:30, 49464k disk space




More information about the build-status mailing list