pkgsrc-Bugs archive

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

Re: pkg/50231: Compile error off lang/nodejs on NetBSD 6.1



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

From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/50231: Compile error off lang/nodejs on NetBSD 6.1
Date: Sat, 12 Sep 2015 16:23:22 +0200

 On Fri, Sep 11, 2015 at 01:20:00PM +0000, mail%benjaminlorenz.de@localhost wrote:
 > System: NetBSD prod.qwabbl.com 6.1_STABLE NetBSD 6.1_STABLE (PROD) #0: Sat Sep 5 22:50:32 CEST 2015 bjjl%prod.qwabbl.com@localhost:/usr/obj/sys/arch/i386/compile/PROD i386
 > Architecture: i386
 > Machine: i386
 > >Description:
 > In file included from ../deps/v8/src/property.h:14:0,
 >                  from ../deps/v8/src/objects-inl.h:31,
 >                  from ../deps/v8/src/v8.h:39,
 >                  from ../deps/v8/src/accessors.cc:5:
 > ../deps/v8/src/types.h: In static member function 'static bool v8::internal::TypeImpl< <template-parameter-1-1> >::IsInteger(double)':
 > ../deps/v8/src/types.h:593:23: error: there are no arguments to 'nearbyint' that depend on a template parameter, so a declaration of 'nearbyint' must be available [-fpermissive]
 >      return nearbyint(x) == x && !i::IsMinusZero(x);  // Allows for infinities.
 
 nearbyint is not supported in NetBSD 6's libm.
 
 Joerg
 


Home | Main Index | Thread Index | Old Index