Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

packaging: fedora: f38 is broken #1620

Closed
j-ogas opened this issue Apr 3, 2023 · 1 comment
Closed

packaging: fedora: f38 is broken #1620

j-ogas opened this issue Apr 3, 2023 · 1 comment

Comments

@j-ogas
Copy link
Contributor

j-ogas commented Apr 3, 2023

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.

@j-ogas
Copy link
Contributor Author

j-ogas commented Jul 16, 2024

f38 is can no longer have packages pushed to it. Closing.

@j-ogas j-ogas closed this as completed Jul 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants