View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002927 | FreeCAD | Bug | public | 2017-02-26 05:49 | 2021-02-06 06:50 |
Reporter | ian.rees | Assigned To | ian.rees | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Target Version | 0.20 | ||||
Summary | 0002927: Mac application bundler doesn't track library versions | ||||
Description | I've run in to an issue on my own machine, where the linker finds a newer version of a library than the one that ends up getting copied in to the application bundle. This causes the older library to not be loaded by dyld when the bundle is launched, which can cause a range of problems. There are several (and, to me at least, some are non-obvious) places in the existing script that need to take library versions in to account. After mucking around with it script for a few hours to find the source of my problem, I'm thinking that it'll be best to re-write the part that creates the graph of dependencies. (note to self: Local branch is 20170225-bundle-tool) Other changes: * dir_filter in main() needs to be more Python version-agnostic * before calling otool, etc on libraries mentioned, the script should ensure that the library actually exists, and respond accordingly. | ||||
Tags | #post-to-forum, macOS, packaging | ||||
FreeCAD Information | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-02-26 05:49 | ian.rees | New Issue | |
2017-02-26 05:49 | ian.rees | Status | new => assigned |
2017-02-26 05:49 | ian.rees | Assigned To | => ian.rees |
2017-02-26 05:51 | ian.rees | Description Updated | |
2017-03-13 15:20 | Kunda1 | Relationship added | related to 0002906 |
2017-06-20 20:53 | Kunda1 | Tag Attached: MacOSX | |
2017-06-29 05:10 | Kunda1 | Tag Attached: packaging | |
2017-06-29 05:38 | Kunda1 | Tag Attached: #post-to-forum | |
2019-09-05 21:41 | Kunda1 | Note Added: 0013546 | |
2020-11-13 14:08 | Kunda1 | Tag Renamed | MacOSX => macOS |
2021-02-06 06:50 | abdullah | Target Version | => 0.20 |