[MacPorts] #60104: py38-sip: sip.h installed in "wrong" directory?
MacPorts
noreply at macports.org
Thu Feb 20 03:00:55 UTC 2020
#60104: py38-sip: sip.h installed in "wrong" directory?
--------------------------+-----------------------
Reporter: josephsacco | Owner: michaelld
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Resolution: | Keywords:
Port: py-sip |
--------------------------+-----------------------
Comment (by reneeotten):
Installing from the binary ({{{sudo port install py38-sip}}}) gives indeed
the {{{sip.h}}} file in the wrong place
{{{
> port contents py38-sip | grep sip.h
/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8m/sip.h
}}}
installing from source ({{{sudo port -s install py38-sip}}}) solves this:
{{{
> port contents py38-sip | grep sip.h
/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/sip.h
}}}
I think it's related to [https://trac.macports.org/ticket/59518 Ticket
59518], which was solved in [https://github.com/macports/macports-
ports/commit/0eb49d903862e8faf21900985290f9c7e93b1263#diff-
e07d2db9257e46ebd9ab258d5de0bc80 this commit]. Likely {{{py38-sip}}} has
never been rebuilt after that change, so probably a simple revision bump
will solve this. Michael: does this make sense to you, and, if so, please
make that change.
--
Ticket URL: <https://trac.macports.org/ticket/60104#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list