Fails to compile for me without adding USES localbase
Hi – Thanks for the report. Could you please mention which platform it's failing to build on, and share the build log ? Thanks!
Hi Ashish, it fails on FreeBSD 14.1 amd64: cargo:warning=libgit2/src/libgit2/transports/ssh_libssh2.c:12:10: fatal error: 'libssh2.h' file not found cargo:warning= 12 | #include <libssh2.h> cargo:warning= | ^~~~~~~~~~~
A longer copy of the log can be found here: https://pastebin.mozilla.org/CJXc2gBC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b976d7094fad34859061bf5c7cf8f0eda086466 commit 1b976d7094fad34859061bf5c7cf8f0eda086466 Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2024-08-22 09:38:01 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2024-08-22 09:46:21 +0000 devel/pipelight: Unbreak - add missing USES=localbase PR: 280976 Reported by: Yonas Yanfa <yonas dot yanfa at gmail dot com> devel/pipelight/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Fixed. It didn't happen in my testing because I was building with ssl=openssl32 so those flags were already present in the environment. Thanks for the report.