Package Details: pacman-static 7.0.0.r6.gc685ae6-12

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: 58
Popularity: 1.71
First Submitted: 2013-01-09 02:17 (UTC)
Last Updated: 2024-12-19 07:58 (UTC)

Dependencies (5)

Required by (0)

Sources (26)

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
[pacman-static]
SigLevel = Required
Server = https://pkgbuild.com/~morganamilo/$repo/$arch
Pre compiled binaries

https://pkgbuild.com/~morganamilo/pacman-static/x86_64/bin/

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 14 Next › Last »

andreas_baumann commented on 2024-08-18 15:52 (UTC)

@Morganamilo: the pkgbuild.com repo of yours seems to be a little bit out of date. ;-)

andreas_baumann commented on 2024-07-21 16:46 (UTC)

@francesco_dem: thanks. Adapted xz's download location to the one from upstream 'xz'. Also updated libgpg-error to 1.50 and libassuan to 3.0.0.

francesco_dem commented on 2024-07-21 16:16 (UTC) (edited on 2024-07-21 16:40 (UTC) by francesco_dem)

problem to install: fatal: repository 'https://git.tukaani.org/xz.git/' non trovato

...and doesn't start the installation of precompiled binaries

Solved. Thanks

andreas_baumann commented on 2024-07-01 16:18 (UTC)

strange, xz should be fetched via git, so it should not fail.. cannot reproduce this.

weltio commented on 2024-07-01 08:22 (UTC)

==> Validating source files with sha512sums...
    pacman-6.1.0.tar.xz ... Passed
    pacman-6.1.0.tar.xz.sig ... Skipped
    revertme-makepkg-remove-libdepends-and-libprovides.patch ... Passed
    pacman-static-fix-msg-unknown-key.patch ... Passed
    pacman-static-man-gitlab.patch ... Passed
    pacman-static-make-aligned-titles.patch ... Passed
    pacman-static-repo-add-parseopts.patch ... Passed
    pacman-static-drop-result-warn.patch ... Passed
    pacman-static-fix-debugedit.patch ... Passed
    nghttp2-1.62.1.tar.xz ... Passed
    c-ares-1.29.0.tar.gz ... Passed
    c-ares-1.29.0.tar.gz.asc ... Skipped
    curl-8.8.0.tar.gz ... Passed
    curl-8.8.0.tar.gz.asc ... Skipped
    openssl-3.3.1.tar.gz ... Passed
    openssl-3.3.1.tar.gz.asc ... Skipped
    ca-dir.patch ... Passed
    openssl-3.0.7-no-atomic.patch ... Passed
    zlib-1.3.1.tar.gz ... Passed
    zlib-1.3.1.tar.gz.asc ... Skipped
    xz ... NOT FOUND
    bzip2-1.0.8.tar.gz ... Passed
    bzip2-1.0.8.tar.gz.sig ... Skipped
    zstd-1.5.6.tar.zst ... Passed
    zstd-1.5.6.tar.zst.sig ... Skipped
    libgpg-error-1.49.tar.bz2 ... Passed
    libgpg-error-1.49.tar.bz2.sig ... Skipped
    libassuan-2.5.7.tar.bz2 ... Passed
    libassuan-2.5.7.tar.bz2.sig ... Skipped
    gpgme-1.23.2.tar.bz2 ... Passed
    gpgme-1.23.2.tar.bz2.sig ... Skipped
    libarchive-3.7.4.tar.xz ... Passed
    libarchive-3.7.4.tar.xz.asc ... Skipped
==> ERROR: One or more files did not pass the validity check!
    xz ... NOT FOUND

Why is the sha512sum missing? (I guess the repo is cloned - maybe the xz sha512sum has to be skipped?)

andreas_baumann commented on 2024-06-13 09:28 (UTC) (edited on 2024-06-13 10:11 (UTC) by andreas_baumann)

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.

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..