net-mgmt/telegraf error is not overly instructive

I'm trying to upgrade net-mgmt/telegraf.
During the compile, it simply outputs a long list of file names and when it finally fails:

Code:
    ...
github.com/russross/blackfriday/v2
github.com/cpuguy83/go-md2man/v2/md2man
github.com/xrash/smetrics
github.com/urfave/cli/v2
github.com/influxdata/telegraf/plugins/processors/aws/ec2
github.com/influxdata/telegraf/plugins/processors/all
*** Error code 1

Stop.
make: stopped in /usr/ports/net-mgmt/telegraf

===>>> make build failed for net-mgmt/telegraf
===>>> Aborting update

===>>> Update for net-mgmt/telegraf failed
===>>> Aborting update

   ...

Not sure there's enough info there to attempt an intelligent fix?
 
Still using portsnap; but I had to wipe my ports tree anyway:
Code:
rm -rf /usr/ports/*; rm -rf /usr/ports/.[a-z]*; rm -rf /var/db/portsnap/*; portsnap fetch extract
So it was as fresh a tree as I could make it before I started.
 
I use,
Code:
rm -r /usr/ports/* /usr/ports/.??*
cd /usr/ports/
git clone --branch 2022Q4 https://git.FreeBSD.org/ports.git /usr/ports
Here it compiles just fine.
 
Back
Top