Dasharo / open-source-firmware-validation

OSFV infrastructure with automated tests and scripts for managing test results
Apache License 2.0
6 stars 1 forks source link

Unable to locate package sbsigntools #255

Open pkubaj opened 3 months ago

pkubaj commented 3 months ago

Device

APU2

RTE version

1.1.0

Affected component(s) or functionality

No response

Brief summary

Unable to locate package sbsigntools when running sb-img-wrapper.sh

How reproducible

No response

How to reproduce

./sb-img-wrapper.sh

Expected behavior

Tools should be installed and script should proceed.

Actual behavior

Creating image for INTERMEDIATE 

Installing dependencies
Detected Package Manager: apt
Detected Distro: Debian
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package sbsigntools
Cannot install sbsigntools faketime : (100)

Link to screenshots or logs

There ane no logs.

Additional context

No response

Solutions you've tried

No response

pkubaj commented 3 months ago

This issue happens when I force using apt in generate-image.sh as otherwise Debian is not detected.

pkubaj commented 3 months ago

Package name is changed to sbsigntool.

BeataZdunczyk commented 3 months ago

This issue happens when I force using apt in generate-image.sh as otherwise Debian is not detected.

Debian? Do you mean Ubuntu @pkubaj?

pkubaj commented 3 months ago

No, Debian, since that's what's installed on the VM.

macpijan commented 1 month ago

Related to: https://github.com/Dasharo/open-source-firmware-validation/issues/256