View previous topic :: View next topic |
Author |
Message |
leyvi n00b
Joined: 08 Sep 2023 Posts: 74
|
Posted: Wed Jan 10, 2024 6:10 pm Post subject: Can't install games-emulation/yuzu::guru |
|
|
Hello Gentoo community.
I've been trying to emerge games-emulation/yuzu from the GURU repository for about two months now, but for some reason I can't.
I've looked into it, and lots of other people have had similar issues (such as requiring SDL2 as a dependency, even when the SDL
USE flag was disabled), but I checked, and I have those dependencies installed (I think). So what gives?
I couldn't find any useful information in the build logs, but in case I missed something, here it is:
http://0x0.st/HI1g.log |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1899
|
Posted: Wed Jan 10, 2024 6:23 pm Post subject: |
|
|
Coding error: Code: | [31mFAILED: [0msrc/common/CMakeFiles/common.dir/demangle.cpp.o
/usr/lib/ccache/bin/g++ -DARCHITECTURE_x86_64=1 -DBOOST_ASIO_DISABLE_CONCEPTS -DBOOST_CONTEXT_DYN_LINK -DBOOST_CONTEXT_NO_LIB -DBOOST_DATE_TIME_NO_LIB -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_NO_LIB -DFMT_SHARED -DNDEBUG -DYUZU_UNIX=1 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/var/tmp/portage/games-emulation/yuzu-0_p20230202/work/yuzu-mainline-d5f6201521cdfd0be09a187d62f95d3a38f18c3e/src/. -I/var/tmp/portage/games-emulation/yuzu-0_p20230202/work/yuzu-mainline-d5f6201521cdfd0be09a187d62f95d3a38f18c3e/externals/xbyak -I/var/tmp/portage/games-emulation/yuzu-0_p20230202/work/yuzu-mainline-d5f6201521cdfd0be09a187d62f95d3a38f18c3e/externals/./microprofile -isystem /usr/lib/llvm/17/include -fno-lto -O2 -march=native -mtune=native -pipe -std=gnu++20 -Wno-attributes -Wno-invalid-offsetof -Wno-unused-parameter -mcx16 -fwrapv -MD -MT src/common/CMakeFiles/common.dir/demangle.cpp.o -MF src/common/CMakeFiles/common.dir/demangle.cpp.o.d -o src/common/CMakeFiles/common.dir/demangle.cpp.o -c /var/tmp/portage/games-emulation/yuzu-0_p20230202/work/yuzu-mainline-d5f6201521cdfd0be09a187d62f95d3a38f18c3e/src/common/demangle.cpp
/var/tmp/portage/games-emulation/yuzu-0_p20230202/work/yuzu-mainline-d5f6201521cdfd0be09a187d62f95d3a38f18c3e/src/common/demangle.cpp: In function ‘std::string Common::DemangleSymbol(const std::string&)’:
/var/tmp/portage/games-emulation/yuzu-0_p20230202/work/yuzu-mainline-d5f6201521cdfd0be09a187d62f95d3a38f18c3e/src/common/demangle.cpp:26:42: error: too many arguments to function ‘char* llvm::itaniumDemangle(std::string_view)’
26 | demangled = llvm::itaniumDemangle(mangled.c_str(), nullptr, nullptr, nullptr);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/tmp/portage/games-emulation/yuzu-0_p20230202/work/yuzu-mainline-d5f6201521cdfd0be09a187d62f95d3a38f18c3e/src/common/demangle.cpp:4:
/usr/lib/llvm/17/include/llvm/Demangle/Demangle.h:35:7: note: declared here
35 | char *itaniumDemangle(std::string_view mangled_name);
| ^~~~~~~~~~~~~~~ |
Suggest looking upstream for a resolution. |
|
Back to top |
|
|
leyvi n00b
Joined: 08 Sep 2023 Posts: 74
|
Posted: Wed Jan 10, 2024 6:39 pm Post subject: |
|
|
For a patch of some sort?
I've never done that before.
Is there a wiki article on that? |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1899
|
Posted: Wed Jan 10, 2024 7:03 pm Post subject: |
|
|
See Upstream PR that was merged in. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31255 Location: here
|
Posted: Wed Jan 10, 2024 7:06 pm Post subject: |
|
|
The problem seems to be resolved in newer version _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
leyvi n00b
Joined: 08 Sep 2023 Posts: 74
|
Posted: Wed Jan 10, 2024 7:38 pm Post subject: |
|
|
OK, thanks. |
|
Back to top |
|
|
|