Search Criteria
Package Details: zenmonitor3 2.0.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/zenmonitor3.git (read-only, click to copy) |
|---|---|
| Package Base: | zenmonitor3 |
| Description: | Zenmonitor3 is monitoring software for AMD Zen-based CPUs, now with Zen 3 support! |
| Upstream URL: | https://github.com/detiam/zenmonitor3 |
| Licenses: | GPL |
| Provides: | zenmonitor |
| Submitter: | detian |
| Maintainer: | detian |
| Last Packager: | detian |
| Votes: | 3 |
| Popularity: | 0.30 |
| First Submitted: | 2024-12-09 13:10 (UTC) |
| Last Updated: | 2025-12-28 14:19 (UTC) |
Dependencies (4)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- base-devel (make)
- git (git-gitAUR, git-glAUR) (make)
- zenpower (zenpower-dkmsAUR, zenpower3-dkmsAUR, zenpower3-dkms-gitAUR, zenpower5-dkms-gitAUR) (optional) – for monitoring AMD Zen-based CPUs
Latest Comments
Engdyn commented on 2026-01-12 13:36 (UTC)
@detian makepkg is getting shipped with pacman but it's also true that you're kinda required to have
base-develinstalled to use it. The ArchWiki writes in the article about the AUR as the first step to installbase-develbefore doing anything else. So adding it to the makedepends() is completely unnecessary. You are expected to have it already installed if you're using the AURdetian commented on 2025-12-28 14:19 (UTC)
@VIPLightning I thought install
base-develis required to use makepkg, updatedVIPLightning commented on 2025-12-28 13:15 (UTC) (edited on 2025-12-28 13:27 (UTC) by VIPLightning)
Had to install pkg-config in order to compile correctly in case anyone experiences this error.
==> Starting build()... cc -Isrc/include `pkg-config --cflags gtk+-3.0` src/ss/*.c src/sysfs.c src/zenmonitor-lib.c src/gui.c src/zenmonitor.c -o zenmonitor `pkg-config --libs gtk+-3.0` -lm -no-pie -Wall -march=native -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto cc -Isrc/include `pkg-config --cflags glib-2.0` src/ss/*.c src/sysfs.c src/zenmonitor-lib.c src/zenmonitor-cli.c -o zenmonitor-cli `pkg-config --libs glib-2.0` -lm -lncurses -ltinfo -no-pie -Wall -march=native -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto /bin/sh: line 1: pkg-config: command not found /bin/sh: line 1: pkg-config: command not found /bin/sh: line 1: pkg-config: command not found /bin/sh: line 1: pkg-config: command not found src/ss/msr.c:1:10: fatal error: glib.h: No such file or directory 1 | #include <glib.h> | ^~~~~~~~ compilation terminated. src/ss/msr.c:1:10: fatal error: glib.h: No such file or directory 1 | #include <glib.h> | ^~~~~~~~ compilation terminated. src/ss/os.c:1:10: fatal error: glib.h: No such file or directory 1 | #include <glib.h> | ^~~~~~~~ compilation terminated. src/ss/os.c:1:10: fatal error: glib.h: No such file or directory 1 | #include <glib.h> | ^~~~~~~~ compilation terminated. src/ss/zenpower.c:1:10: fatal error: glib.h: No such file or directory 1 | #include <glib.h> | ^~~~~~~~ compilation terminated. src/ss/zenpower.c:1:10: fatal error: glib.h: No such file or directory 1 | #include <glib.h> | ^~~~~~~~ compilation terminated. src/sysfs.c:1:10: fatal error: glib.h: No such file or directory 1 | #include <glib.h> | ^~~~~~~~ compilation terminated. src/sysfs.c:1:10: fatal error: glib.h: No such file or directory 1 | #include <glib.h> | ^~~~~~~~ compilation terminated. In file included from src/zenmonitor-lib.c:6: src/include/zenpower.h:4:10: fatal error: glib.h: No such file or directory 4 | #include <glib.h> | ^~~~~~~~ compilation terminated. In file included from src/zenmonitor-lib.c:6: src/include/zenpower.h:4:10: fatal error: glib.h: No such file or directory 4 | #include <glib.h> | ^~~~~~~~ compilation terminated. src/gui.c:2:10: fatal error: gtk/gtk.h: No such file or directory 2 | #include <gtk/gtk.h> | ^~~~~~~~~~~ compilation terminated. src/zenmonitor.c:1:10: fatal error: gtk/gtk.h: No such file or directory 1 | #include <gtk/gtk.h> | ^~~~~~~~~~~ compilation terminated. make: *** [makefile:22: build] Error 1 make: *** Waiting for unfinished jobs.... In file included from src/zenmonitor-cli.c:8: src/include/msr.h:4:10: fatal error: glib.h: No such file or directory 4 | #include <glib.h> | ^~~~~~~~ compilation terminated. make: *** [makefile:25: build-cli] Error 1 ==> ERROR: A failure occurred in build(). Aborting...`detian commented on 2025-12-20 01:40 (UTC)
@dreieck OK updated!
dreieck commented on 2025-12-19 15:38 (UTC)
Does this also work with
zenpower5kernel module package? If so, maybe addzenpoweras generic dependency instead ofzenpower3?darkfish commented on 2025-06-08 04:38 (UTC) (edited on 2025-06-08 04:38 (UTC) by darkfish)
Looks like there is a pending PR in upstream's upstream https://github.com/jpr999/zenmonitor3/pull/1/commits/98b6a6052fd5194fcf793112d04f4e1903ba20b7
darkfish commented on 2025-06-08 04:24 (UTC)
This package currently fails to build in a clean chroot with following error.
dreieck commented on 2025-04-22 18:03 (UTC)
Module
k10tempis now part of the mainline linux kernel.The package
zenpower3is no longer needed to provide that kernel module.Please remove that dependency.
Regards and thanks for the package!