Skip to content
New issue

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

[package] libssh2/1.11.0: Requirement on cmake 3.30.5 #26062

Open
DevAGCO opened this issue Nov 28, 2024 · 0 comments
Open

[package] libssh2/1.11.0: Requirement on cmake 3.30.5 #26062

DevAGCO opened this issue Nov 28, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@DevAGCO
Copy link

DevAGCO commented Nov 28, 2024

Description

With the latest version 1.11.1 a new tool depedency has appeared (to cmake 3.30.5).

It looks like previous versions of libssh2 (tested with 1.11.0 and 1.10.0) have suddenly also inherited from that new requirement. Breaking existing builds that are not able to build cmake (e.g. armv7 platform).

Package and Environment Details

  • Package Name/Version: libssh2/1.11.0
  • Operating System+version: Raspbian armv7
  • Compiler+version: GCC 8.3.0
  • Python version: Python 3.7.3

Conan profile

[settings]
arch=armv7
build_type=Release
compiler=gcc
compiler.cppstd=gnu14
compiler.libcxx=libstdc++11
compiler.version=8
os=Linux

Steps to reproduce

Simply trying to build the package

Logs

Click to expand log
...
Build requirements
    cmake/3.30.5#540068cc37f1d21b42b729c82d6bcb29:7a99b07c654f17f335428a58b7f18cae9b625984 - Invalid
ERROR: There are invalid packages:
cmake/3.30.5: Invalid: CMake binaries are only provided for x86_64 and armv8 architectures
@DevAGCO DevAGCO added the bug Something isn't working label Nov 28, 2024
@AbrilRBS AbrilRBS self-assigned this Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants