Re: Problem compiling CURRENT

2022-12-14 Thread Filippo Moretti
 I deleted /usr/obj and restarted world I will see tomorrow the outcome.Filippo

On Wednesday, December 14, 2022 at 02:22:57 PM GMT+1, Filippo Moretti 
 wrote:  
 
  
I downloaded src for current on 13/12 11.20 CEST.I did have the same issues for 
about 5 days I made a few attempts all whit same error.Filippo
On Wednesday, December 14, 2022 at 02:18:20 PM GMT+1, Herbert J. Skuhra 
 wrote:  
 
 On Wed, 14 Dec 2022 14:08:01 +0100, Filippo Moretti wrote:
> 
> FreeBSD ROXY 14.0-CURRENT FreeBSD 14.0-CURRENT #4
> main-n258255-de56ac88099: Wed Sep 28 19:35:24 CEST 2022
> root@ROXY:/usr/obj/usr/src/amd64.amd64/sys/ROXY amd64
> 
> 
> 
> 
> 
> 
> 
> Dear Sir I had the following error while trying to compile CURRENT===> 
> usr.bin/rs (all)
> make[4]: /usr/obj/usr/src/amd64.amd64/usr.bin/rs/.depend.rs.o, 1: ignoring 
> stale .depend for /usr/src/usr.bin/rs/rs.c
> cc -target x86_64-unknown-freebsd14.0 
> --sysroot=/usr/obj/usr/src/amd64.amd64/tmp 
> -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin  -O2 -pipe -fno-common   -fPIE -g 
> -gz=zlib -MD  -MF.depend.rs.o -MTrs.o -std=gnu99 -Wno-format-zero-length 
> -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W 
> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes 
> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow 
> -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs 
> -Wold-style-definition -Wno-pointer-sign -Wdate-time 
> -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body 
> -Wno-string-plus-int -Wno-unused-const-variable 
> -Wno-error=unused-but-set-variable  -Qunused-arguments    -c 
> /usr/src/usr.bin/rs/rs.c -o rs.o
> *** Error code 1
> 
> Stop.
> make[4]: stopped in /usr/src/usr.bin/rs
> *** Error code 1
> 
> Stop.
> make[3]: stopped in /usr/src/usr.bin
> *** Error code 1
> 
> Stop.
> make[2]: stopped in /usr/src
> *** Error code 1
> 
> Stop.
> make[1]: stopped in /usr/src
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/src

Have you tried to wipe /usr/obj (or at least:
/usr/obj/usr/src/amd64.amd64/usr.bin/rs/)?

--
Herbert



Re: Problem compiling CURRENT

2022-12-14 Thread Filippo Moretti
 
I downloaded src for current on 13/12 11.20 CEST.I did have the same issues for 
about 5 days I made a few attempts all whit same error.Filippo
On Wednesday, December 14, 2022 at 02:18:20 PM GMT+1, Herbert J. Skuhra 
 wrote:  
 
 On Wed, 14 Dec 2022 14:08:01 +0100, Filippo Moretti wrote:
> 
> FreeBSD ROXY 14.0-CURRENT FreeBSD 14.0-CURRENT #4
> main-n258255-de56ac88099: Wed Sep 28 19:35:24 CEST 2022
> root@ROXY:/usr/obj/usr/src/amd64.amd64/sys/ROXY amd64
> 
> 
> 
> 
> 
> 
> 
> Dear Sir I had the following error while trying to compile CURRENT===> 
> usr.bin/rs (all)
> make[4]: /usr/obj/usr/src/amd64.amd64/usr.bin/rs/.depend.rs.o, 1: ignoring 
> stale .depend for /usr/src/usr.bin/rs/rs.c
> cc -target x86_64-unknown-freebsd14.0 
> --sysroot=/usr/obj/usr/src/amd64.amd64/tmp 
> -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin  -O2 -pipe -fno-common   -fPIE -g 
> -gz=zlib -MD  -MF.depend.rs.o -MTrs.o -std=gnu99 -Wno-format-zero-length 
> -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W 
> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes 
> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow 
> -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs 
> -Wold-style-definition -Wno-pointer-sign -Wdate-time 
> -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body 
> -Wno-string-plus-int -Wno-unused-const-variable 
> -Wno-error=unused-but-set-variable  -Qunused-arguments    -c 
> /usr/src/usr.bin/rs/rs.c -o rs.o
> *** Error code 1
> 
> Stop.
> make[4]: stopped in /usr/src/usr.bin/rs
> *** Error code 1
> 
> Stop.
> make[3]: stopped in /usr/src/usr.bin
> *** Error code 1
> 
> Stop.
> make[2]: stopped in /usr/src
> *** Error code 1
> 
> Stop.
> make[1]: stopped in /usr/src
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/src

