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

[package] qt/5.15.8: "package_info(): Package require 'wayland' not used in components requires" #15341

Closed
EstebanDugueperoux2 opened this issue Jan 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@EstebanDugueperoux2
Copy link
Contributor

Description

Hello conan community,

I have a project with qt/5.15.8 requirement with wayland option enabled instead of default xorg.
But at the end of "conan install" invocation I get following error:

ConanException: qt/5.15.8 package_info(): Package require 'wayland' not used in components requires

I tried to reproduce with a simple project without yet success.
But I think qt recipe with wayland is not too much used because wayland is default only on latest Ubuntu but is default on Redhat/Fedora since several releases/years.

Regards.

Package and Environment Details

  • Docker image: conanio/gcc8-ubuntu16.04

Conan profile

[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=8
compiler.libcxx=libstdc++11
build_type=Release
[options]
[build_requires]
[env]

Steps to reproduce

conan install . --build missing --profile:build .conan/profiles/gcc8 --profile:host .conan/profiles/gcc8 -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True -s myPackage:build_type=Debug

Logs

Click to expand log
Put your log output here
@EstebanDugueperoux2 EstebanDugueperoux2 added the bug Something isn't working label Jan 18, 2023
EstebanDugueperoux2 added a commit to EstebanDugueperoux2/conan-center-index that referenced this issue Jan 18, 2023
@EstebanDugueperoux2
Copy link
Contributor Author

You are right, I juste see that the issue is on my side.
Sorry for the disturb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant