tbsuht
tbsuht
@prince-chrismc I found a way to easily reproduce this (clear your local cache, before ... I have seen cases when it worked if the cache was not empty ...): `conan...
Full log of failing libuuid run ``` $ conan install libuuid/1.0.3@ -pr:h default -pr:b default --build -s build_type=Release Configuration (profile_host): [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux os_build=Linux [options]...
Another observation: Shouldnt't these two commands be equivalent? ``` conan install automake/1.16.5@ --build-require -pr:h armv8 -pr:b default -s build_type=Release --build automake/1.16.5 conan install automake/1.16.5@ -pr:h default -pr:b default -s build_type=Release...
one addition: this could also enable the automatic source backup if its a git checkout, which would be cool.
As mentioned in the last sentence above, when reading from the operational datastore based on the same path, everything is working. So I guess the path should be valid? Yes,...
I've currently not the time to work out a full reproducer, but maybe the following excerpt from the YANG model is helping which defines the type used for filtering (used...
Related in terms of showing progress: https://github.com/conan-io/conan/issues/14589
Hi, just came across this issue as I'm also working with lockfiles and have one particular question which is also in the first post from @ericriff. Hope its fine to...
> > The initial lockfile contains timestamps as shown in the examples above (everything after the %). Is it fine that all modifications done via the conan lock command are...