Can confirm it works now. Thank you very much.
Search Criteria
Package Details: grafana-bin 11.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/grafana-bin.git (read-only, click to copy) |
---|---|
Package Base: | grafana-bin |
Description: | Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB - binary version |
Upstream URL: | https://grafana.com/grafana/download |
Licenses: | Apache, AGPL |
Conflicts: | grafana |
Provides: | grafana |
Submitter: | wzyboy |
Maintainer: | wzyboy |
Last Packager: | wzyboy |
Votes: | 16 |
Popularity: | 0.083157 |
First Submitted: | 2016-03-16 04:52 (UTC) |
Last Updated: | 2024-11-12 21:52 (UTC) |
Dependencies (0)
Required by (17)
- beegfs-mon (requires grafana) (optional)
- bitmagnet (requires grafana) (optional)
- bitmagnet-beta (requires grafana) (optional)
- bitmagnet-bin (requires grafana) (optional)
- bitmagnet-git (requires grafana) (optional)
- froniusd (optional)
- gasmeter (optional)
- gitflux-git (requires grafana)
- grafana-pcp-bin (requires grafana)
- icingaweb2-module-grafana (requires grafana) (optional)
- prometheus-mumble-exporter (requires grafana) (optional)
- prometheus-xmpp-webhook (requires grafana) (optional)
- prometheus-xmpp-webhook-bin (requires grafana) (optional)
- prometheus-xmpp-webhook-git (requires grafana) (optional)
- smartmeter (optional)
- solarmeter (optional)
- teslamate (requires grafana)
Sources (5)
aramirez commented on 2023-11-29 07:53 (UTC)
wzyboy commented on 2023-11-28 20:32 (UTC)
@aramirez Sorry. It should work now.
aramirez commented on 2023-11-28 20:16 (UTC)
Thank you, but it appears more changes are needed:
/home/alex/.cache/aurutils/sync/grafana-bin/PKGBUILD: line 53: cd: grafana-10.2.1: No such file or directory
wzyboy commented on 2023-11-28 20:08 (UTC)
@aramirez Thanks. Upstream changed the directory name. I have updated the PKGBUILD to accommodate this.
aramirez commented on 2023-11-28 20:06 (UTC)
I am having this error when building the current version of the package (10.2.1-1):
==> Using [aur] repository
-> grafana-bin 10.1.1-1 -> 10.2.1-1
dependency grafana satisfied by aur/grafana-bin
==> Retrieving package files
fetch: grafana-bin: already up to date
==> Making package: grafana-bin 10.2.1-1 (Tue Nov 28 19:53:56 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found grafana.service
-> Found grafana.sysusers
-> Found grafana.tmpfiles
-> Found grafana-10.2.1.linux-amd64.tar.gz
==> Validating source files with sha256sums...
grafana.service ... Passed
grafana.sysusers ... Passed
grafana.tmpfiles ... Passed
==> Validating source_x86_64 files with sha256sums...
grafana-10.2.1.linux-amd64.tar.gz ... Passed
==> Extracting sources...
-> Extracting grafana-10.2.1.linux-amd64.tar.gz with bsdtar
==> Starting prepare()...
/home/alex/.cache/aurutils/sync/grafana-bin/PKGBUILD: line 40: cd: grafana-10.2.1: No such file or directory
==> ERROR: A failure occurred in prepare().
Aborting...
I checked and the directory is called grafana-v10.2.1
(with a v
).
wzyboy commented on 2023-11-17 00:52 (UTC) (edited on 2023-11-17 01:08 (UTC) by wzyboy)
Please note that 32-bit ARM support (armv6 and armv7) has been temporarily disabled upstream: https://grafana.com/blog/2023/09/29/grafana-and-grafana-enterprise-updates-for-armv6-and-armv7-will-be-temporarily-paused/
I don't use 32-bit ARM personally. If you do, please pin your version and do not upgrade to v10.2. If 32-bit ARM support is resumed upstream, please mark the package as outdated to notify me and I will add it back.
df8oe commented on 2023-04-11 11:41 (UTC)
Many thanks for the fast fix - working now perfectly.
df8oe commented on 2023-04-10 15:06 (UTC)
I can confirm building fails on aarch64:
cp: der Aufruf von stat für 'tools' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
==> FEHLER: Ein Fehler geschah in package().
Breche ab...
-> Fehler beim Erstellen: grafana-bin-exit status 4
-> Failed to install the following packages. Manual intervention is required:
grafana-bin - exit status 4
phesch commented on 2023-04-04 08:17 (UTC)
@GCN Looks like I forgot that too: The scripts directory doesn't exist anymore, so you can just remove it from the PKGBUILD:
- cp -r public scripts plugins-bundled "$pkgdir/usr/share/grafana/"
+ cp -r public plugins-bundled "$pkgdir/usr/share/grafana/"
That directory doesn't seem to have contained anything vital anyway - mostly testing scripts that may have (accidentally?) made it into the release tarballs.
GCN commented on 2023-04-03 06:03 (UTC) (edited on 2023-04-03 06:07 (UTC) by GCN)
The package doesn't build on aarch64:
==> Starting package()...
cp: cannot stat 'scripts': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
Pinned Comments
wzyboy commented on 2023-11-17 00:52 (UTC) (edited on 2023-11-17 01:08 (UTC) by wzyboy)
Please note that 32-bit ARM support (armv6 and armv7) has been temporarily disabled upstream: https://grafana.com/blog/2023/09/29/grafana-and-grafana-enterprise-updates-for-armv6-and-armv7-will-be-temporarily-paused/
I don't use 32-bit ARM personally. If you do, please pin your version and do not upgrade to v10.2. If 32-bit ARM support is resumed upstream, please mark the package as outdated to notify me and I will add it back.