Re: [android-building] Re: No files in working folder after running repo sync

2019-07-25 Thread Abhi jr
Don't give repo init command every time if u get fetch errors and also just 
remove "-p linux --depth=1" from repo init and try. Also don't specify the 
threads 
for downloading (-j9) in repo sync command, let it just download by using 
default threads. If in case you get fetch error again just give repo sync 
again without repo init.

On Thursday, 25 July 2019 04:32:12 UTC+5:30, Lord Unknown wrote:
>
> Sorry for a delayed response. I forgot to add that I reran `repo init` and 
> `repo sync`.
>
> On Wed, Jul 24, 2019 at 10:11 PM Lord Unknown  > wrote:
>
>> Hi Glenn,
>>
>> Here's all the errors in repo sync: https://hastebin.com/quxuwumexo
>> repo init did not output any errors.
>>
>> Here's the full output: https://hastebin.com/locubibaju 
>> 
>>
>> The internet connection was a bit slow today. Maybe that's the issue.
>>
>> Thank you in advance,
>> - Michael
>>
>> On Wed, Jul 24, 2019 at 8:23 PM 'Glenn Kasten' via Android Building <
>> android-...@googlegroups.com > wrote:
>>
>>> Can you please include a short excerpt of just any errors in the output 
>>> of the repo init and sync?
>>>
>>> On Wednesday, July 24, 2019 at 10:20:52 AM UTC-7, Lord Unknown wrote:

 Hi everyone,

 I ran repo init and repo sync in /vagrant/android (I'm running Ubuntu 
 14.04 in Vagrant). I ran ls in /vagrant/android and there were no folders, 
 except .repo

 What could happen with folders? And how to solve this problem?

 The commands that I've used: 
 repo init -u https://android.googlesource.com/platform/manifest -b 
 android-9.0.0_r45 -p linux --depth=1
 repo sync -j9

 Regards,
 - Michael

>>> -- 
>>> -- 
>>> You received this message because you are subscribed to the "Android 
>>> Building" mailing list.
>>> To post to this group, send email to android-...@googlegroups.com 
>>> 
>>> To unsubscribe from this group, send email to
>>> android-...@googlegroups.com 
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-building?hl=en
>>>
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Android Building" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to android-...@googlegroups.com .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/android-building/b06387f6-81e5-4d84-a825-f3687ae88979%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/9372e89e-2d39-44b5-af74-d7ae32d8f840%40googlegroups.com.


Re: [android-building] Re: No files in working folder after running repo sync

2019-07-25 Thread 'Glenn Kasten' via Android Building
Yes it looks like the DNS lookup failed: Could not resolve host: 
android.googlesource.com
but strange that it succeeded earlier. As you mentioned, perhaps try again.

On Wednesday, July 24, 2019 at 4:02:09 PM UTC-7, Lord Unknown wrote:
>
> Hi Glenn,
>
> Here's all the errors in repo sync: https://hastebin.com/quxuwumexo
> repo init did not output any errors.
>
> Here's the full output: https://hastebin.com/locubibaju 
> 
>
> The internet connection was a bit slow today. Maybe that's the issue.
>
> Thank you in advance,
> - Michael
>
> On Wed, Jul 24, 2019 at 8:23 PM 'Glenn Kasten' via Android Building <
> android-building@googlegroups.com> wrote:
>
>> Can you please include a short excerpt of just any errors in the output 
>> of the repo init and sync?
>>
>> On Wednesday, July 24, 2019 at 10:20:52 AM UTC-7, Lord Unknown wrote:
>>>
>>> Hi everyone,
>>>
>>> I ran repo init and repo sync in /vagrant/android (I'm running Ubuntu 
>>> 14.04 in Vagrant). I ran ls in /vagrant/android and there were no folders, 
>>> except .repo
>>>
>>> What could happen with folders? And how to solve this problem?
>>>
>>> The commands that I've used: 
>>> repo init -u https://android.googlesource.com/platform/manifest -b 
>>> android-9.0.0_r45 -p linux --depth=1
>>> repo sync -j9
>>>
>>> Regards,
>>> - Michael
>>>
>> -- 
>> -- 
>> You received this message because you are subscribed to the "Android 
>> Building" mailing list.
>> To post to this group, send email to android-building@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-building+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-building?hl=en
>>
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Android Building" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to android-building+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/android-building/b06387f6-81e5-4d84-a825-f3687ae88979%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/3b5b5352-a0cd-4ba6-affb-e31dc113c91e%40googlegroups.com.


