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: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords: KEYWORDREQ
Depends on:
Blocks:
 
Reported: 2022-09-27 14:25 UTC by Jan Breig
Modified: 2024-06-30 12:55 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?
Comment 6 Larry the Git Cow gentoo-dev 2024-06-30 12:55:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ede0b7202a626f3952c1b0f295411b126670d1a

commit 3ede0b7202a626f3952c1b0f295411b126670d1a
Author:     Louis Sautier <sbraz@gentoo.org>
AuthorDate: 2024-06-30 12:21:12 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2024-06-30 12:55:33 +0000

    www-apps/grafana-bin: add 11.1.0 with ARM64 support
    
    Closes: https://bugs.gentoo.org/873178
    Signed-off-by: Louis Sautier <sbraz@gentoo.org>

 www-apps/grafana-bin/Manifest                  |  2 +
 www-apps/grafana-bin/grafana-bin-11.1.0.ebuild | 74 ++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)