Wpis z mikrobloga

@chodzacy_internet: Jak podajesz coś z wyjścia to podaj też komendę którą to wywołałeś, bo wygląda jakbyś próbował zainstalować wszystkie wersie lib32stdc na raz. A to nie ma najmniejszej szansy zadziałać.
A co się dzieje jak włączysz samo

apt-get -y --no-install-recommends --fix-missing install \
bsdtar mtools u-boot-tools pv bc \
gcc automake make \
lib32z1 lib32z1-dev qemu-user-static \
dosfstools figlet device-tree-compiler debootstrap

jak w PrepareTool.sh?
@chodzacy_internet: Jednym miejsce gdzie pojawia się instalacja pakietów w tych skryptach to PrepareTool.sh i tak jest to co podałem wyżej. Spróbuj to wywołać ręcznie przez

apt-get - --fix-missing install \
bsdtar mtools u-boot-tools pv bc \
gcc automake make \
lib32z1 lib32z1-dev qemu-user-static \
dosfstools figlet device-tree-compiler debootstrap

I zobacz czy się zainstaluje
@a231:

$ sudo apt-get - --fix-missing install bsdtar mtools u-boot-tools pv bc gcc automake make lib32z1 lib32z1-dev qemu-user-static dosfstools figlet device-tree-compiler debootstrap
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Odczyt informacji o stanie... Gotowe
automake is already the newest version (1:1.15-4ubuntu1).
bc is already the newest version (1.06.95-9build1).
device-tree-compiler is already the newest version (1.4.0+dfsg-2).
gcc is already the newest version (4:5.3.1-1ubuntu1).
make is already the newest version (4.1-6).
figlet is
@a231: Ok, a spróbuj jeszcze ściągnąć z gita całość i odpalić Build_OrangePi.sh. Jeśli chcesz to skompilować na Pi Zero to powinieneś mieć skrypty pod Allwinner H2 a ten co wrzuciłeś jest pod H3.