15/10/26 14:16:01.67 fnadRtFS.net
>>528
そのエラーメッセージはスクリプトの以下の場所で出力していると思う
Ubuntu Unity以外を指定してみたらどうだろう?
URLリンク(github.com)
if [ "${TARGETNOINSTALL:-c}" = 'c' ]; then
if [ "$DISTRO" != 'ubuntu' ]; then
error 99 "unity target is only supported on Ubuntu."
elif [ "${ARCH#arm}" != "$ARCH" ] && ! release -eq precise; then
error 99 "unity target does not work in xephyr in $RELEASE due to missing egl support."
fi
fi