I'm not sure what I'm missing here then, I've been fighting this
problem for the past couple days.
ryan@localhost:/opt/eclair$ repo sync
Fetching projects: 100% (140/140), done.
Syncing work tree: 100% (139/139), done.
ryan@localhost:/opt/eclair$ . build/envsetup.sh
including vendor/aosp/vendorsetup.sh
ryan@localhost:/opt/eclair$ lunch generic-eng
============================================
PLATFORM_VERSION_CODENAME=Eclair
PLATFORM_VERSION=Eclair
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=false
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=ECLAIR
============================================
ryan@localhost:/opt/eclair$ make -j2
...
target StaticLib: libwebcore (out/target/product/generic/obj/
STATIC_LIBRARIES/libwebcore_intermediates/
libwebcore.a)
make: execvp: /bin/bash: Argument list too
long
make: *** [out/target/product/generic/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a] Error
127
make: *** Waiting for unfinished
jobs....
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.
ryan@localhost:/opt/eclair$ cd external/webkit ; git cherry-pick
18342a41ab72e2c21931afaaab6f1b9bdbedb9fa
error: Entry '
Android.jsc.mk' not uptodate. Cannot
merge.
fatal: merging of trees 3f24d37c741607a2f8d4b8ba40d723047bc74456 and
cca9b47c54de6b940a2c3960af3ea9e7a42c57c0
failed
Automatic cherry-pick failed. After resolving the
conflicts,
mark the corrected paths with 'git add <paths>' or 'git rm <paths>'
and commit the
result.
When commiting, use the option '-c 18342a4' to retain authorship and
message.
ryan@localhost:/opt/eclair/external/webkit$ git diff
ryan@localhost:/opt/eclair/external/webkit$ git diff --cached
Seems like my source is current, but I can't apply the fix. Any
pointers would be appreciated.
/Ryan
On Nov 17, 1:56 am, Jean-Baptiste Queru <
j...@android.com> wrote:
> (cd external/webkit ; git cherry-pick 18342a41ab72e2c21931afaaab6f1b9bdbedb9fa)
>
> JBQ
>
>
>
>
>
> On Tue, Nov 17, 2009 at 1:52 AM, Joshua D <
jd.jel...@gmail.com> wrote:
> > I'm stumbling upon this fatal error when I try to build
> > aosp_sapphire_us.
> > Any assistance would be appreciated
> > JD
>
> > target StaticLib: libwebcore (out/target/product/sapphire-open/obj/
> > STATIC_LIBRARIES/libwebcore_intermediates/libwebcore.a)
> > make: execvp: /bin/bash: Argument list too long
> > make: *** [out/target/product/sapphire-open/obj/STATIC_LIBRARIES/
> > libwebcore_intermediates/libwebcore.a] Error 127
>
> > --
>
> > You received this message because you are subscribed to the Google Groups "android-platform" group.
> > To post to this group, send email to
android-...@googlegroups.com.
> > To unsubscribe from this group, send email to
android-platfo...@googlegroups.com.
> > For more options, visit this group athttp://
groups.google.com/group/android-platform?hl=.