Closed acsvln closed 6 years ago
I think that was a temporary error from lzma server.
I see no errors on my side. Please, try it again.
I executed the follow command:
conan install -r bincrafters lzma/5.2.3@bincrafters/stable --build lzma
Also, it's possible to download the lzma tar by
wget -O /tmp/xz-5.2.3.tar.gz https://tukaani.org/xz/xz-5.2.3.tar.gz
I fear i have some problems with conan (or maybe python?) environment. First command failed (same result), second succeeded.
Since this seems to be a temporary issue I'm going to close it. Please report back if you continue to have problems.
Description of Problem, Request, or Question
Can not build lzma package from sources. My command line:
acsvln@acsvln-Inspiron-5567:~/development/samples/gtest_sample$ conan install . -s compiler=gcc -s compiler.version=5.4 -s compiler.libcxx=libstdc++11 --build lzma
And result:Package Details (Include if Applicable)