Have you tried to wipe /usr/obj (or at least:
/usr/obj/usr/src/amd64.amd64/usr.bin/rs/)?

--
Herbert

  

Re: Problem compiling CURRENT

2022-12-14 Thread Herbert J. Skuhra
On Wed, 14 Dec 2022 14:08:01 +0100, Filippo Moretti wrote:
> 
> FreeBSD ROXY 14.0-CURRENT FreeBSD 14.0-CURRENT #4
> main-n258255-de56ac88099: Wed Sep 28 19:35:24 CEST 2022
> root@ROXY:/usr/obj/usr/src/amd64.amd64/sys/ROXY amd64
> 
> 
> 
> 
> 
> 
> 
> Dear Sir I had the following error while trying to compile CURRENT===> 
> usr.bin/rs (all)
> make[4]: /usr/obj/usr/src/amd64.amd64/usr.bin/rs/.depend.rs.o, 1: ignoring 
> stale .depend for /usr/src/usr.bin/rs/rs.c
> cc -target x86_64-unknown-freebsd14.0 
> --sysroot=/usr/obj/usr/src/amd64.amd64/tmp 
> -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin  -O2 -pipe -fno-common   -fPIE -g 
> -gz=zlib -MD  -MF.depend.rs.o -MTrs.o -std=gnu99 -Wno-format-zero-length 
> -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W 
> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes 
> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow 
> -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs 
> -Wold-style-definition -Wno-pointer-sign -Wdate-time 
> -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body 
> -Wno-string-plus-int -Wno-unused-const-variable 
> -Wno-error=unused-but-set-variable  -Qunused-arguments    -c 
> /usr/src/usr.bin/rs/rs.c -o rs.o
> *** Error code 1
> 
> Stop.
> make[4]: stopped in /usr/src/usr.bin/rs
> *** Error code 1
> 
> Stop.
> make[3]: stopped in /usr/src/usr.bin
> *** Error code 1
> 
> Stop.
> make[2]: stopped in /usr/src
> *** Error code 1
> 
> Stop.
> make[1]: stopped in /usr/src
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/src

Have you tried to wipe /usr/obj (or at least:
/usr/obj/usr/src/amd64.amd64/usr.bin/rs/)?

--
Herbert



Problem compiling CURRENT

2022-12-14 Thread Filippo Moretti
FreeBSD ROXY 14.0-CURRENT FreeBSD 14.0-CURRENT #4 main-n258255-de56ac88099: Wed 
Sep 28 19:35:24 CEST 2022 root@ROXY:/usr/obj/usr/src/amd64.amd64/sys/ROXY 
amd64







Dear Sir I had the following error while trying to compile CURRENT===> 
usr.bin/rs (all)
make[4]: /usr/obj/usr/src/amd64.amd64/usr.bin/rs/.depend.rs.o, 1: ignoring 
stale .depend for /usr/src/usr.bin/rs/rs.c
cc -target x86_64-unknown-freebsd14.0 
--sysroot=/usr/obj/usr/src/amd64.amd64/tmp 
-B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin  -O2 -pipe -fno-common   -fPIE -g 
-gz=zlib -MD  -MF.depend.rs.o -MTrs.o -std=gnu99 -Wno-format-zero-length 
-fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W 
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter 
-Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition 
-Wno-pointer-sign -Wdate-time -Wmissing-variable-declarations -Wthread-safety 
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Wno-error=unused-but-set-variable  -Qunused-arguments    -c 
/usr/src/usr.bin/rs/rs.c -o rs.o
*** Error code 1

Stop.
make[4]: stopped in /usr/src/usr.bin/rs
*** Error code 1

Stop.
make[3]: stopped in /usr/src/usr.bin
*** Error code 1

Stop.
make[2]: stopped in /usr/src
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src




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



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

Thanks.
mb




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