Created attachment 215282 [details] diff against mongodb40-tools (svn copy) compile and run tested on aarch64
test building it.
The patch target fails: =======================<phase: patch >============================ ===> Patching for mongodb42-tools-4.2.7 ===> Applying FreeBSD patches for mongodb42-tools-4.2.7 from /usr/ports/databases/mongodb42-tools/files No file to patch. Skipping... 3 out of 3 hunks ignored--saving rejects to common/util/file.go.rej Can't create common/util/file.go.rej, output is in /tmp/patchregbqCnNUWW: No such file or directory ===> FAILED Applying FreeBSD patch-common_util_file.go ===> FAILED to apply cleanly FreeBSD patch(es) patch-common_util_file.go *** Error code 1 Full log is here: https://pkg.fechner.net/data/121amd64-gitlab/2020-06-10_15h04m27s/logs/errors/mongodb42-tools-4.2.7.log
(In reply to Matthias Fechner from comment #2) Mmmm. svn cp mongodb40-tools mongodb42-tools svn rm mongodb42-tools/files/patch-common_util_file.go svn diff mongodb42-tools -> this does not take the removal of that file into account. I forgot to mention that. This is the svn status at my computer: A + mongodb42-tools M + mongodb42-tools/Makefile M + mongodb42-tools/distinfo D + mongodb42-tools/files/patch-common_util_file.go
A commit references this bug: Author: mfechner Date: Wed Jun 10 13:25:34 UTC 2020 New revision: 538395 URL: https://svnweb.freebsd.org/changeset/ports/538395 Log: New Port: databases/mongodb42-tools Update mongo tools to version 4.2 which is required to manage mongodb version 4.2. PR: 247021 Submitted by: Ronald Klop <ronald-lists@klop.ws> Reviewed by: mfechner Relnotes: https://docs.mongodb.com/manual/release-notes/4.2/ Changes: head/databases/Makefile head/databases/mongodb36-tools/Makefile head/databases/mongodb40-tools/Makefile head/databases/mongodb42-tools/ head/databases/mongodb42-tools/Makefile head/databases/mongodb42-tools/distinfo head/databases/mongodb42-tools/files/patch-common_util_file.go
Thanks a lot!