Date: Fri, 09 Aug 2024 14:59:20 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 280709] devel/py-pygit2: Fails to build with libgit2 1.8.1 Message-ID: <bug-280709-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280709 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280709-7788>