#57692 closed defect (fixed)
cargo upgrade to 0.31.1_1 fails due to dyld: Symbol not found
Reported by: | hapaguy (Brian Kurt Fujikawa) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia), MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | |
Port: | cargo |
Description
Xcode 10.1 on macOS 10.14.1
cargo upgrade to 0.31.1_1 fails:
$ sudo port -sv upgrade cargo ... dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in: /opt/local/lib/libJPEG.dylib ...
I believe that this issue is due to the wrong libJPEG.dylib is loaded, i.e.
/opt/local/lib/libJPEG.dylib
is loaded instead of the correct:
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
This issue has been encountered in the past on other ports, for example: #57594.
Attachments (1)
Change History (4)
Changed 6 years ago by hapaguy (Brian Kurt Fujikawa)
comment:1 Changed 6 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | MarcusCalhoun-Lopez added |
---|
comment:2 Changed 6 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Owner: | set to MarcusCalhoun-Lopez |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 5 years ago by l2dy (Zero King)
Note: See
TracTickets for help on using
tickets.
In ed645cc03c46e4d41fae0370b06777abbd6e89ce/macports-ports (master):