Difference between revisions of "Armadeus 4.0 Troubleshots"
From ArmadeusWiki
(New page: Nothing reported yet :-).) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ==Linux.org server down related problems== | |
+ | |||
+ | ===linux-2.6.38.8.tar.bz2 unavailable=== | ||
+ | * '''Solution:''' get the tarball from: http://sources.buildroot.net/ and copy it in your ''downloads/'' directory | ||
+ | |||
+ | ===linux-firmware unavailable=== | ||
+ | <pre class="host"> | ||
+ | git clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git /home/jorasse/armadeus/buildroot/output/build/firmware-af5222c5ded5d944267acfbd001571409bea7eeb | ||
+ | Initialized empty Git repository in /home/jorasse/armadeus/buildroot/output/build/firmware-af5222c5ded5d944267acfbd001571409bea7eeb/.git/ | ||
+ | fatal: The remote end hung up unexpectedly | ||
+ | make[1]: *** [/home/jorasse/armadeus/buildroot/output/../downloads/firmware-af5222c5ded5d944267acfbd001571409bea7eeb.tar.gz] Error 128 | ||
+ | make[1]: Leaving directory `/home/jorasse/armadeus/buildroot' | ||
+ | make: *** [all] Error 2 | ||
+ | </pre> | ||
+ | * '''Solution:''' get ''firmware-af5222c5ded5d944267acfbd001571409bea7eeb.tar.gz'' from [ftp://ftp2.armadeus.com/armadeusw/download here] and copy it in your ''downloads/'' directory. | ||
+ | |||
+ | ==fakeroot-1.11 archive corrupted== | ||
+ | * problem: | ||
+ | <pre class="host"> | ||
+ | gzip: /home/xxx/armadeus-4.0/buildroot/output/../downloads/fakeroot_1.11.tar.gz: not in gzip format | ||
+ | tar: Ceci ne ressemble pas à une archive de type « tar » | ||
+ | tar: Des erreurs ont provoqué l'arrêt du programme | ||
+ | make[1]: *** | ||
+ | [/home/xxx/armadeus-4.0/buildroot/output/build/host-fakeroot-1.11/.stamp_extracted] Error 2 | ||
+ | make[1]: leaving directory « /home/xxx/armadeus-4.0/buildroot » | ||
+ | make: *** [all] Error 2 | ||
+ | </pre> | ||
+ | * solution: | ||
+ | ** Delete ''fakeroot_1.11.tar.gz'' from ''downloads/'' directory | ||
+ | ** Get it from ftp://ftp2.armadeus.com/armadeusw/download/fakeroot_1.11.tar.gz and copy the downloaded archive to ''downloads/'' directory |
Latest revision as of 09:41, 23 January 2012
Contents
- Solution: get the tarball from: http://sources.buildroot.net/ and copy it in your downloads/ directory
git clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git /home/jorasse/armadeus/buildroot/output/build/firmware-af5222c5ded5d944267acfbd001571409bea7eeb Initialized empty Git repository in /home/jorasse/armadeus/buildroot/output/build/firmware-af5222c5ded5d944267acfbd001571409bea7eeb/.git/ fatal: The remote end hung up unexpectedly make[1]: *** [/home/jorasse/armadeus/buildroot/output/../downloads/firmware-af5222c5ded5d944267acfbd001571409bea7eeb.tar.gz] Error 128 make[1]: Leaving directory `/home/jorasse/armadeus/buildroot' make: *** [all] Error 2
- Solution: get firmware-af5222c5ded5d944267acfbd001571409bea7eeb.tar.gz from here and copy it in your downloads/ directory.
fakeroot-1.11 archive corrupted
- problem:
gzip: /home/xxx/armadeus-4.0/buildroot/output/../downloads/fakeroot_1.11.tar.gz: not in gzip format tar: Ceci ne ressemble pas à une archive de type « tar » tar: Des erreurs ont provoqué l'arrêt du programme make[1]: *** [/home/xxx/armadeus-4.0/buildroot/output/build/host-fakeroot-1.11/.stamp_extracted] Error 2 make[1]: leaving directory « /home/xxx/armadeus-4.0/buildroot » make: *** [all] Error 2
- solution:
- Delete fakeroot_1.11.tar.gz from downloads/ directory
- Get it from ftp://ftp2.armadeus.com/armadeusw/download/fakeroot_1.11.tar.gz and copy the downloaded archive to downloads/ directory