mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Building v0-hdmiusb build Error 2 #511
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#511
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RobCod on GitHub (Aug 6, 2022).
Originally assigned to: @mdevaev on GitHub.
Describe the bug
make os fails to build the os after Updating the trust database
To Reproduce
Steps to reproduce the behavior, like:
Expected behavior
To build sucessfully so i can move onto the make install portion
Screenshots

error in text:
config.mk
Desktop (please complete the following information):
PiKVM info:
pacman -Q | grep kvmd- Returns with nothingpacman -Q | grep ustreamer- Also returns with nothinguname -a- Linux Desktop 5.18.16-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04 +0000 x86_64 GNU/LinuxEDIT It seems like this line is the issue, which persists in a ubuntu VM
==> ERROR: The keyring file /usr/share/pacman/keyrings/archlinuxarm.gpg does not exist.@mdevaev commented on GitHub (Aug 6, 2022):
Retry again
@RobCod commented on GitHub (Aug 6, 2022):
I have several times, do you mean restart from the beginning?
@RobCod commented on GitHub (Aug 6, 2022):
I recloned the github repo, and have the same issue on ubuntu
@mdevaev commented on GitHub (Aug 16, 2022):
At the moment, the build is successful. Probably the base image has already been updated. Run
rm -rf .pi-builderandmake os NC=1to rebuild with flushed caches.