Changes between Initial Version and Version 1 of Ticket #48149


Ignore:
Timestamp:
Jun 23, 2015, 3:51:02 PM (9 years ago)
Author:
ci42
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48149

    • Property Owner changed from macports-tickets@… to ciserlohn@…
    • Property Summary changed from nodejs: v0.12.5 fails to build to nodejs @ 0.12.5: fails to build
    • Property Port node added
  • Ticket #48149 – Description

    initial v1  
    11The make -w all part of the build failed.  When I tried this command separately, the errors I got began with:
    22
    3 ````
     3{{{
    44  /usr/bin/clang++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DNODE_WANT_INTERNALS=1' '-DARCH="x64"' '-DNODE_TAG=""' '-DNODE_V8_OPTIONS=""' '-DNODE_HAVE_I18N_SUPPORT=1' '-DHAVE_OPENSSL=1' '-DHAVE_DTRACE=1' '-D__POSIX__' '-DPLATFORM="darwin"' '-DHTTP_PARSER_STRICT=0' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' -I/opt/local/include/openssl -I../src -I../tools/msvs/genfiles -I../deps/uv/src/ares -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_nodejs/nodejs/work/node-v0.12.5/out/Release/obj/gen -I../deps/debugger-agent/include -I../deps/v8/include -I../deps/zlib -I../deps/http_parser -I../deps/cares/include -I../deps/uv/include  -Os -gdwarf-2 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_nodejs/nodejs/work/node-v0.12.5/out/Release/.deps//opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_nodejs/nodejs/work/node-v0.12.5/out/Release/obj.target/node/src/node.o.d.raw -Os -c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_nodejs/nodejs/work/node-v0.12.5/out/Release/obj.target/node/src/node.o ../src/node.cc
    55In file included from ../src/node.cc:35:
     
    11411411 warnings and 2 errors generated.
    115115make[1]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_nodejs/nodejs/work/node-v0.12.5/out/Release/obj.target/node/src/node.o] Error 1
    116 ````
     116}}}
    117117
    118118Standard log file attached.