We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I received this error after doing a recent git pull and attempting to do the install:
conan install ./ -pr:h .conan2/profiles/gcc/12/x64-libstdc++11-debug -pr:b .conan2/profiles/gcc/12/x64-libstdc++11-debug --build missing
`======== Input profiles ======== Profile host: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.cppstd=23 compiler.libcxx=libstdc++11 compiler.version=12 os=Linux mold*:build_type=Release mold*:compiler.libcxx=libstdc++11 onetbb*:build_type=Release [conf] tools.build:compiler_executables={'c': 'gcc-12', 'cpp': 'g++-12'}
Profile build: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.cppstd=23 compiler.libcxx=libstdc++11 compiler.version=12 os=Linux mold*:build_type=Release mold*:compiler.libcxx=libstdc++11 onetbb*:build_type=Release [conf] tools.build:compiler_executables={'c': 'gcc-12', 'cpp': 'g++-12'}
======== Computing dependency graph ======== scnlib/4.0.1: Not found in local cache, looking in remotes... scnlib/4.0.1: Checking remote: conancenter Graph root conanfile.py (morpheus/0.0.1): /home/mintel/code/Morpheus/conanfile.py Requirements boost/1.86.0#cd839a2082585255010f9e82eea94c7f - Cache bzip2/1.0.8#457c272f7da34cb9c67456dd217d36c4 - Cache ctre/3.8.1#40ac42de50d5ff58fdee27f3f13a9ada - Cache libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c - Cache magic_enum/0.9.5#ba07901b1c92063df850e362eed7ccb3 - Cache ms-gsl/4.0.0#60ed7b1ae7ff8fbfe0bf9a1c1f0443a8 - Cache range-v3/0.12.0#4c05d91d7b40e6b91b44b5345ac64408 - Cache rapidjson/cci.20230929#8dc0392af2b3aaea7312095f0ba53467 - Cache zlib/1.3.1#f52e03ae3d251dec704634230cd806a2 - Cache Build requirements b2/5.2.1#91bc73931a0acb655947a81569ed8b80 - Cache Resolved version ranges b2/[>=5.2 <6]: b2/5.2.1 zlib/[>=1.2.11 <2]: zlib/1.3.1 ERROR: Package 'scnlib/4.0.1' not resolved: Unable to find 'scnlib/4.0.1' in remotes.`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I received this error after doing a recent git pull and attempting to do the install:
conan install ./ -pr:h .conan2/profiles/gcc/12/x64-libstdc++11-debug -pr:b .conan2/profiles/gcc/12/x64-libstdc++11-debug --build missing
`======== Input profiles ========
Profile host:
[settings]
arch=x86_64
build_type=Debug
compiler=gcc
compiler.cppstd=23
compiler.libcxx=libstdc++11
compiler.version=12
os=Linux
mold*:build_type=Release
mold*:compiler.libcxx=libstdc++11
onetbb*:build_type=Release
[conf]
tools.build:compiler_executables={'c': 'gcc-12', 'cpp': 'g++-12'}
Profile build:
[settings]
arch=x86_64
build_type=Debug
compiler=gcc
compiler.cppstd=23
compiler.libcxx=libstdc++11
compiler.version=12
os=Linux
mold*:build_type=Release
mold*:compiler.libcxx=libstdc++11
onetbb*:build_type=Release
[conf]
tools.build:compiler_executables={'c': 'gcc-12', 'cpp': 'g++-12'}
======== Computing dependency graph ========
scnlib/4.0.1: Not found in local cache, looking in remotes...
scnlib/4.0.1: Checking remote: conancenter
Graph root
conanfile.py (morpheus/0.0.1): /home/mintel/code/Morpheus/conanfile.py
Requirements
boost/1.86.0#cd839a2082585255010f9e82eea94c7f - Cache
bzip2/1.0.8#457c272f7da34cb9c67456dd217d36c4 - Cache
ctre/3.8.1#40ac42de50d5ff58fdee27f3f13a9ada - Cache
libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c - Cache
magic_enum/0.9.5#ba07901b1c92063df850e362eed7ccb3 - Cache
ms-gsl/4.0.0#60ed7b1ae7ff8fbfe0bf9a1c1f0443a8 - Cache
range-v3/0.12.0#4c05d91d7b40e6b91b44b5345ac64408 - Cache
rapidjson/cci.20230929#8dc0392af2b3aaea7312095f0ba53467 - Cache
zlib/1.3.1#f52e03ae3d251dec704634230cd806a2 - Cache
Build requirements
b2/5.2.1#91bc73931a0acb655947a81569ed8b80 - Cache
Resolved version ranges
b2/[>=5.2 <6]: b2/5.2.1
zlib/[>=1.2.11 <2]: zlib/1.3.1
ERROR: Package 'scnlib/4.0.1' not resolved: Unable to find 'scnlib/4.0.1' in remotes.`
The text was updated successfully, but these errors were encountered: