buildworld error: rm: tar: is a directory

2003-11-01 Thread eculp
I'm having problems with current buildworld in gnu now on two different
machines in current(today).  The latest is the following:

rm: tar: is a directory
*** Error code 1

Stop in /usr/src/gnu/usr.bin/tar.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/tar.
*** Error code 1

Stop in /usr/src/gnu/usr.bin.
*** Error code 1

I'm begining to wonder if I'm getting a complete checkout with cvsup
of the gnu tree.

Thanks for any suggestions,

ed


-

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread Ruslan Ermilov
On Sat, Nov 01, 2003 at 04:48:42AM -0800, [EMAIL PROTECTED] wrote:
> I'm having problems with current buildworld in gnu now on two different
> machines in current(today).  The latest is the following:
> 
> rm: tar: is a directory
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin/tar.
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin/tar.
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin.
> *** Error code 1
> 
> I'm begining to wonder if I'm getting a complete checkout with cvsup
> of the gnu tree.
> 
``rm -rf /usr/obj/usr/src/gnu/usr.bin/tar'' and try again.


Cheers,
-- 
Ruslan Ermilov  Sysadmin and DBA,
[EMAIL PROTECTED]   Sunbay Software Ltd,
[EMAIL PROTECTED]   FreeBSD committer


pgp0.pgp
Description: PGP signature


Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread eculp
Mensaje citado por Ruslan Ermilov <[EMAIL PROTECTED]>:

| On Sat, Nov 01, 2003 at 04:48:42AM -0800, [EMAIL PROTECTED] wrote:
| > I'm having problems with current buildworld in gnu now on two different
| > machines in current(today).  The latest is the following:
| >
| > rm: tar: is a directory
| > *** Error code 1
| >
| > Stop in /usr/src/gnu/usr.bin/tar.
| > *** Error code 1
| >
| > Stop in /usr/src/gnu/usr.bin/tar.
| > *** Error code 1
| >
| > Stop in /usr/src/gnu/usr.bin.
| > *** Error code 1
| >
| > I'm begining to wonder if I'm getting a complete checkout with cvsup
| > of the gnu tree.
| >
| ``rm -rf /usr/obj/usr/src/gnu/usr.bin/tar'' and try again.

Ruslan

That didn't seem to work.  I've erased the /usr/obj/usr tree several
times and even gnu but without luck.  After resuping getting the
error doing a rm -rf /usr/obj/usr/src/gnu/usr.bin/tar and then
another make buildworld, I continue to get:

===> 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 print-copyr.o quotearg.o safe-read.o
save-cwd.o savedir.o unicodeio.o xgetcwd.o xmalloc.o xstrdup.o xstrtoul.o
xstrtoumax.o buffer.o compare.o create.o delete.o extract.o incremen.o list.o
mangle.o misc.o names.o rtapelib.o tar.o update.o tar.1.gz tar.1.cat.gz
rm: tar: is a directory
*** Error code 1

I've actually got two different machines doing the same thing.  At least
I'm consistent :-(

Thanks for your help,

ed


-

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread Jean-Marc Zucconi
> eculp  writes:

 > Mensaje citado por Ruslan Ermilov <[EMAIL PROTECTED]>:
 > | On Sat, Nov 01, 2003 at 04:48:42AM -0800, [EMAIL PROTECTED] wrote:
 > | > I'm having problems with current buildworld in gnu now on two different
 > | > machines in current(today).  The latest is the following:
 > | >
 > | > rm: tar: is a directory
 > | > *** Error code 1
 > | >
 > | > Stop in /usr/src/gnu/usr.bin/tar.
 > | > *** Error code 1
 > | >
 > | > Stop in /usr/src/gnu/usr.bin/tar.
 > | > *** Error code 1
 > | >
 > | > Stop in /usr/src/gnu/usr.bin.
 > | > *** Error code 1
 > | >
 > | > I'm begining to wonder if I'm getting a complete checkout with cvsup
 > | > of the gnu tree.
 > | >
 > | ``rm -rf /usr/obj/usr/src/gnu/usr.bin/tar'' and try again.

 > Ruslan

 > That didn't seem to work.  I've erased the /usr/obj/usr tree several
 > times and even gnu but without luck.  After resuping getting the
 > error doing a rm -rf /usr/obj/usr/src/gnu/usr.bin/tar and then
 > another make buildworld, I continue to get:

Try 'cvs update -PdA'

Jean-Marc

-- 
Jean-Marc Zucconi -- PGP Key: finger [EMAIL PROTECTED] [KeyID: 400B38E9]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread M. Warner Losh
cvs update -PAd

Pruning is very important.

Warner
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread eculp
Mensaje citado por Jean-Marc Zucconi <[EMAIL PROTECTED]>:

