pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/devel/libgit2



On Thu, 19 Oct 2023 07:19:44 +0000
"Thomas Klausner" <wiz%netbsd.org@localhost> wrote:

> Module Name:  pkgsrc
> Committed By: wiz
> Date:         Thu Oct 19 07:19:44 UTC 2023
> 
> Modified Files:
>       pkgsrc/devel/libgit2: Makefile PLIST distinfo
> 
> Log Message:
> libgit2: update to 1.7.1.

Hi,

I think this update might have broken devel/cargo-c:

cargo:warning=libgit2/src/util/allocators/stdalloc.c: In function 'git_stdalloc_init_allocator':
cargo:warning=libgit2/src/util/allocators/stdalloc.c:141:20: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'?

Can you reproduce this?

cargo-c is at the latest version but it looks like it ships
with a version of the libgit2-sys crate that is too old.
So we might need to patch cargo-c to use a newer crate.

-Tobias



Home | Main Index | Thread Index | Old Index