Search Criteria
Package Details: justbuild 1.4.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/justbuild.git (read-only, click to copy) |
---|---|
Package Base: | justbuild |
Description: | A generic build system supporting multi-repository builds |
Upstream URL: | https://github.com/just-buildsystem/justbuild |
Licenses: | Apache-2.0 |
Conflicts: | just, just-git, just-js |
Submitter: | mhthies |
Maintainer: | mhthies |
Last Packager: | mhthies |
Votes: | 1 |
Popularity: | 0.54 |
First Submitted: | 2023-02-02 21:37 (UTC) |
Last Updated: | 2024-12-05 21:08 (UTC) |
Dependencies (21)
- abseil-cpp (abseil-cpp-gitAUR)
- c-ares (c-ares-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- fmt (fmt-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- grpc
- libarchive (libarchive-gitAUR)
- libgit2 (libgit2-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- protobuf (protobuf-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- re2 (re2-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- binutils (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cli11 (make)
- microsoft-gsl (microsoft-gsl-gitAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- pandoc (pandoc-static-gitAUR, pandoc-sile-gitAUR, pandoc-binAUR, pandoc-cli) (make)
- Show 1 more dependencies...
Latest Comments
mhthies commented on 2023-05-30 13:06 (UTC)
Hi @N31415,
The error may be caused by GitHub changing something in the archiving process. That seems to happen from time to time. I'll look into this AUR package in the next days, anyways, for the update to version 1.1.0 and trying to use more native Archlinux packages instead of building all dependencies from source. Please be patient.
Emacs is a build-only requirement, used to convert the man pages from the org files in the git repository to man format.
N31415 commented on 2023-05-29 07:27 (UTC) (edited on 2023-05-29 07:56 (UTC) by N31415)
The .tar.gz does not pass the validity check:
Further: Why does this depend on emacs? That seems a bit excessive.
PS: I just saw for what emacs is needed. I filed an issue on that (https://github.com/just-buildsystem/justbuild/issues/32)
mhthies commented on 2023-02-02 21:40 (UTC)
By now, this package uses justbuild's bootstrap mechanism for building a statically linked binary against auto-downloaded depedencies. It will be changed to a dynamically linked build against libraries from official ArchLinux packages as soon as the relevant issues have been fixed upstream.