Subject: Re: ath build release problem
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 04/14/2004 14:45:35
On Tue, Apr 13, 2004 at 02:10:12PM +0100, Patrick Welche wrote:
> On Thu, Apr 08, 2004 at 10:10:09PM +0400, Alexander Yurchenko wrote:
> > Remove your obj dir first.
> 
> Now I get:
> 
> --- install-ssh-askpass ---
> nbinstall: SshAskpass.ad: stat: No such file or directory
> *** [/destdir/i386/usr/X11R6/share/examples/ssh-askpass/SshAskpass-default.ad] E
> rror code 1
> 1 error
> 
> nbmake: stopped in /usr/src/x11/bin/ssh-askpass
> *** [install-ssh-askpass] Error code 2
> 
> Trying again..

.. and the answer was "don't use -j 6" which suggests that even the
work around in x11/bin/ssh-askpass/Makefile might not quite suffice:

# XXX:  We use the following two lines instead of just having
# XXX:          FILES+= SshAskpass-default.ad
# XXX:  because of an obscure bug with "make -j" where it doesn't find
# XXX:  SshAskpass-default.ad in the .PATH correctly, probably because
# XXX:  of the rule created for it from BUILDSYMLINKS by <bsd.files.mk>.
# XXX:  This is not the correct long-term solution.

Cheers,

Patrick