@Lalaluke413 is the first list to build the package? The second list should be general dependencies. I'll have a look and see what's wrong
Search Criteria
Package Details: auto-cpufreq 2.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/auto-cpufreq.git (read-only, click to copy) |
---|---|
Package Base: | auto-cpufreq |
Description: | Automatic CPU speed & power optimizer |
Upstream URL: | https://github.com/AdnanHodzic/auto-cpufreq |
Licenses: | LGPL-3.0-or-later |
Submitter: | liljaylj |
Maintainer: | parmjot (MusicalArtist12) |
Last Packager: | parmjot |
Votes: | 83 |
Popularity: | 1.37 |
First Submitted: | 2020-10-29 00:09 (UTC) |
Last Updated: | 2025-01-29 03:15 (UTC) |
Dependencies (16)
- dmidecode (dmidecode-gitAUR)
- gobject-introspection
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-distro
- python-gobject
- python-psutil
- python-pyinotify
- python-requests
- python-setuptools
- python-build (make)
- python-installer (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-poetry-dynamic-versioning (make)
- python-wheel (make)
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »
parmjot commented on 2024-05-02 01:51 (UTC)
Lalaluke413 commented on 2024-05-02 01:40 (UTC)
I had to manually install the following packages to install: python-jinja python-markupsafe python-packaging python-fastjsonschema
and the following packages to run: python-urllib3 python-charset-normalizer python-idna
parmjot commented on 2024-04-28 08:07 (UTC)
I have pushed an update to trigger a rebuild for Python 3.12. This should not change any behaviour.
FosRex commented on 2024-04-28 07:53 (UTC)
@Misaka13514 Yes, I have updated to python 3.12, reinstalling auto-cpufreq with clean build fixed it for me, but thanks for the command I am reinstalling all the AUR pacakges.
Misaka13514 commented on 2024-04-28 07:48 (UTC)
@FosRex Have you updated to Python 3.12? You need to rebuild and reinstall all AUR Python 3.11 package. yay -Qoq /usr/lib/python3.11 | yay -Qmq - | yay -S --answerclean All --rebuildall -
parmjot commented on 2024-04-28 07:45 (UTC)
Strange, when I reinstalled it, it broke for me. Something is going on...
FosRex commented on 2024-04-28 07:44 (UTC)
@parmjot reinstalling fixed it thanks
parmjot commented on 2024-04-28 07:39 (UTC)
@FosRex try reinstalling
FosRex commented on 2024-04-28 07:38 (UTC) (edited on 2024-04-28 07:40 (UTC) by FosRex)
Failed to start auto-cpufreq.
$ systemctl status auto-cpufreq.service
× auto-cpufreq.service - auto-cpufreq - Automatic CPU speed & power optimizer for Linux
Loaded: loaded (/etc/systemd/system/auto-cpufreq.service; enabled; preset: disabled)
Active: failed (Result: exit-code) since Sun 2024-04-28 13:07:53 +0545; 8min ago
Duration: 20ms
Process: 1932 ExecStart=auto-cpufreq --daemon (code=exited, status=1/FAILURE)
Main PID: 1932 (code=exited, status=1/FAILURE)
CPU: 19ms
Apr 28 13:07:53 AN515-58-50HZ systemd[1]: auto-cpufreq.service: Scheduled restart job, restart counter is at 5.
Apr 28 13:07:53 AN515-58-50HZ systemd[1]: auto-cpufreq.service: Start request repeated too quickly.
Apr 28 13:07:53 AN515-58-50HZ systemd[1]: auto-cpufreq.service: Failed with result 'exit-code'.
Apr 28 13:07:53 AN515-58-50HZ systemd[1]: Failed to start auto-cpufreq - Automatic CPU speed & power optimizer for Linux.
- OS: Arch Linux x86_64
- Host: Nitro AN515-58 (V2.10)
- Kernel: 6.8.7-arch1-2
- CPU: 12th Gen Intel(R) Core(TM) i5-12450H (12) @ 4.40 GHz
auto-cpufreq 2.2.0-2
$ auto-cpufreq --daemon
Traceback (most recent call last):
File "/usr/bin/auto-cpufreq", line 5, in <module>
from auto_cpufreq.bin.auto_cpufreq import main
ModuleNotFoundError: No module named 'auto_cpufreq'
parmjot commented on 2024-04-24 06:37 (UTC)
Great I forgot to update the SRCINFO in the latest update. Should I update it or just leave it since nothing changed except some admin stuff.
Pinned Comments
liljaylj commented on 2021-06-03 12:13 (UTC)
@coxe87b you don't need to --install daemon manually, this package contains systemd service already. instead, you need to start and enable service using:
systemctl enable --now auto-cpufreq.service