AOSP help - Android Q&A, Help & Troubleshooting

i am trying to setup aosp in ubuntu 14.04 and i am getting a fatal error when trying to repo sync. any ideas?
fatal: remote error: Service Temporarily Unavailable
remote: Counting objects: 207, done
remote: Finding sources: 100% (506/506)
remote: Total 506 (delta 60), reused 506 (delta 60)
Receiving objects: 100% (506/506), 11.87 MiB | 549.00 KiB/s, done.
Resolving deltas: 100% (60/60), completed with 27 local objects.
fatal: bad object a1d632a7815a0766986c9ff9de501ac1f7afbb7b
error: androidgooglesource/platform/prebuilts/misc[] did not send all necessary objects
error: Cannot fetch platform/prebuilts/misc
warn: --force-broken, continuing to sync
Fetching projects: 100% (455/455)
error: Exited sync due to fetch errors
[email protected]:~/ASDK/workingdir$

what repo is syncing to platform/prebuilts/misc? (you can see that in your manifest xml)
can you "git clone" that repo?

well i got passed that error by doing a complete delete and re-download now im having trouble with the compile stage
including ./external/aac/Android.mk ...
build/core/base_rules.mk:157: *** external/aac: MODULE.TARGET.STATIC_LIBRARIES.libFraunhoferAAC already defined by android/external/aac. Stop.
after reviewing the code i see that it is one of the first files included. why would this be calling this twice?
could this be from not merging the kernel files?
any thoughts

i wont lie i am a complete noob at turning source code in to flash-able images. i have learned a lot from various sources, i actually am taking a liking to this. now i am trying to figure out pre-compiling the kernel and including that with the the build. this is a Android 6.0.1_r3 build. is there much difference in building procedure from android 4-5? any tips and tricks will be greatly appreciated. thanks ahead of time.

Related

[Q] Downloading source for ICS ?

Well i have been downloading the source for the second time now and this time i have some serious doubts.
My internet is a damn slow internet and hence downloading takes a lot of time. Also there is a damn power crisis I don't have power for about half the day (~UPS support ain't lasting that long.) So a few times my PC had to force shut down. Also a few times the downloading will stop (at fetching objects point. Know error but cant fix it.) and then I had to restart by closing the terminal and restarting the download.
My question is will any of this cause a problem cause last time my source was only about 5 gig (right after downloading. Could not build cause i messed up though.).
I use a ubuntu 10.04 32 bit (x86) LTS.
Internet @ 512kbps .
This is what i get when i repo sync -j16
Code:
[email protected]:~$ cd WORKING_DIRECTORY
[email protected]:~/WORKING_DIRECTORY$ repo sync -j16
Fetching projects: 10% (25/248) remote: Counting objects: 15, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 9 (delta 7), reused 8 (delta 6)
Unpacking objects: 100% (9/9), done.
From git://github.com/CyanogenMod/android_external_bluetooth_bluez
f7df2d3..6f8b294 ics -> github/ics
Fetching projects: 16% (40/248) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/device/sample/info/refs
fatal: HTTP request failed
Fetching projects: 25% (62/248) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/platform/external/clang/info/refs
fatal: HTTP request failed
Fetching projects: 55% (137/248) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/platform/external/libnl-headers/info/refs
fatal: HTTP request failed
Fetching projects: 58% (144/248) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/platform/external/lohit-fonts/info/refs
fatal: HTTP request failed
Fetching projects: 62% (154/248) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/platform/external/qemu-pc-bios/info/refs
fatal: HTTP request failed
Fetching projects: 70% (174/248) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/platform/hardware/invensense/info/refs
fatal: HTTP request failed
Fetching projects: 75% (186/248) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/platform/hardware/ti/omap4xxx/info/refs
fatal: HTTP request failed
Fetching projects: 76% (189/248) remote: Counting objects: 17, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 9 (delta 3), reused 8 (delta 2)
Unpacking objects: 100% (9/9), done.
From git://github.com/CyanogenMod/android_frameworks_base
7dd34b8..eb3f4a1 ics -> github/ics
Fetching projects: 93% (231/248) remote: Counting objects: 19735, done.
Fetching projects: 95% (236/248) remote: Compressing objects: 0% (23/7659) Fetching projects: 97% (241/248) remote: Compressing objects: 0% (32/7659) Fetching projects: 98% (244/248) remote: Compressing objects: 1% (78/7659) error: The requested URL returned error: 403 while accessing https://android.googlesource.com/platform/packages/wallpapers/HoloSpiral/info/refs
fatal: HTTP request failed
Fetching projects: 99% (246/248) remote: Compressing objects: 1% (79/7659) remote: Compressing objects: 100% (7659/7659), done.
Receiving objects: 4% (866/19735), 62.92 MiB | 60 KiB/s

