Package Details: emulationstation-de 3.1.1-3

Git Clone URL: https://aur.archlinux.org/emulationstation-de.git (read-only, click to copy)
Package Base: emulationstation-de
Description: ES-DE (EmulationStation Desktop Edition) is a frontend for browsing and launching games from your multi-platform collection
Upstream URL: https://es-de.org
Keywords: emulation emulationstation es-de frontend
Licenses: MIT
Conflicts: emulationstation, emulationstation-git
Submitter: LeonStyhre
Maintainer: LeonStyhre
Last Packager: LeonStyhre
Votes: 14
Popularity: 2.06
First Submitted: 2021-12-29 13:20 (UTC)
Last Updated: 2025-02-22 09:46 (UTC)

Latest Comments

1 2 Next › Last »

folgui commented on 2025-02-22 12:02 (UTC)

It works for me now. Thanks!

LeonStyhre commented on 2025-02-22 09:50 (UTC)

Although I couldn't reproduce this issue for the AUR build I think it should be resolved now, so please try to rebuild the package. And thanks clegg89 for the patch!

chandlerkc commented on 2025-02-21 06:29 (UTC)

es-de: error while loading shared libraries: libicuuc.so.75: cannot open shared object file: No such file or directory

clegg89 commented on 2025-02-21 01:06 (UTC)

I'm getting a build error in the StringUtil.cpp file:

[ 40%] Building CXX object es-core/CMakeFiles/es-core.dir/src/utils/StringUtil.cpp.o
In file included from /usr/include/unicode/brkiter.h:51,
                 from /home/clegg/Packages/AUR/emulationstation-de/src/emulationstation-de-stable-3.1-AUR/es-core/src/utils/StringUtil.cpp:20:
/usr/include/unicode/unistr.h: In instantiation of ‘bool icu_76::UnicodeString::operator==(const S&) const [with S = std::nullptr_t; <template-parameter-1-2> = void]’:
/usr/include/unicode/unistr.h:383:23:   required from ‘bool icu_76::UnicodeString::operator!=(const S&) const [with S = std::nullptr_t; <template-parameter-1-2> = void]’
  383 |     return !operator==(text);
      |             ~~~~~~~~~~^~~~~~
/home/clegg/Packages/AUR/emulationstation-de/src/emulationstation-de-stable-3.1-AUR/es-core/src/utils/StringUtil.cpp:222:34:   required from here
  222 |             if (iterateString != nullptr) {
      |                                  ^~~~~~~
/usr/include/unicode/unistr.h:348:53: error: call of overloaded ‘toU16StringView(std::nullptr_t&)’ is ambiguous
  348 |     std::u16string_view sv(internal::toU16StringView(text));
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /usr/include/unicode/unistr.h:37:
/usr/include/unicode/char16ptr.h:331:28: note: candidate: ‘std::u16string_view icu_76::internal::toU16StringView(std::u16string_view)’
  331 | inline std::u16string_view toU16StringView(std::u16string_view sv) { return sv; }
      |                            ^~~~~~~~~~~~~~~
/usr/include/unicode/char16ptr.h:339:28: note: candidate: ‘std::u16string_view icu_76::internal::toU16StringView(std::basic_string_view<short unsigned int>)’
  339 | inline std::u16string_view toU16StringView(std::basic_string_view<uint16_t> sv) {
      |                            ^~~~~~~~~~~~~~~
make[2]: *** [es-core/CMakeFiles/es-core.dir/build.make:891: es-core/CMakeFiles/es-core.dir/src/utils/StringUtil.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:701: es-core/CMakeFiles/es-core.dir/all] Error 2
make: *** [Makefile:156: all] Error 2

Seems to be a header file in ICU package:

#> pacman -Qi icu 
Name            : icu
Version         : 76.1-1
Description     : International Components for Unicode library
Architecture    : x86_64
...

chandlerkc commented on 2024-05-12 02:24 (UTC)

anyone facing big slow issues?

LeonStyhre commented on 2024-05-05 19:02 (UTC)

You can try rebuilding the package now, I've made an update so libgit2 v1.8.0 and later versions should work.

chandlerkc commented on 2024-05-05 13:41 (UTC)

For those who are not able to launch es-de:

sudo ln -s /usr/lib/libgit2.so.1.8 /usr/lib/libgit2.so.1.7

chandlerkc commented on 2023-09-04 10:31 (UTC)

There is no problem at all, just a shared library (libgit2) that was updated from libgit2.so.1.6 to libgit2.so.1.7

the workaround is just create a symlink to the new shared library:

sudo ln -s /usr/lib/libgit2.so.1.7 /usr/lib/libgit2.so.1.6

LeonStyhre commented on 2023-07-29 22:27 (UTC)

Something is broken in your setup, ES-DE requires libgit2 as a dependency but I haven't specified a certain version. I'm not a specialist in how the AUR works so I recommend talking to someone who is, but I guess removing and rebuilding ES-DE would download or build the required dependencies again.

ethanrios37 commented on 2023-07-29 20:09 (UTC)

This has been working for a while, but now I'm getting this error. anyone else?:

emulationstation: error while loading shared libraries: libgit2.so.1.6: cannot open shared object file: No such file or directory