You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build this project and running into issue with do deps. When I get to the rootfs step, go dependencies appear to be missing. When I install manually, I encounter a point where it requires a "go mod tidy", which brings me back to first dependency again. Apologies I am new to this project so any suggestions would be greatly appreciated.
Output from first failure for rootfs suggesting to install go dependencies
[build] Building u-bmc image for qemu-virt-a72
[config:generate] Config generated successfully!
[core:u-bmc-build] Building u-bmc executable...
[core:u-bmc-build] Done!
[image:rootfs] Creating rootfs...
[image:rootfs] 2023/07/31 18:21:43 Skipping directory /home/zmk/go/src/github.com/u-root/u-root/cmds/core/bind because build constraints exclude all Go files
[image:rootfs] 2023/07/31 18:21:43 Skipping directory /home/zmk/go/src/github.com/u-root/u-root/cmds/core/strace because build constraints exclude all Go files
[image:rootfs] 2023/07/31 18:21:45 Preserving bb generated source directory at /tmp/bb-4109696199 due to error
[image:rootfs] 2023/07/31 18:21:45 go build with modules failed: error building go package in "/tmp/bb-4109696199/src/bb.u-root.com/bb": go: github.com/u-root/[email protected] requires
[image:rootfs] github.com/google/[email protected] requires
[image:rootfs] github.com/google/[email protected]: missing go.sum entry for go.mod file; to add it:
[image:rootfs] go mod download github.com/google/go-tpm-tools
[image:rootfs] go: github.com/u-root/[email protected] requires
[image:rootfs] github.com/google/[email protected] requires
[image:rootfs] github.com/google/[email protected]: missing go.sum entry for go.mod file; to add it:
[image:rootfs] go mod download github.com/google/go-tpm-tools
[image:rootfs] , exit status 1
task: Failed to run task "build": task: Failed to run task "platform:build-qemu-virt-a72": task: Failed to run task "image:rootfs": exit status 1
The text was updated successfully, but these errors were encountered:
I am trying to build this project and running into issue with do deps. When I get to the rootfs step, go dependencies appear to be missing. When I install manually, I encounter a point where it requires a "go mod tidy", which brings me back to first dependency again. Apologies I am new to this project so any suggestions would be greatly appreciated.
Output from first failure for rootfs suggesting to install go dependencies
[build] Building u-bmc image for qemu-virt-a72
[config:generate] Config generated successfully!
[core:u-bmc-build] Building u-bmc executable...
[core:u-bmc-build] Done!
[image:rootfs] Creating rootfs...
[image:rootfs] 2023/07/31 18:21:43 Skipping directory /home/zmk/go/src/github.com/u-root/u-root/cmds/core/bind because build constraints exclude all Go files
[image:rootfs] 2023/07/31 18:21:43 Skipping directory /home/zmk/go/src/github.com/u-root/u-root/cmds/core/strace because build constraints exclude all Go files
[image:rootfs] 2023/07/31 18:21:45 Preserving bb generated source directory at /tmp/bb-4109696199 due to error
[image:rootfs] 2023/07/31 18:21:45 go build with modules failed: error building go package in "/tmp/bb-4109696199/src/bb.u-root.com/bb": go: github.com/u-root/[email protected] requires
[image:rootfs] github.com/google/[email protected] requires
[image:rootfs] github.com/google/[email protected]: missing go.sum entry for go.mod file; to add it:
[image:rootfs] go mod download github.com/google/go-tpm-tools
[image:rootfs] go: github.com/u-root/[email protected] requires
[image:rootfs] github.com/google/[email protected] requires
[image:rootfs] github.com/google/[email protected]: missing go.sum entry for go.mod file; to add it:
[image:rootfs] go mod download github.com/google/go-tpm-tools
[image:rootfs] , exit status 1
task: Failed to run task "build": task: Failed to run task "platform:build-qemu-virt-a72": task: Failed to run task "image:rootfs": exit status 1
The text was updated successfully, but these errors were encountered: