Le Tue, Apr 18, 2023 at 06:43:21PM +0200, Martin REINDL a écrit : > Am 16.04.2023 um 19:11 schrieb Landry Breuil: > > Hi, > > > > spent some days fixin' influxdb which currently badly crashes at startup > > on 7.3 with SIGSYS, due to go and syscalls *sigh*. > > > > diffs attached: > > - influxdb-1.8.10-stable.diff is for 7.3 and 'only' updates x/sys to > > 0.5.0, i've it running fine on my 7.3/amd64 vm receiving metrics from > > all the > > telegraf instances running on various boxes. That's the 'minimal' fix. > > Looks good on my machines here, thank you. OK martin@ for the 7.3 fix and I > will try to look into the other updates as well. > > So the plan is to have influxdb2 as a separate port?
Well, the 1.x branch is still maintained upstream (there are releases from the 1.9, 1.10 and 1.11) branch so it might make sense to have both as separate ports, conflicting with each other. the port for 2.7.0 i've sent is a wip (it starts, but i havent played much with it), it'd need also a separate port for the 'influx' binary which now lives in its own repo (https://github.com/influxdata/influx-cli) and adding the port plumbing so that both ports conflict. Landry