Closed giuliomoro closed 7 years ago
Comment by LBDonovan Tuesday Apr 25, 2017 at 07:25 GMT
Yeah ok I was going to ask you about this. When I build the kernel with build_deb.sh
from Robert Nelson's repo it creates 4 packages, linux-image, linux-firmware, linux-headers and linux-libc-dev. The first three install fine but the fourth gives a warning (something about overwriting a more recent version iirc).
My thinking was that the libc version should be the same as the kernel but maybe I should not install that package and stick with the more recent libc-dev
package installed by apt-get
?
Comment by giuliomoro Tuesday Apr 25, 2017 at 12:54 GMT
I think it makes sense to keep the one you install from the kernel. How you do that without apt-get
trying to overwrite it, is to be discovered
Basically the same as #15. Closed as duplicate.
Issue by giuliomoro Tuesday Apr 25, 2017 at 00:18 GMT Originally opened as https://github.com/LBDonovan/image-builder/issues/11
libasound2-dev
I tried to install it
Instead of doing
apt --fix-broken install
I did:which installed
linux-libc-dev armhf 4.9.18-1
at which point I was able to installlibasound2-dev