Package Details: lm_sensors-git r5464.c297368a-1

Git Clone URL: https://aur.archlinux.org/lm_sensors-git.git (read-only, click to copy)
Package Base: lm_sensors-git
Description: Collection of user space tools for general SMBus access and hardware monitoring
Upstream URL: https://github.com/hramrach/lm-sensors
Licenses: GPL, LGPL
Conflicts: lm_sensors
Provides: libsensors.so, lm_sensors
Submitter: tlercher
Maintainer: jholmer
Last Packager: jholmer
Votes: 3
Popularity: 0.000000
First Submitted: 2018-02-17 00:31 (UTC)
Last Updated: 2025-12-28 06:50 (UTC)

Dependencies (4)

Required by (128)

Sources (2)

Latest Comments

1 2 Next › Last »

jholmer commented on 2025-12-28 19:25 (UTC)

I updated it to the newer fork, but sadly it seems the newer fork may also be abandoned. It is lacking patches that allow newer chipsets to function such as nct6799.

TwistedXenos commented on 2025-05-14 07:28 (UTC)

prog/sensord/rrd.c:302:40: error: passing argument 2 of ‘rrd_create’ from incompatible pointer type [-Wincompatible-pointer-types] 302 | ret = rrd_create(argc, (char) argv); | ^ | | | char ** In file included from prog/sensord/rrd.c:44: /usr/include/rrd.h:158:5: note: expected ‘const char ’ but argument is of type ‘char ’ 158 | const char ); | ^ prog/sensord/rrd.c: In function ‘rrdUpdate’: prog/sensord/rrd.c:458:42: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 458 | if ((ret = rrd_update(3, (char ) / WEAK / argv))) { | ^ prog/sensord/rrd.c:458:42: error: passing argument 2 of ‘rrd_update’ from incompatible pointer type [-Wincompatible-pointer-types] 458 | if ((ret = rrd_update(3, (char ) / WEAK / argv))) { | ^ | | | char ** /usr/include/rrd.h:179:5: note: expected ‘const char ’ but argument is of type ‘char ’ 179 | const char **); | ^ make: *** [Makefile:243: prog/sensord/rrd.ro] Error 1 ==> ERROR: A failure occurred in package(). Aborting... error: failed to build 'lm_sensors-git-r5315.42f240d2-1': error: packages failed to build: lm_sensors-git-r5315.42f240d2-1 PAKtC

codebling commented on 2024-02-29 00:03 (UTC)

@mirh true, I didn't notice that. I also didn't notice that I am not package owner (I have no clue why I thought I was), so I guess it's all moot. Clearly I am a very perceptive person these days.

mirh commented on 2024-02-28 21:21 (UTC)

Putting aside that's a SUSE employee, not a random joe, of course those changes won't ever merge upstream. That's pretty much dead since 3 years by now.

codebling commented on 2024-02-28 19:16 (UTC)

@mirh that person does not seem to be a contributor to lm_sensors, and made all of those commits in a short time period. It's possible that these changes will never be merged upstream, or that the user will never update the repo again. I think it would make more sense to create a new package for the hramrach upstream than to change the upstream for this repo. Feel free to email me to discuss

mirh commented on 2024-02-23 22:10 (UTC) (edited on 2024-02-23 22:11 (UTC) by mirh)

This is like 20 commits ahead of the last release, but it's not exactly leaps and bounds.. You should switch to: https://github.com/hramrach/lm-sensors

codebling commented on 2022-03-03 16:56 (UTC)

@ak2021 sounds like an upstream problem. I found this issue, does it sound like what you're seeing?

ak2021 commented on 2022-03-02 13:52 (UTC)

lm_sensors doesn't detect GPU fan but works on Pop!_OS AMD ATI Radeon RX 6700 XT

codebling commented on 2021-12-14 07:49 (UTC)

Thanks for the quick fix!

codebling commented on 2021-12-13 00:52 (UTC)

libsensors.so needs to be listed as provided by this package. Flagging as out of date. I'll put in an orphan request if this is not fixed by the next time I do a system upgrade.

diff --git a/PKGBUILD b/PKGBUILD
index 58c08c3..d4dc889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('x86_64')
 url="https://github.com/lm-sensors/lm-sensors"
 license=('GPL' 'LGPL')
 conflicts=('lm_sensors')
-provides=('lm_sensors')
+provides=('lm_sensors' 'libsensors.so')
 depends=('perl')
 makedepends=('git' 'rrdtool')
 optdepends=('rrdtool: for logging with sensord')