Subject: Re: pkgsrc NetBSD 2.0_BETA/i386 bulk build results 2004-09-27
To: None <pkgsrc-bulk@NetBSD.org>
From: Matthias Scheler <tron@NetBSD.org>
List: pkgsrc-bulk
Date: 09/28/2004 17:35:46
On Tue, Sep 28, 2004 at 05:33:25PM +0200, Lubomir Sedlacik wrote:
> > Further investigations turned out that the problem is not related to
> > NetBSD 2.0_BETA's "sed". The "Makefile" included in "fxtv"
> > distribution adds the extra commas itself which I've fixed a minute
> > ago. I just don't understand why that never caused problems before.
> new wrapper framework?

That sounds like a possible candidate. An expert on the wrapper framework
probably should take a look. The problem was that "fxtv" used ..

-Wl,-L,<dir> -Wl,-R,<dir>
      ^         ^

... instead of ...

-Wl,-L<dir> -Wl,-R<dir>

which somehow broke the build.
      
	Kind regards

-- 
Matthias Scheler                                  http://scheler.de/~matthias/