64studio / pdk-mediagen

Next-generation media generation for PDK
0 stars 0 forks source link

does not work with debootstrap version 1.0.102 in latest Debian Sid #14

Closed obbardc closed 6 years ago

obbardc commented 6 years ago

I have reported an upstream bug to Debian, hopefully a patch can be created!

Luckily in Debian Stable debootstrap is much older.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901717

obbardc commented 6 years ago

Temporary fix is to remove version 1.0.102 and install version 1.0.101.

wget http://ftp.uk.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.101_all.deb
sudo apt-get purge debootstrap
sudo dpkg -i debootstrap_1.0.101_all.deb
sudo apt-mark hold debootstrap
obbardc commented 6 years ago

A patch has been made and released in version 1.0.104 which fixes half the problem, but now we get some issues with the change breaking libc.

I will investigate this some more.

obbardc commented 6 years ago

It is still broken, moaning about /lib/ld-linux-armhf.so.3: No such file or directory

Solution for now is to still use version 1.0.101 until I get some time to look into the bug.

obbardc commented 6 years ago

Using debootstrap version 1.0.104 fixes this issue :-)