Date: Sat, 16 Jan 2016 11:31:21 +0100 From: Hans Petter Selasky <hps@selasky.org> To: Jukka Ukkonen <jau789@gmail.com>, freebsd-arm <freeBSD-arm@freebsd.org> Subject: Re: Something odd going on with WITHOUT_DEBUG_FILES Message-ID: <569A1BF9.3040106@selasky.org> In-Reply-To: <569A1ADD.5000301@gmail.com> References: <569A1ADD.5000301@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 01/16/16 11:26, Jukka Ukkonen wrote: > > Hello all, > > When I build head/current using WITHOUT_DEBUG_FILES="yes" the install > phase falls on its face with the following notes... > > install -T debug -o root -g wheel -m 444 libc.so.7.debug > /tank/fish/jau/Xcomp/mnt/usr/lib/debug/lib/ > install: libc.so.7.debug: No such file or directory > > I take this means "make installworld" blindly assumes the .debug file > should be there, though, it has not been built at all. > > Oh yes... The cross build host was an amd64 running a fresh 10-stable > and the target environment was 11-current on RPI2. > Hi, Maybe you need to run: make distrib-dirs DESTDIR=/tank/fish/jau/Xcomp/mnt First, to create the missing directories. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?569A1BF9.3040106>