From owner-freebsd-ports@FreeBSD.ORG Mon Mar 3 17:29:46 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F0E6D4B for ; Mon, 3 Mar 2014 17:29:46 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 173781EE for ; Mon, 3 Mar 2014 17:29:45 +0000 (UTC) Received: from [10.31.9.243] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 6430843B4E; Mon, 3 Mar 2014 11:29:33 -0600 (CST) Message-ID: <5314BBEE.8040200@marino.st> Date: Mon, 03 Mar 2014 18:29:18 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: hiren panchasara , ports , "Schweigert, Udo" Subject: Re: mutt failing to build on current References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 17:29:46 -0000 On 3/3/2014 18:21, hiren panchasara wrote: > On Sun, Mar 2, 2014 at 11:49 PM, hiren panchasara > wrote: >> Poudriere failed to build mutt for me and here is the error log: >> >> http://bpaste.net/show/184460/ >> >> I have today's current and up-to-date ports tree. >> >> Please let me know if I can provide more info. > > Logs say: > configure: error: C compiler cannot create executables - what does it mean? > > Attaching config.log also: http://bpaste.net/show/184663/ > > Any help is appreciated. > The actual error is that "-rpath=/usr/local/lib:/usr/lib" is passed instead of "-Wl,-rpath=/usr/local/lib:/usr/lib". caused by: c_cv_env_LDFLAGS_value=' -L/usr/local/lib -rpath=/usr/local/lib:/usr/lib -ltinfow -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/lib:/usr/local/lib' The second rpath is correct. I don't know where LDFLAGS is getting set, probably the vendor makefile. John