Package Details: msi-rgb 0.1.0-1

Git Clone URL: https://aur.archlinux.org/msi-rgb.git (read-only, click to copy)
Package Base: msi-rgb
Description: Utility for controlling the RGB LEDs on MSI motherboards
Upstream URL: https://github.com/nagisa/msi-rgb
Licenses: ISC
Submitter: Scias
Maintainer: Scias
Last Packager: Scias
Votes: 5
Popularity: 0.000000
First Submitted: 2018-04-02 21:08 (UTC)
Last Updated: 2018-04-02 21:08 (UTC)

Dependencies (1)

Required by (1)

Sources (1)

Latest Comments

bradsk88 commented on 2019-11-10 04:44 (UTC)

There should be a check for ssh-agent in this installer. Or else you'll see an error like:

:: Proceed with installation? [Y/n] 
:: Retrieving package(s)...
clone complete: /home/bradsk88/.cache/pacaur/msi-rgb
:: View msi-rgb PKGBUILD? [Y/n] n
:: Checking msi-rgb integrity...
==> Making package: msi-rgb 0.1.0-1 (Sat 09 Nov 2019 10:40:39 PM CST)
==> Retrieving sources...
  -> Cloning msi-rgb git repo...
Cloning into bare repository '/home/bradsk88/.cache/pacaur/msi-rgb/msi-rgb'...
Warning: Permanently added the RSA host key for IP address '140.82.114.4' to the list of known hosts.
remote: Enumerating objects: 10, done.
remote: Counting objects: 100% (10/10), done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 237 (delta 5), reused 0 (delta 0), pack-reused 227
Receiving objects: 100% (237/237), 40.94 KiB | 476.00 KiB/s, done.
Resolving deltas: 100% (122/122), done.
==> Validating source files with md5sums...
    msi-rgb ... Skipped
:: Preparing msi-rgb...
==> Making package: msi-rgb 0.1.0-1 (Sat 09 Nov 2019 10:40:42 PM CST)
==> WARNING: Skipping dependency checks.
==> Retrieving sources...
  -> Updating msi-rgb git repo...
Fetching origin
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of msi-rgb git repo...
Cloning into 'msi-rgb'...
done.
==> Sources are ready.
:: Building msi-rgb package(s)...
==> Making package: msi-rgb 0.1.0-1 (Sat 09 Nov 2019 10:40:45 PM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (1) rust-1:1.39.0-1

Total Download Size:    45.31 MiB
Total Installed Size:  205.31 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 rust-1:1.39.0-1-...    45.3 MiB  8.35 MiB/s 00:05 [#######################] 100%
(1/1) checking keys in keyring                     [#######################] 100%
(1/1) checking package integrity                   [#######################] 100%
(1/1) loading package files                        [#######################] 100%
(1/1) checking for file conflicts                  [#######################] 100%
(1/1) checking available disk space                [#######################] 100%
:: Processing package changes...
(1/1) installing rust                              [#######################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
    Updating crates.io index
error: failed to load source for a dependency on `clap`

Caused by:
  Unable to update registry `https://github.com/rust-lang/crates.io-index`

Caused by:
  failed to fetch `https://github.com/rust-lang/crates.io-index`

Caused by:
  failed to authenticate when downloading repository
attempted ssh-agent authentication, but none of the usernames `git` succeeded

Caused by:
  error authenticating: no auth sock variable; class=Ssh (23)
==> ERROR: A failure occurred in build().
    Aborting...
:: rust is now an orphan package
:: failed to build msi-rgb package(s)

The solution to this is to run this first:

eval `ssh-agent -s`
ssh-add

abouvier commented on 2019-09-20 09:17 (UTC)

The name of this package should be msi-rgb-git.

sklorpion commented on 2019-01-15 21:39 (UTC)

thank you.