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 problem.
> 
> However, please note for future reference that what you're doing is not
> supported.  Current cross-builds on -STABLE are only supported "on the
> latest -STABLE".
> 
This is not true.  They are supported from at least on 4.0-RELEASE.
If it's broken, please let me know.

> Since 4.6-RELEASE was a snapshot cut off the -STABLE branch very
> recently, it's likely that what you're doing will work.
> 
> But keep it in mind for the future.
> 
You too.  :-)


Cheers,
-- 
Ruslan Ermilov  Sysadmin and DBA,
[EMAIL PROTECTED]   Sunbay Software AG,
[EMAIL PROTECTED]  FreeBSD committer,
+380.652.512.251Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age



msg41334/pgp0.pgp
Description: PGP signature


Re: Problem compiling -current on 4.6-RELEASE

2002-07-25 Thread Sheldon Hearn

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 problem.

However, please note for future reference that what you're doing is not
supported.  Current cross-builds on -STABLE are only supported "on the
latest -STABLE".

Since 4.6-RELEASE was a snapshot cut off the -STABLE branch very
recently, it's likely that what you're doing will work.

But keep it in mind for the future.

Ciao,
Sheldon.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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 PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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:
> 
> ---
> ===> 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
> 
> 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
> 
> Stop in /usr/src/gnu.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> 
> 
> I have followed the instructions '/usr/src/UPDATING', but still the problem
> persists.
> 
> Looks to me like there might be a problem with a script, but then again,
> this is my first go at building -current, on FreeBSD anyway, so...
> 
Remove the /usr/obj/usr/src/gnu/usr.bin/tar/tar directory and try again.


Cheers,
-- 
Ruslan Ermilov  Sysadmin and DBA,
[EMAIL PROTECTED]   Sunbay Software AG,
[EMAIL PROTECTED]  FreeBSD committer,
+380.652.512.251Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age



msg41330/pgp0.pgp
Description: PGP signature


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 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

<...>

The tar directory should really be in the attic. I guess you forgot to
use -P when using cvs update/checkout.

Cheers,
Stefan Farfeleder

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message