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 .. 13 14 15 16 17 18 19 20 21 22 23 .. 40 Next › Last »

runical commented on 2013-06-03 18:27 (UTC)

Hey, after the last update building packages with aura started to fail. I get the following error: error: '': wrong or NULL argument passed Raw shell command call failed. This happens when building aura, aura-bin, yaourt or pacaur from the AUR, but also when building octave or slim from the ABS. My guess is that this happens with every package. The problem seems to be confined to aura since pacaur and makepkg build packages just fine. Rebuilding the package does not help unfortunately, nor does switching to aura-bin. Does anybody know how I can solve this problem?

fosskers commented on 2013-05-16 21:49 (UTC)

`haskell-bytestring` is a virtual package, provided by `ghc`. I'm not sure how packer handles those.

dmikalova commented on 2013-05-16 20:14 (UTC)

I'm getting "dependency `haskell-bytestring' of `aura' does not exist." on a fresh install through packer.

fosskers commented on 2013-05-14 08:50 (UTC)

Magus you're a saint. Internet high-five!

<deleted-account> commented on 2013-05-14 08:39 (UTC)

Now `haskell-curl` and `haskell-regex-pcre` are in [haskell-core]. ATM just for x86_64, but I'm building them for i686 as I write this and they should hit the repos during the day.

<deleted-account> commented on 2013-05-13 17:53 (UTC)

The easiest way I've found to create 32-bit binaries on a 64-bit machine is to create a 32-bit chroot to build in. Have a look at `makeahpkg` in HABS (https://github.com/archhaskell/habs/blob/master/makeahpkg) for inspiration, it's the `setarch ${arch} mkarchroot/makechrootpkg` lines that performs the magic.

FSMaxB commented on 2013-05-13 09:28 (UTC)

Thanks, it works.

fosskers commented on 2013-05-13 08:50 (UTC)

That happens a lot. Just rebuild haskell-curl and haskell-regex-pcre.

FSMaxB commented on 2013-05-13 07:18 (UTC)

I'm unable to build aura: Configuring aura-1.2.0.0... Setup: At least the following dependencies are missing: curl -any, regex-pcre -any Both haskell-curl and haskell-regex-pcre are installed, so I don't know what the problem is.

fosskers commented on 2013-05-13 05:07 (UTC)

Hi alex. Thanks for the interest! I've also been having trouble building aura into i686 from a x86_64 machine. What were you trying? Perhaps we can figure this out.