Package Details: emulationstation-git 1:2.4.1.r503.gc9b3f5b6-1

Git Clone URL: https://aur.archlinux.org/emulationstation-git.git (read-only, click to copy)
Package Base: emulationstation-git
Description: Emulation Station is a flexible emulator front-end supporting keyboardless navigation and custom system themes. Active fork by the RetroPie project.
Upstream URL: https://github.com/RetroPie/EmulationStation
Licenses: MIT
Provides: emulationstation
Submitter: drewbs
Maintainer: lubosz
Last Packager: lubosz
Votes: 34
Popularity: 0.000001
First Submitted: 2013-06-03 15:54 (UTC)
Last Updated: 2020-03-01 13:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

Shakz commented on 2014-03-26 12:49 (UTC)

This errors out for me. compilation terminated. CMakeFiles/emulationstation.dir/build.make:80: recipe for target 'CMakeFiles/emulationstation.dir/src/FolderData.cpp.o' failed make[2]: *** [CMakeFiles/emulationstation.dir/src/FolderData.cpp.o] Error 1 CMakeFiles/Makefile2:63: recipe for target 'CMakeFiles/emulationstation.dir/all' failed make[1]: *** [CMakeFiles/emulationstation.dir/all] Error 2 Makefile:75: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build emulationstation-git. Any suggestions?

fishburn commented on 2014-02-04 03:59 (UTC)

@anatolik Thanks. I implemented the changes as you suggested.

ninjaaron commented on 2014-01-31 08:00 (UTC)

tried your suggestions, but continuing to get the same errors. I've tried a few weird "experiments" on this install, and it might be time to wipe it and start fresh. I'll try it between now and Monday and let you know if it was "just me."

anatolik commented on 2014-01-31 05:59 (UTC)

A few suggestions: 1) Use proper pkgver() for -git package https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Git 2) Remove "|| return 1"

fishburn commented on 2014-01-31 05:17 (UTC)

@ninjaaron That's strange. It just recompiled fine for me. I am also getting the warning about the linker, so that seems to be unrelated to the error. Is your system up-to-date? Also, some of the dependencies were out of date. I have fixed the dependencies, so its worth giving it another try now.

ninjaaron commented on 2014-01-30 20:08 (UTC)

Failed to built. Got these messages: ------------ Make Warning at CMakeLists.txt:288 (add_executable): Cannot generate a safe linker search path for target emulationstation because files in some directories may conflict with libraries in implicit directories: link library [libGLESv1_CM.so] in /usr/lib may be hidden by files in: /opt/vc/lib Some of these libraries may not be found correctly. -- Generating done -- Build files have been written to: /home/ninjaaron/emulationstation-git/src/EmulationStation/build Scanning dependencies of target emulationstation [ 2%] Building CXX object CMakeFiles/emulationstation.dir/src/AudioManager.cpp.o [ 4%] Building CXX object CMakeFiles/emulationstation.dir/src/FolderData.cpp.o [ 6%] Building CXX object CMakeFiles/emulationstation.dir/src/Font.cpp.o c++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <https://github.com/archlinuxarm/PKGBUILDs/issues> for instructions. CMakeFiles/emulationstation.dir/build.make:103: recipe for target 'CMakeFiles/emulationstation.dir/src/Font.cpp.o' failed make[2]: *** [CMakeFiles/emulationstation.dir/src/Font.cpp.o] Error 4 CMakeFiles/Makefile2:63: recipe for target 'CMakeFiles/emulationstation.dir/all' failed make[1]: *** [CMakeFiles/emulationstation.dir/all] Error 2 Makefile:75: recipe for target 'all' failed make: *** [all] Error 2

<deleted-account> commented on 2013-12-15 09:17 (UTC)

Seems to be fixed upstream, it works now.

<deleted-account> commented on 2013-12-14 11:57 (UTC)

I've got the following error when I try to compile : Linking CXX executable ../emulationstation CMakeFiles/emulationstation.dir/src/Font.cpp.o: in function « Font::initLibrary() »: Font.cpp:(.text+0x451): undefined reference to « FT_Init_FreeType » CMakeFiles/emulationstation.dir/src/Font.cpp.o: in function « Font::buildAtlas(ResourceData) »: Font.cpp:(.text+0x237e): undefined reference to « FT_New_Memory_Face » Font.cpp:(.text+0x2513): undefined reference to « FT_Set_Pixel_Sizes » Font.cpp:(.text+0x262e): undefined reference to « FT_Load_Char » Font.cpp:(.text+0x2742): undefined reference to « FT_Done_Face » collect2: error: ld return execution state code 1 CMakeFiles/emulationstation.dir/build.make:1184: recipe for target '../emulationstation' failed make[2]: *** [../emulationstation] Error 1 CMakeFiles/Makefile2:63: recipe for target 'CMakeFiles/emulationstation.dir/all' failed make[1]: *** [CMakeFiles/emulationstation.dir/all] Error 2 Makefile:75: recipe for target 'all' failed make: *** [all] Error 2 Any idea what's wrong ?

fishburn commented on 2013-09-15 17:11 (UTC)

Updated. It should be working now

pauper commented on 2013-09-07 00:26 (UTC)

Would you mind sharing the pkbuild?