2016-09-28 6:22 GMT+02:00 Glen Barber <g...@freebsd.org>: >> The more I read this, the less I understand. I've built and install'd >> aarch64-binutils on my poud box, then created an "-x -a arm64.aarch64 -m svn" >> jail - which worked fine - but that jail won't build anything. No >> /usr/bin/ld, so toolchain is borked, so can't build ports-mgmt/pkg. >> What utterly obvious thing have I missed? I've spent hours trying to >> fake out the nxb-bin stuff, or to find some other point of entry, no >> joy.
You need this ld: http://people.freebsd.org/~andrew/arm64/ld and put it in your jail (something like that): zfs destroy zroot/poudriere/jails/JAILNAME@clean cp ld /usr/local/poudriere/jails/JAILNAME/nxb-bin/usr/bin cp ld /usr/local/poudriere/jails/JAILNAME/usr/bin zfs create zroot/poudriere/jails/JAILNAME@clean _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"