pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/26887



The following reply was made to PR pkg/26887; it has been noted by GNATS.

From: Gavan Fantom <gavan%coolfactor.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: jmmv%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, 
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/26887
Date: Sun, 08 Oct 2006 16:32:10 +0100

 Jeremy C. Reed wrote:
 >  In regards to print-PLIST's find happening in same second as the 
 >  extract-cookie is made ...
 >  
 >  Would just adding a sleep 1 to the top of the print-PLIST: target in 
 >  mk/plist/print-plist.mk work for you?
 
 I don't think so. The issue is that print-plist does a find for files
 which are newer than the extract cookie. Therefore, the sleep 1 would
 have to be in the install target, to make sure that time passes between
 the extract and install phases. Obviously, adding dead time to every
 package build ever would be a bad idea.
 
 >  I am curious: How do you use "make print-PLIST" so that it runs at same 
 >  time as the the extract target?
 
 Run the regression test on a fast machine. The extract is small, the
 build phase is small and the install phase is small, and on a fast
 machine, can sometimes complete the run within one unit of time.
 
 -- 
 Gillette - the best a man can forget
 



Home | Main Index | Thread Index | Old Index