[MacPorts] #69729: python313-devel @3.13.0a6 Builds OK, but destroot fails with 'missing file' on macOS < 10.12
MacPorts
noreply at macports.org
Mon Apr 15 00:08:01 UTC 2024
#69729: python313-devel @3.13.0a6 Builds OK, but destroot fails with 'missing
file' on macOS < 10.12
------------------------------+----------------------
Reporter: snowflake | Owner: jmroot
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.9.99
Resolution: | Keywords:
Port: python313-devel |
------------------------------+----------------------
Comment (by snowflake):
I would submit a bug if I could figure out what the exact problem is, but
I have pored over logs and I haven't got it yet. Python 3.13.0a6 installs
on my new Mac running Sonoma, but not a my very old Mac running El
Capitan.
On my old mac I have built and installed the latest commit of Python using
this shell script:
{{{
#!/bin/sh
# Python build script
CPPFLAGS="-I/opt/local/include -DTARGET_OS_OSX=1" \
LDFLAGS="-L/opt/local/lib" \
CC="/opt/local/bin/clang-mp-13" \
./configure --with-pydebug --prefix=/opt/python
}}}
If I were to submit a bug upstream they would no doubt tell me that it
installs with a simple config script, so there must be a problem with
macports.
Here's proof it works:
{{{
Python 3.13.0a6+ (heads/main:0dcfd0d522, Apr 15 2024, 00:45:52) [Clang
13.0.1 ] on darwin
}}}
--
Ticket URL: <https://trac.macports.org/ticket/69729#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list