You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey @roflcoopter, we use QEMU to handle emulation when cross-building so it could be the problem with aclocal command and QEMU don't play well with others. We're using latest QEMU with some in-house patches so I think you should stay with the current workaround until we have newer QEMU released.
hey @roflcoopter, we use QEMU to handle emulation when cross-building so it could be the problem with aclocal command and QEMU don't play well with others. We're using latest QEMU with some in-house patches so I think you should stay with the current workaround until we have newer QEMU released.
I am having issues building several libraries from source which are using
autogen.sh
such as libzmq for a raspberrypi3 on my amd64 machine.I end up getting this error on build:
Dockerfile:
I messed around a little bit, and this Dockerfile builds just fine:
Any suggestions? Can i solve this somehow?
The text was updated successfully, but these errors were encountered: