Doesn't work; HTTP error 413
Meanwhile, simply
git clone http://review.coreboot.org/p/coreboot
cd coreboot/util/superiotool
make
sudo make install
Works. So probably something really silly/easy to fix with the PKGBUILD going on
Git Clone URL: | https://aur.archlinux.org/superiotool-git.git (read-only, click to copy) |
---|---|
Package Base: | superiotool-git |
Description: | Detects the Super I/O of your mainboard and provides information about its register contents |
Upstream URL: | http://www.coreboot.org/Superiotool |
Licenses: | GPL |
Provides: | superiotool |
Replaces: | superiotool-svn |
Submitter: | intelfx |
Maintainer: | intelfx |
Last Packager: | intelfx |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2020-05-26 23:35 (UTC) |
Last Updated: | 2020-05-26 23:35 (UTC) |
Doesn't work; HTTP error 413
Meanwhile, simply
git clone http://review.coreboot.org/p/coreboot
cd coreboot/util/superiotool
make
sudo make install
Works. So probably something really silly/easy to fix with the PKGBUILD going on
Yes, this has to download the whole main Coreboot git repo. I do not see a way around it.
The best I could do is to use the generic coreboot
repo name so that if you build coreboot-utils-git
, you'd reuse the already cloned repo.
Problem described by @DarkShadow on 2017-04-19 still bersists:
Cannot download source:
=> Retrieving sources...
-> Cloning superiotool svn repo...
svn: E170013: Unable to connect to a repository at URL 'svn://coreboot.org/coreboot/trunk/util/superiotool'
svn: E000111: Can't connect to host 'coreboot.org': Connection refused
==> ERROR: Failure while downloading superiotool svn repo
Aborting...
Pinned Comments
intelfx commented on 2020-05-26 23:36 (UTC) (edited on 2020-05-26 23:37 (UTC) by intelfx)
Yes, this has to download the whole main Coreboot git repo. I do not see a way around it.
The best I could do is to use the generic
coreboot
repo name so that if you buildcoreboot-utils-git
, you'd reuse the already cloned repo.