FooDeas / raspberrypi-ua-netinst

RaspberryPi (minimal) unattended netinstaller
ISC License
220 stars 45 forks source link

Missing `cpio` #147

Closed Mausy5043 closed 6 years ago

Mausy5043 commented 6 years ago

Possibly related to #144:

After updating this morning using apt I'm now on kernel 4.14.30+ and find that I can nolonger succesfully complete a build on my Pies.

Apparently cpio is nolonger available:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package cpio is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
   tar

E: Package 'cpio' has no installation candidate

cpio is required to complete the build.

Mausy5043 commented 6 years ago

Well blow me down! 😮

sudo apt update fixed this. I was convinced I'd done that.

kpfleming commented 6 years ago

I just ran into this as well, I did not have the cpio package installed. Apparently it's no longer part of the default installation in Stretch.

kpfleming commented 6 years ago

OK, that's good to know. Clearly then BUILD.md needs to tell the user to ensure that cpio is installed.