On Wed, Jan 14, 2026 at 10:49 AM Baptiste Daroussin <[email protected]> wrote:
>
> The branch main has been updated by bapt:
>
> URL: 
> https://cgit.FreeBSD.org/src/commit/?id=68ad2b0d7af2a3571c4abac9afa712f9b09b721c
>
> commit 68ad2b0d7af2a3571c4abac9afa712f9b09b721c
> Merge: fc353e5e61fa c5a1e08b52b2
> Author:     Baptiste Daroussin <[email protected]>
> AuthorDate: 2026-01-14 13:48:32 +0000
> Commit:     Baptiste Daroussin <[email protected]>
> CommitDate: 2026-01-14 13:48:32 +0000
>
>     ncurses: merge update to ncurses 6.6

Hello Baptiste!

You probably know already, but macOS cross-builds on GitHub are failing:

===> lib/libmagic (obj,build-tools)
In file included from
/Users/runner/work/freebsd-src/freebsd-src/contrib/ncurses/ncurses/tinfo/make_hash.c:40:
In file included from
/Users/runner/work/freebsd-src/freebsd-src/contrib/ncurses/ncurses/build.priv.h:85:
/Users/runner/work/freebsd-src/freebsd-src/contrib/ncurses/include/nc_alloc.h:137:10:
fatal error: 'malloc.h' file not found
137 | #include <malloc.h>
| ^~~~~~~~~~
1 error generated.
--- make_hash ---

Shouldn't it be:
    #include <stdlib.h>
instead (upstream)?

--
Jose Luis Duran

Reply via email to