Thanks for reporting, updated and fixed download location, also updated tons of other libraries. Note: there is a newer version of c-ares (1.30), but upstream still has 1.29, so taking that one.
Search Criteria
Package Details: pacman-static 7.0.0.r3.g7736133-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/pacman-static.git (read-only, click to copy) |
---|---|
Package Base: | pacman-static |
Description: | Statically-compiled pacman (to fix or install systems without libc) |
Upstream URL: | https://www.archlinux.org/pacman/ |
Licenses: | GPL-2.0-or-later |
Submitter: | mazieres |
Maintainer: | Morganamilo (andreas_baumann) |
Last Packager: | andreas_baumann |
Votes: | 57 |
Popularity: | 2.61 |
First Submitted: | 2013-01-09 02:17 (UTC) |
Last Updated: | 2024-11-23 08:26 (UTC) |
Dependencies (5)
- pacman (pacman-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- kernel-headers-musl (make)
- meson (meson-gitAUR) (make)
- musl (musl-gitAUR) (make)
Required by (0)
Sources (26)
- ca-dir.patch
- git+https://github.com/tukaani-project/xz#tag=v5.6.3
- git+https://gitlab.archlinux.org/pacman/pacman.git#tag=v7.0.0?signed
- https://curl.haxx.se/download/curl-8.11.0.tar.gz
- https://curl.haxx.se/download/curl-8.11.0.tar.gz.asc
- https://github.com/c-ares/c-ares/releases/download/v1.34.2/c-ares-1.34.2.tar.gz
- https://github.com/c-ares/c-ares/releases/download/v1.34.2/c-ares-1.34.2.tar.gz.asc
- https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.zst
- https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.zst.sig
- https://github.com/libarchive/libarchive/releases/download/v3.7.7/libarchive-3.7.7.tar.xz
- https://github.com/libarchive/libarchive/releases/download/v3.7.7/libarchive-3.7.7.tar.xz.asc
- https://github.com/nghttp2/nghttp2/releases/download/v1.64.0/nghttp2-1.64.0.tar.xz
- https://github.com/openssl/openssl/releases/download/openssl-3.4.0/openssl-3.4.0.tar.gz
- https://github.com/openssl/openssl/releases/download/openssl-3.4.0/openssl-3.4.0.tar.gz.asc
- https://gnupg.org/ftp/gcrypt/libassuan/libassuan-3.0.0.tar.bz2
- https://gnupg.org/ftp/gcrypt/libassuan/libassuan-3.0.0.tar.bz2.sig
- https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.51.tar.bz2
- https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.51.tar.bz2.sig
- https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
- https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz.sig
- https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.24.0.tar.bz2
- https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.24.0.tar.bz2.sig
- https://zlib.net/zlib-1.3.1.tar.gz
- https://zlib.net/zlib-1.3.1.tar.gz.asc
- openssl-3.0.7-no-atomic.patch
- pacman-revertme-makepkg-remove-libdepends-and-libprovides.patch
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 13 Next › Last »
andreas_baumann commented on 2024-06-13 09:28 (UTC) (edited on 2024-06-13 10:11 (UTC) by andreas_baumann)
Nevuly commented on 2024-06-13 01:12 (UTC) (edited on 2024-06-13 01:14 (UTC) by Nevuly)
It seems have a problem to download c-ares package.
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://c-ares.haxx.se/download/c-ares-1.18.1.tar.gz
I checked It changed download link in below:
https://github.com/c-ares/c-ares/releases/download/cares-1_18_1/c-ares-1.18.1.tar.gz
Can you fix this issue? Thanks!
andreas_baumann commented on 2024-05-16 06:27 (UTC)
@fjr: thanks for that, good catch. I disabled LTO for the whole package for now.
fjr commented on 2024-05-16 05:41 (UTC)
Just a heads-up: yesterday I got a gcc "internal compiler error" while building libgpg-error component as part of this package. It was caused by enabling LTO in /etc/makepkg.conf (OPTIONS=...), so if you hit the same issue, try disabling it.
andreas_baumann commented on 2024-04-18 16:12 (UTC)
@BryanLiang: when I set -fuse-ld=mold
in LDFLAGS in PKGBUILD I also get an error
in xz when compiling a conftest. This might not be supported by xz itself to
compile with mold and statically..
andreas_baumann commented on 2024-04-18 14:03 (UTC) (edited on 2024-04-20 08:20 (UTC) by andreas_baumann)
Interesting case on pentium4 (ARch32), pacman-static runs, but I get
pacman-static -U /var/cache/pacman/pkg/coreutils-9.4-3.0-pentium4.pkg.tar.zst
loading packages...
error: GPGME error: Invalid crypto engine
error: GPGME error: Invalid crypto engine
error: '/var/cache/pacman/pkg/coreutils-9.4-3.0-pentium4.pkg.tar.zst': invalid or corrupted package (PGP signature)
Post scriptum: this discussion we had in disguise: "..you just have to set the proper enviroment variables.." (my original saying). Having fallen into my own trap now I think it's better to make sure that pacman-static calls static/self-contained versions of gpg for instance or that we have a static pacman-key per default.
BryanLiang commented on 2024-04-12 11:39 (UTC)
I fail to build xz
part when using mold
as linker.
Here is the log: https://pastebin.com/raw/GW432UU0
Is this package can only build with GNU ld?
andreas_baumann commented on 2024-03-31 14:52 (UTC) (edited on 2024-03-31 14:57 (UTC) by andreas_baumann)
We could get rid of po4a and doxygen as makedends by using ./autogen.sh --no-po4a --no-doxygen
Are we now so paranoid to assume that disabling documentation triggers something?
https://github.com/google/oss-fuzz/commit/6403e93344476972e908ce17e8244f5c2b957dfd
As I can tell autogen.sh just calls update-po and update-doxygen which also look quite ok to me.
Upstream xz should also either add makedepends (as autogen.sh fails in a similar way).
I'm opting to add the flags to autogen for now.
andreas_baumann commented on 2024-03-31 09:39 (UTC)
yep, was missing too, fixed in 6.1.0-6.
petronny commented on 2024-03-31 09:24 (UTC) (edited on 2024-03-31 09:27 (UTC) by petronny)
Updated: I just see that you are working with building in a clean chroot. Sorry to interupt. I'll just wait then.
==> ERROR: Cannot find the git package needed to handle git sources.
Pinned Comments
Morganamilo commented on 2022-02-20 18:30 (UTC)
There's now a custom repo and binaries again. Though only for x86_64 currently.
Custom Repo
Pre compiled binaries
https://pkgbuild.com/~morganamilo/pacman-static/x86_64/bin/