CyanogenMod repo sync error

Hi. So I decided to try out building from source so I setup a dual boot with Windows 8 and Ubuntu 12.10. I set everything up and started syncing the CM10.1 repo and all seems to be going well and then I'm nearly finished (at 99%) when it slows down at syncing something and then finally gives me this error:
Code:
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
remote: Counting objects: 20804, done.
remote: Compressing objects: 100% (6058/6058), done.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
error: Cannot fetch CyanogenMod/android_prebuilt
error: Exited sync due to fetch errors
So I was just wondering if someone could help me out and/or if someone else was having the same problems? Thanks.
I'm having the same problem as are others most likely the cm server is going through updates or getting over welmed with downloads at one time but seems to a problem right know I've repoed the aokp with no problems hopefully starts working right
Sent from my GT-N7000 using XDA Premium HD app
smithchipz said:
Hi. So I decided to try out building from source so I setup a dual boot with Windows 8 and Ubuntu 12.10. I set everything up and started syncing the CM10.1 repo and all seems to be going well and then I'm nearly finished (at 99%) when it slows down at syncing something and then finally gives me this error:
Code:
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
remote: Counting objects: 20804, done.
remote: Compressing objects: 100% (6058/6058), done.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
error: Cannot fetch CyanogenMod/android_prebuilt
error: Exited sync due to fetch errors
So I was just wondering if someone could help me out and/or if someone else was having the same problems? Thanks.
Click to expand...
Click to collapse
Hey....i was having issues with stuff as well....remove android_prebuilt from manifest....fully sync everything...then go to github.com/cyanogenmod/android_prebuilt and download the zip for whatever branch you want and add to android folder ....done
_Zoom said:
Hey....i was having issues with stuff as well....remove android_prebuilt from manifest....fully sync everything...then go to github.com/cyanogenmod/android_prebuilt and download the zip for whatever branch you want and add to android folder ....done
Click to expand...
Click to collapse
Oh kay thank you I'm doing that now and all seems to be going good. What folder do I put the android_prebuilt files into though?
Sent from my GT-I9000 using xda app-developers app
Android.....it is your working folder....the main dir
"Imagination is more important than knowledge." -Albert Einstein
_Zoom said:
Android.....it is your working folder....the main dir
"Imagination is more important than knowledge." -Albert Einstein
Click to expand...
Click to collapse
Thanks very much it all seems to be working now
Sent from my Transformer TF101 using xda app-developers app
And then, do we need re-sync again?
Sent from my GT-I9300 using XDA Premium 4 mobile app

[Q] [CM 10.1 Building] Local_manifest.xml deprecated

