Bug#1017964: [Pkg-rust-maintainers] Bug#1017964: rust-pleaser FTBFS/autopkgtest failure with nix 0.25

2022-08-23 Thread sub...@bugs.debian.org
On 2022-08-23 02:12+0100, Peter Green wrote: > The API of gethostname has changed. Now instead of taking a buffer > from the caller it retuns a Result > > Adjusting the code was easy enough, but I notice that the buffer size > used by the new version of gethostname is about 4 times larger than

Bug#1017964: rust-pleaser FTBFS/autopkgtest failure with nix 0.25

2022-08-22 Thread Peter Green
Package: rust-pleaser Version: 0.5.1-4 Severity: serious rust-pleaser fails to build with the new version of rust-nix. error[E0061]: this function takes 0 arguments but 1 argument was supplied --> src/lib.rs:416:19 | 416 | ro.hostname = gethostname(&mut buf) |