Skip to content

Conversation

@storopoli
Copy link

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

@github-actions github-actions bot added nodejs Node or npm use is a significant feature of the PR or issue new formula PR adds a new formula to Homebrew/homebrew-core labels Jan 6, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request.

@chenrui333
Copy link
Member

  happy-coder
    * Binaries built for a non-native architecture were installed into happy-coder's prefix.
      The offending files are:
        /usr/local/Cellar/happy-coder/0.13.0/libexec/lib/node_modules/happy-coder/tools/unpacked/difft	(arm64)
        /usr/local/Cellar/happy-coder/0.13.0/libexec/lib/node_modules/happy-coder/tools/unpacked/rg	(arm64)
        /usr/local/Cellar/happy-coder/0.13.0/libexec/lib/node_modules/happy-coder/tools/unpacked/ripgrep.node	(arm64)
    * happy-coder has broken dynamic library links:
        T::Private::Types::Void::VOID

@chenrui333 chenrui333 changed the title happy-coder: init at 0.13.0 happy-coder 0.13.0 (new formula) Jan 6, 2026
@chenrui333 chenrui333 marked this pull request as draft January 6, 2026 13:03
@storopoli
Copy link
Author

storopoli commented Jan 6, 2026

  happy-coder
    * Binaries built for a non-native architecture were installed into happy-coder's prefix.
      The offending files are:
        /usr/local/Cellar/happy-coder/0.13.0/libexec/lib/node_modules/happy-coder/tools/unpacked/difft	(arm64)
        /usr/local/Cellar/happy-coder/0.13.0/libexec/lib/node_modules/happy-coder/tools/unpacked/rg	(arm64)
        /usr/local/Cellar/happy-coder/0.13.0/libexec/lib/node_modules/happy-coder/tools/unpacked/ripgrep.node	(arm64)
    * happy-coder has broken dynamic library links:
        T::Private::Types::Void::VOID

I have no idea how to fix this. Any suggestions?

@storopoli storopoli marked this pull request as ready for review January 6, 2026 15:40
@storopoli
Copy link
Author

Ok I've disabled the x86 macos

@SMillerDev
Copy link
Member

That's not the correct fix. You'll need to make sure that it actually builds those libraries so that they are native. Or you need to strip out the non-native components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new formula PR adds a new formula to Homebrew/homebrew-core nodejs Node or npm use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants