There appears to also be an issue with rev 2 and 3 of the 6.4.3 PySide6 and Shiboken6 package builds. rev 1 seems to work, will update the links.
Search Criteria
Package Details: coolercontrol 1.4.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/coolercontrol.git (read-only, click to copy) |
---|---|
Package Base: | coolercontrol |
Description: | A program to monitor and control your cooling devices |
Upstream URL: | https://gitlab.com/coolercontrol/coolercontrol |
Licenses: | GPL-3.0-or-later |
Conflicts: | coolercontrol |
Provides: | coolercontrol |
Submitter: | codifryed |
Maintainer: | codifryed (caferen) |
Last Packager: | caferen |
Votes: | 35 |
Popularity: | 3.32 |
First Submitted: | 2023-02-07 21:45 (UTC) |
Last Updated: | 2024-12-15 19:28 (UTC) |
Dependencies (20)
- coolercontrol-liqctldAUR (coolercontrol-liqctldAUR)
- coolercontroldAUR (coolercontrold-binAUR, coolercontroldAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libappindicator-gtk3
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- appmenu-gtk-module (appmenu-gtk-module-gitAUR) (make)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- libappindicator-gtk3 (make)
- librsvg (librsvg-gitAUR) (make)
- libvips (libvips-gitAUR, libvips-notiffAUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR) (make)
- appstream-glib (appstream-glib-gitAUR) (check)
- desktop-file-utils (desktop-file-utils-gitAUR) (check)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »
codifryed commented on 2023-04-14 10:07 (UTC)
NoXPhasma commented on 2023-04-14 06:54 (UTC)
I've downgraded to version 6.4.3-1 and rebuilt the package. It works for me.
pacman -U https://archive.archlinux.org/packages/p/pyside6/pyside6-6.4.3-1-x86_64.pkg.tar.zst
pacman -U https://archive.archlinux.org/packages/s/shiboken6/shiboken6-6.4.3-1-x86_64.pkg.tar.zst
If you still can't get it to work, the daemon is not affected, you could just use the appimage if the GUI. https://gitlab.com/coolercontrol/coolercontrol#appimage
rumpl commented on 2023-04-13 23:19 (UTC)
I am having the same issue as akiba. Rolling back the PySide packages results in a failure to launch with the same error message
akiba commented on 2023-04-13 20:29 (UTC)
I downgraded these packages but I get this message:
Traceback (most recent call last):
File "/usr/bin/coolercontrol", line 5, in <module>
from coolercontrol.coolercontrol import main
File "/usr/lib/python3.10/site-packages/coolercontrol/coolercontrol.py", line 30, in <module>
from PySide6 import QtCore
ModuleNotFoundError: No module named 'PySide6'
codifryed commented on 2023-04-13 07:09 (UTC) (edited on 2023-04-23 11:50 (UTC) by codifryed)
There is currently a breaking dependency update between PySide 6.5.0 and matplotlib.
The temporary workaround is to downgrade PySide.
pacman -U https://archive.archlinux.org/packages/p/pyside6/pyside6-6.4.3-1-x86_64.pkg.tar.zst
pacman -U https://archive.archlinux.org/packages/s/shiboken6/shiboken6-6.4.3-1-x86_64.pkg.tar.zst
Update a workaround for the breaking change has been implemented in 0.16.0-1 and a downgrade of PySide and Shiboken is no longer necessary.
Shooterism commented on 2023-03-30 20:10 (UTC)
Small update, I ran it again just now and whatever seemed to be the issue for me resolved itself, so I encourage others to try again too.
Shooterism commented on 2023-03-30 10:24 (UTC)
If I may add to the confusion, running the wget command correctly returns 5f4c6c007fa6b29c86dfb661dc57afc6bd20a5a36b9332db6c334920bde582c6
, however I run into the same exact issue.
I tried skipping the integrity check just to see whether that would correctly build and install, but it does not. build() fails with the error /home/shooterism/.cache/yay/coolercontrol/PKGBUILD: line 25: cd: /home/shooterism/.cache/yay/coolercontrol/src/coolercontrol-0.15.0/coolercontrol-gui: No such file or directory
despite said directory being present.
BongSolo commented on 2023-03-29 21:03 (UTC)
codifryed i ran that wget command still comes out as 9cb750772e66f2ded8c2718984bb90699a892a797d810612d665b4a9299d81ef
. Also openrgb package is currently having this same exact issue. Something weird going on with gitlab currently, its above me.
codifryed commented on 2023-03-29 07:16 (UTC) (edited on 2023-03-29 18:05 (UTC) by codifryed)
Thanks for confirming that it's not an isolated incident BongSolo. I'll do some more testing from different connections, probably need to fire up a VPN, to see if I can replicate the issue.
For those interested, to run a quick test:
wget https://gitlab.com/coolercontrol/coolercontrol/-/archive/0.15.0/coolercontrol-0.15.0.tar.gz -O cc.tar.gz && sha256sum cc.tar.gz
I've run this and installed the build many times from different internet connections around me, always with the correct hash result: 5f4c6c007fa6b29c86dfb661dc57afc6bd20a5a36b9332db6c334920bde582c6
My only idea is that perhaps something with GitLab's CDN is not 100% right depending on where you are, but that's pure speculation. I'll also be pushing a new patch release soon, maybe that'll clear some things up.
BongSolo commented on 2023-03-28 17:48 (UTC) (edited on 2023-03-28 18:00 (UTC) by BongSolo)
codifryed i am also having issues the hash when downloaded comes out as 9cb750772e66f2ded8c2718984bb90699a892a797d810612d665b4a9299d81ef
also as a quick dirty fix i had to change all $pkgname-$pkgver dir
to coolercontrol-5b82d64eaf67e5bd07871db1c0a7c50937b68512
as that is what coolercontrol-0.15.0.tar.gz extracts to and the build fails for me. Can anyone touch upon the hash they get for coolercontrol-0.15.0.tar.gz?
Pinned Comments
codifryed commented on 2024-09-22 19:02 (UTC)
With the release of 1.4.1 CoolerControl has now been spit up into several packages. This requires users to uninstall and then reinstall the application.
See: https://gitlab.com/coolercontrol/coolercontrol/-/issues/347
There's an upside, there's now a binary AUR package
coolercontrol-bin
for less compile time!codifryed commented on 2023-02-07 22:54 (UTC) (edited on 2024-01-06 23:57 (UTC) by codifryed)
Post-installation steps:
Then open the desktop application.