Package Details: bootc-bcvk 0.9.0-2

Git Clone URL: https://aur.archlinux.org/bootc-bcvk.git (read-only, click to copy)
Package Base: bootc-bcvk
Description: Launches ephemeral VMs from bootc containers and creates disk images.
Upstream URL: https://github.com/bootc-dev/bcvk
Licenses: Apache-2.0 OR MIT
Submitter: jjm
Maintainer: jjm
Last Packager: jjm
Votes: 0
Popularity: 0.000000
First Submitted: 2025-11-08 19:34 (UTC)
Last Updated: 2026-01-05 18:47 (UTC)

Latest Comments

porkbeans commented on 2026-01-06 09:50 (UTC)

Thank you for the updates!

porkbeans commented on 2026-01-05 17:49 (UTC) (edited on 2026-01-05 17:49 (UTC) by porkbeans)

Hello! I found an error during installation.

==> Starting package()...
install: cannot stat 'bcvk/LICENSE-APACHE': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: bootc-bcvk-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
bootc-bcvk - exit status 4

It says that 'bcvk/LICENSE-APACHE' is not found. Maybe the last two commands in PKGBUILD should be like:

install -o root -g root -m 644 -t $pkgdir/usr/share/licenses/$pkgname $_pkgname-$pkgver/LICENSE-APACHE
install -o root -g root -m 644 -t $pkgdir/usr/share/licenses/$pkgname $_pkgname-$pkgver/LICENSE-MIT