-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling error related to retroarch_joypad_autoconfig #1874
Comments
Hello, All I have same problem in lakka build. I think this compile error concerns to "Update all lakka packages Retroach latest + cores"(5b413c9)"'s commit. I was checking following package commit. Target version is latest commit(5666e46bb89caf4e9af358fdb97a2b384cb62f36). Therefore, I thnk it needs to change to replaced filename in package.mk Thanks, |
Thanks!!! It worked! But sadly i got a new error ;-; |
I was trying to compile lakka with X11/nvidia-drivers following the #640 pull from the old repositories but with any branch i tried (4.x or 5.x) i got an error in the 10th step.
It seems related to the libretro optional package "retroarch_joypad_autoconfig". It stops compiling right after trying to remove a cfg file named "Nintendo - Switch Pro Controller (bare)", I checked, and in fact there is only a file named "Nintendo - Switch Pro Controller (bare)"
This is the log.10 file:
�[1;36mUNPACK�[0m retroarch_joypad_autoconfig
�[1;33mBUILD�[0m retroarch_joypad_autoconfig �[1;37m(target)�[0m
�[1;35mTOOLCHAIN�[0m manual
make[1]: Entering directory '/home/gabriellaptop/Lakka-LibreELEC/build.Lakka-Generic.x86_64-5.0-devel/build/retroarch_joypad_autoconfig-5666e46bb89caf4e9af358fdb97a2b384cb62f36'
for driver in android dinput hid linuxraw mfi parport qnx sdl2 udev x xinput; do
install -Dm644 -t /home/gabriellaptop/Lakka-LibreELEC/build.Lakka-Generic.x86_64-5.0-devel/install_pkg/retroarch_joypad_autoconfig-5666e46bb89caf4e9af358fdb97a2b384cb62f36/etc/retroarch-joypad-autoconfig/$driver $driver/*.cfg;
done
install -Dm644 -t /home/gabriellaptop/Lakka-LibreELEC/build.Lakka-Generic.x86_64-5.0-devel/install_pkg/retroarch_joypad_autoconfig-5666e46bb89caf4e9af358fdb97a2b384cb62f36/etc/doc/. COPYING README.md retropad_layout.png
make[1]: Leaving directory '/home/gabriellaptop/Lakka-LibreELEC/build.Lakka-Generic.x86_64-5.0-devel/build/retroarch_joypad_autoconfig-5666e46bb89caf4e9af358fdb97a2b384cb62f36'
rm: cannot remove '/home/gabriellaptop/Lakka-LibreELEC/build.Lakka-Generic.x86_64-5.0-devel/install_pkg/retroarch_joypad_autoconfig-5666e46bb89caf4e9af358fdb97a2b384cb62f36/etc/retroarch-joypad-autoconfig/udev/Nintendo - Switch Pro Controller (bare).cfg': No such file or directory
�[1;31mFAILURE: scripts/build retroarch_joypad_autoconfig:target during makeinstall_target (package.mk)�[0m
*********** FAILED COMMAND ***********
rm "${INSTALL}"/etc/retroarch-joypad-autoconfig/udev/Nintendo\ -\ Switch\ Pro\ Controller\ (bare).cfg
*********** FAILED COMMAND ***********
${SCRIPTS}/build "${1}" "${PARENT_PKG}"
�[1;31mFAILURE: scripts/install retroarch_joypad_autoconfig:target has failed!�[0m
Note: I'm totally new at Linux, but i'm using Ubuntu as recommended and followed every step of Compiling Lakka page so, it looks like a bug for me.
The text was updated successfully, but these errors were encountered: