Hello!
I tried to install Wine on AMD64 enviroment as described here: http://wiki.freebsd.org/Wine . I using 8.0-Release version of FreeBSD.
But the first step failed. When i tried to make buildworld, this one fails:
How i can fix this?
Thanks!
I tried to install Wine on AMD64 enviroment as described here: http://wiki.freebsd.org/Wine . I using 8.0-Release version of FreeBSD.
But the first step failed. When i tried to make buildworld, this one fails:
Code:
farmserver# cd /usr/src && make buildworld installworld distribution TARGET=i386 DESTDIR=/compat/i386
--------------------------------------------------------------
>>> World build started on Tue Dec 15 06:20:15 MSK 2009
--------------------------------------------------------------
--------------------------------------------------------------
>>> Rebuilding the temporary build tree
--------------------------------------------------------------
rm -rf /usr/obj/i386/usr/src/tmp
mkdir -p /usr/obj/i386/usr/src/tmp/lib
mkdir -p /usr/obj/i386/usr/src/tmp/usr
mkdir -p /usr/obj/i386/usr/src/tmp/legacy/usr
mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr/obj/i386/usr/src/tmp/legacy/usr >/dev/null
mtree: line 1 too long
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
farmserver#
How i can fix this?
Thanks!