Problem compiling -current on 4.6-RELEASE

2002-07-25 Thread Martin Bundgaard
(This has already been posted on questions, but I got no replies.) Hi. I have a problem. When trying to do a 'make buildworld' on a (freshly fetched) -current source-tree, I quickly get an error: --- === gnu/usr.bin/tar rm -f tar addext.o argmatch.o backupfile.o basename.o dirname.o error.o

Re: Problem compiling -current on 4.6-RELEASE

2002-07-25 Thread Stefan Farfeleder
On Thu, Jul 25, 2002 at 11:45:21AM +0200, Martin Bundgaard wrote: ... === gnu/usr.bin/tar rm -f tar addext.o argmatch.o backupfile.o basename.o dirname.o error.o exclude.o full-write.o getdate.o getline.o getopt.o getopt1.o getstr.o hash.o human.o mktime.o modechange.o prepargs.o

Re: Problem compiling -current on 4.6-RELEASE

2002-07-25 Thread Ruslan Ermilov
On Thu, Jul 25, 2002 at 11:45:21AM +0200, Martin Bundgaard wrote: (This has already been posted on questions, but I got no replies.) Hi. I have a problem. When trying to do a 'make buildworld' on a (freshly fetched) -current source-tree, I quickly get an error: --- ===

Re: Problem compiling -current on 4.6-RELEASE

2002-07-25 Thread Martin Bundgaard
The tar directory should really be in the attic. I guess you forgot to use -P when using cvs update/checkout. You're right, pruning would have resolved the problem, but is there any reason for the empty directories to be there in the first place? -mb To Unsubscribe: send mail to [EMAIL

Re: Problem compiling -current on 4.6-RELEASE

2002-07-25 Thread Ruslan Ermilov
On Thu, Jul 25, 2002 at 02:45:15PM +0200, Sheldon Hearn wrote: On (2002/07/25 11:45), Martin Bundgaard wrote: I have a problem. When trying to do a 'make buildworld' on a (freshly fetched) -current source-tree, I quickly get an error: Other people have pointed out the cause of the