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

[question] Required component package not in dependencies - 2.9.1 vs 2.12.1 #17685

Open
1 task done
nkindt opened this issue Feb 3, 2025 · 1 comment
Open
1 task done
Assignees

Comments

@nkindt
Copy link

nkindt commented Feb 3, 2025

What is your question?

I have tested a build locally with 2.9.1 which compiles and runs as intended. However, if i upload to CI which uses 2.12.1 i start to receive the error:

ERROR: project@ci/onnx_mlir: required component package 'onnxmlir::' not in dependencies.

after everything got built 100% and installed:

project@ci/onnx_mlir: Created package revision 30c29eea3cd405117395266f431b087e
project@ci/onnx_mlir: Package 'aac2a81e4a8b829f33e6989db80e08d973e47838' created
project@ci/onnx_mlir: Full package reference: project@ci/onnx_mlir#c5933e761ecee04ce...
project@ci/onnx_mlir: Package folder /root/.conan2/p/b/project...
ERROR: project@ci/onnx_mlir: required component package 'onnxmlir::' not in dependencies.

I have checked similar issue #17312 and it looks like something got fixed in 2.9.3 already. Could this be related?

What is the meaning of this message and what could be the reason it triggers in 2.12.1 but not in 2.9.1?

Have you read the CONTRIBUTING guide?

  • I've read the CONTRIBUTING guide
@memsharded
Copy link
Member

Hi @nkindt

Thanks for your question.

I think I'd need a bit more of context and information to understand what could be happening.
Could you please share:

  • A full conanfile.py for project@ci/onnx_mlir, or at least a minimal one that allows to reproduce the issue?
  • The information for the onnxmlir package recipe, specifically what it defines in its package_info() method, or even better, a full recipe that allows reproducing the issue.
  • The commands use to reproduce the issue
  • The full output of the commands.
  • Clarification about the project@ci/onnx_mlir reference, it seems it is incorrect, it would be missing the version?

Many thanks!

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

No branches or pull requests

2 participants