Search Criteria
Package Details: alexandrie-pg 0.1.0_20231113-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/alexandrie-pg.git (read-only, click to copy) |
---|---|
Package Base: | alexandrie-pg |
Description: | Rust private crates registry - with postgres backend |
Upstream URL: | https://github.com/Hirevo/alexandrie |
Licenses: | MIT |
Provides: | alexandrie |
Submitter: | ju6ge |
Maintainer: | ju6ge |
Last Packager: | ju6ge |
Votes: | 1 |
Popularity: | 0.89 |
First Submitted: | 2024-07-16 08:43 (UTC) |
Last Updated: | 2025-03-30 09:41 (UTC) |
Dependencies (9)
- diesel-cli (diesel-cli-gitAUR)
- git (git-gitAUR, git-glAUR)
- oniguruma (oniguruma-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- postgresql-libs (postgresql13-libsAUR, postgresql-libs-gitAUR, postgresql-libs-12AUR)
- base-devel (make)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- pkgconf (pkgconf-gitAUR) (make)
- rustup (rustup-gitAUR, rustup-stubAUR) (make)
Latest Comments
ju6ge commented on 2025-03-30 09:42 (UTC)
@ussur Thanks for the report. But your suggested fix is insuffient as a general fix. You are correct that the export is not required anymore (it was when I created the package, otherwise I would not have added it)
More importantly for this to build correctly
rustup
is required instead ofrust
as a dependency, previously this package only specifiedcargo
as a build dependency which would per default installrust
instead ofrustup
. I updated the build dependencies so it should work in more cases now.Kind regards, ju6ge
ussur commented on 2025-03-29 13:12 (UTC)
The package no longer builds, because of this function in
PKGBUILD
:This function should be removed.
alexandrie
does not build starting from rustc 1.80 onwards. And it's repository does include filerust-toolchain.toml
that explicitly sets the rust version. So, this function is wrong.Please, fix your
PKGBUILD
by removing this function. Currently this package is broken. With best regards.