Problem compiling world amd64

Yasuhiro KIMURA yasu at utahime.org
Fri Sep 18 08:20:33 UTC 2020


From: Filippo Moretti <filippomore at yahoo.com>
Subject: Problem compiling world amd64
Date: Fri, 18 Sep 2020 07:57:40 +0000 (UTC)

> [filippo at sting ~]$ uname -a
> FreeBSD sting 13.0-CURRENT FreeBSD 13.0-CURRENT #11 r365578: Thu Sep 10 19:38:51 CEST 2020     root at 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


More information about the freebsd-current mailing list