Re: [zstd-sys 2.0.1+zstd.1.5.2] crate failing on arm64

2022-11-26 Thread Jan Beich
Nuno Teixeira writes: > From the log it seems [zstd-sys 2.0.1+zstd.1.5.2] crate failing. Unlikely if it shows up after "warning: build failed, waiting for other jobs to finish..." due to MAKE_JOBS_NUMBER=2 in poudriere log. > https://pkg-status.freebsd.org/ampere2/data/main-arm64-default/pf323

2 port build failures using poudriere (each involves glib)

2022-11-26 Thread David Wolfskill
I note that the devel/glib20 port was just updated from 2.74.1 to 2.74.2 recently. Ports that failed to build were graphics/gegl and net/wireshark. Copies of logs are in https://www.catwhisker.org/~david/FreeBSD/ports/2022-11-26/ Those for stable/12 are in the "12" subdirectory; similarly for "1

Unmaintained FreeBSD ports which are out of date

2022-11-26 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Re: 2 port build failures using poudriere (each involves glib)

2022-11-26 Thread David Wolfskill
Sorry for the noise; I see (now) that author Jan Beich 2022-11-26 14:01:23 + committer Jan Beich 2022-11-26 14:17:10 + commit 4b211242030e4160d54bd302770c253c5392d2ee (patch) devel/glib20: unbreak some C++ consumers after 27fe5eff9577 should address the issues I noted. Peace,

Re: [zstd-sys 2.0.1+zstd.1.5.2] crate failing on arm64

2022-11-26 Thread Nuno Teixeira
Hello Jan, "if #[cfg(all(target_os = "freebsd", target_arch = "aarch64"" seems to be the best bet to fix build. I'm waiting for rust package 1.65.0 lands on 131aarch64 so I be able to test it on poudriere/qemu. Thanks, Jan Beich escreveu no dia sábado, 26/11/2022 à(s) 14:56: > Nuno Teixeira