configure.sh fails running with ubuntu 22 #62

Open
opened 2026-04-06 09:39:43 +00:00 by nabil_salah · 0 comments
Member

Description

Running make configure on Ubuntu 22.04 fails unless manual workarounds are applied for runtime dependencies and hypervisor download defaults.

Environment

OS: Ubuntu 22.04
Setup command: sudo make configure

Observed Problems

virtiofsd is not available as a standalone apt package on Ubuntu 22.04 in some environments.
configure.sh used an older default my_hypervisor version, which can lead to artifact/download mismatch.

Manual Workaround

sudo apt install qemu-system qemu-utils
sudo apt install qemu-system-x86
sudo ln -s /usr/lib/qemu/virtiofsd /usr/local/bin/virtiofsd
Update my_hypervisor default to v0.4.1

Expected Behavior

make configure succeeds on a fresh Ubuntu 22.04 host without manual package/symlink steps.
Script should automatically handle virtiofsd fallback via QEMU packages when needed.
Script should default to latest supported my_hypervisor version (v0.4.1).

Acceptance Criteria

Ubuntu 22.04 node completes sudo make configure end-to-end.
virtiofsd is available in PATH after configuration.
my_hypervisor installs successfully using default script settings.

### Description Running `make configure` on Ubuntu 22.04 fails unless manual workarounds are applied for runtime dependencies and hypervisor download defaults. ### Environment OS: Ubuntu 22.04 Setup command: sudo make configure ### Observed Problems virtiofsd is not available as a standalone apt package on Ubuntu 22.04 in some environments. configure.sh used an older default my_hypervisor version, which can lead to artifact/download mismatch. ### Manual Workaround sudo apt install qemu-system qemu-utils sudo apt install qemu-system-x86 sudo ln -s /usr/lib/qemu/virtiofsd /usr/local/bin/virtiofsd Update my_hypervisor default to v0.4.1 ### Expected Behavior make configure succeeds on a fresh Ubuntu 22.04 host without manual package/symlink steps. Script should automatically handle virtiofsd fallback via QEMU packages when needed. Script should default to latest supported my_hypervisor version (v0.4.1). ### Acceptance Criteria Ubuntu 22.04 node completes sudo make configure end-to-end. virtiofsd is available in PATH after configuration. my_hypervisor installs successfully using default script settings.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_compute#62
No description provided.