Dear all:

I have wanted to the maintenance of My Android apps that use the
crosswalk-9(cordova android). (It's fix the bug of chromium.)
But it is not successful to build an error happens.
For that I want any advice for able to build successful.

- In "gclient sync" command, has come out the following two errors.
  1)Error: Command svn checkout
https://cvs.khronos.org/svn/repos/registry/trunk/public/cl/api/1.2@28150
/home/crosswalk/crosswalk-src/src/third_party/khronos/CL --revision 28150
--non-interactive --force --ignore-externals returned non-zero exit status
1 in /homewww/js//crosswalk/crosswalk-src
  2)subprocess2.CalledProcessError: Command gclient sync --verbose --reset
--force --with_branch_heads --delete_unversioned_trees
--gclientfile=.gclient-xwalk returned non-zero exit status 1 in
/homewww/js//crosswalk/crosswalk-src
    Error: Command /usr/bin/python src/xwalk/tools/fetch_deps.py -v
returned non-zero exit status 1 in /homewww/js//crosswalk/crosswalk-src

- In the build, an error will occur as follows.
 $ ninja -C out/Release xwalk_core_shell_apk xwalk_runtime_shell_apk
 ninja: Entering directory `out/Release'
 ninja: error: unknown target 'xwalk_runtime_shell_apk'

 $ ninja -C out/Release xwalk_core_shell_apk
 ninja: Entering directory `out/Release'
 ninja: error: '../../build/util/LASTCHANGE.blink', needed by
'gen/webkit_version.h', missing and no known rule to make it

 $ ninja -C out/Release xwalk_runtime_lib_apk
 ninja: Entering directory `out/Release'
 ninja: error: '../../build/util/LASTCHANGE.blink', needed by
'gen/webkit_version.h', missing and no known rule to make it

 $ ninja -C out/Release xwalk_core_library
 ninja: Entering directory `out/Release'
 ninja: error: '../../build/util/LASTCHANGE.blink', needed by
'gen/webkit_version.h', missing and no known rule to make it


It is very similar to the question of the following URL, but that don't
seem to resolve.
https://lists.crosswalk-project.org/pipermail/crosswalk-help/2014-November/000591.html

Reference URL and procedures as follows:
https://crosswalk-project.org/contribute/building_crosswalk.html
$ export XWALK_OS_ANDROID=1
$ mkdir crosswalk-src && cd $_
$ gclient config --name=src/xwalk
https://github.com/crosswalk-project/crosswalk.git@origin/crosswalk-9
$ gclient sync
$ cd src
$ ./build/install-build-deps-android.sh
$ cd ..
$ echo "{ 'GYP_DEFINES': 'OS=android target_arch=arm', }" > chromium.gyp_env
$ cd src
$ . ./xwalk/build/android/envsetup.sh
$ export GYP_GENERATORS='ninja'
$ python xwalk/gyp_xwalk
$ ninja -C out/Release .....


Regards,
Sho  Suzuki
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to