-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
Description
I believe this is because I'm an odd duck and running with a case sensitive file system.
It is possible this line needs proper casing of module names:
Line 58 in 0077cf6
| modules: ['coreaudio', 'coremidi', 'foundation'], |
Insight from:
p11-glue/p11-kit#598
My error:
bash-3.2$ uv add git+https://github.com/SpotlightKid/python-rtmidi --rev 0077cf64ecdc7a15c7fb4ea9cfe091e0b442faf9
Updated https://github.com/SpotlightKid/python-rtmidi (0077cf64ecdc7a15c7fb4ea9cfe091e0b442faf9)
error: The build backend returned an error
Caused by: Call to `mesonpy.build_wheel` failed (exit status: 1)
[stdout]
+ meson setup /Users/me/Library/Caches/uv/git-v0/checkouts/778e11c63f6b618a/0077cf6 /Users/me/Library/Caches/uv/git-v0/checkouts/778e11c63f6b618a/0077cf6/.meson
py-_zo0e3iw -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md -Dwheel=true -Dverbose=false -Dbuildtype=plain --native-file=/Users/me/Library/Caches/uv/git-v0/checko
uts/778e11c63f6b618a/0077cf6/.mesonpy-_zo0e3iw/meson-python-native-file.ini
The Meson build system
Version: 1.8.4
Source dir: /Users/me/Library/Caches/uv/git-v0/checkouts/778e11c63f6b618a/0077cf6
Build dir: /Users/me/Library/Caches/uv/git-v0/checkouts/778e11c63f6b618a/0077cf6/.mesonpy-_zo0e3iw
Build type: native build
Project name: python-rtmidi
Project version: 1.6.0
C++ compiler for the host machine: c++ (clang 17.0.0 "Apple clang version 17.0.0 (clang-1700.0.13.5)")
C++ linker for the host machine: c++ ld64 1167.5
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: YES (/usr/local/bin/pkg-config) 2.5.1
Found CMake: /usr/local/bin/cmake (4.1.0)
Run-time dependency jack found: NO (tried pkgconfig, framework and cmake)
Run-time dependency jack found: NO (tried pkgconfig, framework and cmake)
../meson.build:24: WARNING: No version of JACK found, which is recent enough (jack2>=1.9.11 or jack1>=0.125.0)
Run-time dependency appleframeworks found: NO (tried framework)
../meson.build:56:19: ERROR: Dependency "appleframeworks" not found, tried framework
A full log can be found at /Users/me/Library/Caches/uv/git-v0/checkouts/778e11c63f6b618a/0077cf6/.mesonpy-_zo0e3iw/meson-logs/meson-log.txt
hint: This usually indicates a problem with the package or the build environment.