Anton Melnikov
Anton Melnikov
PulseAudio - No such file or directory "/opt/homebrew/Cellar/pulseaudio/17.0/etc/pulse/default.pa.d"
Does it happen only on macOS or on Linux too? P.S. the next time try to share `brew doctor` output in the first section and describe the issue in `What...
PulseAudio - No such file or directory "/opt/homebrew/Cellar/pulseaudio/17.0/etc/pulse/default.pa.d"
This happens because PulseAudio tries to look for Linux shared libraries (`.so`) on macOS (`.dylib`). You have to submit the report to the upstream
Current `sshd-session.c` file doesn't look like anything in [this patch](https://raw.githubusercontent.com/Homebrew/formula-patches/aa6c71920318f97370d74f2303d6aea387fb68e4/openssh/patch-sshd.c-apple-sandbox-named-external.diff). I tried to remove it and OpenSSH compiles normally. It passes Homebrew's test and `make test` `privsep_preauth` doesn't call `ssh_sandbox_child`...
suppressed by #229223
``` *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[AppleParavirtDevice newArgumentEncoderWithLayout:]: unrecognized selector sent to instance 0x12900aa00' *** First throw call stack: ( 0 CoreFoundation 0x000000018d7471cc __exceptionPreprocess + 176...
> > The head ref may contain hidden characters: `"luajit-\u0443.1.1765228720"` > > > > 🤔 Guess someone switched keyboard layout and didn't notice 😅
same thing as in nanobind https://github.com/Homebrew/homebrew-core/blob/29315f49c1ac70f02b93a0cc07ac9596130d2f1d/Formula/n/nanobind.rb#L17-L29
This problem is not related directly to the issue but it might help us move it forward. For some reason rebuilding on x86 Linux fails on the same step: ```...
Here's how I'd create this formula: ```rb class AsyncProfiler < Formula desc "Sampling CPU and HEAP profiler for Java" homepage "https://github.com/async-profiler/async-profiler/releases" url "https://github.com/async-profiler/async-profiler/archive/refs/tags/v4.0.tar.gz" sha256 "7beb736868af485d6b0b624e42141f78df0ca8403188adc17965b7153261aa55" license "Apache-2.0" depends_on "openjdk" def...
specify ``` File "/home/linuxbrew/.linuxbrew/Cellar/[email protected]/3.14.0/lib/python3.14/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in main() ~~~~^^ File "/home/linuxbrew/.linuxbrew/Cellar/[email protected]/3.14.0/lib/python3.14/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main json_out["return_val"] = hook(**hook_input["kwargs"]) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/linuxbrew/.linuxbrew/Cellar/[email protected]/3.14.0/lib/python3.14/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 175, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) File "/var/tmp/pip-build-env-0_67qwal/overlay/lib/python3.14/site-packages/flit_core/buildapi.py",...