Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2020 17:19:51 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        current@freebsd.org
Subject:   Re: Problem compiling world amd64
Message-ID:  <20200918.171951.1442109784437640368.yasu@utahime.org>
In-Reply-To: <1035415533.3781447.1600415860170@mail.yahoo.com>
References:  <1035415533.3781447.1600415860170.ref@mail.yahoo.com> <1035415533.3781447.1600415860170@mail.yahoo.com>

index | next in thread | previous in thread | raw e-mail

From: Filippo Moretti <filippomore@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

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200918.171951.1442109784437640368.yasu>