Node v0.4.4

244 views
Skip to first unread message

Ryan Dahl

unread,
Mar 26, 2011, 4:55:37 AM3/26/11
to nodejs
2011.03.26, Version 0.4.4 (stable)

* CryptoStream.end shouldn't throw if not writable GH-820

* Drop out if connection destroyed before connect() GH-819

* expose https.Agent

* Correctly setsid in tty.open GH-815

* Bug fix for failed buffer construction

* Added support for removing .once listeners (GH-806)

* Upgrade V8 to 3.1.8.5

Download: http://nodejs.org/dist/node-v0.4.4.tar.gz

Website: http://nodejs.org/docs/v0.4.4/

Documentation: http://nodejs.org/docs/v0.4.4/api/

yamafaktory

unread,
Mar 27, 2011, 3:52:26 AM3/27/11
to nodejs
Hi,

First of all, thanks a lot for the awesomeness of node!

Compiling node v0.4.4 on Cygwin gives me this error :

obj/release/snapshot.cc:10831: warning: converting of negative value
'-0x00000007b' to 'v8::internal::byte'

Build failed: -> task failed (err #2):{task: libv8.a SConstruct ->
libv8.a}

Any idea?

Vyacheslav Egorov

unread,
Mar 27, 2011, 2:46:05 PM3/27/11
to nod...@googlegroups.com, yamafaktory
Do you have an old (3.x?) GCC? If so please update.

--
Vyacheslav Egorov

> --
> You received this message because you are subscribed to the Google Groups "nodejs" group.
> To post to this group, send email to nod...@googlegroups.com.
> To unsubscribe from this group, send email to nodejs+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.
>
>

TIO

unread,
Mar 29, 2011, 6:08:50 PM3/29/11
to nod...@googlegroups.com
I have the same error when compiling in debian(squeeze)? but i have GCC v4.4.5.
Any idea?

Steve Reed

unread,
Mar 29, 2011, 6:16:15 PM3/29/11
to nod...@googlegroups.com, TIO
I saw a similar error in SConstruct when compiling with GCC 4.4.4 on a new t1.micro in EC2. Node 0.4.3 compiled just fine.

Found some potential workarounds here: http://code.google.com/p/v8/issues/detail?id=413

On Tue, Mar 29, 2011 at 3:08 PM, TIO <m2f...@gmail.com> wrote:
I have the same error when compiling in debian(squeeze)? but i have GCC v4.4.5.
Any idea?

--

mscdex

unread,
Mar 29, 2011, 8:39:09 PM3/29/11
to nodejs
On Mar 29, 6:16 pm, Steve Reed <steven.m.r...@gmail.com> wrote:
> I saw a similar error in SConstruct when compiling with GCC 4.4.4 on a new
> t1.micro in EC2. Node 0.4.3 compiled just fine.
>
> Found some potential workarounds here:http://code.google.com/p/v8/issues/detail?id=413

Strict aliasing errors can be fixed by applying this patch:
https://gist.github.com/844883

Dean Mao

unread,
Mar 29, 2011, 8:39:44 PM3/29/11
to nod...@googlegroups.com, TIO
I'm on squeeze, and I didn't have issues compiling:
gcc version 4.3.2 (Debian 4.3.2-1.1) 


On Tue, Mar 29, 2011 at 3:08 PM, TIO <m2f...@gmail.com> wrote:
I have the same error when compiling in debian(squeeze)? but i have GCC v4.4.5.
Any idea?

--
Reply all
Reply to author
Forward
0 new messages