NetBSD-Bugs archive

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

Re: toolchain/42497: [dM] Two more build timestamp issues



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

From: der Mouse <mouse%Rodents-Montreal.ORG@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: toolchain/42497: [dM] Two more build timestamp issues
Date: Mon, 28 Dec 2009 09:53:43 -0500 (EST)

 I've added options to touch(1) to make it easy to test this sort of
 thing by randomizing the order of files' timestamps with a pipeline
 like
 
 find /usr/src -type f -print | shuffle -f - | touch -i -d -5 -
 
 (though I actually saved find's output, and inserted a tee between
 shuffle and touch).
 
 I've done two test builds with randomized timestamp order.  Each of
 them ran into the make.info* issue mentioned in the PR; with those
 touched, they fell over with cryptic messages while building gcc.
 
 The touch(1) source I used, and the results, are up for FTP.  (They are
 big - the list of source files is about four megs and the build log is
 between one and two - so I don't want to dump them in the PR directly.)
 See ftp.rodents-montreal.org:/mouse/NetBSD-build/ (there's a README
 there describing the layout).
 
 /~\ The ASCII                            Mouse
 \ / Ribbon Campaign
  X  Against HTML               mouse%rodents-montreal.org@localhost
 / \ Email!          7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B
 


Home | Main Index | Thread Index | Old Index