Skip to content

Instantly share code, notes, and snippets.

@richardlau
Created April 20, 2016 18:13
Show Gist options
  • Save richardlau/38674d048088d7c867f44709827131cd to your computer and use it in GitHub Desktop.
Save richardlau/38674d048088d7c867f44709827131cd to your computer and use it in GitHub Desktop.
`make binary` on ppc64le
riclau@j9nodelevm1:~/sandbox/github/nodejs$ uname -a
Linux j9nodelevm1.ottawa.ibm.com 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:02:53 UTC 2014 ppc64le ppc64le ppc64le GNU/Linux
riclau@j9nodelevm1:~/sandbox/github/nodejs$
riclau@j9nodelevm1:~/sandbox/github/nodejs$ make -j 8 binary 2>&1 | tee ../build.linux-ppc64le.log
rm -rf node-v6.0.0-linux-x86
rm -rf out/deps out/Release
/usr/bin/python ./configure \
--prefix=/ \
--dest-cpu=x86 \
--tag= \
--release-urlbase= \
--download=all --with-intl=small-icu
creating ./icu_config.gypi
* ECMA-402 (Intl) support didn't find ICU in ./deps/icu..
<https://ssl.icu-project.org/files/icu4c/56.1/icu4c-56_1-src.zip>
Fetch: . 26.5MB total, 26.5MB downloaded
MD5: 61d71888f14bf00cc3e8a6f2c087d367 ./deps/icu4c-56_1-src.zip
Extracting zipfile: ./deps/icu4c-56_1-src.zip
* Using ICU in ./deps/icu
creating ./icu_config.gypi
{ 'target_defaults': { 'cflags': [],
'default_configuration': 'Release',
'defines': [],
'include_dirs': [],
'libraries': []},
'variables': { 'asan': 0,
'gas_version': '2.24',
'host_arch': 'ppc64',
'icu_data_file': 'icudt56l.dat',
'icu_data_in': '../../deps/icu/source/data/in/icudt56l.dat',
'icu_endianness': 'l',
'icu_gyp_path': 'tools/icu/icu-generic.gyp',
'icu_locales': 'en,root',
'icu_path': './deps/icu',
'icu_small': 'true',
'icu_ver_major': '56',
'node_byteorder': 'little',
'node_enable_v8_vtunejit': 'false',
'node_install_npm': 'true',
'node_no_browser_globals': 'false',
'node_prefix': '/',
'node_release_urlbase': '',
'node_shared_cares': 'false',
'node_shared_http_parser': 'false',
'node_shared_libuv': 'false',
'node_shared_openssl': 'false',
'node_shared_zlib': 'false',
'node_tag': '',
'node_use_dtrace': 'false',
'node_use_etw': 'false',
'node_use_lttng': 'false',
'node_use_openssl': 'true',
'node_use_perfctr': 'false',
'openssl_fips': '',
'openssl_no_asm': 0,
'target_arch': 'ia32',
'uv_parent_path': '/deps/uv/',
'uv_use_dtrace': 'false',
'v8_enable_gdbjit': 0,
'v8_enable_i18n_support': 1,
'v8_no_strict_aliasing': 1,
'v8_optimized_debug': 0,
'v8_random_seed': 0,
'v8_use_snapshot': 'true',
'want_separate_host_toolset': 1}}
creating ./config.gypi
creating ./config.mk
make install DESTDIR=node-v6.0.0-linux-x86 V=1 PORTABLE=1
make[1]: Entering directory `/home/users/riclau/sandbox/github/nodejs'
make -C out BUILDTYPE=Release V=1
make[2]: Entering directory `/home/users/riclau/sandbox/github/nodejs/out'
deps/v8/tools/gyp/v8_base.target.mk:553: warning: overriding commands for target `/home/users/riclau/sandbox/github/nodejs/out/Release/libv8_base.a'
deps/v8/tools/gyp/v8_base.host.mk:555: warning: ignoring old commands for target `/home/users/riclau/sandbox/github/nodejs/out/Release/libv8_base.a'
deps/v8/tools/gyp/v8_libbase.target.mk:165: warning: overriding commands for target `/home/users/riclau/sandbox/github/nodejs/out/Release/libv8_libbase.a'
deps/v8/tools/gyp/v8_libbase.host.mk:165: warning: ignoring old commands for target `/home/users/riclau/sandbox/github/nodejs/out/Release/libv8_libbase.a'
deps/v8/tools/gyp/v8_libplatform.target.mk:153: warning: overriding commands for target `/home/users/riclau/sandbox/github/nodejs/out/Release/libv8_libplatform.a'
deps/v8/tools/gyp/v8_libplatform.host.mk:153: warning: ignoring old commands for target `/home/users/riclau/sandbox/github/nodejs/out/Release/libv8_libplatform.a'
deps/v8/tools/gyp/v8_nosnapshot.target.mk:154: warning: overriding commands for target `/home/users/riclau/sandbox/github/nodejs/out/Release/libv8_nosnapshot.a'
deps/v8/tools/gyp/v8_nosnapshot.host.mk:158: warning: ignoring old commands for target `/home/users/riclau/sandbox/github/nodejs/out/Release/libv8_nosnapshot.a'
deps/v8/tools/gyp/v8_snapshot.target.mk:181: warning: overriding commands for target `/home/users/riclau/sandbox/github/nodejs/out/Release/libv8_snapshot.a'
deps/v8/tools/gyp/v8_snapshot.host.mk:177: warning: ignoring old commands for target `/home/users/riclau/sandbox/github/nodejs/out/Release/libv8_snapshot.a'
g++ -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m32 -Wno-missing-field-initializers -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/users/riclau/sandbox/github/nodejs/out/Release/.deps//home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-death-test.o.d.raw -c -o /home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-death-test.o ../deps/gtest/src/gtest-death-test.cc
g++ -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m32 -Wno-missing-field-initializers -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/users/riclau/sandbox/github/nodejs/out/Release/.deps//home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-filepath.o.d.raw -c -o /home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-filepath.o ../deps/gtest/src/gtest-filepath.cc
g++ -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m32 -Wno-missing-field-initializers -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/users/riclau/sandbox/github/nodejs/out/Release/.deps//home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-port.o.d.raw -c -o /home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-port.o ../deps/gtest/src/gtest-port.cc
g++ -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m32 -Wno-missing-field-initializers -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/users/riclau/sandbox/github/nodejs/out/Release/.deps//home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-printers.o.d.raw -c -o /home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-printers.o ../deps/gtest/src/gtest-printers.cc
g++ -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m32 -Wno-missing-field-initializers -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/users/riclau/sandbox/github/nodejs/out/Release/.deps//home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-test-part.o.d.raw -c -o /home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-test-part.o ../deps/gtest/src/gtest-test-part.cc
g++ -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m32 -Wno-missing-field-initializers -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/users/riclau/sandbox/github/nodejs/out/Release/.deps//home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-typed-test.o.d.raw -c -o /home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-typed-test.o ../deps/gtest/src/gtest-typed-test.cc
g++ -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m32 -Wno-missing-field-initializers -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/users/riclau/sandbox/github/nodejs/out/Release/.deps//home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest.o.d.raw -c -o /home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest.o ../deps/gtest/src/gtest.cc
g++ -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m32 -Wno-missing-field-initializers -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/users/riclau/sandbox/github/nodejs/out/Release/.deps//home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest_main.o.d.raw -c -o /home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest_main.o ../deps/gtest/src/gtest_main.cc
In file included from /usr/include/stdio.h:27:0,
from ../deps/gtest/src/gtest_main.cc:30:
/usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or directory
# include <sys/cdefs.h>
^
compilation terminated.
In file included from ../deps/gtest/include/gtest/gtest-test-part.h:36:0,
from ../deps/gtest/src/gtest-test-part.cc:34:
/usr/include/c++/4.8/iosfwd:38:28: fatal error: bits/c++config.h: No such file or directory
#include <bits/c++config.h>
^
compilation terminated.
In file included from /usr/include/c++/4.8/ios:38:0,
from /usr/include/c++/4.8/ostream:38,
from ../deps/gtest/include/gtest/gtest-printers.h:98,
from ../deps/gtest/src/gtest-printers.cc:45:
/usr/include/c++/4.8/iosfwd:38:28: fatal error: bits/c++config.h: No such file or directory
#include <bits/c++config.h>
^
compilation terminated.
In file included from /usr/include/ctype.h:25:0,
from ../deps/gtest/include/gtest/internal/gtest-port.h:259,
from ../deps/gtest/include/gtest/gtest-typed-test.h:149,
from ../deps/gtest/src/gtest-typed-test.cc:32:
/usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or directory
# include <sys/cdefs.h>
^
compilation terminated.
In file included from ../deps/gtest/include/gtest/gtest-message.h:49:0,
from ../deps/gtest/src/gtest-filepath.cc:32:
/usr/include/c++/4.8/limits:42:28: fatal error: bits/c++config.h: No such file or directory
#include <bits/c++config.h>
^
compilation terminated.
In file included from /usr/include/ctype.h:25:0,
from ../deps/gtest/include/gtest/internal/gtest-port.h:259,
from ../deps/gtest/src/gtest-port.cc:32:
/usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or directory
# include <sys/cdefs.h>
^
compilation terminated.
In file included from ../deps/gtest/include/gtest/gtest.h:54:0,
from ../deps/gtest/src/gtest.cc:34:
/usr/include/c++/4.8/limits:42:28: fatal error: bits/c++config.h: No such file or directory
#include <bits/c++config.h>
^
compilation terminated.
In file included from /usr/include/ctype.h:25:0,
from ../deps/gtest/include/gtest/internal/gtest-port.h:259,
from ../deps/gtest/include/gtest/internal/gtest-internal.h:40,
from ../deps/gtest/include/gtest/internal/gtest-death-test-internal.h:40,
from ../deps/gtest/include/gtest/gtest-death-test.h:41,
from ../deps/gtest/src/gtest-death-test.cc:34:
/usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or directory
# include <sys/cdefs.h>
^
compilation terminated.
make[2]: *** [/home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest_main.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [/home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-test-part.o] Error 1
make[2]: *** [/home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-typed-test.o] Error 1
make[2]: *** [/home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-filepath.o] Error 1
make[2]: *** [/home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-printers.o] Error 1
make[2]: *** [/home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest.o] Error 1
make[2]: *** [/home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-death-test.o] Error 1
make[2]: *** [/home/users/riclau/sandbox/github/nodejs/out/Release/obj.target/gtest/deps/gtest/src/gtest-port.o] Error 1
make[2]: Leaving directory `/home/users/riclau/sandbox/github/nodejs/out'
make[1]: *** [node] Error 2
make[1]: Leaving directory `/home/users/riclau/sandbox/github/nodejs'
make: *** [node-v6.0.0-linux-x86.tar] Error 2
riclau@j9nodelevm1:~/sandbox/github/nodejs$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment