You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add gst-plugins-base/1.19.2 to the conanfile.txt and try and build.
Logs
Click to expand log
*********************************************************
Recipe 'gst-plugins-base/1.19.2' seems broken.
It is possible that this recipe is not Conan 2.0 ready
If the recipe comes from ConanCenter, report it at https://github.com/conan-io/conan-center-index/issues
If it is your recipe, check if it is updated to 2.0
*********************************************************
ERROR: Package 'gst-plugins-base/1.19.2' not resolved: gst-plugins-base/1.19.2: Cannot load recipe.
Error loading conanfile at '/root/.conan2/p/gst-pe2054fd2c8e73/e/conanfile.py': Unable to load conanfile in /root/.conan2/p/gst-pe2054fd2c8e73/e/conanfile.py
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/root/.conan2/p/gst-pe2054fd2c8e73/e/conanfile.py", line 1, in <module>
from conans import ConanFile, tools, Meson, VisualStudioBuildEnvironment
ImportError: cannot import name 'ConanFile' from 'conans' (/opt/conan/lib/python3.10/site-packages/conans/__init__.py)
.
The text was updated successfully, but these errors were encountered:
The GStreamer plugin recipes are blocked by several missing binaries, which will probably mostly be resolved once the PRs related to #25090 get merged.
Description
The recipe doesn't seem to be compatible with conan 2
Package and Environment Details
Conan profile
[conf]
tools.system.package_manager:mode = install
[settings]
arch=x86_64
build_type=Release
compiler=clang
compiler.cppstd=gnu14
compiler.libcxx=libstdc++11
compiler.version=14
os=Linux
[buildenv]
LDFLAGS=-fuse-ld=lld
[runenv]
LDFLAGS=-fuse-ld=lld
Steps to reproduce
add
gst-plugins-base/1.19.2
to the conanfile.txt and try and build.Logs
Click to expand log
The text was updated successfully, but these errors were encountered: