You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
This will likely require a f38 specific patch, e.g.,
f38.patch
. Note that f39 has no issue.The text was updated successfully, but these errors were encountered: