From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 07:43:47 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94A2F106564A for ; Sun, 23 Oct 2011 07:43:47 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 016EB8FC16 for ; Sun, 23 Oct 2011 07:43:46 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p9N7hcVO087146 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 23 Oct 2011 08:43:39 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: OpenDKIM Filter v2.4.1 smtp.infracaninophile.co.uk p9N7hcVO087146 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1319355819; bh=mfNMwRwEq7n1NEX2qQ1Kvgeszz3SzTZVf1BEnWjvT9M=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type; b=DK0bMp8YhKhJIIxJidEECRLEDhVzQVkd+s3/WJLLaAU+1jizbbwiplEWMtWgI1zSw XY0jqfiAeSIc74BieLsa5VFrz6sfCokn8OC0czhRlzKmeyMYpdto4UKv2zjcFSdHSj iJdq+qxG1PwJ8/HnBdtu5TsVGGxVmcxq1er873Jk= Message-ID: <4EA3C5A1.2080803@infracaninophile.co.uk> Date: Sun, 23 Oct 2011 08:43:29 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: John Levine References: <20111023071127.65536.qmail@joyce.lan> In-Reply-To: <20111023071127.65536.qmail@joyce.lan> X-Enigmail-Version: 1.3.2 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig7EE5D84AFB96E32E7D4BBB97" X-Virus-Scanned: clamav-milter 0.97.3 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: Updating emacs fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 07:43:47 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig7EE5D84AFB96E32E7D4BBB97 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 23/10/2011 08:11, John Levine wrote: >> anything useful that might help you to fix the problem. We'd need to = see >> >> * Your choice of options for the port (ie. 'make showconfig' output)= >> >> * A complete build log showing the problem occurring. (ie 'make >> clean build' output) >> >> * The config.log from $WRKSRC showing what autoconf did. >=20 > I put them at http://www.taugh.com/emacsbuild.txt >=20 > R's, > John Hmmm... your configure says: checking for tparm in -lncurses... no but that's not correct. libncurses should certainly contain that symbol. I get a 'yes' there on my stable/8 machine. As -lncurses is part of your LDFLAGS ... hmmm... do you have libncurses on your system anywhere other than in /lib ? Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enig7EE5D84AFB96E32E7D4BBB97 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6jxaoACgkQ8Mjk52CukIzBGgCeLjVFYhX5oMvOFwOQ9/JEFb2d nwYAnRW7638sQq4GO03zdaJddiyqmYMi =YUyh -----END PGP SIGNATURE----- --------------enig7EE5D84AFB96E32E7D4BBB97--