Opened 8 months ago

Closed 8 months ago

Last modified 7 months ago

#68182 closed defect (fixed)

python311 @3.11.5 is missing deps 'libb2' and 'ossp-uuid'

Reported by: fhgwright (Fred Wright) Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: python311

Description

After doing a port reclaim, python311 failed rev-upgrade. The relevant errors were:

Could not open /opt/local/lib/libb2.1.dylib: Error opening or reading file (referenced from /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/lib-dynload/_blake2.cpython-311-darwin.so)

and

Could not open /opt/local/lib/libuuid.16.dylib: Error opening or reading file (referenced from /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/lib-dynload/_uuid.cpython-311-darwin.so)

Looking at a non-broken system, the first is provided by libb2 and the second by ossp-uuid. I didn't investigate whether these are direct or indirect dependencies.

Change History (2)

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

Owner: set to jmroot
Resolution: fixed
Status: newclosed

In d78a7013537cc09865128dd62cbb78e211b6feeb/macports-ports (master):

python311: update to 3.11.6

Also disable opportunistic use of libb2 and ossp-uuid.

Closes: #68182

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

Cc: jmroot removed
Port: python311 added
Note: See TracTickets for help on using tickets.