mkdir -m 0755 -p /usr/X11R6/include/freetype2/freetype/config solved the issue.
cat /usr/src/etc/mtree/BSD.x11.dist > /etc/mtree/BSD.x11.dist was not working. Thank you David. Cheers, Heiko Am 22.10.2015 um 12:31 schrieb David Coppa: > On Thu, Oct 22, 2015 at 12:22 PM, Heiko Zimmermann > <[email protected]> wrote: >> Am 22.10.2015 um 12:19 schrieb David Coppa: >>> >>> Be sure your /etc/mtree/BSD.x11.dist is up to date before doing 'make bootstrap' >>> >>> Cheers! >>> David >>> >> >> Hello David, >> >> how can I fix it, or check it ? >> >> Thank you. >> Heiko > > Using an up-to-date src tree: > > # cat /usr/src/etc/mtree/BSD.x11.dist > /etc/mtree/BSD.x11.dist > > And then proceed with the usual 'make bootstrap; make obj...' > > Or, alternatively, just create the missing directories: > > # mkdir -m 0755 -p /usr/X11R6/include/freetype2/freetype/config > > Ciao! > David

