On 04/12/11 02:00, Antoine Jacoutot wrote:
On Tue, 12 Apr 2011, STeve Andre' wrote:I'm curious if someone will throw me a clue here. www/node doesn't build: c++ -o obj/release/compiler.o -c -O2 -pipe -Wall -Werror -W [snip] /usr/ports/pobj/node-0.4.4/node-v0.4.4/deps/v8/src/compiler.cc:179: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'intptr_t' scons: *** [obj/release/compiler.o] Error 1 scons: building terminated because of errors. Waf: Leaving directory `/usr/ports/pobj/node-0.4.4/node-v0.4.4/build' Build failed: -> task failed (err #2): {task: libv8.a SConstruct -> libv8.a} This is an i386 -current system compiled Apr 11. I found a commit for www/node/Makefile that talks of problems when making v8, and to be sure limits are high so I haveI know nothing about this port but if you remove -Werror from CXXFLAGS it should get you further. Read the output you posted, the reason why it failed is clearly mentionned.
Well, that was interesting--removing -Werror let it build & package. It is not clear to me that what I posted contains my answer, but it is late and I have spent sleep time on this. Addictive. All my other blunders on things lately I've figured out. Thank you for the clue. --STeve Andre'
