Build fail if target-dir = "..."
is set in ~/.cargo/config.toml
Search Criteria
Package Details: asusctl 6.1.2-0.1
Package Actions
Git Clone URL: | https://aur.archlinux.org/asusctl.git (read-only, click to copy) |
---|---|
Package Base: | asusctl |
Description: | A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops |
Upstream URL: | https://asus-linux.org |
Keywords: | anime asus matrix rog |
Licenses: | MPL-2.0 |
Conflicts: | gnome-shell-extension-asusctl-gnome |
Submitter: | fabiscafe |
Maintainer: | fabiscafe |
Last Packager: | fabiscafe |
Votes: | 19 |
Popularity: | 1.86 |
First Submitted: | 2021-09-18 11:01 (UTC) |
Last Updated: | 2025-02-10 13:11 (UTC) |
Dependencies (21)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libusb (libusb-gitAUR)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, systemd-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR) (make)
- libayatana-appindicator (make)
- libinput (libinput-multiplierAUR, libinput-noaccumAUR, libinput-three-finger-dragAUR, libinput-gitAUR) (make)
- libusb (libusb-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- seatd (seatd-gitAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, systemd-gitAUR) (make)
- acpi_call (acpi_call-dkms, acpi_call-lts) (optional) – fan control
- asusctltray (asusctltray-gitAUR) (optional) – tray profile switcher
- rog-control-centerAUR (optional) – app to control asusctl
- Show 1 more dependencies...
Required by (3)
Sources (1)
ngoquang2708 commented on 2023-12-26 10:49 (UTC) (edited on 2023-12-26 10:49 (UTC) by ngoquang2708)
ModYokosuka commented on 2023-09-03 19:02 (UTC)
Just a heads up to. A few merges were added to the latest release to correct issues with the upstream build system. No action needed
Debug builds were impossible because of an error in the upstream makefile. https://gitlab.com/asus-linux/asusctl/-/commit/15732ecd82b2ab4b79cc5fd64eeb310826ce3a83
Symbol stripping was being forced by the upstream makefile. https://gitlab.com/asus-linux/asusctl/-/commit/b105ff5180b189f718f110a8614218958bafeda6
fabiscafe commented on 2023-07-02 15:44 (UTC) (edited on 2023-07-02 15:45 (UTC) by fabiscafe)
@Sharky009 on top of what @OctopusET already have pointed out please be aware that Manjaro is not supported here. Not by the AUR and not in any way by me.
This PKGBUILD is tested that it builds in a clean Arch Linux chroot and that it runs on a base Arch Linux system. Everything else is unsupported.
OctopusET commented on 2023-07-02 12:56 (UTC) (edited on 2023-07-02 12:57 (UTC) by OctopusET)
@Sharky009 Those packages are included in 'base-devel' package. You are required to install the base-devel package to use AUR. Check this wiki https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started
So, all AUR packages don't need to add those packages as dependencies.
Sharky009 commented on 2023-07-02 12:42 (UTC)
I tried to install this on a fresh Manjaro KDE system on an Asus ROG machine. But i noticed there some missing build dependencies. What's exactly missing is: make and pkgconf. It would be nice if you add them :)
Thanks and have a nice day
fabiscafe commented on 2023-06-13 21:53 (UTC) (edited on 2024-05-11 23:43 (UTC) by fabiscafe)
Official Setup Guide
https://asus-linux.org/guides/arch-guide/
Merge/Pull Requests / Bugreports
https://gitlab.archlinux.org/fabiscafe/asusctl_aur
Known Issues
- asusctl 6 will require Kernel 6.10 or applied patches as explained here: https://gitlab.com/asus-linux/asusctl#kernel-support
ModYokosuka commented on 2023-06-13 19:20 (UTC)
If you are having a problem with very long load times for rog-control-panel and it locking up when clicking around the user interface try deleting ~/.config/rog/rog-control-center.cfg.
fabiscafe commented on 2023-06-11 15:05 (UTC) (edited on 2023-06-11 15:06 (UTC) by fabiscafe)
@rackrall asusd is supposed to be started by udev on supported systems. So you might just run an unsopported system. Please ask upstream - this is not a problem with the PKGBUILD.
@labaman from my commit it looks like this was required for rogcc. I can remember that it would fail if not available at install time, yet on my test I could build it without. Hmm. I might remove it with the next version.
rackrall commented on 2023-06-11 09:34 (UTC)
There is a problem with control panel because of asusd. If I try to run rog-control-center when asusd is not enabled system hangs up. Asusd starts fine but enabling it on systemctl doesn't work. Had to add my custom [Install] to /lib/systemd/system/asusd.service
Pinned Comments
fabiscafe commented on 2023-06-13 21:53 (UTC) (edited on 2024-05-11 23:43 (UTC) by fabiscafe)
Official Setup Guide
https://asus-linux.org/guides/arch-guide/
Merge/Pull Requests / Bugreports
https://gitlab.archlinux.org/fabiscafe/asusctl_aur
Known Issues