Path: csiph.com!xmission!news.glorb.com!usenet.stanford.edu!not-for-mail From: aixtools Newsgroups: gnu.bash.bug Subject: Re: Bash-4.4-beta available for FTP Date: Thu, 22 Oct 2015 21:47:25 +0200 Lines: 19 Approved: bug-bash@gnu.org Message-ID: References: <151015142322.AA02893.SM@caleb.ins.cwru.edu> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: usenet.stanford.edu 1445543252 5980 208.118.235.17 (22 Oct 2015 19:47:32 GMT) X-Complaints-To: action@cs.stanford.edu Cc: coordinator@translationproject.org, bug-bash@gnu.org To: chet.ramey@case.edu Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=QHiFRcIeLy+RFFLQ//qJQ8F/VcDeC7QmPd2rZlqy9yo=; b=l3vH6ELOiP9SoSBpjqQXHs86gpmrWeOoNziVp+Lw1ebBPhOSLZg6k0/gooWr4XRk1U Kgzzzzi/RCNC3nu7CfDo9QVFuug7MXrAefOU6/QLATF9refUaCk1TdOQSPS+ERdY+ek2 otDfxUEjVgDnKqxn3WC7AhrQhdV8piWqFBCfKbsCCjw8Zv9WHXoLmcBXRLfYe21qIuek wqf+0DAL54BHy3oG0lkN+/iit3HMifL1R3e3AyOZgA75UtYls2tkeM1P0DBMzEO2DdiR 18Bq7lcX9PwmDp842UXq02To6MguLQ1WocfuuawWhG8J4v2ECxCoja8I5gtMDSFtQWjl ElWQ== X-Received: by 10.194.142.45 with SMTP id rt13mr243199wjb.45.1445543246178; Thu, 22 Oct 2015 12:47:26 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 In-Reply-To: <151015142322.AA02893.SM@caleb.ins.cwru.edu> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22e X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:11748 On 2015-10-15 16:23, Chet Ramey wrote: > The first beta release of bash-4.4 is now available with the URL > > ftp://ftp.cwru.edu/pub/bash/bash-4.4-beta.tar.gz > > First attempt at build on AIX configure warns that bison is not available - good. configure finishes - good make fails immediately because yacc is not installed - not good make distclean; ./configure; ./make fails - need to reinstall tarball, so make distclean cleans up something ./configure does not prepare. Will continue to research and post more asap.