[MacPorts] #61998: opencolorio @ 1.1.1: python binding is broken
MacPorts
noreply at macports.org
Wed Jan 6 11:55:07 UTC 2021
#61998: opencolorio @ 1.1.1: python binding is broken
---------------------+-------------------------
Reporter: stunpix | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: opencolorio
---------------------+-------------------------
The package currently consist of the following files:
{{{
% sudo port contents opencolorio
Password:
Port opencolorio contains:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/PyOpenColorIO.so
/opt/local/include/OpenColorIO/OpenColorABI.h
/opt/local/include/OpenColorIO/OpenColorIO.h
/opt/local/include/OpenColorIO/OpenColorTransforms.h
/opt/local/include/OpenColorIO/OpenColorTypes.h
/opt/local/lib/cmake/OpenColorIO/OpenColorIO-macports.cmake
/opt/local/lib/cmake/OpenColorIO/OpenColorIO.cmake
/opt/local/lib/cmake/OpenColorIO/OpenColorIOConfig.cmake
/opt/local/lib/libOpenColorIO.1.1.1.dylib
/opt/local/lib/libOpenColorIO.1.dylib
/opt/local/lib/libOpenColorIO.dylib
/opt/local/lib/pkgconfig/OpenColorIO.pc
/opt/local/lib/static/libOpenColorIO.a
/opt/local/share/ocio/setup_ocio.sh
}}}
where PyOpenColorIO.so is a symbolic link to a missing file not provided
by port:
{{{
% ls -l
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/PyOpenColorIO.so
lrwxr-xr-x 1 root wheel 55 Dec 14 22:29
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/PyOpenColorIO.so -> /opt/local/lib/python2.7/site-
packages/PyOpenColorIO.so
}}}
Also a file extension of PyOpenColorIO.so is questionable since the valid
extension for macos is .dylib
--
Ticket URL: <https://trac.macports.org/ticket/61998>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list