Package Details: chronograf 1.10.0-1

Git Clone URL: https://aur.archlinux.org/chronograf.git (read-only, click to copy)
Package Base: chronograf
Description: Time-series data visualization tool for InfluxDB
Upstream URL: https://www.influxdata.com/time-series-platform/chronograf/
Licenses: AGPL
Submitter: justin8
Maintainer: alaskanarcher
Last Packager: gin078
Votes: 9
Popularity: 0.000000
First Submitted: 2015-11-24 20:57 (UTC)
Last Updated: 2022-08-25 13:48 (UTC)

Pinned Comments

Latest Comments

1 2 3 Next › Last »

rageltman commented on 2021-07-27 02:24 (UTC)

Seems to be failing in the npm dependency stage:

[2021-07-27T02:19:56.087Z] info There appears to be trouble with your network connection. Retrying...
[2021-07-27T02:19:56.087Z] error An unexpected error occurred: "https://registry.yarnpkg.com/rxjs/-/rxjs-6.3.3.tgz: ESOCKETTIMEDOUT".
[2021-07-27T02:19:56.087Z] info If you think this is a bug, please open a bug report with the information provided in "/startdir/src/src/github.com/influxdata/chronograf/ui/yarn-error.log".
[2021-07-27T02:19:56.087Z] info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[2021-07-27T02:19:56.087Z] info There appears to be trouble with your network connection. Retrying...
[2021-07-27T02:19:56.087Z] make: *** [Makefile:94: .jsdep] Error 1
[2021-07-27T02:19:56.087Z] ==> ERROR: A failure occurred in build().
[2021-07-27T02:19:56.087Z]     Aborting...

this is being built in an arch chroot by CI, and able to download dependencies otherwise - seems to consistently fail on that specific one, and does download from the host which builds in the chroots. Somewhat puzzling, though i'm no yarn expert.

gdamjan commented on 2020-11-04 15:16 (UTC) (edited on 2020-11-04 20:48 (UTC) by gdamjan)

Is nodejs-lts-dubnium the exact make requirement, or just nodejs can do?

… edit: seems to work fine with nodejs

jvreeland commented on 2020-04-26 03:31 (UTC) (edited on 2020-04-26 14:48 (UTC) by jvreeland)

This doesn't seem to build for me.

info fsevents@1.2.4: The platform "linux" is incompatible with this module.
info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@2.1.2: The platform "linux" is incompatible with this module.
info "fsevents@2.1.2" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 23.22s.
==> ERROR: A failure occurred in build().
   Aborting...

Doesn't build in a chroot for me builds fine otherwise.

alaskanarcher commented on 2019-04-25 17:58 (UTC) (edited on 2019-04-25 18:39 (UTC) by alaskanarcher)

Actually the best way to build this is to not export the GOPATH at all as go will default to using modules outside of the GOPATH which will be entirely deprecated in the next few releases.

Ideally we would be using their official Makefile but there are a number of subtle issue with it that I'm working through.

arren commented on 2019-04-25 13:08 (UTC)

@gin078

You need to add GO111MODULE=on in build() function before go install... because chronograf now uses go modules. Have a look at the Makefile.

omgold commented on 2018-05-30 12:04 (UTC)

go-bindata should be added as builddep

alaskanarcher commented on 2018-03-17 01:12 (UTC)

This package now installs the canned dashboards that ship with chronograf. They are installed to /usr/share/chronograf/canned/.

alaskanarcher commented on 2018-02-28 03:37 (UTC)

@gin078

I started building package I maintain in a clean chroot and found that python2 is required in the build process so I added it to the build dependencies. Just a heads up.

alaskanarcher commented on 2017-12-28 03:26 (UTC) (edited on 2017-12-28 03:27 (UTC) by alaskanarcher)

The update to 1.4.0.0 corrects the issues with the PKGBUILD that were described in my previous comment below.

I also removed the unset LDFLAGS line in build() as this was a workaround for a build issue that has now been fixed upstream.