Building on Ubuntu 14.04 - help

114 views
Skip to first unread message

Stephen Gutknecht

unread,
Sep 8, 2014, 4:04:09 PM9/8/14
to svmp-...@googlegroups.com
should this work?

repo init -u https://github.com/SVMP/android.git -m svmp-1.5.xml

it does work if I put 1.4.xml, but not 1.5.xml.

Thanks

Stephen Gutknecht

unread,
Sep 8, 2014, 4:28:20 PM9/8/14
to svmp-...@googlegroups.com
ok, I solved this problem ;)

The name for 1.4 is "1.4" but a ".0" was added for 1.5.

svmp-1.4.xml
svmp-1.5.0.xml

FYI: the sample page on https://svmp.github.io/downloading.html#vm could be updated from 1.3 to 1.5 in the example.

David Keppler

unread,
Sep 8, 2014, 7:16:15 PM9/8/14
to svmp-...@googlegroups.com
Thanks for pointing that out. I fixed the example on the website.
--
You received this message because you are subscribed to the Google Groups "SVMP Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to svmp-users+...@googlegroups.com.
To post to this group, send email to svmp-...@googlegroups.com.
Visit this group at http://groups.google.com/group/svmp-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/svmp-users/82e9e650-f17d-4e45-8b46-e5c82dd6dfdd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Stephen Gutknecht

unread,
Sep 8, 2014, 7:26:40 PM9/8/14
to svmp-...@googlegroups.com, da...@kepps.net
Thanks.

So far, I haven't been able to get a image built for KVM.  My repo sync finished... but seems Google Cloud Messaging may be missing?

make svmp_aio_disk_qcow2 SVMP_DISK_TYPE=vdx SVMP_AIO_BUILD=yes -j12
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.2.2
TARGET_PRODUCT=svmp
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=x86
TARGET_ARCH_VARIANT=x86
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.13.0-29-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=JDQ39E
OUT_DIR=out
============================================
external/bluetooth/bluedroid/Android.mk:8: NO BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR, using only generic configuration
find: `../../vendor/unbundled_google/libs/gcm/gcm-client/src': No such file or directory
find: `../../vendor/unbundled_google/libs/gcm/gcm-server/src': No such file or directory
find: `../../vendor/unbundled_google/libs/gcm/gcm-client/src': No such file or directory
find: `../../vendor/unbundled_google/libs/gcm/gcm-server/src': No such file or directory
find: `src': No such file or directory
PRODUCT_COPY_FILES frameworks/base/data/sounds/effects/ogg/Effect_Tick.ogg:system/media/audio/ui/Effect_Tick.ogg ignored.


Are these failed finds serious or just noise?

David Keppler

unread,
Sep 8, 2014, 7:35:06 PM9/8/14
to Stephen Gutknecht, svmp-...@googlegroups.com
Those are normal. The AOSP build throws a *lot* of warnings, but as long as it doesn't quit back to the shell, you're good.

Stephen Gutknecht

unread,
Sep 8, 2014, 7:37:13 PM9/8/14
to svmp-...@googlegroups.com, stephen....@gmail.com, da...@kepps.net
well, here is how it is ending... with no created image:


Import includes file: out/target/product/svmp/obj/SHARED_LIBRARIES/libwebcore_intermediates/import_includes
target Generated: libwebcore <= external/webkit/Source/WebCore/html/DocTypeStrings.gperf
target Generated: libwebcore <= external/webkit/Source/WebCore/platform/ColorData.gperf
Can't locate Switch.pm in @INC (you may need to install the Switch module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at external/webkit/Source/WebCore/make-hash-tools.pl line 23.
BEGIN failed--compilation aborted at external/webkit/Source/WebCore/make-hash-tools.pl line 23.
make: *** [out/target/product/svmp/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/DocTypeStrings.cpp] Error 2
make: *** Waiting for unfinished jobs....
Can't locate Switch.pm in @INC (you may need to install the Switch module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at external/webkit/Source/WebCore/make-hash-tools.pl line 23.
BEGIN failed--compilation aborted at external/webkit/Source/WebCore/make-hash-tools.pl line 23.
make: *** [out/target/product/svmp/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/platform/ColorData.cpp] Error 2
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp: Assembler messages:
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2585: Warning: value 0x21614062 truncated to 0x4062
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2586: Warning: value 0x47712543 truncated to 0x2543
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2587: Warning: value 0x5f5f5f54 truncated to 0x5f54
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2588: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2589: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2590: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2591: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2592: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2593: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2594: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2595: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2596: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2597: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2598: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2599: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2600: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2601: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2602: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2603: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2604: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2605: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2606: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2607: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2608: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2609: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2610: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2611: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2612: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2613: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2614: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2615: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2616: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2617: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2618: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2619: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2620: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2621: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2622: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2623: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2624: Warning: value 0x245f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2245: Warning: value 0x21614062 truncated to 0x4062
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2246: Warning: value 0x47712543 truncated to 0x2543
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2247: Warning: value 0x5f5f5f54 truncated to 0x5f54
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2248: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2249: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2250: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2251: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2252: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2253: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2254: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2255: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2256: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2257: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2258: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2259: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2260: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2261: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2262: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2263: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2264: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2265: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2266: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2267: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2268: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2269: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2270: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2271: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2272: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2273: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2274: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2275: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2276: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2277: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2278: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2279: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2280: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2281: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2282: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2283: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2284: Warning: value 0x245f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3171: Warning: value 0x21614062 truncated to 0x4062
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3172: Warning: value 0x47712543 truncated to 0x2543
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3173: Warning: value 0x5f5f5f54 truncated to 0x5f54
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3174: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3175: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3176: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3177: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3178: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3179: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3180: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3181: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3182: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3183: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3184: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3185: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3186: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3187: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3188: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3189: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3190: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3191: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3192: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3193: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3194: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3195: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3196: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3197: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3198: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3199: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3200: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3201: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3202: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3203: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3204: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3205: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3206: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3207: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3208: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3209: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3210: Warning: value 0x245f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2996: Warning: value 0x21614062 truncated to 0x4062
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2997: Warning: value 0x47712543 truncated to 0x2543
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2998: Warning: value 0x5f5f5f43 truncated to 0x5f43
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:2999: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3000: Warning: value 0x245f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:1595: Warning: value 0x21614062 truncated to 0x4062
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:1596: Warning: value 0x47712543 truncated to 0x2543
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:1597: Warning: value 0x5f5f5f43 truncated to 0x5f43
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:1598: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:1599: Warning: value 0x245f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3681: Warning: value 0x21614062 truncated to 0x4062
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3682: Warning: value 0x47712543 truncated to 0x2543
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3683: Warning: value 0x5f5f5f54 truncated to 0x5f54
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3684: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3685: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3686: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3687: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3688: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3689: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3690: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3691: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3692: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3693: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3694: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3695: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3696: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3697: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3698: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3699: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3700: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3701: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3702: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3703: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3704: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3705: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3706: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3707: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3708: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3709: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3710: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3711: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3712: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3713: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3714: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3715: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3716: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3717: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3718: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3719: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3720: Warning: value 0x245f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3687: Warning: value 0x21614062 truncated to 0x4062
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3688: Warning: value 0x47712543 truncated to 0x2543
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3689: Warning: value 0x5f5f5f43 truncated to 0x5f43
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3690: Warning: value 0x5f5f5f5f truncated to 0x5f5f
frameworks/base/media/jni/mediaeditor/VideoEditorMain.cpp:3691: Warning: value 0x245f5f5f truncated to 0x5f5f
make: *** wait: No child processes.  Stop.
$

I made sure I was on Oracle Java 6

$ java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)

Stephen Gutknecht

unread,
Sep 8, 2014, 7:41:51 PM9/8/14
to svmp-...@googlegroups.com, stephen....@gmail.com, da...@kepps.net
ok, trying this to fix:


$ sudo cpan App::cpanminus
$ sudo cpanm Switch

David Keppler

unread,
Sep 8, 2014, 7:43:07 PM9/8/14
to Stephen Gutknecht, svmp-...@googlegroups.com
> Can't locate Switch.pm in @INC (you may need to install the Switch module)

Oh, that one. Ubuntu 14.04 needs a few more prereq packages than Google's 12.04 instructions list.

There's a full list in my Docker build container:
https://github.com/dkeppler/docker-aosp-build/blob/master/Dockerfile
Reply all
Reply to author
Forward
0 new messages