https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192447

--- Comment #4 from Sean Bruno <[email protected]> ---
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.
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to