[DEVS ONLY] ics repo

sellers86

Well-known member
Jul 21, 2011
1,837
617
0
Visit site
Anyone getting this error?

make: *** [out/target/product/thunderc/obj/SHARED_LIBRARIES/gps.thunderc_intermediates/loc_eng.o] Error 1
 

theexile1

Well-known member
Jun 15, 2011
143
9
0
Visit site
I dont know if it is my internet or somthing but i cant use even sync it in. doesnt seem to give any errors just hangs in places, its different when i try i was trying from bobs repo but it got stuck on cm prebuilds or something like that.
 

JerryScript

Daydream Believer
Mar 8, 2011
2,055
1,559
0
Visit site
Well, repo sync is actually a crutch, you can git clone each repository manually, but it would take a long time. The advantage of repo sync is speed and ease of use.
 

theexile1

Well-known member
Jun 15, 2011
143
9
0
Visit site
il try again when nobodys home to steal up the limited bandwidth :p.
but if i dont figure it out ill just try some other things to pass some time.
 

sellers86

Well-known member
Jul 21, 2011
1,837
617
0
Visit site
Well, repo sync is actually a crutch, you can git clone each repository manually, but it would take a long time. The advantage of repo sync is speed and ease of use.

Any idea whats up with my error a couple posts up? Even with a fresh sync after doing tvalls git revert to get rid of IOMX.o error I still get it. Ive figured out that most of the out errors are fixed by modifying the BoardConfig.mk but I cant get this one fixed.
 

justlovejoy

Member
Mar 11, 2010
9
1
0
Visit site
You won't believe this. The same error I used to get before I re-installed Ubuntu. I have Sun JDK btw & 8gb swap :(
I have no clue which memory is running short.

Code:
logtags: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/content/EventLogTags.java <= frameworks/base/core/java/android/content/EventLogTags.logtags
logtags: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/speech/tts/EventLogTags.java <= frameworks/base/core/java/android/speech/tts/EventLogTags.logtags
logtags: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/webkit/EventLogTags.java <= frameworks/base/core/java/android/webkit/EventLogTags.logtags
logtags: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/telephony/java/com/android/internal/telephony/EventLogTags.java <= frameworks/base/telephony/java/com/android/internal/telephony/EventLogTags.logtags
target Java: bouncycastle (out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes)
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
host Prebuilt: jarjar (out/host/common/obj/JAVA_LIBRARIES/jarjar_intermediates/javalib.jar)
Install: out/host/linux-x86/framework/jarjar.jar
JarJar: out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes-jarjar.jar
Copying: out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/emma_out/lib/classes-jarjar.jar
Copying: out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes.jar
Copying: out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/noproguard.classes.jar
target Dex: bouncycastle
Copying: out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/noproguard.classes.dex
target Jar: bouncycastle (out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar)
 'out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes.dex' as 'classes.dex'...
target Java: framework (out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes)
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Copying: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes-jarjar.jar
Copying: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/emma_out/lib/classes-jarjar.jar
Copying: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar
Copying: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/noproguard.classes.jar
target Dex: framework

UNEXPECTED TOP-LEVEL ERROR:
java.lang.OutOfMemoryError: GC overhead limit exceeded
	at java.util.TreeMap.put(TreeMap.java:554)
	at com.android.dx.dex.file.StringIdsSection.intern(StringIdsSection.java:135)
	at com.android.dx.dex.file.StringIdsSection.intern(StringIdsSection.java:112)
	at com.android.dx.dex.file.MemberIdItem.addContents(MemberIdItem.java:56)
	at com.android.dx.dex.file.MethodIdItem.addContents(MethodIdItem.java:43)
	at com.android.dx.dex.file.UniformItemSection.prepare0(UniformItemSection.java:76)
	at com.android.dx.dex.file.Section.prepare(Section.java:214)
	at com.android.dx.dex.file.DexFile.toDex0(DexFile.java:506)
	at com.android.dx.dex.file.DexFile.toDex(DexFile.java:216)
	at com.android.dx.command.dexer.Main.writeDex(Main.java:574)
	at com.android.dx.command.dexer.Main.run(Main.java:218)
	at com.android.dx.command.dexer.Main.main(Main.java:174)
	at com.android.dx.command.Main.main(Main.java:95)
make: *** [out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/noproguard.classes-with-local.dex] Error 3
vamshi@ubuntu:~/android/system$

have u gotten a fix for this error? java gc?
 

justlovejoy

Member
Mar 11, 2010
9
1
0
Visit site
Try reducing your -j value. I think there is also a place to control the java vm memory but I don't know it off the top of my head. Or get more memory of course. :)

i have 4 gb and waiting on 4 more but still need a fix now. will try -j1 but i wasnt using j at all. please tell me where i can control this. thanks!
 

tdm

Well-known member
Apr 11, 2011
1,409
3,596
0
Visit site
I'm looking into it and think it maybe my Java ver acting up. Trying different approach now. How'd u get ur java6?

Via OG Epic 4g Cm9 & NYGiants 2012 Champions!!!!!

I believe I pulled version 6u30 for LeslieAnn's server. I used a script to convert it to .deb packages. I will try to post those tomorrow.
 

justlovejoy

Member
Mar 11, 2010
9
1
0
Visit site
I believe I pulled version 6u30 for LeslieAnn's server. I used a script to convert it to .deb packages. I will try to post those tomorrow.

Hey: -D thanks! Never know, might come in real good handy. I'm cooking with jet fuel now though, less than two hours and done!. Got 6.0.31 running and no errors! That's the reason I believe to have been my problem for four weeks! Thanks!

Via New OG Epic 4g "Touch" Cm9 & NYGiants 2012 Champions!!!!!
 

Discovered

Well-known member
Nov 15, 2011
154
9
0
Visit site
IV been stuck at it for days, okay well back to the board. Ill report as soon as I figure it out

Sent from my LG-VM670 using Tapatalk 2 Beta-6
 

sellers86

Well-known member
Jul 21, 2011
1,837
617
0
Visit site
IV been stuck at it for days, okay well back to the board. Ill report as soon as I figure it out

Sent from my LG-VM670 using Tapatalk 2 Beta-6

ive been stuck on it for a week. I was planning to do a lot of work over spring break and this error shredded those plans :p
 

Forum statistics

Threads
943,156
Messages
6,917,554
Members
3,158,854
Latest member
WillyC