dev_install ist im ARM-Chromebook fehlgeschlagen

1130
user1027721

Ich versuche diesen Leitfaden, um Zugang zu Chromos zu erhalten.

http://www.chromium.org/chromium-os/how-tos-und-fehlersuche/install-software-on-base-images

Ich habe leider immer den gleichen Fehler bekommen

$ sudo dev_install Starting installation of developer packages. First, we download the necessary files. Downloading https://commondatastorage.googleapis.com/chromeos-dev-installer/board/daisy/full-3.168.0.0/packages/app-misc/mime-types-8.tbz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 127 100 127 0 0 252 0 --:--:-- --:--:-- --:--:-- 305 [: 184: -ne: unexpected operator Extracting /usr/local/portage/packages/app-misc/mime-types-8.tbz2 

Ich denke, dass es irgendwie jedes Mal eine 404 zurückgibt. Danke für Ihre Hilfe

2

2 Antworten auf die Frage

2
Stan

The problem is that commmondatastorage.googleapis.com doesn't handle non-existing stuff in standard way, so instead of returning code 404 when it cannot find the data it will return non-sensical XML document.

All that said your problem lies in incorrect binhost being used to download required packages. What I tried was this:

dev_install --binhost=https://commondatastorage.googleapis.com/chromeos-prebuilt/board/daisy/full-15.11.12.140004/packages 

Unfortunately this doesn't solve the issue really since that binhost doesn't have python-2.6.8.tbz2 which is needed in later parts of installation. It's still a good start for investigation though I believe

1

You are right: the file that it is trying to download does not exist. You could try downloading it from somewhere else and saving it as /usr/local/portage/packages/app-misc/mime-types-8.tbz2; dev_install will probably not try to download it again. If it does, you could try modifying the script (let me know if you need help with that). Unfortunately, if you cannot find the file, there is not much that you can do until Google fixes it.

Danke für die schnelle Antwort. Wissen Sie vielleicht, wo ich diese Datei finden kann? user1027721 vor 11 Jahren 0
Eine schnelle Google-Suche nach "mime-types-8.tbz2" (mit Anführungszeichen) zeigt einige, obwohl sie nicht alle identisch sind. Wenn Sie ihnen vertrauen wollen, versuchen Sie es einzeln. Wenn später mehr Fehler erzeugt werden, war es wahrscheinlich nicht der richtige. vor 11 Jahren 0
Ich habe also ein wenig mehr untersucht [link] (https://groups.google.com/a/chromium.org/forum/#!topic/chromium-os-dev/gsNj5sGeIJI), konnte es aber trotzdem nicht Diese Chromeos-Dev bauen richtig. Also, um fortzufahren ... user1027721 vor 11 Jahren 0