janelia-flyem / dvid

Distributed, Versioned, Image-oriented Dataservice
http://dvid.io
Other
195 stars 33 forks source link

Mac builds are broken #357

Closed stuarteberg closed 1 year ago

stuarteberg commented 3 years ago

In addition to our other build system woes, I just discovered that our Mac builds for v0.9.9, v0.9.10, and v0.9.11 are all broken. The executable can't be launched, failing with the following message:

dyld: malformed mach-o image: segment __DWARF has vmsize < filesize

v0.9.8 does work, though.

DocSavage commented 2 years ago

We should revisit this given new module-aware builds and upgrade to Go.

stuarteberg commented 1 year ago

Indeed, this seems to be fixed in newer builds. (The v0.9.17 build can launch without errors on my Mac.)