Package Details: zenmonitor3 2.0.0-1

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: 2
Popularity: 0.041352
First Submitted: 2024-12-09 13:10 (UTC)
Last Updated: 2025-06-12 18:32 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

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.

==> 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=znver1 -mtune=znver1 -O3 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/zenmonitor3/src=/usr/src/debug/zenmonitor3 -flto=auto
src/gui.c:282:5: error: conflicting types for ‘start_gui’; have ‘int(SensorSource *)’
  282 | int start_gui (SensorSource *ss) {
      |     ^~~~~~~~~
In file included from src/gui.c:4:
src/include/gui.h:4:5: note: previous declaration of ‘start_gui’ with type ‘int(void)’
    4 | int start_gui();
      |     ^~~~~~~~~
src/zenmonitor.c: In function ‘main’:
src/zenmonitor.c:53:5: error: too many arguments to function ‘start_gui’; expected 0, have 1
   53 |     start_gui(sensor_sources);
      |     ^~~~~~~~~ ~~~~~~~~~~~~~~
In file included from src/zenmonitor.c:8:
src/include/gui.h:4:5: note: declared here
    4 | int start_gui();
      |     ^~~~~~~~~
make: *** [makefile:22: build] Error 1
==> ERROR: A failure occurred in build().

dreieck commented on 2025-04-22 18:03 (UTC)

Module k10temp is now part of the mainline linux kernel.

The package zenpower3 is no longer needed to provide that kernel module.

Please remove that dependency.

Regards and thanks for the package!