Re: [android-building] Re: No files in working folder after running repo sync

2019-07-24 Thread Lord Unknown
Sorry for a delayed response. I forgot to add that I reran `repo init` and
`repo sync`.

On Wed, Jul 24, 2019 at 10:11 PM Lord Unknown  wrote:

> Hi Glenn,
>
> Here's all the errors in repo sync: https://hastebin.com/quxuwumexo
> repo init did not output any errors.
>
> Here's the full output: https://hastebin.com/locubibaju
> 
>
> The internet connection was a bit slow today. Maybe that's the issue.
>
> Thank you in advance,
> - Michael
>
> On Wed, Jul 24, 2019 at 8:23 PM 'Glenn Kasten' via Android Building <
> android-building@googlegroups.com> wrote:
>
>> Can you please include a short excerpt of just any errors in the output
>> of the repo init and sync?
>>
>> On Wednesday, July 24, 2019 at 10:20:52 AM UTC-7, Lord Unknown wrote:
>>>
>>> Hi everyone,
>>>
>>> I ran repo init and repo sync in /vagrant/android (I'm running Ubuntu
>>> 14.04 in Vagrant). I ran ls in /vagrant/android and there were no folders,
>>> except .repo
>>>
>>> What could happen with folders? And how to solve this problem?
>>>
>>> The commands that I've used:
>>> repo init -u https://android.googlesource.com/platform/manifest -b
>>> android-9.0.0_r45 -p linux --depth=1
>>> repo sync -j9
>>>
>>> Regards,
>>> - Michael
>>>
>> --
>> --
>> You received this message because you are subscribed to the "Android
>> Building" mailing list.
>> To post to this group, send email to android-building@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-building+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-building?hl=en
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Android Building" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to android-building+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/android-building/b06387f6-81e5-4d84-a825-f3687ae88979%40googlegroups.com
>> 
>> .
>>
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/CAA9aG%3DwUuKBVippST_CwAqu4hwxeQQCTNTvcA3BbDGJt44xoRw%40mail.gmail.com.


Re: [android-building] Re: No files in working folder after running repo sync

2019-07-24 Thread Lord Unknown
Hi Glenn,

Here's all the errors in repo sync: https://hastebin.com/quxuwumexo
repo init did not output any errors.

Here's the full output: https://hastebin.com/locubibaju


The internet connection was a bit slow today. Maybe that's the issue.

Thank you in advance,
- Michael

On Wed, Jul 24, 2019 at 8:23 PM 'Glenn Kasten' via Android Building <
android-building@googlegroups.com> wrote:

> Can you please include a short excerpt of just any errors in the output of
> the repo init and sync?
>
> On Wednesday, July 24, 2019 at 10:20:52 AM UTC-7, Lord Unknown wrote:
>>
>> Hi everyone,
>>
>> I ran repo init and repo sync in /vagrant/android (I'm running Ubuntu
>> 14.04 in Vagrant). I ran ls in /vagrant/android and there were no folders,
>> except .repo
>>
>> What could happen with folders? And how to solve this problem?
>>
>> The commands that I've used:
>> repo init -u https://android.googlesource.com/platform/manifest -b
>> android-9.0.0_r45 -p linux --depth=1
>> repo sync -j9
>>
>> Regards,
>> - Michael
>>
> --
> --
> You received this message because you are subscribed to the "Android
> Building" mailing list.
> To post to this group, send email to android-building@googlegroups.com
> To unsubscribe from this group, send email to
> android-building+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Building" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-building+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-building/b06387f6-81e5-4d84-a825-f3687ae88979%40googlegroups.com
> 
> .
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/CAA9aG%3DwLCzjoE8%2BLgvqa3Bo4PN8cQBaOV3jD%2BDkZY1OERYBMng%40mail.gmail.com.