Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sysstat: fix sensors support
@ 2024-09-30 22:08 tsndqst
  2024-10-01 13:18 ` [PR REVIEW] " abenson
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tsndqst @ 2024-09-30 22:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1648 bytes --]

There is a new pull request by tsndqst against master on the void-packages repository

https://github.com/tsndqst/void-packages sysstat
https://github.com/void-linux/void-packages/pull/52430

sysstat: fix sensors support
<!-- Uncomment relevant sections and delete options which are not applicable -->
Prior to this change the `sar` command would not show temperature values.  When running `sar -m TEMP` the following message would be displayed:
```
Requested activities not available in file /var/log/sa/sa30
```

After this change and running the following commands `sar` reported temperature values.
```
sudo rm /var/log/sa/sa30
sudo /usr/lib/sa/sa1 1 1
sudo /usr/lib/sa/sa1 1 1
sar -m TEMP
```

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/52430.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sysstat-52430.patch --]
[-- Type: text/x-diff, Size: 1059 bytes --]

From b1f80cd602553d263172b3e7f61811a3fe0c3631 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Mon, 30 Sep 2024 16:57:07 -0500
Subject: [PATCH] sysstat: fix sensors support

---
 srcpkgs/sysstat/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sysstat/template b/srcpkgs/sysstat/template
index 2bc011fc7e2f0b..5c208e2e58b43c 100644
--- a/srcpkgs/sysstat/template
+++ b/srcpkgs/sysstat/template
@@ -1,12 +1,12 @@
 # Template file for 'sysstat'
 pkgname=sysstat
 version=12.7.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-copy-only --disable-file-attr
- --with-systemdsystemunitdir= --enable-install-cron"
+ --with-systemdsystemunitdir= --enable-install-cron --enable-sensors"
 conf_files="/etc/default/sysstat /etc/default/sysstat.ioconf"
-hostmakedepends="pkg-config gettext"
+hostmakedepends="pkg-config gettext libsensors-devel"
 depends="lm_sensors"
 short_desc="Collection of performance monitoring tools"
 maintainer="Leah Neukirchen <leah@vuxu.org>"

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-10-02 12:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-30 22:08 [PR PATCH] sysstat: fix sensors support tsndqst
2024-10-01 13:18 ` [PR REVIEW] " abenson
2024-10-01 13:20 ` tsndqst
2024-10-01 13:46 ` abenson
2024-10-01 14:37 ` [PR PATCH] [Updated] " tsndqst
2024-10-01 14:38 ` tsndqst
2024-10-01 14:39 ` [PR PATCH] [Updated] " tsndqst
2024-10-01 19:34 ` [PR REVIEW] " tsndqst
2024-10-02 12:18 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).