+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bash-2.05.2.13/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bash-2.05.2.13/work.log WARNING: [license.mk] Every package should define a LICENSE. => Checksum BLAKE2s OK for bash-2.05b.tar.gz => Checksum SHA512 OK for bash-2.05b.tar.gz => Checksum BLAKE2s OK for bash205b-001 => Checksum SHA512 OK for bash205b-001 => Checksum BLAKE2s OK for bash205b-002 => Checksum SHA512 OK for bash205b-002 => Checksum BLAKE2s OK for bash205b-003 => Checksum SHA512 OK for bash205b-003 => Checksum BLAKE2s OK for bash205b-004 => Checksum SHA512 OK for bash205b-004 => Checksum BLAKE2s OK for bash205b-005 => Checksum SHA512 OK for bash205b-005 => Checksum BLAKE2s OK for bash205b-006 => Checksum SHA512 OK for bash205b-006 => Checksum BLAKE2s OK for bash205b-007 => Checksum SHA512 OK for bash205b-007 => Checksum BLAKE2s OK for bash205b-008 => Checksum SHA512 OK for bash205b-008 => Checksum BLAKE2s OK for bash205b-009 => Checksum SHA512 OK for bash205b-009 => Checksum BLAKE2s OK for bash205b-010 => Checksum SHA512 OK for bash205b-010 => Checksum BLAKE2s OK for bash205b-011 => Checksum SHA512 OK for bash205b-011 => Checksum BLAKE2s OK for bash205b-012 => Checksum SHA512 OK for bash205b-012 => Checksum BLAKE2s OK for bash205b-013 => Checksum SHA512 OK for bash205b-013 ===> Installing dependencies for bash-2.05.2.13 ========================================================================== The supported build options for bash are: multibyte static The currently selected options are: multibyte You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.bash (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, bash-2.05.2.13. Their current value is shown below: * CURSES_DEFAULT = ncurses Based on these variables, the following variables have been set: * CURSES_TYPE = ncurses * TERMCAP_TYPE = curses You may want to abort the process now with CTRL-C and change the value of variables in the first group before continuing. Be sure to run `/opt/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency bison>=1.0: found bison-3.8.2nb1 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency gettext-lib>=0.22: found gettext-lib-0.22.5 => Full dependency readline>=6.0: found readline-8.2nb2 => Full dependency libiconv>=1.9.1: found libiconv-1.17 => Full dependency ncurses>=5.3nb1: found ncurses-6.5nb1 ===> Overriding tools for bash-2.05.2.13 ===> Extracting for bash-2.05.2.13 ===> Patching for bash-2.05.2.13 => Applying distribution patches for bash-2.05.2.13 => Applying distribution patch bash205b-001 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 2.05b |Patch-ID: bash205b-001 | |Bug-Reported-by: taviso@sdf.lonestar.org |Bug-Reference-ID: <200208021107.g72B723d021352@darkstar.example.net> |Bug-Reference-URL: http://mail.gnu.org/pipermail/bug-bash/2002-August/004980.html | |Bug-Description: | |Bash goes into an infinite loop and eventually crashes with a SIGSEGV |when some keys on the numeric keypad are pressed, possibly in combination |with the shift key. | |Patch: | |*** ../bash-2.05b/lib/readline/bind.c Thu Jan 24 11:15:52 2002 |--- lib/readline/bind.c Wed Jul 31 09:11:18 2002 -------------------------- Patching file lib/readline/bind.c using Plan A... Hunk #1 succeeded at 312. done => Applying distribution patch bash205b-002 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 2.05b |Patch-ID: bash205b-002 | |Bug-Reported-by: rwhron@earthlink.net |Bug-Reference-ID: <20020724000454.GA15210@rushmore> (bug-bash) |Bug-Reference-URL: http://mail.gnu.org/pipermail/bug-bash/2002-July/004856.html | |Bug-Description: | |Repeating an edit in vi-mode with `.' does not work. | |Patch: | |*** ../bash-2.05b/lib/readline/readline.c Wed Mar 13 17:10:46 2002 |--- lib/readline/readline.c Tue Jul 30 17:46:44 2002 -------------------------- Patching file lib/readline/readline.c using Plan A... Hunk #1 succeeded at 685. Hmm... Ignoring the trailing garbage. done => Applying distribution patch bash205b-003 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 2.05b |Patch-ID: bash205b-003 | |Bug-Reported-by: jan.q.bruun-andersen@posten.se |Bug-Reference-ID: |Bug-Reference-URL: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html | |Bug-Description: | |In certain cases, Bash appends a space instead of a slash to a directory |name relative to the current directory when performing command name |completion. This affects partial completion of intermediate directory |names. | |Patch: | |*** ../bash-2.05b/bashline.c Tue May 7 15:52:42 2002 |--- bashline.c Sat Aug 3 11:40:16 2002 -------------------------- Patching file bashline.c using Plan A... Hunk #1 succeeded at 1045. Hunk #2 succeeded at 1056. Hunk #3 succeeded at 1065. done => Applying distribution patch bash205b-004 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 2.05b |Patch-ID: bash205b-004 | |Bug-Reported-by: c.f.a.johnson@rogers.com |Bug-Reference-ID: |Bug-Reference-URL: http://mail.gnu.org/pipermail/bug-bash/2002-August/005074.html | |Bug-Description: | |A bug in the bash variable expansion code causes leading blanks in a |variable's value to be ignored when computing its length. | |Patch: | |*** ../bash-2.05b/subst.c Mon Jun 24 07:59:45 2002 |--- subst.c Sat Aug 17 17:28:46 2002 -------------------------- Patching file subst.c using Plan A... Hunk #1 succeeded at 1639. Hmm... Ignoring the trailing garbage. done => Applying distribution patch bash205b-005 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 2.05b |Patch-ID: bash205b-005 | |Bug-Reported-by: Jim Meyering |Bug-Reference-ID: <87bs6v8iib.fsf@pixie.eng.ascend.com> |Bug-Reference-URL: http://mail.gnu.org/archive/html/bug-bash/2002-09/msg00047.html | |Bug-Description: | |When in a locale with multibyte characters, the readline display updater |will occasionally cause a segmentation fault when attempting to compute |the length of the first multibyte character on the line. | |Patch: | |*** ../bash-2.05b/lib/readline/mbutil.c Tue Jun 4 11:54:29 2002 |--- lib/readline/mbutil.c Mon Aug 5 11:20:39 2002 -------------------------- Patching file lib/readline/mbutil.c using Plan A... Hunk #1 succeeded at 206. Hunk #2 succeeded at 214. Hunk #3 succeeded at 228. Hunk #4 succeeded at 282. done => Applying distribution patch bash205b-006 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 2.05b |Patch-ID: bash205b-006 | |Bug-Reported-by: clowenst@ucsd.edu |Bug-Reference-ID: <156388ec.0212021151.51a48df1@posting.google.com> |Bug-Reference-URL: | |Bug-Description: | |When running in a locale with multibyte characters, the readline display |updater will use carriage returns when drawing the line, overwriting any |partial output already on the screen and not terminated by a newline. | |Patch: | |*** ../bash-2.05b/lib/readline/display.c Tue Jun 4 10:54:47 2002 |--- lib/readline/display.c Fri Sep 13 16:22:57 2002 -------------------------- Patching file lib/readline/display.c using Plan A... Hunk #1 succeeded at 71. Hunk #2 succeeded at 1349. Hunk #3 succeeded at 1511. Hunk #4 succeeded at 1602. Hunk #5 succeeded at 2121. Hunk #6 succeeded at 2197. done => Applying distribution patch bash205b-007 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 2.05b |Patch-ID: bash205b-007 | |Bug-Reported-by: dman@dman.ddts.net |Bug-Reference-ID: <15893.26358.129589.503364@gargle.gargle.HOWL> |Bug-Reference-URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=175127 | |Bug-Description: | |Using the vi editing mode's case-changing commands in a locale with |multibyte characters will cause garbage characters to be inserted into |the editing buffer. | |Patch: | |*** ../bash-2.05b/lib/readline/vi_mode.c Thu May 23 13:27:58 2002 |--- lib/readline/vi_mode.c Tue Feb 4 15:11:07 2003 -------------------------- Patching file lib/readline/vi_mode.c using Plan A... Hunk #1 succeeded at 681. Hunk #2 succeeded at 705. done => Applying distribution patch bash205b-008 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 2.05b |Patch-ID: bash205b-008 | |Bug-Reported-by: Stephane Chazelas |Bug-Reference-ID: |Bug-Reference-URL: | |Bug-Description: | |Under certain circumstances, bash will execute user code while processing the |environment for exported function definitions. | |Patch: | |*** ../bash-2.05b.07/builtins/common.h 2002-05-10 12:25:08.000000000 -0400 |--- builtins/common.h 2014-09-25 10:18:20.000000000 -0400 -------------------------- Patching file builtins/common.h using Plan A... Hunk #1 succeeded at 33. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** ../bash-2.05b.07/builtins/evalstring.c 2002-04-04 13:38:50.000000000 -0500 |--- builtins/evalstring.c 2014-09-25 10:18:20.000000000 -0400 -------------------------- Patching file builtins/evalstring.c using Plan A... Hunk #1 succeeded at 205. Hunk #2 succeeded at 264. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** ../bash-2.05b.07/variables.c 2002-06-25 09:43:33.000000000 -0400 |--- variables.c 2014-09-25 10:18:20.000000000 -0400 -------------------------- Patching file variables.c using Plan A... Hunk #1 succeeded at 270. Hunk #2 succeeded at 282. done => Applying distribution patch bash205b-009 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 2.05b |Patch-ID: bash205b-009 | |Bug-Reported-by: Tavis Ormandy |Bug-Reference-ID: |Bug-Reference-URL: http://twitter.com/taviso/statuses/514887394294652929 | |Bug-Description: | |Under certain circumstances, bash can incorrectly save a lookahead character and |return it on a subsequent call, even when reading a new line. | |Patch: | |*** ../bash-2.05b.08/parse.y 2002-05-21 11:57:30.000000000 -0400 |--- parse.y 2014-09-25 16:46:51.000000000 -0400 -------------------------- Patching file parse.y using Plan A... Hunk #1 succeeded at 2356. done => Applying distribution patch bash205b-010 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 2.05b |Patch-ID: bash205b-010 | |Bug-Reported-by: Florian Weimer |Bug-Reference-ID: |Bug-Reference-URL: | |Bug-Description: | |This patch changes the encoding bash uses for exported functions to avoid |clashes with shell variables and to avoid depending only on an environment |variable's contents to determine whether or not to interpret it as a shell |function. | |Patch: | |*** ../bash-2.05b.09/variables.c 2014-09-25 10:18:20.000000000 -0400 |--- variables.c 2014-09-27 21:03:53.000000000 -0400 -------------------------- Patching file variables.c using Plan A... Hunk #1 succeeded at 70. Hunk #2 succeeded at 209. Hunk #3 succeeded at 266. Hunk #4 succeeded at 297. Hunk #5 succeeded at 1943. Hunk #6 succeeded at 2701. Hunk #7 succeeded at 2811. done => Applying distribution patch bash205b-011 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 2.05b |Patch-ID: bash205b-011 | |Bug-Reported-by: Florian Weimer |Bug-Reference-ID: |Bug-Reference-URL: | |Bug-Description: | |There are two local buffer overflows in parse.y that can cause the shell |to dump core when given many here-documents attached to a single command |or many nested loops. | |Patch: | |*** ../bash-2.05b.10/parse.y 2014-09-25 16:46:51.000000000 -0400 |--- parse.y 2014-09-30 20:11:38.000000000 -0400 -------------------------- Patching file parse.y using Plan A... Hunk #1 succeeded at 162. Hunk #2 succeeded at 252. Hunk #3 succeeded at 410. Hunk #4 succeeded at 416. Hunk #5 succeeded at 473. Hunk #6 succeeded at 480. Hunk #7 succeeded at 2095. done => Applying distribution patch bash205b-012 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 2.05b |Patch-ID: bash205b-012 | |Bug-Reported-by: Michal Zalewski |Bug-Reference-ID: |Bug-Reference-URL: | |Bug-Description: | |When bash is parsing a function definition that contains a here-document |delimited by end-of-file (or end-of-string), it leaves the closing delimiter |uninitialized. This can result in an invalid memory access when the parsed |function is later copied. | |Patch: | |*** ../bash-2.05b.11/make_cmd.c 2002-05-06 13:37:02.000000000 -0400 |--- make_cmd.c 2014-10-02 11:58:30.000000000 -0400 -------------------------- Patching file make_cmd.c using Plan A... Hunk #1 succeeded at 650. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** ../bash-2.05b.11/copy_cmd.c 2002-03-12 14:41:03.000000000 -0500 |--- copy_cmd.c 2014-10-02 11:58:30.000000000 -0400 -------------------------- Patching file copy_cmd.c using Plan A... Hunk #1 succeeded at 118. done => Applying distribution patch bash205b-013 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 2.05b |Patch-ID: bash205b-013 | |Bug-Reported-by: Michal Zalewski |Bug-Reference-ID: |Bug-Reference-URL: | |Bug-Description: | |A combination of nested command substitutions and function importing from |the environment can cause bash to execute code appearing in the environment |variable value following the function definition. | |Patch: | |*** ../bash-2.05b.12/builtins/evalstring.c 2014-09-25 10:18:20.000000000 -0400 |--- builtins/evalstring.c 2014-10-04 16:33:35.000000000 -0400 -------------------------- Patching file builtins/evalstring.c using Plan A... Hunk #1 succeeded at 205. Hunk #2 succeeded at 279. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** ../bash-2.05b.12/parse.y 2014-09-30 20:11:38.000000000 -0400 |--- parse.y 2014-10-04 16:28:49.000000000 -0400 -------------------------- Patching file parse.y using Plan A... Hunk #1 succeeded at 1993. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** ../bash-2.05b.12/shell.h 2002-03-07 16:59:10.000000000 -0500 |--- shell.h 2014-10-04 16:28:49.000000000 -0400 -------------------------- Patching file shell.h using Plan A... Hunk #1 succeeded at 120. done => Applying pkgsrc patches for bash-2.05.2.13 => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-aa => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.11 2004/06/22 14:05:39 minskim Exp $ | |--- config-bot.h.orig Tue Apr 16 23:01:03 2002 |+++ config-bot.h Tue Dec 17 15:34:52 2002 -------------------------- Patching file config-bot.h using Plan A... Hunk #1 succeeded at 107. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ab => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ab,v 1.9 2002/11/25 04:18:47 schmonz Exp $ | |--- Makefile.in.orig Fri Nov 22 22:01:47 2002 |+++ Makefile.in -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 643. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ac => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ac,v 1.9 2004/06/22 14:05:39 minskim Exp $ | |--- include/shmbutil.h.orig Mon May 6 19:58:39 2002 |+++ include/shmbutil.h Tue Dec 17 15:27:20 2002 -------------------------- Patching file include/shmbutil.h using Plan A... Hunk #1 succeeded at 33. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ad => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ad Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ad,v 1.5 2004/06/22 14:05:39 minskim Exp $ | |--- lib/readline/rlmbutil.h.orig Thu Dec 20 15:54:38 2001 |+++ lib/readline/rlmbutil.h Tue Dec 17 15:35:45 2002 -------------------------- Patching file lib/readline/rlmbutil.h using Plan A... Hunk #1 succeeded at 35. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ae => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ae Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ae,v 1.6 2002/11/25 04:18:48 schmonz Exp $ | |--- builtins/enable.def.orig Fri Nov 22 22:16:40 2002 |+++ builtins/enable.def -------------------------- Patching file builtins/enable.def using Plan A... Hunk #1 succeeded at 314. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-af => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-af Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-af,v 1.1 2004/05/12 20:56:14 jschauma Exp $ | |--- ./lib/malloc/malloc.c.orig Wed May 12 16:07:37 2004 |+++ ./lib/malloc/malloc.c Wed May 12 16:20:47 2004 -------------------------- Patching file ./lib/malloc/malloc.c using Plan A... Hunk #1 succeeded at 880. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ag => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ag Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ag,v 1.1 2004/05/17 22:29:30 jschauma Exp $ | |--- builtins/Makefile.in.orig Sun May 16 22:52:52 2004 |+++ builtins/Makefile.in Sun May 16 22:53:31 2004 -------------------------- Patching file builtins/Makefile.in using Plan A... Hunk #1 succeeded at 20. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ah => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ah Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ah,v 1.1 2004/06/22 14:05:39 minskim Exp $ | |--- configure.orig 2002-07-16 08:31:47.000000000 -0500 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 10752. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ai => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ai Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ai,v 1.1 2004/06/22 14:05:39 minskim Exp $ | |--- config.h.in.orig 2004-06-21 09:46:10.000000000 -0500 |+++ config.h.in -------------------------- Patching file config.h.in using Plan A... Hunk #1 succeeded at 221. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-aj => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-aj Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aj,v 1.1 2004/06/22 14:05:39 minskim Exp $ | |--- configure.in.orig 2002-07-16 08:31:25.000000000 -0500 |+++ configure.in -------------------------- Patching file configure.in using Plan A... Hunk #1 succeeded at 678. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ak => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-ak Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ak,v 1.1 2005/12/19 00:28:02 joerg Exp $ | |--- builtins/psize.c.orig 2005-12-19 00:17:40.000000000 +0000 |+++ builtins/psize.c -------------------------- Patching file builtins/psize.c using Plan A... Hunk #1 succeeded at 40. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-shell.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-shell.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-shell.c,v 1.1 2014/09/27 03:00:06 christos Exp $ | |Add flag to disable importing of function unless explicitly enabled | |--- shell.c.orig 2002-07-01 11:27:11.000000000 -0400 |+++ shell.c 2014-09-26 22:52:27.000000000 -0400 -------------------------- Patching file shell.c using Plan A... Hunk #1 succeeded at 197. Hunk #2 succeeded at 214. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-variables.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2/patches/patch-variables.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-variables.c,v 1.2 2014/09/30 18:27:40 christos Exp $ | |Only read functions from environment if flag is set. | |--- variables.c.orig 2014-09-30 14:22:56.000000000 -0400 |+++ variables.c 2014-09-30 14:23:31.000000000 -0400 -------------------------- Patching file variables.c using Plan A... Hunk #1 succeeded at 87. Hunk #2 succeeded at 266. done ===> Creating toolchain wrappers for bash-2.05.2.13 ===> Configuring for bash-2.05.2.13 => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Checking for portability problems in extracted files checking build system type... x86_64-sun-solaris2.11 checking host system type... x86_64-sun-solaris2.11 Beginning configuration for bash-2.05b-release for x86_64-sun-solaris2.11 checking for x86_64-sun-solaris2.11-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 executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for POSIXized ISC... no checking how to run the C preprocessor... gcc -E 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... no checking for _LARGE_FILES value needed for large files... no checking whether gcc needs -traditional... no checking for tgetent in -ltermcap... yes checking which library has the termcap functions... using libtermcap checking version of installed readline library... configure: WARNING: Could not test version of installed readline library. configure: WARNING: installed readline library is too old to be linked with bash configure: WARNING: using private bash version checking for a BSD compatible install... /opt/pkg/bin/bsdinstall -c -o pbulk -g pbulk checking for ar... ar checking for x86_64-sun-solaris2.11-ranlib... no checking for ranlib... ranlib checking for bison... /opt/pkg/bin/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 long double... yes checking for function prototypes... yes checking for ANSI C header files... no 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 whether char is unsigned... no checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking whether time.h and sys/time.h may both be included... yes checking for inttypes.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdarg.h... yes checking for varargs.h... no checking for limits.h... yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for locale.h... yes checking for termcap.h... yes checking for termio.h... yes checking for termios.h... yes checking for dlfcn.h... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for netdb.h... yes checking for grp.h... yes checking for strings.h... (cached) yes checking for sys/ptem.h... yes checking for sys/pte.h... yes checking for sys/stream.h... yes checking for sys/select.h... yes checking for sys/file.h... yes checking for sys/resource.h... yes checking for sys/param.h... yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for sys/times.h... yes checking for sys/wait.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking for working alloca.h... yes checking for alloca... yes checking whether getpgrp takes no argument... yes checking whether setvbuf arguments are reversed... no checking for vprintf... yes checking for _doprnt... yes checking for working strcoll... yes checking return type of signal handlers... void checking for __setostype... no checking for wait3... yes checking for isinf... no checking for mkfifo... yes checking for dup2... yes checking for select... yes checking for getdtablesize... yes checking for getgroups... yes checking for gethostname... yes checking for setdtablesize... no checking for getpagesize... yes checking for killpg... yes checking for lstat... yes checking for getpeername... no checking for sbrk... yes checking for getrlimit... yes checking for getrusage... yes checking for gettimeofday... yes checking for waitpid... yes checking for tcgetpgrp... yes checking for readlink... yes checking for rename... yes checking for bcopy... yes checking for bzero... yes checking for confstr... yes checking for sysconf... yes checking for pathconf... yes checking for setenv... yes checking for putenv... yes checking for unsetenv... yes checking for setlinebuf... yes checking for setvbuf... yes checking for setlocale... yes checking for strchr... yes checking for tcgetattr... yes checking for uname... yes checking for ulimit... yes checking for tzset... yes checking for siginterrupt... yes checking for memmove... yes checking for ttyname... yes checking for times... yes checking for getaddrinfo... no checking for gethostbyname... no checking for getservbyname... no checking for getservent... no checking for inet_aton... yes checking for vsnprintf... yes checking for snprintf... yes checking for vasprintf... yes checking for asprintf... yes checking for fnmatch... 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 getcwd... yes checking for strcasecmp... yes checking for strerror... yes checking for strftime... yes checking for strpbrk... yes checking for memset... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for strtoll... yes checking for strtoull... yes checking for strtoimax... yes checking for strtoumax... yes checking whether confstr is declared... no 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 declaration of strtoimax... yes checking for declaration of strtol... no checking for declaration of strtoll... no checking for declaration of strtoul... no checking for declaration of strtoull... no 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... no checking for libintl.h... yes checking for gettext... yes checking for textdomain... yes checking for bindtextdomain... yes checking for wctype.h... yes checking for wchar.h... yes checking for langinfo.h... yes checking for mbsrtowcs... yes checking for wcwidth... 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... no checking for getpeername in -lsocket... yes checking for t_open in -lnsl... yes checking for gethostbyname in socket library... yes checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... int checking for off_t... 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... 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... 8 checking for char *... yes checking size of char *... 8 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 wctype_t... 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 if dup2 fails to clear the close-on-exec flag... no checking whether pgrps need synchronization... yes checking for type of signal functions... posix checking for sys_errlist and sys_nerr... yes checking for sys_siglist in system C library... no checking for _sys_siglist in signal.h or unistd.h... yes checking for _sys_siglist in system C library... no checking whether signal handlers are of type void... yes checking for clock_t... yes checking for sigset_t... yes checking for 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... no checking for struct termio.c_line... yes checking if struct dirent has a d_ino member... yes checking if struct dirent has a d_fileno member... no checking for struct winsize in sys/ioctl.h and termios.h... termios.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... no checking for tzname... no checking for the existence of strsignal... no checking if opendir() opens non-directories... no checking whether ulimit can substitute for getdtablesize... no checking to see if getenv can be redefined... no checking if getcwd() calls popen()... yes checking for presence of POSIX-style sigsetjmp/siglongjmp... missing 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... no checking if signal handlers must be reinstalled when invoked... yes checking for presence of necessary job control definitions... missing checking for presence of named pipes... missing checking POSIX termios... yes checking whether termios.h defines TIOCGWINSZ... yes checking for TIOCSTAT in sys/ioctl.h... no checking for FIONREAD in sys/ioctl.h... 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 which library has the termcap functions... (cached) 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/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 examples/loadables/Makefile config.status: creating examples/loadables/perl/Makefile config.status: creating config.h