Re: 11.0-BETA1 make installworldworld fails

2016-07-17 Thread Ngie Cooper

> On Jul 17, 2016, at 12:58, Kim Culhan  wrote:
> 
> Seeing this on FreeBSD 11.0-BETA1 #0 r302963M
> 
> After make buildworld completes with no problem, then rebooted in
> single-user mode
> 
> in /usr/src:
> 
> make installworld
> 
> --
 Installing everything
> --
> cd /usr/src; make -f Makefile.inc1 install
> ===> lib (install)
> ===> lib/csu (install)
> ===> lib/csu/amd64 (install)
> cc -target x86_64-unknown-freebsd11.0 --sysroot=/usr/obj/usr/src/tmp
> -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe
> -I/usr/src/lib/csu/amd64/../common
> -I/usr/src/lib/csu/amd64/../../libc/include -fno-omit-frame-pointer
> -std=gnu99  -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 -Winline -Wnested-externs
> -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wthread-safety
> -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable
> -Qunused-arguments  ERROR-tried-to-rebuild-during-make-install -S -o crt1.s
> /usr/src/lib/csu/amd64/crt1.c
> *** Error code 127
> Stop.
> make[6]: stopped in /usr/src/lib/csu/amd64
> *** Error code 1
> 
> Hope this helps.

Run "make buildworld -DNO_CLEAN" (see the error above about 
"ERROR-tried-to-rebuild-during-make-install".

Cheers,
-Ngie
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


11.0-BETA1 make installworldworld fails

2016-07-17 Thread Kim Culhan
Seeing this on FreeBSD 11.0-BETA1 #0 r302963M

After make buildworld completes with no problem, then rebooted in
single-user mode

in /usr/src:

make installworld

--
>>> Installing everything
--
cd /usr/src; make -f Makefile.inc1 install
===> lib (install)
===> lib/csu (install)
===> lib/csu/amd64 (install)
cc -target x86_64-unknown-freebsd11.0 --sysroot=/usr/obj/usr/src/tmp
-B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe
-I/usr/src/lib/csu/amd64/../common
-I/usr/src/lib/csu/amd64/../../libc/include -fno-omit-frame-pointer
-std=gnu99  -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 -Winline -Wnested-externs
-Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wthread-safety
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable
-Qunused-arguments  ERROR-tried-to-rebuild-during-make-install -S -o crt1.s
/usr/src/lib/csu/amd64/crt1.c
*** Error code 127
Stop.
make[6]: stopped in /usr/src/lib/csu/amd64
*** Error code 1

Hope this helps.

thanks
-kim
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"