pipewire 1.4.9 (new formula) - #254211
Conversation
f6188f3 to
8129fe5
Compare
ReenigneArcher
left a comment
There was a problem hiding this comment.
For reference
8129fe5 to
509d6be
Compare
509d6be to
0838b66
Compare
This comment was marked as resolved.
This comment was marked as resolved.
what was the error? might worth creating an upstream issue for it? |
Probably pointless to do that. It's a Linux only project.
The failure is here: https://github.com/Homebrew/homebrew-core/actions/runs/19320619307/job/55261406191 |
0838b66 to
f1c808a
Compare
|
Error may be build trying to install udev rules to system path? Can try seeing if installing them into prefix like |
f1c808a to
43949bd
Compare
This comment was marked as outdated.
This comment was marked as outdated.
|
Will need one more git rebase to pull in a change needed to allow merge to go through. Otherwise PR will fail some checks during automerge. Also, would be nice to copy over the livecheck from homebrew-core/Formula/lib/libdex.rb Lines 12 to 15 in 3e73d58 |
43949bd to
9a50bd3
Compare
Co-Authored-By: Michael Cho <20700669+cho-m@users.noreply.github.com>
9a50bd3 to
3ce7f40
Compare
|
Added live check, rebased, and added @cho-m as a co-author. Thanks! |
|
馃 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
|
Any idea why homebrew would hang when trying to install this? My workflow is timing out at 6 hours. |

HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?This formula is linux only. I tried to build it on macOS anyway, but it failed. Not worth putting any effort in to actually get it to compile on macOS since the library is intended for Linux.