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

libsigrok: migrate to [email protected] #201588

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

branchvincent
Copy link
Member

libsigrok: migrate to [email protected]

@github-actions github-actions bot added the python Python use is a significant feature of the PR or issue label Dec 18, 2024
@chenrui333
Copy link
Member

  /opt/homebrew/lib/python3.13/site-packages/setuptools/dist.py:697: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
  !!
  
          ********************************************************************************
          Please replace its usage with implicit namespaces (PEP 420).
  
          See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details.
          ********************************************************************************
  
  !!
    ep.load()(self, ep.name, value)
  ../../../bindings/python/sigrok/core/../../../swig/classes.i:51: Warning 330: Template forward class 'enable_shared_from_this< Context >' cannot be used to instantiate a full template class with name 'ContextShared'.
  sigrok/core/classes_wrap.cpp:43679:21: error: use of undeclared identifier 'PyEval_CallObject'
   43679 |       auto result = PyEval_CallObject(swig_obj[1], arglist);
         |                     ^
  sigrok/core/classes_wrap.cpp:47846:21: error: use of undeclared identifier 'PyEval_CallObject'
   47846 |       auto result = PyEval_CallObject(swig_obj[1], arglist);
         |                     ^
  sigrok/core/classes_wrap.cpp:48160:27: error: use of undeclared identifier 'PyEval_CallObject'
   48160 |       const auto result = PyEval_CallObject(swig_obj[1], nullptr);
         |                           ^
  3 errors generated.
  error: command '/opt/homebrew/Library/Homebrew/shims/mac/super/clang++' failed with exit code 1
  make[1]: *** [bindings/python/timestamp] Error 1
  make: *** [all] Error 2

@chenrui333 chenrui333 added the build failure CI fails while building the software label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build failure CI fails while building the software python Python use is a significant feature of the PR or issue python-3.13-migration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants