Package Details: aura 4.0.8-1

Git Clone URL: https://aur.archlinux.org/aura.git (read-only, click to copy)
Package Base: aura
Description: A package manager for Arch Linux and its AUR
Upstream URL: https://github.com/fosskers/aura
Keywords: AUR pacman rust
Licenses: GPL-3.0-or-later
Conflicts: aura-bin, aura-git, aura3-bin
Submitter: fosskers
Maintainer: fosskers
Last Packager: fosskers
Votes: 170
Popularity: 0.58
First Submitted: 2012-06-13 09:49 (UTC)
Last Updated: 2024-09-29 08:02 (UTC)

Dependencies (13)

Required by (1)

Sources (1)

Pinned Comments

fosskers commented on 2024-07-31 10:21 (UTC)

Aura 4 has been released. If instead you wish you keep using the Haskell-based v3 series, please install:

https://aur.archlinux.org/packages/aura3-bin

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 40 Next › Last »

fosskers commented on 2013-10-26 16:39 (UTC)

Also: https://wiki.archlinux.org/index.php/Aura#Build_failing_at_configuration_step

flamusdiu commented on 2013-10-26 08:23 (UTC)

@kevincox : you need to make sure you have the haskell repo set up (1). The information on Aura is on the wiki(2) as well To install the dependencies do the following after you setup the haskell repo: # pacman -Sy ghc haskell-{regex-{base,pcre},curl,json,mtl,parsec,transformers,temporary} Note make sure the command is all on one line. After that gets installed do the following: # wget https://aur.archlinux.org/packages/au/aura/aura.tar.gz # tar -xvaf aura.tar.gz # cd aura # makepkg -i It should build then. [1] https://wiki.archlinux.org/index.php/Haskell_Package_Guidelines [2] https://wiki.archlinux.org/index.php/Aura

kevincox commented on 2013-10-25 20:06 (UTC)

When building I get the following error even though all of those packages appear to be installed. Configuring aura-1.2.1.2... Setup: At least the following dependencies are missing: curl -any, json -any, regex-pcre -any, temporary -any Any help would be appreciated.

fosskers commented on 2013-10-15 02:51 (UTC)

Happy Canadian Thanksgiving!

roadnottaken commented on 2013-08-22 03:30 (UTC)

After a bit more testing, it seems that just adding the --hotedit flag is enough even if I answer no when asked whether to edit the pkgbuild. Also, I tested against previous versions of aura (1.2.0.2 and 1.2.0.0), which also resulted in --custom not taking effect.

roadnottaken commented on 2013-08-20 21:27 (UTC)

Also, I don't think it should matter, but just in case: I'm using aura as provided by the aura-bin package.

roadnottaken commented on 2013-08-20 21:22 (UTC)

customizepkg-patching

fosskers commented on 2013-08-20 21:16 (UTC)

Thanks. Which of the various `customizepkg`s are you using?

roadnottaken commented on 2013-08-20 01:18 (UTC)

@fosskers Copied below. If I add --hotedit, the editor shows the PKGBUILD with the patch applied and the package builds successfully (patch shown at the bottom for completeness). $ sudo -E aura -Ax --custom --auradebug --builduser=jre2718 gkrellshoot User => root True User => jre2718 Build User => jre2718 Using Sudo? => Yes! Pacman Flags => Other Flags => AURInstall Unsuppress Customizepkg Debug BuildUser "jre2718" Other input => gkrellshoot Language => English Pacman Command => pacman Editor => /usr/local/bin/emacs $CARCH => x86_64 Ignored Pkgs => Build Path => /var/cache/pacman/pkg/ Pkg Cache Path => /var/cache/pacman/pkg/ Log File Path => /var/log/pacman.log Quiet? => No. Silent Building? => No. Must Confirm? => Yes! PKGBUILD editing? => No. Diff PKGBUILDs? => No. Rebuild Devel? => No. Use Customizepkg? => Yes! Forego PowerPill? => No. Keep source? => No. aura >>= Determining dependencies... aura >>= AUR Packages: gkrellshoot aura >>= Continue? [Y/n] y aura >>= Building `gkrellshoot`... /etc/makepkg.conf: line 35: //: Is a directory ==> Making package: gkrellshoot 0.4.4-1 (Mon Aug 19 18:09:54 PDT 2013) ==> WARNING: Using a PKGBUILD without a package() function is deprecated. ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading gkrellshoot-0.4.4.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Transient problem: timeout Will retry in 3 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Transient problem: timeout Will retry in 3 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Transient problem: timeout Will retry in 3 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: mesh.dl.sourceforge.net ==> ERROR: Failure while downloading gkrellshoot-0.4.4.tar.gz Aborting... aura >>= Well, building `gkrellshoot` failed. aura >>= Would you like to continue anyway? [Y/n] n aura >>= Building failed. $ cat /etc/customizepkg.d/gkrellshoot --- ./PKGBUILD.original 2013-08-17 14:49:53.479961233 -0700 +++ ./PKGBUILD 2013-08-17 15:22:17.736621230 -0700 @@ -5,7 +5,7 @@ pkgdesc="A plugin for GkrellM for screen arch=('i686' 'x86_64') license=('GPL') depends=('imagemagick' 'gkrellm' 'gtk2') -source=(http://mesh.dl.sourceforge.net/sourceforge/gkrellshoot/$pkgname-$pkgver.tar.gz) +source=("http://downloads.sourceforge.net/project/$pkgname/GkrellM2.0%20Port/$pkgver/$pkgname-$pkgver.tar.gz") url="http://gkrellshoot.sourceforge.net/" build() {

trusktr commented on 2013-08-19 18:11 (UTC)

@SaBer maybe your permissions for /var/cache/ were modified?