aisbergg / docker-arch-aur-makepkg

Dockerfile for building Pacman packages with AUR support
MIT License
8 stars 0 forks source link

docker build broken #1

Open leophys opened 6 years ago

leophys commented 6 years ago

Hi, very nice docker container!

I am having some problems in building it. At some time, it breaks:

gpg: Total number processed: 102
gpg:              unchanged: 3
gpg:           new user IDs: 8
gpg:         new signatures: 3290
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   2  signed:   5  trust: 0-, 0q, 0n, 0m, 0f, 2u
gpg: depth: 1  valid:   5  signed:  81  trust: 0-, 0q, 0n, 5m, 0f, 0u
gpg: depth: 2  valid:  72  signed:  13  trust: 72-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2018-07-15
:: There are 26 members in group base-devel:
:: Repository core
   1) autoconf  2) automake  3) binutils  4) bison  5) fakeroot  6) file  7) findutils  8) flex  9) gawk  10) gcc  11) gettext  12) grep  13) groff  14) gzip  15) libtool  16) m4  17) make  18) pacman  19) patch 
20) pkgconf  21) sed  22) sudo  23) systemd  24) texinfo  25) util-linux  26) which

Enter a selection (default=all): warning: findutils-4.6.0-2 is up to date -- skipping
warning: grep-3.1-1 is up to date -- skipping
warning: gzip-1.9-1 is up to date -- skipping
warning: pacman-5.1.0-2 is up to date -- skipping
warning: sed-4.5-1 is up to date -- skipping
error: target not found: pkgbuild-introspection

The command '/bin/sh -c curl -s -o /etc/pacman.d/mirrorlist "https://www.archlinux.org/mirrorlist/?country=DE&protocol=https&ip_version=6&use_mirror_status=on" && sed -i 's/^#//' /etc/pacman.d/mirrorlist &&    pacman -Syuq --noconfirm --noprogressbar --needed gnupg &&    mkdir -p /root/.gnupg/ &&    touch /root/.gnupg/dirmngr_ldapservers.conf &&    pacman-key --refresh-keys &&    pacman -S --noconfirm --noprogressbar --needed         base-devel         pkgbuild-introspection         git         mercurial         bzr         subversion         wget         yajl         python         python-pip &&    `# install python module requirements` &&    pip install python-pacman aur &&    rm -rf /var/cache/pacman/pkg/* /var/lib/pacman/sync/*' returned a non-zero code: 1 

Apparently, pkgbuild-introspection is not in the official repositories. I found it in the AUR.

aisbergg commented 6 years ago

Thanks for your interest. Actually I do not intend to maintain this code for now and might aswell archive this. I know, that is not the fine art for fixing a problem, but I do not have the time for this right now. Eventually I will pick this up again and use a proper AUR helper and pack this into a Docker container similar to this one. For my own needs I am using Pacaur, but since this one is not maintained anymore I will move on to another. AURMan might be promissing and could fit right into the Container idea.

If you like to try other AUR helpers, here is the list in the Archlinux wiki: https://wiki.archlinux.org/index.php/AUR_helpers