[kde-freebsd] [Bug 192447] [mips] cmake configuration doesn't know about freebsd-*-mips
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 6 20:52:57 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192447
--- Comment #4 from Sean Bruno <sbruno at FreeBSD.org> ---
In order to reproduce this failure:
build mips chroot:
make TARGET=mips TARGET_ARCH=mips buildworld
make TARGET=mips TARGET_ARCH=mips installworld DESTDIR=/sometempdir
make TARGET=mips TARGET_ARCH=mips distribution DESTDIR=/sometempdir
mount -t devfs devfs /sometempdir/dev
mount -t nullfs /usr/ports /sometempdir/usr/port
Install qemu-user-static on the host machine
Setup binmiscctl to redirect mips execution to /usr/local/bin/qemu-user-mips
Copy qemu-user-mips into the jail, cp /usr/local/bin/qemu-user-mips
/sometempdir/usr/local/bin/qemu-user-mips
chroot /sometempdir
cd /usr/ports/devel/cmake
make
I've tried to document this in a blog post if it makes more sense:
http://blog.ignoranthack.me/?p=218
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list