shell-server icon indicating copy to clipboard operation
shell-server copied to clipboard

ansible: fatal: [default]: FAILED! => {"changed": false, "msg": "No package matching 'bcrypt' is available"}

Open accad opened this issue 1 year ago • 0 comments

During make qemu, the build fails with the following message

fatal: [default]: FAILED! => {"changed": false, "msg": "No package matching 'bcrypt' is available"}

The system pull the image of Debian 12, which I believe does not have a bcrypt package

https://packages.debian.org/search?keywords=bcrypt&searchon=names&suite=all&section=all

same for the package: hddtemp, and I get another error about multiarch-support

I can keep playing whack-a-mole with this, but I don't think this is the right method

Should I switch the ISO to using buster?

accad avatar Jul 12 '24 22:07 accad