[package] poco/*: dependency "https://github.com/conan-io/conan-center-index/blob/master/recipes/sqlite3/all/conandata.yml" not available in conan-center-index #26480
Labels
bug
Something isn't working
Description
I wanted to rebuild poco/1.12.4 from source. It was complaining about a missing dependency: sqlite3/3.45.0.
I checked the conanfile for poco, there is a hard-coded reference to that dependency if the sqlite support should be enabled: https://github.com/conan-io/conan-center-index/blob/master/recipes/poco/all/conanfile.py#L161
In sqlite conandata.yml, however, it is not available: https://github.com/conan-io/conan-center-index/blob/master/recipes/sqlite3/all/conandata.yml
Supposedly, this will be an easy fix. I'll give it a shot.
Package and Environment Details
Conan profile
Profile host:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=17
compiler.libcxx=libstdc++11
compiler.version=8
os=Linux
os.distro=Ubuntu
os.distro.version=20.04
[options]
enable_data_postgresql=False
[buildenv]
CC=/usr/bin/gcc-8
CXX=/usr/bin/g++-8
Profile build:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=17
compiler.libcxx=libstdc++11
compiler.version=8
os=Linux
os.distro=Ubuntu
os.distro.version=20.04
[buildenv]
CC=/usr/bin/gcc-8
CXX=/usr/bin/g++-8
Steps to reproduce
conan install -r poco/1.12.4 --build=missing --profile:all=ubuntu20.0_gcc8_release
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: