Unable to install pmOS after #725
I followed the instructions in @PabloCastellano's commit message for #725, and get this failure when running pmbootstrap install
right after:
(027194) [13:32:18] (native) install qemu-user-static-repack qemu-user-static-repack-binfmt
(027194) [13:32:18] (native) % apk --no-progress add -u qemu-user-static-repack qemu-user-static-repack-binfmt
WARNING: Ignoring /mnt/pmbootstrap-packages/x86_64/APKINDEX.tar.gz: UNTRUSTED signature
ERROR: unsatisfiable constraints:
qemu-user-static-repack (missing):
required by: world[qemu-user-static-repack]
qemu-user-static-repack-binfmt (missing):
required by:
world[qemu-user-static-repack-binfmt]
(027194) [13:32:21] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(027194) [13:32:21] NOTE: The failed command's output is above the ^^^ line in the logfile: /home/clayton/src/pmbootstrap-out/log.txt
(027194) [13:32:21] ERROR: Command failed: (native) % apk --no-progress add -u qemu-user-static-repack qemu-user-static-repack-binfmt
(027194) [13:32:21] Run 'pmbootstrap log' for details.
(027194) [13:32:21] See also: <https://postmarketos.org/troubleshooting>
(027194) [13:32:21] Traceback (most recent call last):
File "/media/data/clayton/src/pmbootstrap/pmb/helpers/run.py", line 53, in core
stderr=args.logfd)
File "/usr/lib/python3.6/subprocess.py", line 291, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '/usr/bin/sh', '-c', "env -i CHARSET=UTF-8 PATH=/usr/lib/ccache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin SHELL=/bin/ash HISTFILE=~/.ash_history /usr/bin/chroot /home/clayton/src/pmbootstrap-out/chroot_native sh -c 'cd /;apk --no-progress add -u qemu-user-static-repack qemu-user-static-repack-binfmt'"]' returned non-zero exit status 2.
I also tried completely clearing out my pmbootstrap working directory, but still experience the same failure.
Interestingly enough, the package it is looking for does exist under <pmb work dir>/pacakges/x86_64/qemu-user-static-repack-2.8-r8.apk
.