Dan
Dan
Would the people in this thread be able to test PR #336 ? If you are compiling Apple Clang to be able to build for arm64e it would be nice...
I've tested this a few times, please review and let me know.
Ah, looks like line 196 needs to be corrected. Edit: this has now been fixed.
You can choose to dual-licence the code, for instance Firefox used to be tri-licenced under MPL 1.1, GPL 2.0 or LGPL 2.1.
You may want to have a look at the changes in https://github.com/Terraspace/UASM/pull/146 and test those on your system.
Do you want to try the steps from this Dockerfile I made? https://github.com/justdan96/7zip_static/blob/main/Dockerfile#L13
I can confirm I just encountered this issue recently: https://github.com/justdan96/tsMuxer/runs/3491151141?check_suite_focus=true The Dockerfile I was using: https://github.com/justdan96/tsmuxer_build/blob/d87e047b40132fff7711f7c94011b629929c22a0/Dockerfile I can see @abcfy2 has resolved the issue with: ``` dd if=/dev/zero of=/tmp/linuxdeploy-plugin-qt-x86_64.AppImage conv=notrunc...
If anyone is looking for a ready-to-go Docker recipe that resolves this issue and results in a working linuxdeploy with the Qt plugin: ``` # install linuxdeploy and the Qt...
It looks like your error message should be fixed after https://github.com/taviso/123elf/commit/8589f75a73c29a4d579474ef445f672a570f5e4b
@mattfarina Any update on this?