Thank you very much buildworld worked properly
sincerelyFilippo

    On Friday, September 18, 2020, 10:20:58 AM GMT+2, Yasuhiro KIMURA 
<y...@utahime.org> wrote:  
 
 From: Filippo Moretti <filippom...@yahoo.com>
Subject: Problem compiling world amd64
Date: Fri, 18 Sep 2020 07:57:40 +0000 (UTC)

> [filippo@sting ~]$ uname -a
> FreeBSD sting 13.0-CURRENT FreeBSD 13.0-CURRENT #11 r365578: Thu Sep 10 
> 19:38:51 CEST 2020     root@sting:/usr/obj/usr/src/amd64.amd64/sys/STING  
> amd64
> 
(snip)
> --- beforedepend ---
> mkdir -p xlocale arpa;  for i in a.out.h assert.h elf.h limits.h nlist.h 
> setjmp.h stddef.h stdbool.h string.h strings.h time.h unistd.h uuid.h; do  ln 
> -sf /usr/src/include/$i $i;  done;  ln -sf 
> /usr/src/sys/amd64/include/stdarg.h stdarg.h;  ln -sf 
> /usr/src/sys/sys/errno.h errno.h;  ln -sf /usr/src/sys/sys/stdint.h stdint.h; 
>  ln -sf /usr/src/include/arpa/inet.h arpa/inet.h;  ln -sf 
> /usr/src/include/arpa/tftp.h arpa/tftp.h;  for i in _time.h _strings.h 
> _string.h; do  [ -f  xlocale/$i ] || cp /dev/null xlocale/$i;  done;  for i 
> in ctype.h fcntl.h signal.h stdio.h stdlib.h; do  ln -sf 
> /usr/src/stand/libsa/stand.h $i;  done
> cp: /dev/null: Invalid argument
> *** [beforedepend] Error code 1
> 
> make[4]: stopped in /usr/src/stand/libsa
> --- all_subdir_secure ---
> --- all_subdir_share ---
> --- all_subdir_lib ---
> 
> The error is recurringFilippo

1. Update source tree to r365643 or later.
2. cd /usr/src/bin/cp
3. make
4. make install
5. cd /usr/src
6. make buildworld

---
Yasuhiro KIMURA
_______________________________________________
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"
  
_______________________________________________
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"

Reply via email to