I have built android before on Ubuntu (12.04). This is my first attempt at building on arch linux. (I temp switch to python2 when building android)
However when I do a repo sync, I get a lot of warnings which I never got on Ubuntu (baring in mind I haven't built for about a month, I'm a little rusty ;P)
Code:
[[email protected] system]$ repo sync
warning: local_manifest.xml is deprecated; put local manifests in local_manifests instead
Fetching projects: 3% (11/354) remote: Counting objects: 5, done.
remote: Compressing objects: 100% (1/1), done.
remote: Total 3 (delta 2), reused 3 (delta 2)
Unpacking objects: 100% (3/3), done.
Fetching projects: 4% (15/354) From git://github.com/CyanogenMod/android_build
eded398..c4fd5ea cm-10.1 -> github/cm-10.1
Fetching projects: 81% (287/354) remote: Counting objects: 9, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 5 (delta 3), reused 5 (delta 3)
Unpacking objects: 100% (5/5), done.
From git://github.com/CyanogenMod/android_packages_apps_Trebuchet
96fee2c..a0e17fc cm-10.1 -> github/cm-10.1
Fetching projects: 100% (354/354), done.
warning: local_manifest.xml is deprecated; put local manifests in local_manifests instead
Checking out files: 100% (38123/38123), done.ut files: 23% (9009/38123)
Syncing work tree: 100% (354/354), done.
[[email protected] system]$
I have tried creating a folder local_manifest and putting in the xml. I have tried putting the xml into manifests (both in ~/android/system/.repo) but neither seemed to work
any ideas?
(P.S I'm building for Nexus 7 CM 10.1 and am following the cyanogenmod N7 tutorial on their wiki)
I had the same issue and it was from a corrupt .repo directory. Try deleting the repo directory and starting over.
sudo rm -r ~/android/system/.repo
repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1
repo sync
Hope this helps.
[edited to show instructions for CM 10.1 instead of AOKP ]
rm -r ./.repo/local_manifest.xml
Nice one
ccb1208 said:
I had the same issue and it was from a corrupt .repo directory. Try deleting the repo directory and starting over.
sudo rm -r ~/android/system/.repo
repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1
repo sync
Hope this helps.
[edited to show instructions for CM 10.1 instead of AOKP ]
Click to expand...
Click to collapse
I think it worked, i'm sinking repo now (and have had no warning messages)
I had also tried nuking android and that didn't work before, weird :S
If I can't build cm, I did see today a warning that it is currently not working anyways... Ill post back a conclusion
I don't ever use the local_manifest.xml anyways but I tried just now to do a new build and local_manifests.xml just didn't grab anything i put in it. so I am back to junking up my manifest.xml with no local_manifest.xml or local_manifests.xml If y'all know a better way please share. TY:highfive:
justlovejoy said:
I don't ever use the local_manifest.xml anyways but I tried just now to do a new build and local_manifests.xml just didn't grab anything i put in it. so I am back to junking up my manifest.xml with no local_manifest.xml or local_manifests.xml If y'all know a better way please share. TY:highfive:
Click to expand...
Click to collapse
How would I use manifest.xml instead of local?
(Also, I have installed a ubuntu 12.10 partition now, so I'm building on that since most support, for anything linux in fact, seems to be aimed at debian base)

need some help

Hi trying to build miui v5 with patchrom and i keep getting this error any ideas?
remote: aborting due to possible repository corruption on the remote side.
fatal: protocol error: bad pack header
remote: Counting objects: 46819, done.
remote: aborting due to possible repository corruption on the remote side.
fatal: protocol error: bad pack header
i done tried git fskf
thanks in advance.
i know i'm bumping an irrelevant thread, but does anyone know why bbrad's account got canned again? he just came back iirc

[FIX] Repo Sync Failed Due To Fetch Errors!

If Repo Sync Fails due to Fetch Errors
Use This Command ->
Code:
repo sync -f
"-f" Means to (continue sync even if a project fails to sync)
Happy Developing​
not working for me as I am trying to do an initial sync from Liquid Smooth Lollipop repo ... without -f flag this error stops me:
error: Cannot fetch android_packages_inputmethods_LatinIME
With the -f flag another error relating to same package stops me a step further LOL:
Fetching projects: 98% (447/456) Fetching project CyanogenMod/android_external_ebtables
Fetching projects: 99% (452/456) fatal: Invalid refspec '+refs/heads/lollipop :refs/remotes/ls/lollipop '
error: Cannot fetch android_packages_inputmethods_LatinIME
warn: --force-broken, continuing to sync
Fetching projects: 100% (456/456), done.
Syncing work tree: 87% (397/456) error: in `sync -j2 -f`: revision lollipop in android_packages_inputmethods_LatinIME not found

Categories

Resources