Search Criteria
Package Details: logiops 0.3.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/logiops.git (read-only, click to copy) |
---|---|
Package Base: | logiops |
Description: | An unofficial driver for Logitech HID++>2.0 mice and keyboard |
Upstream URL: | https://github.com/PixlOne/logiops |
Keywords: | config hidpp logitech |
Licenses: | GPL3 |
Conflicts: | logiops |
Provides: | logiops |
Submitter: | pixl |
Maintainer: | pixl |
Last Packager: | pixl |
Votes: | 27 |
Popularity: | 0.85 |
First Submitted: | 2020-07-15 18:41 (UTC) |
Last Updated: | 2024-09-28 00:56 (UTC) |
Dependencies (7)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- libconfig (libconfig-gitAUR)
- libevdev (libevdev-gitAUR)
- libudev.so (systemd-libs-fmlAUR, lib32-systemd-gitAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR, lib32-systemd, systemd-libs)
- systemd-libs (systemd-libs-fmlAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
Latest Comments
1 2 Next › Last »
Drew commented on 2025-05-02 15:52 (UTC)
logid stopped working for me today after a reboot. Here's the error I saw:
This means logiops is not compatible with a system library it depends on (libconfig). The solution is to rebuild and reinstall logiops.
It's important that logiops is fully rebuilt from source. Reinstalling logiops from a cached build will not work.
The cause is that libconfig was upgraded on Apr 29 to a new version that no longer exports its functions using the same symbols. If you're seeing this error, it means you built logiops with an old version of libconfig, and you have since upgraded to the latest version of libconfig. Since logid was linked against the old version when you built it, the loader is looking for the old symbols in the new libconfig, which causes a fatal error. Rebuilding logiops solves this because the linker (part of the build process) can identify the correct symbols that actually exist in libconfig.
Arch_User commented on 2024-05-28 23:46 (UTC)
[ERROR] Could not create input device: No such file or directory
Tried with this package and also logiops-git package. Both fail.
It builds fine, but does not run.
I have two mice running well with Solaar. Just wanted to try this package out.
pixl commented on 2024-05-28 03:33 (UTC)
Should no longer throw a build error
maikelfumaker commented on 2024-05-24 09:55 (UTC)
Throws me this error when building.
My solution was to manually edit
logiops/src/logiops-v0.3.3/src/logid/./config/group.h
adding the header#include <algorithm>
as suggested in this stackoverflow post and then runningmakepkg -ei
mbromilow commented on 2024-01-14 14:17 (UTC)
Hi,
systemd
(not onlysystemd-libs
) needs to be added as a makedepend - otherwise thelogid.service
file is not generated and installed as CMake does not find it:You can check by building the package in a clean chroot, e.g. using
extra-x86_64-build
.MithicSpirit commented on 2023-05-10 21:22 (UTC) (edited on 2023-05-10 21:26 (UTC) by MithicSpirit)
I prefer respecting the user's MAKEFLAGS if possible, or just defaulting to one core if not. Some users (like me) may not want to see the performance spike associated with taking all cores just on compiling this, and imo it's better to be safe than sorry.
EDIT: looks like you can set CMAKE_BUILD_PARALLEL_LEVEL if you want to change the number of cores. This is overriden by
-j
, so it's better to not use the flag in order to allow for easier user customization.obj_Obj commented on 2023-05-10 18:53 (UTC) (edited on 2023-05-10 18:54 (UTC) by obj_Obj)
Pass
-j $(nproc)
to cmake to make it build using all corespixl commented on 2023-05-08 19:22 (UTC)
@MithicSpirit Fixed this in the last commit, didn't notice it did this, thanks.
MithicSpirit commented on 2023-05-08 00:17 (UTC)
Can you please fix this package installing to
/usr/local
? It is not allowed according to the wiki.alumni commented on 2023-05-03 08:40 (UTC) (edited on 2023-05-03 08:43 (UTC) by alumni)
Additional make dependencies required:
base-devel
(which should pullmake
,gcc
andpkgconf
).Also, the
ipcgull
submodule is not checked out, and it's also not in the source code archive from github.1 2 Next › Last »