On Sun, Mar 20, 2005 at 06:17:24AM +0200, Giorgos Keramidas wrote: # On 2005-03-18 10:27, jb000002_at_mr-happy.com wrote: # > I seem to get this error (or one very similar) about top.local.h every # > second or third time I make buildworld. # > # > [...] # > ===> usr.bin/top (all) # > cc -O2 -fno-strict-aliasing -pipe -DHAVE_GETOPT -DHAVE_STRERROR -I/usr/src/usr.bin/top -I/usr/src/usr.bin/top/../../contrib/top -I. -DORDER -c /usr/src/usr.bin/top/../../contrib/top/commands.c # > make: don't know how to make /usr/src/usr.bin/top/top.local.h. Stop # > *** Error code 2 # It seems someone is looking for a file that isn't there (yet). make is looking for it in /usr/src/usr.bin/top, but the file is in fact being created (on-the-fly) in /usr/obj/usr/src/usr.bin/top. # You're not using -j 4 or something similar, right? This one happened to be a parallel build (-j 2), but it's the first time I've done that. All my other top.local.h problems have been with serial builds. Of course, I can't recreate it with a serial build on -CURRENT now. I'll keep an eye on it, but since I just have a P3-450, it could take some time. JeffReceived on Mon Mar 21 2005 - 15:40:09 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:30 UTC