mutt failing to build on current

John Marino freebsd.contact at marino.st
Mon Mar 3 17:29:46 UTC 2014


On 3/3/2014 18:21, hiren panchasara wrote:
> On Sun, Mar 2, 2014 at 11:49 PM, hiren panchasara
> <hiren.panchasara at 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


More information about the freebsd-ports mailing list