Package Details: intel-lpmd 0.1.0-1

Git Clone URL: https://aur.archlinux.org/intel-lpmd.git (read-only, click to copy)
Package Base: intel-lpmd
Description: Intel Low Power Mode Daemon
Upstream URL: https://github.com/intel/intel-lpmd
Licenses: GPL-2.0-or-later
Submitter: npreining
Maintainer: npreining
Last Packager: npreining
Votes: 10
Popularity: 0.021951
First Submitted: 2024-02-27 13:49 (UTC)
Last Updated: 2025-11-14 20:49 (UTC)

Latest Comments

1 2 Next › Last »

wowsuchben commented on 2025-11-14 19:52 (UTC)

The package libxml2 no longer provides libxml2.so.2, so starting the daemon errors out with : intel_lpmd: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory

Installing the package libxml2-legacy resolves this, so it should be added as a dependency.

Also, as of version 0.0.8, LPMD supports AC/DC status detection and no longer needs the udev rule that this package includes.

ptr1337 commented on 2024-09-27 12:32 (UTC)

Im not sure, why you skip checksum for the tag, but pacman does support generating the checksum base on the tag. Please correctly generate the checksums.

npreining commented on 2024-06-17 08:26 (UTC)

@eworm thanks, fixed in -3

eworm commented on 2024-06-17 07:40 (UTC)

I build in a clean build environment (https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot) and the systemd unit file is not included for me. Possibly another make dependency is missing.

npreining commented on 2024-06-17 02:49 (UTC)

Indeed, when I purged the git clone of upstream and let makepkg re-checkout it, the same happend. I pushed a new commit that adds the build dep. Thanks!

stereomato commented on 2024-06-15 19:16 (UTC)

I also have the same issue as enrique, and it was also fixed by installing glib2-devel.

enrique commented on 2024-06-15 12:23 (UTC)

@npreining I get slightly different error:

==> Starter build()...
  GEN      intel_lpmd_dbus_interface.h
  GEN      lpmd-resource.c
Compilation failed: Failed to execute child process “glib-genmarshal” (Permission denied)
make: *** [Makefile:1434: intel_lpmd_dbus_interface.h] Fejl 1

Compiles after installing glib2-devel

npreining commented on 2024-06-15 07:12 (UTC)

@msa81 I cannot reproduce this. I don't have glib2-devel installed, and I don't see any reference to glib-genmarshal in the source code.

Can you send the log of the build/compile run?

msa81 commented on 2024-06-14 08:15 (UTC)

core/glib2-devel is a dependency; otherwise, it exits with error Compilation failed: Failed to execute child process “glib-genmarshal” (No such file or directory)

npreining commented on 2024-06-13 14:43 (UTC)

@eworm which file? The package I did build and have running locally contains

usr/lib/systemd/system/intel_lpmd.service