From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 17 11:02:31 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 7454E16A41F for ; Thu, 17 Nov 2005 11:02:31 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE69D43D49 for ; Thu, 17 Nov 2005 11:02:30 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so422298wxc for ; Thu, 17 Nov 2005 03:02:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=roRlJb7Daf4vd1e8dZJI+r53ETnS4/NgyBUetH2V9UIeELmfgIqlx4DVvC33ztkGYf02/nQGZkn8t8Azb5HgjPz9BYYQtUxBRZGizPZ40zJdTv7jX4Yiuo99wZBoPHBVolJFE0pZhyQFwGBqamvOpJHpku+dhh7XFZexfA5rmEA= Received: by 10.70.37.13 with SMTP id k13mr4753916wxk; Thu, 17 Nov 2005 03:02:29 -0800 (PST) Received: by 10.70.32.20 with HTTP; Thu, 17 Nov 2005 03:02:29 -0800 (PST) Message-ID: <27dbfc8c0511170302v407fb4fbvd83d02b244b20bc0@mail.gmail.com> Date: Thu, 17 Nov 2005 12:02:29 +0100 From: Valerio daelli To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 11:02:31 -0000 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 error= : ---------------------------------------------------------------------------= ---------------------------------------------------------------------------= ---------------------------------------- peter# make CONFIGURE_ARGS=3D"--without-bash-malloc --disable-rpath --enable-disabled-builtins --enable-static-link --disable-nls" =3D=3D=3D> bash-3.0.16_1 depends on shared library: intl - not found =3D=3D=3D> Verifying install for intl in /usr/ports/devel/gettext =3D=3D=3D> gettext-0.14.5 depends on file: /usr/local/bin/libtool15 - not f= ound =3D=3D=3D> Verifying install for /usr/local/bin/libtool15 in /usr/ports/devel/libtool15 =3D=3D=3D> Returning to build of gettext-0.14.5 =3D=3D=3D> gettext-0.14.5 depends on shared library: iconv.3 - not found =3D=3D=3D> Verifying install for iconv.3 in /usr/ports/converters/libiconv =3D=3D=3D> Building for libiconv-1.9.2_1 builddir=3D"`pwd`"; cd libcharset && make all && make install-lib libdir=3D"$builddir/lib" includedir=3D"$builddir/lib" cd lib && make all /bin/sh /usr/local/bin/libtool15 --mode=3Dcompile cc -I. -I. -I.. -I./.. -I../include -O -pipe -march=3Dopteron -DLIBDIR=3D\"/usr/local/lib\" -DENABLE_RELOCATABLE=3D1 -DIN_LIBRARY -DINSTALLDIR=3D\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=3Dlibcharset_set_relocation_prefix -Drelocate=3Dlibcharset_relocate -DHAVE_CONFIG_H -DLIBDIR=3D\"/usr/local/libdata\" -c ./localcharset.c /usr/local/bin/libtool15: Can't open /usr/local/bin/libtool15: No such file or directory *** Error code 2 Stop in /usr/ports/converters/libiconv/work/libiconv-1.9.2/libcharset/lib. *** Error code 1 Stop in /usr/ports/converters/libiconv/work/libiconv-1.9.2/libcharset. *** Error code 1 Stop in /usr/ports/converters/libiconv/work/libiconv-1.9.2. *** Error code 1 Stop in /usr/ports/converters/libiconv. *** Error code 1 Stop in /usr/ports/devel/gettext. *** Error code 1 Stop in /usr/ports/shells/bash. ---------------------------------------------------------------------------= ---------------------------------------------------------------------------= ---------------------------------------- which I circumvent installing by hand libtool15 and gettext. Should I open a PR on this? Thanks Valerio Daelli