Closed tuliom closed 9 months ago
@tuliom
Can you please share what are you compiling and how ? Will be helpful for me
Can you please share what are you compiling and how ? Will be helpful for me
@sachinmonga64 I'm compiling libnxz on Fedora Rawhide (aka. what will become Fedora 40). This Fedora already has GCC 14 and it also switched its default zlib implementation to zlib-ng in compat mode.
IMHO, the easiest way to get the same environment is by using a container image with the command:
podman run -it --rm fedora:rawhide bash
I can reproduce the issue with a simple ../libnxz/configure && make -j$(nproc)
.
I'm suggesting a fix in PR #209.
By the way, you can access the complete logs in https://koji.fedoraproject.org/koji/taskinfo?taskID=112080308
Fixed in the devel branch.
Fedora Rawhide (and Fedora 40) is transitioning from zlib to zlib-ng compat.
Both libnxz and zlib-ng compat define the same macros:
This environment can be recreated with podman: