[Bug 280709] devel/py-pygit2: Fails to build with libgit2 1.8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Aug 2024 14:59:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280709 Bug ID: 280709 Summary: devel/py-pygit2: Fails to build with libgit2 1.8.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mfechner@FreeBSD.org Reporter: eduardo@FreeBSD.org Flags: maintainer-feedback?(mfechner@FreeBSD.org) Assignee: mfechner@FreeBSD.org n file included from src/diff.h:34: src/types.h:37:2: error: You need a compatible libgit2 version (1.7.x) 37 | #error You need a compatible libgit2 version (1.7.x) | ^ src/blob.c:171:13: warning: call to undeclared function 'git_error_set'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 171 | git_error_set(GIT_ERROR_OS, "failed to put chunk to queue"); | ^ src/blob.c:180:13: warning: call to undeclared function 'git_error_set'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 180 | git_error_set(GIT_ERROR_OS, "failed to signal queue ready"); | ^ src/blob.c:205:9: warning: call to undeclared function 'git_error_set'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 205 | git_error_set(GIT_ERROR_OS, "failed to signal writer closed"); | ^ src/blob.c:212:9: warning: call to undeclared function 'git_error_set'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 212 | git_error_set(GIT_ERROR_OS, "failed to signal queue ready"); | ^ 4 warnings and 1 error generated. -- You are receiving this mail because: You are the assignee for the bug.