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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 40 Next › Last »

test0 commented on 2014-07-30 21:02 (UTC)

I have no external package sources configured, and there are no haskell-* packages installed on my system. Neither is ghc, which would only be pulled in as a build dependency. However, I still cannot upgrade from aura 1.2.3.1-1, the error message is the one I posted below. So, what can I do, or what am I supposed to do?

koomi commented on 2014-07-26 20:19 (UTC)

I see, thanks for all the effort you put into aura! haskell-happstack/haskell-lens is at 4.3.1-1, but build date is Thu 24 Jul 2014 10:49:15 CEST.

fosskers commented on 2014-07-24 19:54 (UTC)

@koomi: This is a known weakness of the conflict management. We know `haskell-lens` is conflicting, but we don't know _who_ is asking for that version. `haskell-lens` in the happstack repo is at 4.2. So is the AUR version. What haskell repo is reporting 4.3 as the latest?

koomi commented on 2014-07-24 11:45 (UTC)

Updating aura fails with: The dependency `haskell-lens` demands version `<4.3`, but the most recent version is `4.3.1-1`. I tried explicitly installing haskell-lens, same error. I use the haskell repository, but the haskell-lens in AUR is even newer.

test0 commented on 2014-07-24 00:37 (UTC)

ghc is not installed on my system. It is only ever pulled in as a dependency, which, however, fails in the aforementioned way.

flamusdiu commented on 2014-07-23 23:37 (UTC)

@test0: I just removed and reinstalled GHC. I am using 7.8.3 currently and built 1.3.0.0 with it.

test0 commented on 2014-07-23 16:01 (UTC)

The dependency `ghc` demands version `=7.8.2`but the most recent version is `7.8.3-2`.

semi225599 commented on 2014-07-23 14:21 (UTC)

@flamusdiu: That might be a haskell-reflection issue. When I was messing around with the packages, I installed reflection though cabal (version 1.5.1) and that didn't cause any ld errors. When I used the haskell-reflection-1.3.2 from the repos, I got that same error.

flamusdiu commented on 2014-07-22 18:45 (UTC)

@fosskers: Also I had to run: sudo ln -s `locate HSreflection-1.3.2` /usr/local/lib/libHSreflection-1.3.2.so to compile. Some reason `ld` wasn't looking in the right location for the library. This happens for both aura and aura-git BUT didn't happen on the previous aura-git.