Package Details: thinkfan 2.0.0-3

Git Clone URL: https://aur.archlinux.org/thinkfan.git (read-only, click to copy)
Package Base: thinkfan
Description: A minimalist fan control program. Supports the sysfs hwmon interface and thinkpad_acpi
Upstream URL: https://github.com/vmatare/thinkfan
Licenses: GPL-3.0-or-later
Submitter: FALKER
Maintainer: Lawstorant
Last Packager: harmathy
Votes: 198
Popularity: 1.62
First Submitted: 2009-03-02 09:01 (UTC)
Last Updated: 2025-07-15 18:18 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 16 Next › Last »

buzo commented on 2023-02-16 08:41 (UTC)

Actually, base-devel is a meta package now, not a group any more – see this announcement. (See also the PKGBUILD Wiki page.)

dude commented on 2023-02-15 22:40 (UTC)

@bachtiar Packages from the base-devel group are assumed to already be installed, so they aren't included in the build dependencies.

bachtiar commented on 2023-02-15 22:37 (UTC)

@ruaeci Thanks, that worked! Does that mean that pkgconfig should be added to build dependencies?

ruaeci commented on 2023-01-11 17:16 (UTC) (edited on 2023-01-11 17:36 (UTC) by ruaeci)

@bachitar:

Try pacman -S base-devel yaml-cpp. This should install everything you need. In my case there was an error above the line you posted stating that pkgconfig could not be found (which is provided by base-devel).

I also had to add thinkpad_acpi.fan_control=1 to my kernel boot parameters.

bachtiar commented on 2022-12-11 15:14 (UTC) (edited on 2022-12-16 18:35 (UTC) by bachtiar)

Anybody else getting this error during makepkg even if yaml-cpp is installed?

CMake Error at CMakeLists.txt:60 (message):
  USE_YAML enabled but yaml-cpp not found.  Please install yaml-cpp[-devel]!

HariSeldon commented on 2021-10-27 03:46 (UTC)

@dude ah, that makes sense. Thanks!

dude commented on 2021-10-27 01:04 (UTC)

@HariSeldon You need to rebuild thinkfan after updating its dependencies.

HariSeldon commented on 2021-10-27 00:49 (UTC)

I'm having the same issue as Github user zijian-x:

https://github.com/vmatare/thinkfan/issues/162

bobarch64 commented on 2021-06-21 10:57 (UTC)

@dude, thanks for maintaining this!

dude commented on 2021-01-11 06:54 (UTC)

Thanks for the patch, it is much appreciated. I will apply it and update the package in the morning.