| > eculp  writes:
|
|  > Mensaje citado por Ruslan Ermilov <[EMAIL PROTECTED]>:
|  > | On Sat, Nov 01, 2003 at 04:48:42AM -0800, [EMAIL PROTECTED] wrote:
|  > | > I'm having problems with current buildworld in gnu now on two
| different
|  > | > machines in current(today).  The latest is the following:
|  > | >
|  > | > rm: tar: is a directory
|  > | > *** Error code 1
|  > | >
|  > | > Stop in /usr/src/gnu/usr.bin/tar.
|  > | > *** Error code 1
|  > | >
|  > | > Stop in /usr/src/gnu/usr.bin/tar.
|  > | > *** Error code 1
|  > | >
|  > | > Stop in /usr/src/gnu/usr.bin.
|  > | > *** Error code 1
|  > | >
|  > | > I'm begining to wonder if I'm getting a complete checkout with cvsup
|  > | > of the gnu tree.
|  > | >
|  > | ``rm -rf /usr/obj/usr/src/gnu/usr.bin/tar'' and try again.
|
|  > Ruslan
|
|  > That didn't seem to work.  I've erased the /usr/obj/usr tree several
|  > times and even gnu but without luck.  After resuping getting the
|  > error doing a rm -rf /usr/obj/usr/src/gnu/usr.bin/tar and then
|  > another make buildworld, I continue to get:
|
| Try 'cvs update -PdA'
|
Jean-Marc,

I haven't tried it yet but I think that is the problem.  I just found a
/usr/src/gnu/usr.bin/tar/tar/attic that I suspect as causing problem and that
I'm assuming that the -P would take care of.  I'm trying yet another
make buildworld and it seems to have passed the problem but I am not
declaring victory yet :-) but I feel that this or the -PdA will solve
the problem.

Thanks for the suggestion,

ed


-

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread eculp
Mensaje citado por "M. Warner Losh" <[EMAIL PROTECTED]>:

| cvs update -PAd
|
| Pruning is very important.

Warner,

It hadn't even dawned on me but, after several days of suffering with this
problem, I couldn't agree more.  I am converted, believe me.  I will be doing
that more often.  I've become too entrenched with cvsup, I'm afraid.

Thanks very much,

ed

-

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]>
[EMAIL PROTECTED] writes:
: Mensaje citado por "M. Warner Losh" <[EMAIL PROTECTED]>:
: 
: | cvs update -PAd
: |
: | Pruning is very important.
: 
: Warner,
: 
: It hadn't even dawned on me but, after several days of suffering with this
: problem, I couldn't agree more.  I am converted, believe me.  I will be doing
: that more often.  I've become too entrenched with cvsup, I'm afraid.

cvs and cvsup operate slightly differently.  And this is the biggest
gotcha...

Warner
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: buildworld error: rm: tar: is a directory

2003-11-02 Thread Andrew heimbuch

Date: Sat, 1 Nov 2003 12:23:37 -0800 (PST)
From: Jean-Marc Zucconi <[EMAIL PROTECTED]>
Subject: Re: buildworld error: rm: tar: is a directory
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
eculp  writes:


 > Mensaje citado por Ruslan Ermilov <[EMAIL PROTECTED]>:
 > | On Sat, Nov 01, 2003 at 04:48:42AM -0800, [EMAIL PROTECTED] wrote:
 > | > I'm having problems with current buildworld in gnu now on two different
 > | > machines in current(today).  The latest is the following:
 > | >
 > | > rm: tar: is a directory
 > | > *** Error code 1
 > | >
 > | > Stop in /usr/src/gnu/usr.bin/tar.
 > | > *** Error code 1
 > | >
 > | > Stop in /usr/src/gnu/usr.bin/tar.
 > | > *** Error code 1
 > | >
 > | > Stop in /usr/src/gnu/usr.bin.
 > | > *** Error code 1
 > | >
 > | > I'm begining to wonder if I'm getting a complete checkout with cvsup
 > | > of the gnu tree.
 > | >
 > | ``rm -rf /usr/obj/usr/src/gnu/usr.bin/tar'' and try again.
 > Ruslan

 > That didn't seem to work.  I've erased the /usr/obj/usr tree several
 > times and even gnu but without luck.  After resuping getting the
 > error doing a rm -rf /usr/obj/usr/src/gnu/usr.bin/tar and then
 > another make buildworld, I continue to get:
Try 'cvs update -PdA'

Jean-Marc

Make sure that your cvs supfile has the line "tag=." A week ago I used 
the cvs-supfile from the /usr/share/examples/cvsup folder and had the 
same error.  When I used the standard-supfile from the same file, which 
had the tag=. line, it worked fine.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"