Package Details: nodejs-git 19.9.0.r1361.g6dcbf8b6166-1

Git Clone URL: https://aur.archlinux.org/nodejs-git.git (read-only, click to copy)
Package Base: nodejs-git
Description: JavaScript runtime built on Chrome's V8 JavaScript engine
Upstream URL: https://nodejs.org/
Licenses: MIT
Conflicts: nodejs
Provides: nodejs
Submitter: dcai
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 10
Popularity: 0.000024
First Submitted: 2010-01-15 05:50 (UTC)
Last Updated: 2023-04-12 14:14 (UTC)

Required by (1713)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

xyproto commented on 2011-11-30 16:41 (UTC)

Hi, I get: ==> applying python2 fixes.. ==> Starting make... File "./configure", line 221 print "configure options:", options ^ SyntaxError: invalid syntax ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build nodejs-git.

<deleted-account> commented on 2011-11-28 23:14 (UTC)

I was able to get this to work by using the fix suggested by http://blog.threefunkymonkeys.com/post/6726137316/node-js-on-arch-linux This results in a PKGBUILD file that looks like https://gist.github.com/1401035

alperkanat commented on 2011-11-21 22:38 (UTC)

@vkumar: thanks for your efforts! i read everything in the ticket and there seems to be no interest on it yet. so do you have any suggestions? i didn't want to lose time to compile it as i know it won't. is there a change in the situation? do you still want me to apply your changes?

vkumar commented on 2011-11-15 18:29 (UTC)

Opened a bug report upstream: https://github.com/joyent/node/issues/2113#issuecomment-2746564 Hopefully we won't have to deal with this in the future.

vkumar commented on 2011-11-15 09:32 (UTC)

.. and after it compiled, make failed again because of another print statement.

vkumar commented on 2011-11-15 09:15 (UTC)

Hey, I had to add a few more sed statements to get node to even compile. More issues with python => python2, /usr/bin/env python => /usr/bin/env python2... [code] # python2 fix for file in $(find . -name '*.py' -print) tools/gyp_node configure wscript tools/waf-light tools/node-waf; do sed -i 's_^#!.*/usr/bin/python2*_#!/usr/bin/python2_' "$file" sed -i 's_^#!.*/usr/bin/env.*python2*_#!/usr/bin/env python2_' "$file" done sed -i "s|cmd_R = 'python |cmd_R = 'python2 |" wscript sed -i "s|python |python2 |" Makefile for file in $(find . -name '*.gyp' -print) $(find . -name '*.txt' -print) configure tools/gyp_node vcbuild.bat; do sed -i "s|python |python2 |" "$file" done [/code]

alperkanat commented on 2011-10-29 23:40 (UTC)

updated the package with absent files. thanks @johnhamelink

johnhamelink commented on 2011-10-21 08:35 (UTC)

Build fails with "install: cannot stat 'README.cmake': No such file or directory.

alperkanat commented on 2011-09-11 21:10 (UTC)

updated the package. it can now be compiled with gcc