From: "Laurynas Biveinis" Date: Wed, 27 Jun 2001 19:57:28 +0200 To: djgpp-workers AT delorie DOT com Subject: Re: bash 2.04 build failure? Message-ID: <20010627195728.A204@lauras.lt> Mail-Followup-To: djgpp-workers AT delorie DOT com References: <3395-Wed20Jun2001200621+0300-eliz AT is DOT elta DOT co DOT il> <3B3890D8 DOT 12023 DOT 1A6E91 AT localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3B3890D8.12023.1A6E91@localhost> User-Agent: Mutt/1.3.18i Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, Jun 26, 2001 at 01:40:40PM -0400, Mark E. wrote: > I've uploaded the source to bash 2.05. You can get download it from > http://members.nbci.com/snowball3/djgpp/bsh205s.zip. It only works with a > recent libc.a built from cvs. Have fun. Thanks! It built flawlessly, but here starts the real fun: I see various failures all over the place. Something is very, very wrong with it, either at my or your side. 1) make check after building bash: Testing /dev/c/djgpp/gnu/bash-2.05/djbuild/bash.exe version: 2.05.0(1)-release versinfo: 2 05 0 1 release i386-pc-msdosdjgpp HOSTTYPE = i386 OSTYPE = msdosdjgpp MACHTYPE = i386-pc-msdosdjgpp run-all: rm: command not found Any output from any test, unless otherwise noted, indicates a possible anomaly run-arith run-all: sh: command not found run-array run-all: sh: command not found run-braces run-all: sh: command not found run-builtins run-all: sh: command not found run-cond run-all: sh: command not found run-cprint run-all: sh: command not found run-dirstack run-all: sh: command not found run-dollars run-all: sh: command not found run-errors run-all: sh: command not found run-execscript run-all: sh: command not found run-exp-tests run-all: sh: command not found run-extglob run-all: sh: command not found run-func run-all: sh: command not found run-getopts run-all: sh: command not found run-glob-test run-all: sh: command not found run-heredoc run-all: sh: command not found run-history run-all: sh: command not found run-ifs-tests run-all: sh: command not found run-input-test run-all: sh: command not found run-invert run-all: sh: command not found run-jobs run-all: sh: command not found run-more-exp run-all: sh: command not found run-new-exp run-all: sh: command not found run-nquote run-all: sh: command not found run-posixpat run-all: sh: command not found run-precedence run-all: sh: command not found run-printf run-all: sh: command not found run-quote run-all: sh: command not found run-read run-all: sh: command not found run-redir run-all: sh: command not found run-rhs-exp run-all: sh: command not found run-rsh run-all: sh: command not found run-set-e run-all: sh: command not found run-shopt run-all: sh: command not found run-strip run-all: sh: command not found run-test run-all: sh: command not found run-tilde run-all: sh: command not found run-trap run-all: sh: command not found run-type run-all: sh: command not found run-varenv run-all: sh: command not found 2) Simpler case. Consider this: C:\>emacs [...emacs starts, all ok... C-x C-c...] C:\>sh sh-2.05$ emacs emacs: Cannot open termcap database file Maybe something is wrong with my environment settings? Do you need any additional info?