fyne-io / fyne-cross

Cross compiler tool for Fyne apps
BSD 3-Clause "New" or "Revised" License
234 stars 48 forks source link

linux cross-compile problem #224

Closed 0x414a closed 5 months ago

0x414a commented 5 months ago

Apple M1 macOS13.2 (22D49)

Cross compilation is no problem, recently encountered this, several days did not solve, do not understand

fyne-cross linux -arch amd64 . [i] Target: linux/amd64 [i] Cleaning target directories... docker: Error response from daemon: error while creating mount source path '/host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners': mkdir /host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners: operation not supported. [✗] could not clean the "temp" dir /app/fyne-cross/tmp/linux-amd64: exit status 125

fyne-cross linux -arch arm64 . [i] Target: linux/arm64 [i] Cleaning target directories... docker: Error response from daemon: error while creating mount source path '/host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners': mkdir /host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners: operation not supported. [✗] could not clean the "bin" dir /app/fyne-cross/bin/linux-arm64: exit status 125

andydotxyz commented 5 months ago

This is another duplicate of #214 - updating Fyne-cross should fix the issue, see linked issue or other related #217 for more info.

0x414a commented 5 months ago

这是#214的另一个重复- 更新 Fyne-cross 应该可以解决该问题,请参阅链接问题或其他相关的#217了解更多信息。

But it doesn't solve the problem

andydotxyz commented 5 months ago

Are you sure you were testing with develop branch like that linked issue instructed?

0x414a commented 5 months ago

Are you sure you were testing with develop branch like that linked issue instructed?

Thanks, solved