jadonk / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

You are attempting to build on a 32-bit system Only 64-bit build environments are supported beyond froyo/2.2 #107

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. repo init -u git://gitorious.org/rowboat/manifest.git -m 
rowboat-gingerbread.xml
2. make TARGET_PRODUCT=omap3evm TARGET_BUILD_VARIANT=tests OMAPES=5.x

What is the expected output? What do you see instead?
It should build fine and need to see my bin in out/ folder

But i saw 

target Java: AndroidCommonTests 
(out/target/common/obj/APPS/AndroidCommonTests_intermediates/classes)
frameworks/ex/common/tests/src/com/android/common/OperationSchedulerTest.java:19
: cannot access android.content.SharedPreferences
bad class file: 
android/content/SharedPreferences.class(android/content:SharedPreferences.class)
unable to access file: corrupted zip file
Please remove or make sure it appears in the correct subdirectory of the 
classpath.
import android.content.SharedPreferences;
                      ^
make: *** 
[out/target/common/obj/APPS/AndroidCommonTests_intermediates/classes-full-debug.
jar] Error 41

What version of the product are you using? On what operating system?
anand@rowboat-gingerbread:uname -a
Linux anand-desktop 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:26:08 UTC 
2010 i686 GNU/Linux

Please provide any additional information below.

I know mine is 32bit os. i came across compile-on-32-bit.patch also applied, 
but still it fails.

Any thoughts ?

Original issue reported on code.google.com by ananthu8...@yahoo.co.in on 7 Jun 2011 at 3:02

Attachments:

GoogleCodeExporter commented 9 years ago
try to build it without 'TARGET_BUILD_VARIANT=tests' option.

Original comment by binml...@gmail.com on 7 Jun 2011 at 5:12

GoogleCodeExporter commented 9 years ago
anand@rowboat-gingerbread:make TARGET_PRODUCT=omap3evm  OMAPES=5.x

...
...

target Java: ApiDemos 
(out/target/common/obj/APPS/ApiDemos_intermediates/classes)
development/samples/ApiDemos/src/com/example/android/apis/animation/Rotate3dAnim
ation.java:19: cannot access android.view.animation.Animation
bad class file: 
android/view/animation/Animation.class(android/view/animation:Animation.class)
unable to access file: corrupted zip file
Please remove or make sure it appears in the correct subdirectory of the 
classpath.
import android.view.animation.Animation;
                             ^
make: *** 
[out/target/common/obj/APPS/ApiDemos_intermediates/classes-full-debug.jar] 
Error 41

still no success any thoughts ?

Original comment by ananthu8...@yahoo.co.in on 8 Jun 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Not sure where is wrong, but at least you dont need to apply your patch 
compile-on-32-bit.patch. Since Rowboat is already patched to be built on 32-bit 
host only.

Original comment by binml...@gmail.com on 8 Jun 2011 at 12:01

GoogleCodeExporter commented 9 years ago
I tried with 5.0 java sdk version (it instead to try with 6.0). I updated 6.0 
version of version. Still no success. (I hear previously 5.0 must be sdk 
version for java) 

Any one resolved this issue?
is any more patches and updates for this issue is required ?

Original comment by ananthu8...@yahoo.co.in on 13 Jun 2011 at 3:44