Re: poudriere, native-xtools and jail older than host

2022-07-10 Thread Felix Palmen
* Felix Palmen [20220710 17:39]: > Is there a way I can fix this problem? Thanks mikael on #freebsd-ports, telling me it's a known bug. To fix it for me, I'm doing this now and expect it to work: # cd /usr/src # git checkout releng/13.1 # git checkout -b releng/13.1-local # git cherry-pick e2e2c

poudriere, native-xtools and jail older than host

2022-07-10 Thread Felix Palmen
I want to test my ports on aarch64 (for 13.1-RELEASE and 14-CURRENT) as well, now that it's a tier-1 architecture, but running into a problem doing so. I don't have a suitable ARM machine for the purpose, so I'm relying on qemu-user-static and native-xtools. I installed the jail for 14-CURRENT man