leophys / AUR-builder

A simple docker image to build packages from the AUR
Other
0 stars 0 forks source link

Bug fix: upstream base image changed #1

Closed recolic closed 3 years ago

recolic commented 3 years ago

Added one more commit to fix this issue:

➜  AUR-builder git:(master) ✗ sudo aurbuilder pacaur
++ echo pacaur
++ awk -F: '{print $1}'
+ PKG=pacaur
++ echo pacaur
++ awk -F: '{print $2}'
+ INSTALL=
+ echo ====================================
====================================
+ echo 'Building: pacaur'
Building: pacaur
+ echo ====================================
====================================
+ test -v pacaur
+ cd store
+ test -d pacaur
+ git clone https://aur.archlinux.org/pacaur.git pacaur
fatal: could not create work tree dir 'pacaur': Permission denied
+ cd pacaur
/home/builder/aurbuilder: line 19: cd: pacaur: No such file or directory
+ install_wrapper
+ err=/tmp/makepkg-4387
+ makepkg -s --noconfirm
+ tee -a /tmp/makepkg-4387
==> ERROR: You do not have write permission for the directory $BUILDDIR (/home/builder/store).
    Aborting...
++ cat /tmp/makepkg-4387
++ grep 'error: failed'
++ awk '-F'\''' '{print $2}'
+ failed_pkgs=
+ [[ '' != '' ]]
+ test