Subject: Re: pkgsrc NetBSD 1.6.2/i386 bulk build results 2005-01-12
To: None <jlam@NetBSD.org>
From: Krister Walfridsson <cato@df.lth.se>
List: pkgsrc-bulk
Date: 01/16/2005 00:56:45
Johnny,
On Sat, 15 Jan 2005, Krister Walfridsson wrote:
> On Thu, 13 Jan 2005, Thomas Klausner wrote:
>> On Thu, Jan 13, 2005 at 12:50:42AM +0100, Krister Walfridsson wrote:
>>> pkgsrc bulk build results
>>> NetBSD 1.6.2/i386
>>>
>>> Summary:
>>>
>>> Build started: Mon Jan 10 17:48:23 2005 UTC
>>> Build ended: Wed Jan 12 23:13:07 2005 UTC
>>
>> Lots of emacs breakage. Why does emacs dump core?
>
> I have looked some at these failures [*], and have tracked it down
> to graphics/tiff. Using tiff-3.6.1nb6 works fine, but tiff-3.7.1
> makes it dump core.
>
> I have not had the time to determine why...
libtiff.la is still built using $(CXXLINK). Is that intended?
Changing that to $(LINK) makes emacs work again...
/Krister