Skip to content

Fixing build for ubuntu 26 and glibc 2.43#6062

Open
riverszhang89 wants to merge 1 commit into
bloomberg:mainfrom
riverszhang89:newdocker
Open

Fixing build for ubuntu 26 and glibc 2.43#6062
riverszhang89 wants to merge 1 commit into
bloomberg:mainfrom
riverszhang89:newdocker

Conversation

@riverszhang89

Copy link
Copy Markdown
Contributor

ubuntux-26: The lz4tool package is relocated into lz4.

glibc-2.43: glibc now uses type-safe macros for quite a few libc functions:

https://lists.gnu.org/archive/html/info-gnu/2026-01/msg00005.html

For ISO C23, the functions bsearch, memchr, strchr, strpbrk, strrchr,
strstr, wcschr, wcspbrk, wcsrchr, wcsstr and wmemchr that return
pointers into their input arrays now have definitions as macros that
return a pointer to a const-qualified type when the input argument is
a pointer to a const-qualified type.

ubuntux- 26: The lz4tool package is relocated into lz4.

glibc-2.43: glibc now uses type-safe macros for quite a few libc functions:

https://lists.gnu.org/archive/html/info-gnu/2026-01/msg00005.html

```
For ISO C23, the functions bsearch, memchr, strchr, strpbrk, strrchr,
strstr, wcschr, wcspbrk, wcsrchr, wcsstr and wmemchr that return
pointers into their input arrays now have definitions as macros that
return a pointer to a const-qualified type when the input argument is
a pointer to a const-qualified type.
```

Signed-off-by: Rivers Zhang <hzhang320@bloomberg.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant