Page MenuHomeFreeBSD

lang/influx-flux: WIP
Needs ReviewPublic

Authored by driesm on Dec 20 2022, 5:40 PM.
Tags
None
Referenced Files
F132734092: D37761.id.diff
Sun, Oct 19, 11:24 AM
F132734083: D37761.id114330.diff
Sun, Oct 19, 11:24 AM
F132666769: D37761.diff
Sat, Oct 18, 9:44 PM
Unknown Object (File)
Sat, Oct 11, 5:33 AM
Unknown Object (File)
Sep 13 2025, 6:38 AM
Unknown Object (File)
Sep 3 2025, 12:17 PM
Unknown Object (File)
Jun 29 2025, 8:39 AM
Unknown Object (File)
Jun 22 2025, 3:56 PM
Subscribers

Details

Reviewers
girgen
Summary

This is a WIP. I hope to get some eyes as I'm a bit stuck.
The idea is to feed the libflux (rust lib) through pkgconfig to the flux
go build with a .pc file. This should work as explained here:
https://github.com/influxdata/flux/issues/4535

It actually builds just fine from make on the terminal, but fails in
poudriere as it embeds the rust build in the go build, and tries to
access the internet during that time.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 48775
Build 45661: arc lint + arc unit

Event Timeline

Note for those interested, if we are able to get flux to built, the porting process of influxdb2 will be very similar. It might even be that flux can be a dependency of influxdb2 (or atleast libflux).