"pmbootstrap install" giving me an error
Device: Samsung Galaxy Trend(Fresh) (samsung_kylevess) Log:
mint@mint-pc:~/.local/var/pmbootstrap/chroot_buildroot_armhf/var/lib/postmarketos-android-recovery-installer$ pmbootstrap log
(024364) [18:45:30] libpciaccess-dev: guessed to be a subpackage of libpciaccess, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] mesa: found pmaport (19.1.0_git20190919-r1) and binary package (19.3.1-r0, from postmarketOS or Alpine), but pmaport can't be built for armhf -> using binary package
(024364) [18:45:30] cryptsetup-dev: guessed to be a subpackage of cryptsetup, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] sdl2-dev: guessed to be a subpackage of sdl2, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] sdl2_ttf-dev: guessed to be a subpackage of sdl2_ttf, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] dbus-dev: guessed to be a subpackage of dbus, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] elogind-dev: guessed to be a subpackage of elogind, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] expat-dev: guessed to be a subpackage of expat, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] glib-dev: guessed to be a subpackage of glib, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] libsm-dev: guessed to be a subpackage of libsm, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] libx11-dev: guessed to be a subpackage of libx11, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] util-linux-dev: guessed to be a subpackage of util-linux, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] elfutils-dev: guessed to be a subpackage of elfutils, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] gmp-dev: guessed to be a subpackage of gmp, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] isl-dev: guessed to be a subpackage of isl, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] mpc1-dev: guessed to be a subpackage of mpc1, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] mpfr-dev: guessed to be a subpackage of mpfr, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:30] zlib-dev: guessed to be a subpackage of zlib, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:31] gtk+2.0: found pmaport (2.24.31-r6) and binary package (2.24.32-r1, from postmarketOS or Alpine), but pmaport can't be built for armhf -> using binary package
(024364) [18:45:31] libxfce4ui-dev: guessed to be a subpackage of libxfce4ui, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:31] xfce4-panel-dev: guessed to be a subpackage of xfce4-panel, which we can't find in pmaports, so it's probably in Alpine
(024364) [18:45:31] (rootfs_samsung-kylevess) install
(024364) [18:45:31] (rootfs_samsung-kylevess) % apk --no-progress add -u --virtual .pmbootstrap libdrm-grate mkinitfs
WARNING: Ignoring /mnt/pmbootstrap-packages/armhf/APKINDEX.tar.gz: No such file or directory
ERROR: unsatisfiable constraints:
so:libdrm_amdgpu.so.1 (virtual):
provided by: libdrm-2.4.100-r0
required by: mesa-dri-swrast-19.3.1-r0[so:libdrm_amdgpu.so.1]
mesa-19.3.1-r0[so:libdrm_amdgpu.so.1]
so:libdrm_nouveau.so.2 (virtual):
provided by: libdrm-2.4.100-r0
required by: mesa-dri-swrast-19.3.1-r0[so:libdrm_nouveau.so.2]
mesa-19.3.1-r0[so:libdrm_nouveau.so.2]
so:libdrm_radeon.so.1 (virtual):
provided by: libdrm-2.4.100-r0
required by: mesa-dri-swrast-19.3.1-r0[so:libdrm_radeon.so.1]
mesa-19.3.1-r0[so:libdrm_radeon.so.1]
(024364) [18:45:34] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(024364) [18:45:34] NOTE: The failed command's output is above the ^^^ line in the log file: /home/mint/.local/var/pmbootstrap/log.txt
(024364) [18:45:34] ERROR: Command failed: (rootfs_samsung-kylevess) % apk --no-progress add -u --virtual .pmbootstrap libdrm-grate mkinitfs
(024364) [18:45:34] See also: <https://postmarketos.org/troubleshooting>
(024364) [18:45:34] Traceback (most recent call last):
File "/home/mint/.local/lib/python3.7/site-packages/pmb/__init__.py", line 63, in main
getattr(frontend, args.action)(args)
File "/home/mint/.local/lib/python3.7/site-packages/pmb/helpers/frontend.py", line 195, in install
pmb.install.install(args)
File "/home/mint/.local/lib/python3.7/site-packages/pmb/install/_install.py", line 497, in install
pmb.chroot.apk.upgrade(args, suffix)
File "/home/mint/.local/lib/python3.7/site-packages/pmb/chroot/apk.py", line 255, in upgrade
install(args, packages, suffix)
File "/home/mint/.local/lib/python3.7/site-packages/pmb/chroot/apk.py", line 242, in install
pmb.chroot.root(args, ["apk", "--no-progress"] + command, suffix)
File "/home/mint/.local/lib/python3.7/site-packages/pmb/chroot/root.py", line 91, in root
output_return, check, kill_as_root)
File "/home/mint/.local/lib/python3.7/site-packages/pmb/helpers/run_core.py", line 301, in core
raise RuntimeError("Command failed: " + log_message)
RuntimeError: Command failed: (rootfs_samsung-kylevess) % apk --no-progress add -u --virtual .pmbootstrap libdrm-grate mkinitfs
(024937) [18:45:42] % tail -f /home/mint/.local/var/pmbootstrap/log.txt -n 60
(024937) [18:45:42] *** output passed to pmbootstrap stdout, not to this log ***
Edited by Administrator