Package Details: opencorsairlink-git 20180515-1

Git Clone URL: https://aur.archlinux.org/opencorsairlink-git.git (read-only, click to copy)
Package Base: opencorsairlink-git
Description: Linux® support for Corsair H100i and other water coolers of the same brand.
Upstream URL: https://github.com/audiohacked/OpenCorsairLink
Licenses: GPL
Provides: opencorsairlink
Submitter: DanySK
Maintainer: DanySK
Last Packager: DanySK
Votes: 8
Popularity: 0.000000
First Submitted: 2017-12-21 11:38 (UTC)
Last Updated: 2018-08-07 09:23 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

bakgwailo commented on 2018-05-15 02:19 (UTC) (edited on 2018-05-15 02:21 (UTC) by bakgwailo)

Having an issue trying to install, perhaps I am missing a build dependency or something:

cc -march=native -O2 -pipe -fstack-protector-strong -fno-plt -Iinclude -I/usr/include/libusb-1.0 -g -c -o logic/settings/hydro_coolit.o logic/settings/hydro_coolit.c In file included from device.c:19: include/device.h:25:5: error: unknown type name ‘uint16_t’ uint16_t vendor_id; ^~~~~~~~ include/device.h:26:5: error: unknown type name ‘uint16_t’ uint16_t product_id; ^~~~~~~~ include/device.h:27:5: error: unknown type name ‘uint16_t’ uint16_t device_id; ^~~~~~~~ include/device.h:30:5: error: unknown type name ‘uint8_t’ uint8_t read_endpoint; ^~~~~~~ include/device.h:31:5: error: unknown type name ‘uint8_t’ uint8_t write_endpoint; ^~~~~~~ include/device.h:35:5: error: unknown type name ‘uint8_t’ uint8_t led_control_count; // used mostly with COOLIT driver ^~~~~~~ include/device.h:36:5: error: unknown type name ‘uint8_t’ uint8_t fan_control_count; // used with COOLIT driver ^~~~~~~ include/device.h:37:5: error: unknown type name ‘uint8_t’ uint8_t temperature_control_count; ^~~~~~~ include/device.h:38:5: error: unknown type name ‘uint8_t’ uint8_t pump_index; // used with COOLIT driver ^~~~~~~ include/device.h:42:8: error: unknown type name ‘uint8_t’ extern uint8_t corsairlink_device_count; ^~~~~~~ ..........(non errors here)...........

cc -march=native -O2 -pipe -fstack-protector-strong -fno-plt -Iinclude -I/usr/include/libusb-1.0 -g -c -o protocol/asetek/fan.o protocol/asetek/fan.c device.c:521:9: error: conflicting types for ‘corsairlink_device_count’ uint8_t corsairlink_device_count = ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from device.c:19: include/device.h:42:16: note: previous declaration of ‘corsairlink_device_count’ was here extern uint8_t corsairlink_device_count; ^~~~~~~~~~~~~~~~~~~~~~~~ make: [Makefile:85: device.o] Error 1 make: Waiting for unfinished jobs.... ==> ERROR: A failure occurred in build(). Aborting... :: Unable to build opencorsairlink-git - makepkg exited with code: 2

DanySK commented on 2017-12-21 20:43 (UTC)

You are very welcome :)

<deleted-account> commented on 2017-12-21 20:26 (UTC)

Thank you for making this. I just obtained an H110i and was about to make my own aur package for this application. :)