Open matsbror opened 1 year ago
Hmm, this will take some time to debug. For now, a workaround would be to skip the firemarhshal initialization step using a flag to build-setup (use -h to see the flags).
This only prevents you from building firemarshal linux images
Thanks @jerryz123 , I also tried to perform the build setup in an Ubuntu 22.04 docker container and it failed in the same step.
Could this be the same issue? https://github.com/steigr/docker-hipchat-server/issues/1
Could this be the same issue? steigr/docker-hipchat-server#1
I will try
@jerryz123 sorry to say it did not change the outcome.
Have you had a chance to look at this?
When using virt-customize on a ubuntu 22.04 WSL2 instance I was getting the same error, I had to get a Linux image installed to address the above error.
While searching I stumbled up on this issue: Github Issue Link. As my WSL env is fully ephemeral, I went ahead and installed the kernel, and got virt-customize working as expected.
Hopefully this helps someone in need.
Background Work
Chipyard Version and Hash
Release: 1.10.0 Hash: commit b7644b2455cc4bae190e811a5d8085f3aad85b87 (HEAD, tag: 1.10.0, origin/stable)
OS Setup
Trying to build under WSL2, Ubuntu 22.04. According to a closed issue, this should work.
Other Setup
I have followed the documentation here: https://chipyard.readthedocs.io/en/stable/Chipyard-Basics/Initial-Repo-Setup.html
Also installed guestmount like this:
sudo apt-get install -y guestmount libguestfs-tools
Current Behavior
Command
./build-setup.sh riscv-tools
fails when the following command is called (see attached log file):Detailed trace output of the
guestmount
command:Expected Behavior
The build setup should work.
Other Information
Log file: build-setup.log