From owner-freebsd-ports@FreeBSD.ORG Thu Mar 12 10:30:01 2009 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 120C0106564A; Thu, 12 Mar 2009 10:30:01 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-190.zrh-01.ch.sixxs.net [IPv6:2001:41e0:ff00:bd::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8AA088FC29; Thu, 12 Mar 2009 10:30:00 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from wiggles.bluenet.ch (localhost.critical.ch [IPv6:::1]) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with SMTP id n2CATwpv092752; Thu, 12 Mar 2009 11:29:59 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Thu, 12 Mar 2009 11:29:58 +0100 From: Emanuel Haupt To: andrew clarke Message-Id: <20090312112958.4d0cac92.ehaupt@FreeBSD.org> In-Reply-To: <20090312073556.GA39778@ozzmosis.com> References: <20090311210322.GA17971@ozzmosis.com> <20090312073556.GA39778@ozzmosis.com> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.14.7; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.94.2/9099/Thu Mar 12 09:28:12 2009 on milkyway.critical.ch X-Virus-Status: Clean Cc: obrien@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: shells/bash-4.0 port horribly broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2009 10:30:01 -0000 > > $ sudo make > > ===> Vulnerability check disabled, database not found > > => bash-4.tar.gz is not in /usr/ports/shells/bash/distinfo. > > => Either /usr/ports/shells/bash/distinfo is out of date, or > > => bash-4.tar.gz is spelled incorrectly. > > *** Error code 1 > > > > Stop in /usr/ports/shells/bash. > > Update: After a recent ports tree update bash now builds correctly > here. The update still remains broken: [fooman@portjail ~]$ pkg_info bash-static-4.0.10_1 The GNU Project's Bourne Again SHell [root@portjail ~]$ set -x [root@portjail ~]$ echo $(uname) -bash: command substitution: line 25: syntax error near unexpected token `)' -bash: command substitution: line 25: `uname)' [root@portjail ~]$ echo $(uptime) -bash: command substitution: line 26: syntax error near unexpected token `)' -bash: command substitution: line 26: `uptime)' [root@portjail ~]$ echo $(ls) -bash: command substitution: line 27: syntax error near unexpected token `)' -bash: command substitution: line 27: `ls)' however, backticks work: [root@portjail ~]$ echo `uname` ++ uname + echo FreeBSD FreeBSD Also, shells/bash now conflicts with shells/bash-completion which it shouldn't. Emanuel -- GnuPG key id: 0x90215DB9 Download: http://pgp.mit.edu:11371 Key fingerprint: 741B C70F 100B F360 0B52 E92D 5F01 7A86 9021 5DB9