Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 873178 - www-apps/grafana-bin: ARM64 support
Summary: www-apps/grafana-bin: ARM64 support
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords: KEYWORDREQ
Depends on:
Blocks:
 
Reported: 2022-09-27 14:25 UTC by Jan Breig
Modified: 2024-02-12 09:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild patch for arm64 support (grafana-arm-support-ebuild.patch,772 bytes, patch)
2022-09-27 14:26 UTC, Jan Breig
Details | Diff
Ebuild patch for arm64 support v9.2.4 (grafana-9.2.4-arm-support-ebuild.patch,778 bytes, patch)
2022-11-18 07:59 UTC, Jan Breig
Details | Diff
Ebuild patch for arm64 support v9.4.7 (grafana-9.4.7-arm-support-ebuild.patch,860 bytes, patch)
2023-04-18 11:31 UTC, Jan Breig
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Breig 2022-09-27 14:25:13 UTC
Since the package SRC_URI refers to a prebuilt amd64 binary. The program does not work on arm64 by default.

However a separate arm64 binary is available on the grafana download page
https://grafana.com/grafana/download/9.1.6?pg=get&platform=arm&plcmt=selfmanaged-box1-cta1&edition=oss

Reproducible: Always

Steps to Reproduce:
1. Emerge www-apps/grafana-bin on arm64
2. Start service (rc-service grafana start)
Actual Results:  
An amd64 binary is installed. The service crashes.

Expected Results:  
An arm64 binary should be installed. Service should start as expected.
Comment 1 Jan Breig 2022-09-27 14:26:12 UTC
Created attachment 814378 [details, diff]
Ebuild patch for arm64 support
Comment 2 Jan Breig 2022-11-18 07:59:13 UTC
Created attachment 833273 [details, diff]
Ebuild patch for arm64 support v9.2.4
Comment 3 Jan Breig 2023-04-18 11:31:58 UTC
Created attachment 860313 [details, diff]
Ebuild patch for arm64 support v9.4.7
Comment 4 Conrad Kostecki gentoo-dev 2024-02-12 09:16:43 UTC Comment hidden (obsolete)
Comment 5 Conrad Kostecki gentoo-dev 2024-02-12 09:24:56 UTC
@patrick: any objections against adding arm64?