[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-03-16 Thread Diego Torres Milano
repo should check for git. Try applying this patch. diff -up ./repo.ORI ./repo --- ./repo.ORI 2009-03-16 13:09:46.0 +0100 +++ ./repo 2009-03-16 13:15:50.0 +0100 @@ -202,7 +202,11 @@ def _Init(args): def _CheckGitVersion(): cmd = [GIT, '--version'] - proc =

[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-03-14 Thread danL
deleted the .repo file, same problem. Please advise. thx, Dan On Mar 12, 5:49 am, Eric Chan jude...@gmail.com wrote: try to delete the .repo file at your work folder, it is hided. Best Regards Eric Chan On Thu, Mar 12, 2009 at 10:03 AM, doubleslash doublesl...@gmail.com wrote: I have

[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-03-14 Thread Jean-Baptiste Queru
Sounds like you don't have git installed on your system. JBQ On Wed, Mar 11, 2009 at 7:03 PM, doubleslash doublesl...@gmail.com wrote: I have the same problem. I tried curl and verified indeed the whole python script was downloaded. I installed libreadline5-dev instead of lib32readline5.dev

[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-03-11 Thread doubleslash
I have the same problem. I tried curl and verified indeed the whole python script was downloaded. I installed libreadline5-dev instead of lib32readline5.dev because my computer could not find the latter. I cannot initilize repo. Can someone help? On Jan 30, 5:15 am, Bernhard

[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-01-30 Thread Bernhard
Same Problem here: i flowed the instrcutions at: http://docs.google.com/View?docid=ajdmx8kfg357_81cmpr56f6 VMware with Ubuntu 8.10 --- m...@desktop:~/eee$ repo init -u git://android.git.kernel.org/platform/manifest.git Traceback (most recent call last): File

[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-01-25 Thread sienna
I had same problem on ubuntu 8.04 as virtualbox guest os. In my case, curl has no problem, but it just was resolved after successful installation of librealine5-dev as Bismark advised. Thanks Bismark. On Jan 22, 10:55 am, Bismark bismark@gmail.com wrote: Try sudo apt-get install

[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-01-22 Thread the_dude
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

[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-01-22 Thread the_dude
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 d0...@hotmail.com wrote: Yes, GIT is

[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-01-22 Thread the_dude
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 d0...@hotmail.com wrote:

[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-01-22 Thread Bismark
Try sudo apt-get install libreadline5-dev instead of lib32readline5-dev Bismark --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-01-21 Thread the_dude
I've got the same problem. I'll let you know when I found a solution. /the_dude On 19 Jan, 22:58, PerCentage ja...@percentage.com 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

[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-01-21 Thread Jean-Baptiste Queru
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 ja...@percentage.com