Problem solved... It seems that the download of repo ($curl http://android.git.kernel.org/repo >~/bin/repo) failed and I ended up with only parts of the file.
Try the command until curl succeeds (verify by $less ~/bin/repo). BR the_dude On Jan 22, 10:29 am, the_dude <[email protected]> wrote: > Sorry, I missed flags. > - flags : fpu vme de pse tsc msr mce cx8 apic mtrr pge mca cmov pat > pse36 clflush mmx fxsr sse sse2 constant_tsc up pni monitor > > And since it doesn't contain lm (long mode) I'm back to square 1. > > /dude > > On Jan 22, 10:16 am, the_dude <[email protected]> wrote: > > > Yes, GIT is installed. I belive that it is not repo it self but that > > lib32readline5-dev is related to the problem. As far as I understand > > it is needed if you run on a AMD 64 bit arch but I'm running > > Virtualbox + Ubuntu on my Intel Centrino Duo laptop so I'm a bit > > confused. When looking in /proc/cpuinfo it states: > > - model: 15 > > - model name: Intel(R) Core(TM)2 CPU [email protected] > > - stepping: 2 > > - cpuid level: 2 > > - clflush size: 64 > > > When running $sudo apt-get install lib32readline5-dev it say there is > > no such package, buthttp://packages.ubuntu.comstatesdifferently. > > Any idea on how to fix this? > > > /dude > > > On Jan 22, 2:12 am, Jean-Baptiste Queru <[email protected]> wrote: > > > > This would be a good question to the repo-discuss mailing list, or > > > android-platform, so that android-developers can stay focused on > > > helping people who are developing applications with the SDK. > > > > Do you have git installed? > > > > JBQ > > > > On Mon, Jan 19, 2009 at 1:58 PM, PerCentage <[email protected]> wrote: > > > > > I am trying to download the android source onto a new ubuntu 8.10 > > > > installation on a x86 machine. All the steps worked fine until I tried > > > > to init the repo client. I get the following... > > > > > ja...@james-desktop:~/mydroid$ repo init -u > > > > git://android.git.kernel.org/platform/manifest.git > > > > Traceback (most recent call last): > > > > File "/home/james/bin/repo", line 590, in <module> > > > > main(sys.argv[1:]) > > > > File "/home/james/bin/repo", line 557, in main > > > > _Init(args) > > > > File "/home/james/bin/repo", line 176, in _Init > > > > _CheckGitVersion() > > > > File "/home/james/bin/repo", line 205, in _CheckGitVersion > > > > proc = subprocess.Popen(cmd, stdout=subprocess.PIPE) > > > > File "/usr/lib/python2.5/subprocess.py", line 594, in __init__ > > > > errread, errwrite) > > > > File "/usr/lib/python2.5/subprocess.py", line 1153, in > > > > _execute_child > > > > raise child_exception > > > > OSError: [Errno 2] No such file or directory > > > > > I can't find anyone else having such an repo error. I did find an > > > > obscure message that said the python error might be due to a missing > > > > readline module. I tried to install lib32readline5-dev as in the > > > > download instructions and got the following error > > > > > ja...@james-desktop:~$ sudo apt-get install lib32readline5-dev > > > > Reading package lists... Done > > > > Building dependency tree > > > > Reading state information... Done > > > > E: Couldn't find package lib32readline5-dev > > > > > Any ideas anybody? I am somewhat new to linux but have had a fair > > > > amount of unix experience in the past. > > > > -- > > > Jean-Baptiste M. "JBQ" Queru > > > Android Engineer, Google.- Hide quoted text - > > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

