Git Product home page Git Product logo

Comments (4)

memsharded avatar memsharded commented on June 19, 2024

Hi @chenyongquan2

Thanks for your question.

I am not sure this is a Conan bug, this could be like something is not correctly configured.
The first step would be to isolate Conan, and try to reproduce with bare Conan commands.
It seems that the Conan remote is not configured, so please try checking:

$ conan remote list
$ conan list openssl/* -r=conancenter
$ conan install . --profile:build=profile_build.txt --profile:host=profile_host.txt --build=missing

And report the result.

Then, there are a couple of details, for example in general you don't want to use build_type=Debug for the "build" profile and context, but build_type=Release. You might want to report that to xmake repos.

from conan.

memsharded avatar memsharded commented on June 19, 2024

Hi @chenyongquan2

Any feedback here? Did you manage to try the above?

from conan.

chenyongquan2 avatar chenyongquan2 commented on June 19, 2024

Hi  你好@chenyongquan2

Any feedback here? Did you manage to try the above?有什么反馈意见吗?您尝试过上述方法吗?

@memsharded
Thank you very much for your reply.

C:\Users\cyq>conan remote list
conancenter: https://center.conan.io [Verify SSL: True, Enabled: True]

C:\Users\cyq>conan list openssl/* -r=conancenter
conancenter
  openssl
    openssl/1.0.2s
    openssl/1.0.2t
    openssl/1.0.2u
    openssl/1.1.0k
    openssl/1.1.0l
    openssl/1.1.1c
    openssl/1.1.1d
    openssl/1.1.1e
    openssl/1.1.1f
    openssl/1.1.1g
    openssl/1.1.1h
    openssl/1.1.1i
    openssl/1.1.1j
    openssl/1.1.1k
    openssl/1.1.1l
    openssl/1.1.1m
    openssl/1.1.1n
    openssl/1.1.1o
    openssl/1.1.1p
    openssl/1.1.1q
    openssl/1.1.1s
    openssl/1.1.1t
    openssl/1.1.1u
    openssl/1.1.1v
    openssl/1.1.1w
    openssl/3.0.0
    openssl/3.0.1
    openssl/3.0.2
    openssl/3.0.3
    openssl/3.0.4
    openssl/3.0.5
    openssl/3.0.7
    openssl/3.0.8
    openssl/3.0.9
    openssl/3.0.10
    openssl/3.0.11
    openssl/3.0.12
    openssl/3.0.13
    openssl/3.1.0
    openssl/3.1.1
    openssl/3.1.2
    openssl/3.1.3
    openssl/3.1.4
    openssl/3.1.5
    openssl/3.2.0
    openssl/3.2.1

C:\Users\cyq>conan install . --profile:build=profile_build.txt --profile:host=profile_host.txt --build=missing
ERROR: Conanfile not found at C:\Users\cyq\conanfile.txt

from conan.

memsharded avatar memsharded commented on June 19, 2024

You should have a conanfile.txt, somewhere, like in your output above is: conanfile.txt: C:\workspace\saas-mt-opencloud\build\.conan\libcurl\8.4.0\conanfile.txt

You can try with conan install --requires=openssl/3.2.1 instead.

This doesn't seem a Conan issue so far, but an xmake one. I would recommend to open a ticket in the xmake repos, they might be able to help better.

from conan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.