Error message for client-only package of buku
$this->bbcode_second_pass_code('', '
$ sh build.sh buku
fatal: destination path 'buku' already exists and is not an empty directory.
==> ERROR: buku is not available for the 'armv7h' architecture.
')
Yet, it seems that the client+server can be built
$this->bbcode_second_pass_code('', '
$ sh build.sh bukuserver
Cloning into 'bukuserver'...
remote: Enumerating objects: 28, done.
remote: Counting objects: 100% (28/28), done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 28 (delta 3), reused 28 (delta 3), pack-reused 0
Receiving objects: 100% (28/28), 9.27 KiB | 1.32 MiB/s, done.
Resolving deltas: 100% (3/3), done.
==> Making package: bukuserver 4.6-2 (Tue 04 Jan 2022 01:16:10 PM IST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[sudo] password for alarm:
error: target not found: python-flask-reverse-proxy-fix
error: target not found: python-flask-admin
error: target not found: python-flask-api
error: target not found: python-flask-paginate
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> python-flask-reverse-proxy-fix
-> python-flask-admin
-> python-flask-api
-> python-flask-bootstrap
-> python-flask-paginate
-> python-flask-wtf
-> python-itsdangerous
-> python-pyasn1
-> python-werkzeug
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
')