Opened 16 months ago

Closed 3 months ago

#66702 closed defect (fixed)

py310-wxpython-4.0: links with tiff but does not depend on it

Reported by: ahalekelly (ahalekelly) Owned by: ra1nb0w
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: catap (Kirill A. Korinsky)
Port: py310-wxpython-4.0

Description

I got the following crash report when trying to launch the latest version of Kicad (6.0.9), which was fixed by running sudo port install tiff

Process:               kicad [1413]
Path:                  /Applications/MacPorts/*/kicad.app/Contents/MacOS/kicad
Identifier:            kicad
Version:               ???
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2023-01-15 18:41:23.8564 -0800
OS Version:            macOS 13.1 (22C65)
Report Version:        12
Anonymous UUID:        7AD8649F-F4F7-3608-6583-26FD63E77539

Sleep/Wake UUID:       BC67CC49-2CD1-4E94-8D4F-D33549DB5D53

Time Awake Since Boot: 1700 seconds
Time Since Wake:       365 seconds

System Integrity Protection: enabled

Crashed Thread:        0

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000

Termination Reason:    Namespace DYLD, Code 1 Library missing
Library not loaded: /opt/local/lib/libtiff.5.dylib
Referenced from: <F71AE79A-B57F-3600-B37D-F881621A7C4F> /opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/libwx_osx_cocoau_gl-3.1.5.0.0.dylib
Reason: tried: '/opt/local/lib/libtiff.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/local/lib/libtiff.5.dylib' (no such file), '/opt/local/lib/libtiff.5.dylib' (no such file), '/usr/local/lib/libtiff.5.dylib' (no such file), '/usr/lib/libtiff.5.dylib' (no such file, not in dyld cache)Library not loaded: /opt/local/lib/libtiff.5.dylib
Referenced from: <080609F7-6ED1-3656-8199-D968F11D6150> /opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/libwx_osx_cocoau_aui-3.1.5.0.0.dylib
Reason: tried: '/opt/local/lib/libtiff.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/local/lib/libtiff.5.dylib' (no such file), '/opt/local/lib/libtiff.5.dylib' (no such file), '/usr/local/lib/libtiff.5.dylib' (no such file), '/usr/lib/libtiff.5.dylib' (no such file, no
(terminated at launch; ignore backtrace)}}}

Change History (6)

comment:1 Changed 16 months ago by jmroot (Joshua Root)

Owner: set to ra1nb0w
Status: newassigned

comment:2 Changed 16 months ago by jmroot (Joshua Root)

Port: py310-wxpython-4.0 added; kicad removed
Summary: Kicad now requires libtiffpy310-wxpython-4.0: links with tiff but does not depend on it

Looks like the port that is actually linked with libtiff here is py310-wxpython-4.0.

comment:3 Changed 16 months ago by jmroot (Joshua Root)

Cc: catap added

comment:4 Changed 16 months ago by ra1nb0w

Probably as consequence of [7cc838e8f05543f8b6b9753075bc4cfde2f8e32f/macports-ports]

Now I added the dependency.

Please confirm if it now fixed. thanks

Last edited 3 months ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:5 Changed 16 months ago by ra1nb0w

In 55e1093021ae4e5fc58fd5f14818814453837e4b/macports-ports (master):

py-wxpython-4.0: add tiff depends

Closeses: #66702

comment:6 Changed 3 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.