Something odd going on with WITHOUT_DEBUG_FILES

Hans Petter Selasky hps at selasky.org
Sat Jan 16 10:29:16 UTC 2016


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



More information about the freebsd-arm mailing list