Created attachment 253807 [details] Update Rclone to 1.68.1 Q&A: poudriere: testport ok (14.1-RELEASE-p5;amd64) Makefile portclippy/portmft processed
Why exist two GO_BUILDFLAGS variable? Is it possible to merge into one? I added TEST_TARGET=test and ran 'make test'. There are some errors. Could you please check it?
Created attachment 253840 [details] Update Rclone to 1.68.1 and merge GO_BUILDARGS
(In reply to Zsolt Udvari from comment #2) Hi, I've checked rclone's github issues and I read quite a few cases of people running into failing tests as well. The suggestion to use 'make quicktest' doesn't help and spits out the same number of FAILS. Rclone runs fine here, although I use only a small number of cloud services, so unless people report issues I would simply commit the PR. My guess is the tests have been failing for quite some time. Just my 2 cents. I did merge the GO_BUILDARGS. There used to be an OPTIONS knob to enable CMOUNT, so IIRC this must have been a leftover of that and I simply missed the variable was listed twice.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbc63252eba0568dd37fa5486796115fab20743a commit cbc63252eba0568dd37fa5486796115fab20743a Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2024-09-27 05:40:14 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-09-27 05:41:08 +0000 net/rclone: Update to 1.68.1 Merge GO_BUILDFLAGS. Changelog: https://rclone.org/changelog/#v1-68-1-2024-09-24 PR: 281705 Approved by: submitter is maintainer net/rclone/Makefile | 7 ++----- net/rclone/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 10 deletions(-)
Thanks for explanation. Committed, thanks!