Hi Amin, On Wed, Dec 30, 2020 at 03:28:10PM -0500, Amin Bandali wrote: > Whoops, you're quite right, sorry! I somehow misread/misunderstood the > report. I have not tried your patch yet. Would you please share the > exact series of commands used to attempt the above build, so I could try > and do some digging locally?
This particular log was produced by sbuild. In order to cross build with sbuild for arm64, you pass --host=arm64. If you prefer using pbuilder, the option becomes --host-arch arm64. If you use something else, you need to pass --host-arch arm64 to dpkg-buildpackage. Hope this helps. please let me know if this doesn't. Beware that cross building is not an expected archive feature. It is more like a port. Maintainers are supposed to apply patches on a best-effort basis and porters (like me) are supposed to supply them. So if you run into some error that you deem too difficult, don't hesitate to post a build log to [email protected] to receive help. Making jami cross buildable will be a longer journey. My patch goes a long way, but it is insufficient. Helmut

