Issue when doing an initial fetch android-4.2.2_r1.2

89 views
Skip to first unread message

Steven Miller

unread,
Mar 15, 2015, 7:27:32 PM3/15/15
to android-...@googlegroups.com
When running 'repo sync', I get the following errors. I'm at 98% with 325 out of 329. My .repo directory is roughly 28GB. This is my first attempt to acquire the source. I'm not sure what the quotas are like and I don't want to exceed them trying to grab another version.  

OS: Ubuntu 14.0.4 x64 (up to date on patches)
I'm following instructions as per: http://source.android.com/source/downloading.html

................................................................................................................................................................................

Fetching project platfoerror: unable to resolve reference refs/tags/android-4.2.2_r1.2: No such file or directory
 ! [new tag]         android-4.2.2_r1.2 -> android-4.2.2_r1.2  (unable to update local ref)
error: unable to resolve reference refs/tags/android-1.6_r1: No such file or directory

fatal: unable to access 'https://android.googlesource.com/platform/gdk/': Problem with the SSL CA cert (path? access rights?)
fatal: unable to access 'https://android.googlesource.com/platform/frameworks/opt/mms/': Problem with the SSL CA cert (path? access rights?)
fatal: unable to access 'https://android.googlesource.com/platform/external/valgrind/': Problem with the SSL CA cert (path? access rights?)
error: unable to resolve reference refs/tags/android-4.2.2_r1.2: No such file or directory
 ! [new tag]         android-4.2.2_r1.2 -> android-4.2.2_r1.2  (unable to update local ref)

Fetching project platfoerror: Cannot fetch platform/packages/inputmethods/LatinIME

error: Exited sync due to fetch errors
.............................................................................................................................................................................


I ran 'repo sync -j4 2>&1 | tee ../error.log 2>&1' and am attaching the file, should anyone want to have a look.

Any assistance would be greatly appreciated. 

Steven 

error.log

Etienne de Villiers

unread,
Mar 16, 2015, 12:29:13 PM3/16/15
to android-...@googlegroups.com
Aside from the obvious (that the error messages are accurate, and you have permissions errors)
What were your repo init settings? This affects how the repo sync works.
I found that I needed to set up my working area, as the same (admin) user that I used for running the repo sync.
Also, there were intermittent synch issues, if I used a value of “-j6” that did not match a multiple of 2 for the hardware thread capability of my machine.
(if I left the j option to allow max number of jobs… it would always fail)

As for the size – I am building Kit kat, there are more like 400 projects. (14-15Gig of source with the depth=1)
I used repo init -u https://android.googlesource.com/platform/manifest -b android-4.4.2_r1 --depth=1
Then a repo sync -j4

Hope this helps


--
--
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-buildi...@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-buildi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages