Package Details: input-remapper-bin 2.1.1-1

Git Clone URL: https://aur.archlinux.org/input-remapper-bin.git (read-only, click to copy)
Package Base: input-remapper-bin
Description: A tool to change and program the mapping of your input device buttons.(Prebuilt version)
Upstream URL: https://github.com/sezanzeb/input-remapper/
Keywords: gamepad gaming keyboard keyboard-shortcuts mouse
Licenses: GPL-3.0-only
Conflicts: input-remapper, key-mapper
Provides: input-remapper
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.31
First Submitted: 2024-11-11 10:07 (UTC)
Last Updated: 2025-02-17 03:25 (UTC)

Latest Comments

1 2 Next › Last »

zxp19821005 commented on 2025-02-14 10:46 (UTC)

@Strykar I think you should run paru -Scc to clean the cache first.

Strykar commented on 2025-02-14 07:39 (UTC)

==> Starting prepare()...
mv: cannot overwrite '/home/strykar/.cache/aurutils/sync/input-remapper-bin/src/usr/lib/python3.13/site-packages/dist-packages': Directory not empty
==> ERROR: A failure occurred in prepare().


Feb 14 13:01:08 systemd[1]: Starting Service to inject keycodes without the GUI application...
Feb 14 13:01:08 input-remapper-service[565983]: Traceback (most recent call last):
Feb 14 13:01:08 input-remapper-service[565983]:   File "/usr/bin/input-remapper-service", line 23, in <module>
Feb 14 13:01:08 input-remapper-service[565983]:     from inputremapper.bin.input_remapper_service import InputRemapperServiceBin
Feb 14 13:01:08 input-remapper-service[565983]: ModuleNotFoundError: No module named 'inputremapper.bin'
Feb 14 13:01:08 systemd[1]: input-remapper.service: Main process exited, code=exited, status=1/FAILURE

RedWyvern commented on 2024-12-25 16:10 (UTC)

@zpx19821005 I can confirm that this package works again. Thank you for your effort. I have closed the related issue in the upstream package at https://github.com/sezanzeb/input-remapper/issues/1021#issuecomment-2561940309

zxp19821005 commented on 2024-12-25 03:10 (UTC)

@RedWyvern @hellishbliss Thanks for your feedback, I've fixed it.Will you please try again?

hellishbliss commented on 2024-12-24 18:46 (UTC) (edited on 2024-12-24 18:47 (UTC) by hellishbliss)

I had to add the mkdir -p commands prior to mv as it would fail with directory not found:

mkdir -p "${srcdir}/usr/lib/python${_pythonver}/site-packages"
mv "${srcdir}/usr/lib/python3/dist-packages/" "${srcdir}/usr/lib/python${_pythonver}/site-packages"
mkdir -p "${srcdir}/usr/lib/python${_pythonver}"
mv "${srcdir}/usr/lib/python3" "${srcdir}/usr/lib/python${_pythonver}"

Not sure if there was a change to makepkg or other tool that is causing this to fail.

RedWyvern commented on 2024-12-24 11:05 (UTC)

I can confirm @NoReceipt their issue. Now the python3 folder does gets created in the cache, but it attempts to move the build packages to the non-existent python3.13 folder.

==> Starting build()...
mv: cannot move '/home/wyvern/.cache/paru/clone/input-remapper-bin/src/usr/lib/python3/dist-packages' to '/home/wyvern/.cache/paru/clone/input-remapper-bin/src/usr/lib/python3.13/site-packages': No such file or directory
==> ERROR: A failure occurred in build().

Looking at the diffs of this update, it is peculiar that the previous version did build correctly. This since the variable applies correctly and leads to identical commands, barring the different python version.

NoReceipt commented on 2024-12-24 08:06 (UTC)

I have an issue after update using yay. Tried to remove yay cache and still the same

mv: cannot move '/home/<user>/.cache/yay/input-remapper-bin/src/usr/lib/python3/dist-packages' to '/home/<user>/.cache/yay/input-remapper-bin/src/usr/lib/python3.13/site-packages': No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: input-remapper-bin-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
input-remapper-bin - exit status 4

zxp19821005 commented on 2024-12-24 02:24 (UTC)

@RedWyvern Thanks for your feedback, I've fixed it.

RedWyvern commented on 2024-12-23 23:57 (UTC)

At the time of writing, this package installs to the python 1.12 folder, while Arch recently updated to python 1.13. Which breaks this package for the moment, until this gets rectified. The input-remapper-git package does function currently, it installs to the updated folder. I left a more detailed report at https://github.com/sezanzeb/input-remapper/issues/1021

zxp19821005 commented on 2024-11-22 03:10 (UTC)

@adimineman Thanks for your feedback, fixed now.