Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Conan recipe for latest release (1.8.1) fails due to ARM architecture. #1874

Closed
rbharvs opened this issue Dec 19, 2022 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@rbharvs
Copy link

rbharvs commented Dec 19, 2022

Hello, does this group manage the Conan recipe for this project? When installing on my M1 Macbook Pro, the recipe errs with the following message:

opentelemetry-cpp/1.8.1: Invalid ID: opentelemetry-cpp/1.8.1 doesn't support architecture : armv8

This is simply due to a hard-coded check in the Conan recipe.

Based on the pull request title from #1325 however, it appears that ARM architecture is supported. If so, is it possible for the hard-coded check in the Conan recipe be updated so that I can install the library on my system via the Conan package?

@rbharvs rbharvs added the bug Something isn't working label Dec 19, 2022
@lalitb
Copy link
Member

lalitb commented Dec 19, 2022

Yes, ARM architecture is supported by otel-cpp, so hardcoding could be removed from Conan package. Would suggest you to create a GitHub issue with Conan (or maybe contribute the fix there) as the package is not maintained by OpenTelemetry C++ project. Refer - Using Package Managers.

@open-telemetry open-telemetry locked and limited conversation to collaborators Dec 19, 2022
@lalitb lalitb converted this issue into discussion #1875 Dec 19, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants