Installing wafadmin?

442 views
Skip to first unread message

jla

unread,
Dec 2, 2010, 10:49:48 AM12/2/10
to nodejs
Hi,

Could someone enlighten me as to why wafadmin is being installed as
part of 'make install' ?

I'm currently working on a port of node.js for OpenBSD, and as node.js
uses both scons and waf,
it's not really an option to use the ports infrastructure for either
build system. The waf port for OpenBSD
installs wafadmin into the Python site-packages path, but the wafadmin
parts of node.js install it into $PREFIX/lib/node/wafadmin/ .... is
wafadmin really needed to use node.js?

Cheers,
Jasper

Oleg Efimov (Sannis)

unread,
Dec 2, 2010, 1:05:26 PM12/2/10
to nodejs
It used by node-waf script, that used for build binary C++ addons.

As I understand he, Ryan is trying to avoid external dependencies and
make Node.js installation easier therefore includes all the necessary
tools and libraries in the distribution.

If I understand correctly, this is not about porting Node.js to the
OpenBSD platform, where it is already runs on, but about establishment
of port for installation (I'm from Linux land and don't know *BSD so
deep). I think in this case, you can exclude wafadmin from the port
(as well as V8 and c-ares, maybe), leaving only node_addon.py

jla

unread,
Dec 2, 2010, 1:19:54 PM12/2/10
to nodejs
Ok, thanks for explaining.
Reply all
Reply to author
Forward
0 new messages