Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cobo-cli 0.0.4 (new formula) #197801

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

cobo-cli 0.0.4 (new formula) #197801

wants to merge 2 commits into from

Conversation

wqvv
Copy link

@wqvv wqvv commented Nov 15, 2024

  • 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 autosquash Automatically squash pull request commits according to Homebrew style. python Python use is a significant feature of the PR or issue new formula PR adds a new formula to Homebrew/homebrew-core labels Nov 15, 2024
@github-actions github-actions bot added the automerge-skip `brew pr-automerge` will skip this pull request label Nov 15, 2024
Copy link
Contributor

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.

@daeho-ro daeho-ro changed the title submit cobo-cli formula cobo-cli 0.0.4 (new formula) Nov 15, 2024
@chenrui333
Copy link
Member

    generating cffi module 'build/temp.linux-x86_64-cpython-39/_sodium.c'
    creating build/temp.linux-x86_64-cpython-39
    building '_sodium' extension
    creating build/temp.linux-x86_64-cpython-39/build/temp.linux-x86_64-cpython-39
    gcc-11 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -I/home/linuxbrew/.linuxbrew/Cellar/cobo-cli/0.0.4/libexec/include -I/home/linuxbrew/.linuxbrew/opt/[email protected]/include/python3.9 -c build/temp.linux-x86_64-cpython-39/_sodium.c -o build/temp.linux-x86_64-cpython-39/build/temp.linux-x86_64-cpython-39/_sodium.o
    build/temp.linux-x86_64-cpython-39/_sodium.c:573:10: fatal error: sodium.h: No such file or directory
      573 | #include <sodium.h>
          |          ^~~~~~~~~~
    compilation terminated.
    error: command '/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/gcc-11' failed with exit code 1
    error: subprocess-exited-with-error
    
    × Building wheel for PyNaCl (pyproject.toml) did not run successfully.
    │ exit code: 1
    ╰─> See above for output.
    
    note: This error originates from a subprocess, and is likely not a problem with pip.
    full command: /home/linuxbrew/.linuxbrew/Cellar/cobo-cli/0.0.4/libexec/bin/python /home/linuxbrew/.linuxbrew/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py build_wheel /tmp/tmpi78vky1m
    cwd: /tmp/cobo-cli--PyNaCl-20241115-9389-wb6ow4/PyNaCl-1.5.0
    Building wheel for PyNaCl (pyproject.toml): finished with status 'error'
    ERROR: Failed building wheel for PyNaCl
  Failed to build PyNaCl

@chenrui333 chenrui333 added the build failure CI fails while building the software label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge-skip `brew pr-automerge` will skip this pull request autosquash Automatically squash pull request commits according to Homebrew style. build failure CI fails while building the software new formula PR adds a new formula to Homebrew/homebrew-core python Python use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants