Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Mar 2014 18:29:18 +0100
From:      John Marino <freebsd.contact@marino.st>
To:        hiren panchasara <hiren.panchasara@gmail.com>,  ports <freebsd-ports@freebsd.org>, "Schweigert, Udo" <udo.schweigert@siemens.com>
Subject:   Re: mutt failing to build on current
Message-ID:  <5314BBEE.8040200@marino.st>
In-Reply-To: <CALCpEUHi6EZ=%2BxZbtmL4syiHukAJw5ULDHBkQtC8%2BjfviyizDQ@mail.gmail.com>
References:  <CALCpEUHXy0yKk-cYyxbn0eZxH1gnf3D3Hfqniqz0-RkGOdW0OA@mail.gmail.com> <CALCpEUHi6EZ=%2BxZbtmL4syiHukAJw5ULDHBkQtC8%2BjfviyizDQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3/3/2014 18:21, hiren panchasara wrote:
> On Sun, Mar 2, 2014 at 11:49 PM, hiren panchasara
> <hiren.panchasara@gmail.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5314BBEE.8040200>