pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/53269 (lang/nodejs8 compilation fails)



The following reply was made to PR pkg/53269; it has been noted by GNATS.

From: Mayuresh <mayuresh%acm.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
	leot%NetBSD.org@localhost
Subject: Re: pkg/53269 (lang/nodejs8 compilation fails)
Date: Wed, 9 May 2018 21:29:21 +0530

 I am using git and did a pull after your mail. Not sure whether the
 patches you mentioned are in:
 
 Last log is:
 
 # git log distinfo 
 commit 422ebd2f16d41eb848cb240a081d3ef6bc71c55d (grafted)
 Author: manu <manu%pkgsrc.org@localhost>
 Date:   Wed May 9 12:23:39 2018 +0000
 
     Added www/htdavlcok 0.2
     
     This is an Apache mod_davv_fs lock database management tool.
     
     Sometimes a program crashes, leaving stale a lock on a WebDAV-based file.
     This tool can inspect the lock database, and remove a stale lock.
     
     The alternative is to wait for lock expiration.
 
 
 I still get the following error (not checked whether same or different as
 before):
 
 
 In file included from ../src/node_crypto.cc:41:0:
 ../src/node_crypto.cc: In function 'void node::crypto::PBKDF2(const
 v8::FunctionCallbackInfo<v8::Value>&)':
 ../src/node_crypto.cc:5510:32: error: expected unqualified-id before '('
 token
    if (raw_keylen < 0.0 || std::isnan(raw_keylen) ||
 std::isinf(raw_keylen) ||
                                 ^
 ../src/node_crypto.cc:5510:58: error: expected unqualified-id before '('
 token
    if (raw_keylen < 0.0 || std::isnan(raw_keylen) ||
 std::isinf(raw_keylen) ||
                                                           ^
 node.target.mk:178: recipe for target
 '/usr/pkgsrc/lang/nodejs8/work/node-v8.11.1/out/Release/obj.target/node/src/node_crypto.o'
 failed
 gmake[1]: ***
 [/usr/pkgsrc/lang/nodejs8/work/node-v8.11.1/out/Release/obj.target/node/src/node_crypto.o]
 Error 1
 
 
 On Wed, May 09, 2018 at 02:31:12PM +0000, leot%NetBSD.org@localhost wrote:
 > Synopsis: lang/nodejs8 compilation fails
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: leot%NetBSD.org@localhost
 > State-Changed-When: Wed, 09 May 2018 14:31:12 +0000
 > State-Changed-Why:
 > I think that <adam> fixed that via:
 > 
 > cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/nodejs8/distinfo
 > cvs rdiff -u -r1.1 -r1.2 \
 >     pkgsrc/lang/nodejs8/patches/patch-deps_cares_cares.gyp
 > cvs rdiff -u -r0 -r1.1 pkgsrc/lang/nodejs8/patches/patch-src_inspector__io.cc \
 >     pkgsrc/lang/nodejs8/patches/patch-src_node__i18n.cc
 > 
 > Please let us know if this fixes lang/nodejs8!
 > Thank you!
 > 
 > 
 > 
 


Home | Main Index | Thread Index | Old Index