This repository was archived by the owner on Oct 2, 2024. It is now read-only.
This repository was archived by the owner on Oct 2, 2024. It is now read-only.
packaging: fedora: f38 is broken #1620
Closed
Description
Issue related to: #1619.
The current 0.32-2 Fedora release, in stable-testing, doesn't work for f38. See: https://koji.fedoraproject.org/koji/taskinfo?taskID=99490890.
In short, it appears a macro is causing problems on f38.
In file included from ch_fuse.c:33:
config.h:41: error: "PACKAGE_VERSION" redefined [-Werror]
41 | #define PACKAGE_VERSION "0.32"
|
In file included from /usr/include/fuse3/fuse_common.h:17,
from /usr/include/fuse3/fuse_lowlevel.h:25,
from /usr/include/squashfuse/ll.h:31,
from ch_fuse.c:31:
/usr/include/fuse3/fuse_config.h:42: note: this is the location of the previous definition
42 | #define PACKAGE_VERSION "3.13.1"
|
This will likely require a f38 specific patch, e.g., f38.patch
. Note that f39 has no issue.