Created attachment 259452 [details] fix build failure. ===> Tidying github.com/gotify/cli/v2 dependencies cd: /usr/ports/net/gotify-cli/work/github.com/gotify/cli/v2/v2@v2.3.2: No such file or directory *** Error code 2 Only directory github.com/gotify/cli/v2@v2.3.2 exist in work dir.
I cannot reproduce this, is building perfectly fine for me. Just deleted all distfiles. Here the build logs: https://pkg.fechner.net/build.html?mastername=142amd64-default&build=2025-04-11_20h24m39s Can you please be more specific, how to reproduce that error?
(In reply to Matthias Fechner from comment #1) make clean ;make package in net/gotify-cli directory.
# pkg install gotify-cli Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. pkg: No packages available to install matching 'gotify-cli' have been found in the repositories Failed on 14.2R quarterly/latest. The same is true to gotify-server.
(In reply to King John from comment #3) I think the: pkg: No packages available to install matching 'gotify-cli' have been found in the repositories Is related to this bug: https://github.com/golang/go/issues/49405 If you use a new Intel CPU you maybe have the same problem. Nothing I can do here. It is building perfectly fine for me as you could see in the build logs. So this seems not be related to the port or you have another problem on your system, are you sure you have no modifications in the ports. Maybe check you variables you set. I cannot build gotify outside poudriere, as I can already a newer go version installed that does not match the go version gotify is asking for.
(In reply to Matthias Fechner from comment #4) OS version: 14.2-RELEASE-p3 CPU: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz I reset ports to the current main (commit: b5cbae9a8991). It now can be built successfully (make package).