Difference between revisions of "Armadeus 4.0 Troubleshots"

From ArmadeusWiki
Jump to: navigation, search
(Linux.org server down related problems)
 
Line 14: Line 14:
 
</pre>
 
</pre>
 
* '''Solution:''' get ''firmware-af5222c5ded5d944267acfbd001571409bea7eeb.tar.gz'' from [ftp://ftp2.armadeus.com/armadeusw/download here] and copy it in your ''downloads/'' directory.
 
* '''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 10:41, 23 January 2012

Linux.org server down related problems

linux-2.6.38.8.tar.bz2 unavailable

linux-firmware unavailable

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