You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to reproduce your issue with --no-config first. If it isn't reproducible
with --no-config try to first find out which option or script causes your issue.
Describe the reproduction steps as precise as possible. It's very likely that
the bug you experience wasn't reproduced by the developer because the workflow
differs from your own.
Program /Volumes/mpv_compile/compile/mpv/TOOLS/macos-sdk-version.py found: YES (/Volumes/mpv_compile/compile/mpv/TOOLS/macos-sdk-version.py)
meson.build:1478:21: ERROR: Command /Volumes/mpv_compile/compile/mpv/TOOLS/macos-sdk-version.py failed with status 1.
Log file
Make a log file made with -v -v or --log-file=output.txt. If you use the Bundle
from a version later than 0.32 a default log is created for your last run at
~/Library/Logs/mpv.log. You can jump to that file via the Help > Show log File…
menu. Paste the log to https://0x0.st/ or attach it to the github issue, and
replace this text with a link to it.
In the case of a crash please provide the macOS Crash Report (Backtrace).
The issue will be closed for ignoring the issue template.
Sample files needed to reproduce this issue can be uploaded to https://0x0.st/
or similar sites. (Only needed if the issue cannot be reproduced without it.)
Do not use garbage like "cloud storage", especially not Google Drive.
Unrelated
The text was updated successfully, but these errors were encountered:
Python 3.10 deprecated disutils and then removed it in 3.12. The macos
sdk check uses the version compare from there, so it needs to be
replaced with something else. So instead use the API from the packaging
module which is also widely available and a fit replacement.
Fixesmpv-player#12762.
Important Information
Provide following Information:
mpv version
0.36.0-UNKNOWN and 0.36 stable release
macOS Version
macOS 14.0
Source of the mpv binary or bundle
Git head / tag 0.36
If known which version of mpv introduced the problem
Not sure
Possible screenshot or video of visual glitches
Unrelated
If you're not using git master or the latest release, update.
Releases are listed here: https://github.com/mpv-player/mpv/releases
Reproduction steps
Try to reproduce your issue with --no-config first. If it isn't reproducible
with --no-config try to first find out which option or script causes your issue.
Describe the reproduction steps as precise as possible. It's very likely that
the bug you experience wasn't reproduced by the developer because the workflow
differs from your own.
Install Python 3.12
meson setup build
or
meson setup --prefix ${TARGET}
--default-library=static
-Dswift-flags="-target arm64-apple-macosx14.0"
build
Expected behavior
build mpv successfully
Actual behavior
Program /Volumes/mpv_compile/compile/mpv/TOOLS/macos-sdk-version.py found: YES (/Volumes/mpv_compile/compile/mpv/TOOLS/macos-sdk-version.py)
meson.build:1478:21: ERROR: Command
/Volumes/mpv_compile/compile/mpv/TOOLS/macos-sdk-version.py
failed with status 1.Log file
Make a log file made with -v -v or --log-file=output.txt. If you use the Bundle
from a version later than 0.32 a default log is created for your last run at
~/Library/Logs/mpv.log. You can jump to that file via the Help > Show log File…
menu. Paste the log to https://0x0.st/ or attach it to the github issue, and
replace this text with a link to it.
In the case of a crash please provide the macOS Crash Report (Backtrace).
The issue will be closed for ignoring the issue template.
Program /Volumes/mpv_compile/compile/mpv/TOOLS/macos-sdk-version.py found: YES (/Volumes/mpv_compile/compile/mpv/TOOLS/macos-sdk-version.py)
Running command: /Volumes/mpv_compile/compile/mpv/TOOLS/macos-sdk-version.py
--- stdout ---
--- stderr ---
/Volumes/mpv_compile/compile/mpv/TOOLS/macos-sdk-version.py:46: SyntaxWarning: invalid escape sequence '\d'
verRe = re.compile("(\d+)(\D+)(\d+)")
Traceback (most recent call last):
File "/Volumes/mpv_compile/compile/mpv/TOOLS/macos-sdk-version.py", line 11, in
from distutils.version import StrictVersion
ModuleNotFoundError: No module named 'distutils'
meson.build:1478:21: ERROR: Command
/Volumes/mpv_compile/compile/mpv/TOOLS/macos-sdk-version.py
failed with status 1.Might be the issue is caused by Python 3.12. It removed distutils. Does mpv supports python 3.12?
Full meson log is:
meson-log.txt
Sample files
Sample files needed to reproduce this issue can be uploaded to https://0x0.st/
or similar sites. (Only needed if the issue cannot be reproduced without it.)
Do not use garbage like "cloud storage", especially not Google Drive.
Unrelated
The text was updated successfully, but these errors were encountered: