arup610 / android-x86

Automatically exported from code.google.com/p/android-x86
0 stars 0 forks source link

Make killed - building gingerbread vm-eng on Ubuntu 10.10 #251

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Building gingerbread label on Ubuntu 10.10
2. Chose to build vm-eng
3. Ran the following
3a. source build/envsetup.sh
3b. lunch 8 (vm-eng)
3c. m -j1 iso_img

What is the expected output? What do you see instead?
Expected to see make succeed and build iso_img. Instead saw
find: `ethernet/java': No such file or directory
find: `ethernet/java': No such file or directory
find: `frameworks/base/frameworks/base/docs/html': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
find: `frameworks/base/frameworks/base/docs/html': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
find: `frameworks/base/frameworks/base/docs/html': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
find: `frameworks/base/frameworks/base/docs/html': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
find: `frameworks/base/frameworks/base/docs/html': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
make: Entering directory `/media/WDP/android-x86/gingerbread-x86'
target Dex: core
make: *** 
[out/target/common/obj/JAVA_LIBRARIES/core_intermediates/noproguard.classes-with
-local.dex] Killed
make: Leaving directory `/media/WDP/android-x86/gingerbread-x86'

What version of the product are you using? On what operating system?
Gingerbread label
Ubuntu 10.10 (64 bit)

Please provide any additional information below.

Original issue reported on code.google.com by thei...@gmail.com on 15 Feb 2011 at 8:37

GoogleCodeExporter commented 9 years ago
Gingerbread is still a work in progress. Build breakages should be expected at 
times.

Original comment by al@alsutton.com on 21 Feb 2011 at 9:00