From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 17 13:35:11 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BC6E16A41F for ; Thu, 17 Nov 2005 13:35:11 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BBDB43D6D for ; Thu, 17 Nov 2005 13:35:07 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1915281nzo for ; Thu, 17 Nov 2005 05:35:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fm+EriRy1y40I8Cz81zMkQTRRtzE+P0zW+zzt4SugTnMbpFow7jeJvmlwxUt0keClIBsrVrT5iC0PWxwC6hb3Fb6ytGDVpCMRcWdXFz1Vb6f0GaavzOBXnsrDrtMmeU4kJj64MWRJjDLXO9R39bdR9dadRGzHyiDIlic1mpknB4= Received: by 10.37.12.41 with SMTP id p41mr6615600nzi; Thu, 17 Nov 2005 05:35:07 -0800 (PST) Received: by 10.37.20.33 with HTTP; Thu, 17 Nov 2005 05:35:07 -0800 (PST) Message-ID: Date: Thu, 17 Nov 2005 16:35:07 +0300 From: "Andrew P." To: Valerio daelli In-Reply-To: <27dbfc8c0511170302v407fb4fbvd83d02b244b20bc0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <27dbfc8c0511170302v407fb4fbvd83d02b244b20bc0@mail.gmail.com> Cc: freebsd-amd64@freebsd.org Subject: Re: Problem with bash ports on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2005 13:35:11 -0000 On 11/17/05, Valerio daelli wrote: > Hello everybody > I am trying to install a bash on a FreeBSD 5.4 amd64. > I cvsupped the sources and ports and just recompiled everything. > When I go to /usr/ports/shells/bash and try to compile it, I get this err= or: > > > > which I circumvent installing by hand libtool15 and gettext. > Should I open a PR on this? Just repeat your mail to ports@ and cc it to the port's maintainer. Ports PR's without fixes are not very welcome. Still if nobody answers your complaint, file a PR - or better yet, provide a fix (I think something like USE_LIBTOOL, but it requires some attention). Thanks