Subject: Re: pkgsrc locking is still broken!
To: Joerg Sonnenberger <joerg@britannica.bec.de>
From: Raymond Meyer <raymond.meyer@rambler.ru>
List: pkgsrc-users
Date: 05/10/2007 14:52:09
On Thu, 10 May 2007 15:43:46 +0200
Joerg Sonnenberger <joerg@britannica.bec.de> wrote:

> On Thu, May 10, 2007 at 02:13:17PM +0100, Raymond Meyer wrote:
> > Below is an example of what happens on Sparc Solaris when two processes try
> > to build the same package. One process tries to acquire a lock which is
> > held by another process, then it exits with an error. What is going on
> > here??
> 
> Are you using clean as part of the DEPENDS_TARGET or so?
> 
> Joerg

What does that mean? In my mk.conf I've got

PKGSRC_LOCKTYPE=sleep
PKGSRC_SLEEPSECS=8
OBJHOSTNAME=yes
DEPENDS_TARGET=package

do I need to append 'clean' to DEPENDS_TARGET?