Search Criteria
Package Details: pacdef 1.6.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pacdef.git (read-only, click to copy) |
---|---|
Package Base: | pacdef |
Description: | multi-backend declarative package manager for Linux |
Upstream URL: | https://github.com/steven-omaha/pacdef |
Licenses: | GPL3 |
Submitter: | solnce |
Maintainer: | solnce |
Last Packager: | solnce |
Votes: | 6 |
Popularity: | 0.009118 |
First Submitted: | 2021-01-22 13:14 (UTC) |
Last Updated: | 2024-04-13 10:11 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
Latest Comments
chrpinedo commented on 2024-10-17 20:16 (UTC)
I have this error...
solnce commented on 2024-01-30 11:49 (UTC) (edited on 2024-01-30 11:49 (UTC) by solnce)
@mwaddoups see https://wiki.archlinux.org/title/Makepkg#Usage
pkgconf
is provided bybase-devel
mwaddoups commented on 2024-01-29 22:56 (UTC)
I think this package has a dependency (may just be build) on pkg-config?
I got a build error below
This was resolved by installing
pkgconf
.MaximGun commented on 2023-06-01 13:45 (UTC)
This builds fine on aarch64. Worth updating the PKGBUILD.
solnce commented on 2022-08-27 15:40 (UTC)
Yes, I did it a couple of times.
lmbbrkr commented on 2022-08-27 15:33 (UTC)
Have you tried running it a second time? pip caches stuff in
~/.cache/pip
(which you likely already had in your "normal" $HOME from previous build). First run will be slower regardless.solnce commented on 2022-08-26 20:13 (UTC)
Thanks for your input! I wasn't aware of that option. I tried it, and it leads to increased build times for me (from 7 to 10 seconds), therefore I am not going to apply that.
If it's possible to achieve the same thing without the increase in build time, please let me know.
lmbbrkr commented on 2022-08-26 19:21 (UTC)
Probably a good idea to use
HOME=/tmp pip install ...
so pip doesn't read user's pip.conf, as havinguser = yes
results it installing in~/.local
.