Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#79662 - [influxdb] does not build
Attached to Project:
Arch Linux
Opened by Robin Candau (Antiz) - Monday, 11 September 2023, 21:37 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:19 GMT
Opened by Robin Candau (Antiz) - Monday, 11 September 2023, 21:37 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:19 GMT
|
DetailsDescription:
influxdb PKGBUILD fails with the following error (see full build log below) ``` error: could not compile `flux` (lib) due to 2 previous errors Error installing library {"name": "flux", "error": "exit status 101"} /build/influxdb/src/influxdb/scripts/pkg-config.sh: exit status 1 make: *** [GNUmakefile:84: bin/linux/influxd] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ``` Additional info: * package version(s): 2.7.1-1 * build log file: https://bpa.st/4VOVQ Steps to reproduce: ``` pkgctl repo clone influxdb cd influxdb pkgctl build ``` By the way, there's a pending ToDo for that package while we're at it :P (I discovered this issue while trying to proceed with the ToDo) https://archlinux.org/todo/change-dependency-from-bzr-to-breezy/ |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:19 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/influxdb/issues/1
Saturday, 25 November 2023, 20:19 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/influxdb/issues/1
I have not reported the issue upstream as you discovered it first.
As bzr is not used during the build I removed it in the attached diff rather than replacing it with breezy.
PS cairo-dock, midori and deepin-api also no longer uses bzr/breezy.
[1] https://github.com/influxdata/flux/blob/v0.193.0/rust-toolchain.toml
We'll see if we consider switching to rustup depending on the upstream response.
1) Remove the shadowing import see PKGBUILD.diff.1
2) Stop warnings from being fatal for that file see PKGBUILD.diff.2