Hey guys, as I've updated `reflection` this should build again.
Search Criteria
Package Details: aura 4.0.8-1
Package Actions
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)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- git (git-gitAUR, git-glAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- bash-completion (bash-completion-gitAUR) (optional) – for bash completions
- bat (bat-cat-gitAUR) (optional) – more featureful file viewing
- fd (fd-gitAUR) (optional) – faster filesystem traversal
- graphviz (optional) – dependency graph generation
- ripgrep (ripgrep-gitAUR) (optional) – faster log searches
- shellcheck (shellcheck-binAUR, shellcheck-gitAUR) (optional) – PKGBUILD scanning
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – for xdg-open
Required by (1)
- pacup-arch-git (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 40 Next › Last »
fosskers commented on 2014-10-23 04:21 (UTC)
test0 commented on 2014-09-05 01:21 (UTC)
Well, that's somewhere, not on a site related to Arch proper. Anyway…
I just tried installing aura on a new machine, and it fails with the same error message, leading me to conclude that aura currently is not buildable on vanilla Arch. I've resorted to installing aura-bin, which works fine.
fosskers commented on 2014-08-21 14:54 (UTC)
@vendion: Glad that helped.
fosskers commented on 2014-08-21 14:54 (UTC)
@test0: Fingerprint info on the actual github page for their main distribution tool: https://github.com/archhaskell/habs#the-haskell-abs-tree-for-archlinux
vendion commented on 2014-08-21 10:55 (UTC)
Thanks rebuilding three is a lot better than trying to rebuild all of them.
test0 commented on 2014-08-21 10:50 (UTC)
fosskers: I am not comfortable with adding package sources without, at the least, a TU's signature on it. With AUR, I at least have the option of looking for cryptographic hashes inside PKGBUILDs to establish a trust path. The fingerprint for haskell-core, on the other hand, is in a publically editable wiki.
If there's a way to reset what GHC knows about installed packages, maybe that helps. My current version of aura also consistently fetches outdated versions of PKGBUILDs, so maybe there's a cache in the way somehow?
fosskers commented on 2014-08-21 05:39 (UTC)
It has to do with the versions of libraries used to build aur, lens, and wreq changing.
For aur, it seems you built it with `aeson-0.7.0.6-23b571805a1f17bd7bdb8249990755c3` which is probably no longer on your system (from haskell-core updates, etc).
The easiest thing to do is rebuild those three manually and try again.
vendion commented on 2014-08-20 10:48 (UTC)
Is there an easy way to force rebuilding of the dependencies? When trying to upgrade to 1.3.0.1-1:
==> Starting build()...
Setup: The following installed packages are broken because other packages they
depend on are missing. These broken packages must be rebuilt before they can
be used.
package aur-2.0.1 is broken due to missing package
aeson-0.7.0.6-23b571805a1f17bd7bdb8249990755c3,
aeson-pretty-0.7.1-8135b6d926891288eeb48fe47ccf2311,
lens-4.2-b5eb48eb863f6f610bee50208656b85f
package lens-4.3.3 is broken due to missing package
aeson-0.7.0.6-23b571805a1f17bd7bdb8249990755c3,
attoparsec-0.11.3.4-0475ed8f075cbbd0c50b5e8cab697b06,
bifunctors-4.1.1.1-4f52d408acc199263b20356b92e50743,
comonad-4.2-781961fe34e38e940b533384fe446a5b,
contravariant-0.6-d4c4d0bf0b95af68a24c0886d940a860,
free-4.9-34e07f6b8c67dbfc0e93a1720512b7d0,
profunctors-4.0.4-f7ed825ef7d051c5543e4f54b373a116,
scientific-0.3.2.1-47007b6848a295a93037722ce893b64f,
semigroupoids-4.0.2.1-b472e5cc0eb3dbec5d54722b9df8fe97,
semigroups-0.15.1-9eb92a02fdc3fb445bf702cf95a6990c,
void-0.6.1-3479b78634b34ce751714fc5754b51c6
package wreq-0.1.0.1 is broken due to missing package
aeson-0.7.0.6-23b571805a1f17bd7bdb8249990755c3,
attoparsec-0.11.3.4-0475ed8f075cbbd0c50b5e8cab697b06,
http-client-0.3.6-f25c54c22276ab5d78f666008584a702,
http-client-tls-0.2.2-df0bd7c6d678268ec5b5148754a918bf,
lens-4.2-b5eb48eb863f6f610bee50208656b85f
==> ERROR: A failure occurred in build().
Aborting...
Configuring aura-1.3.0.1...
Not sure what caused all those packages to break though.
fosskers commented on 2014-08-18 21:54 (UTC)
Unfortunately not.
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