Skip to content

Instantly share code, notes, and snippets.

@aschrijver
Created August 13, 2017 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aschrijver/de575e1693398b1d2eae03b1a1323a46 to your computer and use it in GitHub Desktop.
Save aschrijver/de575e1693398b1d2eae03b1a1323a46 to your computer and use it in GitHub Desktop.
Testdriving J2V8 build system PR (https://github.com/eclipsesource/J2V8/pull/327) - run 3
Step 39/39 : EXPOSE 5900
---> Running in 586eb8e740f0
---> 252fbb99cceb
Removing intermediate container 586eb8e740f0
Successfully built 252fbb99cceb
Successfully tagged j2v8-android:latest
DOCKER running android@arm => docker-build-host
docker run --privileged -P -v /home/arnold/Development/misc/J2V8:/j2v8 --name j2v8.android.arm j2v8-android /bin/bash -c "cd /j2v8; python ./build.py --cross-agent docker -t android -a arm -ne nodejs j2v8cmake j2v8jni j2v8optimize j2v8java j2v8junit"
GNU bash, version 4.3.30(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Updating Maven configuration (./docker/shared/pom.xml)...
SHELL building android@arm => nodejs
Make std-toolchains/android-17-arm at $NDK(/build/android-ndk-r13b)
Done
sh: 1: ./configure: not found
Traceback (most recent call last):
File "./build.py", line 18, in <module>
bex.execute_build(args)
File "/j2v8/build_system/build_executor.py", line 263, in execute_build
execute_build_step(target_compiler, target_step)
File "/j2v8/build_system/build_executor.py", line 190, in execute_build_step
build_system.build(build_step)
File "/j2v8/build_system/build_structures.py", line 83, in build
self.exec_build(config)
File "/j2v8/build_system/shell_build.py", line 27, in exec_build
self.exec_cmd(shell_str, config)
File "/j2v8/build_system/build_structures.py", line 96, in exec_cmd
self.__exec_cmd_core(cmd, config, config.build_cwd)
File "/j2v8/build_system/build_structures.py", line 105, in __exec_cmd_core
utils.execute(cmd, cwd)
File "/j2v8/build_system/build_utils.py", line 52, in execute
raise subprocess.CalledProcessError(return_code, cmd)
subprocess.CalledProcessError: Command 'cd /j2v8 && android-gcc-toolchain arm --api 17 --host gcc-lpthread -C sh -c " \
cd ./node; \
./configure \
--without-intl \
--without-inspector \
--dest-cpu=arm \
--dest-os=android \
--without-snapshot \
--enable-static && \
CFLAGS=-fPIC CXXFLAGS=-fPIC make -j4" ' returned non-zero exit status 127
Traceback (most recent call last):
File "build.py", line 13, in <module>
interactive.run_interactive_cli()
File "/home/arnold/Development/misc/J2V8/build_system/build_interactive.py", line 40, in run_interactive_cli
bex.execute_build(build_params)
File "/home/arnold/Development/misc/J2V8/build_system/build_executor.py", line 221, in execute_build
execute_build_step(cross_compiler, cross_cfg)
File "/home/arnold/Development/misc/J2V8/build_system/build_executor.py", line 190, in execute_build_step
build_system.build(build_step)
File "/home/arnold/Development/misc/J2V8/build_system/build_structures.py", line 83, in build
self.exec_build(config)
File "/home/arnold/Development/misc/J2V8/build_system/docker_build.py", line 116, in exec_build
self.exec_host_cmd(docker_run_str, config)
File "/home/arnold/Development/misc/J2V8/build_system/build_structures.py", line 88, in exec_host_cmd
self.__exec_cmd_core(cmd, config, config.host_cwd)
File "/home/arnold/Development/misc/J2V8/build_system/build_structures.py", line 105, in __exec_cmd_core
utils.execute(cmd, cwd)
File "/home/arnold/Development/misc/J2V8/build_system/build_utils.py", line 52, in execute
raise subprocess.CalledProcessError(return_code, cmd)
subprocess.CalledProcessError: Command 'docker run --privileged -P -v /home/arnold/Development/misc/J2V8:/j2v8 --name j2v8.android.arm j2v8-android /bin/bash -c "cd /j2v8; python ./build.py --cross-agent docker -t android -a arm -ne nodejs j2v8cmake j2v8jni j2v8optimize j2v8java j2v8junit"' returned non-zero exit status 1
Waiting for docker process to exit...
j2v8.android.arm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment