Skip to content
Snippets Groups Projects
loqs's avatar
commented on issue #2 "Duplicate function definition causes build issues" at Arch Linux / Packaging / Packages / fuse3

What is CFLAGS set to and what options are passed to meson (qemu no longer uses ./configure) when you are building qemu?

loqs's avatar
commented on issue #2 "Duplicate function definition causes build issues" at Arch Linux / Packaging / Packages / fuse3

-Werror passed to gcc in the output you posted converts all warnings including the redundant declarations to to errors.

Jean-Louis Dupond's avatar
commented on issue #2 "Duplicate function definition causes build issues" at Arch Linux / Packaging / Packages / fuse3

Weird, I just tested again: gcc 14.2.1+r753+g1cd744a6828f-1...

loqs's avatar
commented on issue #2 "Duplicate function definition causes build issues" at Arch Linux / Packaging / Packages / fuse3

gcc/c/c-decl.cc line 2671 (of the current HEAD 8c420f2297626313cb45b8087630c27cfb8fe8f1 of the master branch) indicates redundant-decls is still a ...

loqs's avatar
commented on issue #2 "Duplicate function definition causes build issues" at Arch Linux / Packaging / Packages / fuse3

Custom CFLAGS including -Werror=redundant-decls? If redundant-decls was made into an error then I would expect the error message to be error: redun...

Toolybird's avatar
commented on issue #2 "Duplicate function definition causes build issues" at Arch Linux / Packaging / Packages / fuse3

Hey, thanks for the report....

Christian Heusel's avatar
commented on issue #2 "Duplicate function definition causes build issues" at Arch Linux / Packaging / Packages / fuse3

Hm the Arch Linux package for qemu builds without problem 🤔

Jean-Louis Dupond's avatar
opened issue #2 "Duplicate function definition causes build issues" at Arch Linux / Packaging / Packages / fuse3
Toolybird's avatar
closed issue #1 "libfuse3.so.3 symlink is missing" at Arch Linux / Packaging / Packages / fuse3
Cherio Cherio's avatar
commented on issue #1 "libfuse3.so.3 symlink is missing" at Arch Linux / Packaging / Packages / fuse3

After more digging it appears this may not be the issue with fuse3 package. It looks like the package is not broken but the dependency on it is. Th...

Cherio Cherio's avatar
commented on issue #1 "libfuse3.so.3 symlink is missing" at Arch Linux / Packaging / Packages / fuse3

It is not intended to be a solution but rather a demonstration of what fixes the broken functionality.

Doug Newgard's avatar
commented on issue #1 "libfuse3.so.3 symlink is missing" at Arch Linux / Packaging / Packages / fuse3

The expected symlink is whatever soname is defined, that is now libfuse3.so.4. The symlink isn't missing, it shouldn't exist, and making it is a HO...

Cherio Cherio's avatar
opened issue #1 "libfuse3.so.3 symlink is missing" at Arch Linux / Packaging / Packages / fuse3
Anatol Pomozov's avatar
Anatol Pomozov's avatar
Anatol Pomozov's avatar
Anatol Pomozov's avatar
accepted merge request !1 "Add .nvchecker.toml" at Arch Linux / Packaging / Packages / fuse3
Anatol Pomozov's avatar
approved merge request !1 "Add .nvchecker.toml" at Arch Linux / Packaging / Packages / fuse3
Chocobo1's avatar
opened merge request !1 "Add .nvchecker.toml" at Arch Linux / Packaging / Packages / fuse3
Anatol Pomozov's avatar