Bug#772023: [Pkg-javascript-devel] Bug#772023: nodejs v4.0.0 released

2015-09-15 Thread Bastien Roucaries
Le 15 septembre 2015 23:44:25 GMT+02:00, Edmund Grimley Evans a écrit : >> Sorry guys: >> >> ifeq (armel, $(DEB_HOST_ARCH)) >> CC = gcc -march=armv6 >> CXX = g++ -march=armv6 >> export CC >> export CXX >> endif >> >> That's actually not going to work for

Bug#772023: nodejs v4.0.0 released

2015-09-15 Thread Edmund Grimley Evans
> Sorry guys: > > ifeq (armel, $(DEB_HOST_ARCH)) > CC = gcc -march=armv6 > CXX = g++ -march=armv6 > export CC > export CXX > endif > > That's actually not going to work for "armel" hardware... "armel" is > currently built as "armv4t", so "-march=armv6" is going to cause > invalid instruction

Bug#772023: nodejs v4.0.0 released

2015-09-15 Thread Robert Nelson
On Tue, Sep 15, 2015 at 4:44 PM, Edmund Grimley Evans wrote: >> Sorry guys: >> >> ifeq (armel, $(DEB_HOST_ARCH)) >> CC = gcc -march=armv6 >> CXX = g++ -march=armv6 >> export CC >> export CXX >> endif >> >> That's actually not going to work for "armel" hardware...

Bug#772023: nodejs v4.0.0 released

2015-09-15 Thread Robert Nelson
On Tue, Sep 15, 2015 at 3:34 AM, Jérémy Lal wrote: > > > 2015-09-15 10:09 GMT+02:00 Edmund Grimley Evans > : >> >> I was able to build it on armel with the attached patch. I only tested >> in a chroot under QEMU, so perhaps it won't work on real

Bug#772023: nodejs v4.0.0 released

2015-09-15 Thread Edmund Grimley Evans
I was able to build it on armel with the attached patch. I only tested in a chroot under QEMU, so perhaps it won't work on real hardware. However, if you could include this patch, or something like it, with the next upload I'd be interested to see what happens. diff -ru

Bug#772023: nodejs v4.0.0 released

2015-09-15 Thread Jérémy Lal
2015-09-15 10:09 GMT+02:00 Edmund Grimley Evans < edmund.grimley.ev...@gmail.com>: > I was able to build it on armel with the attached patch. I only tested > in a chroot under QEMU, so perhaps it won't work on real hardware. > However, if you could include this patch, or something like it, with >

Bug#772023: nodejs v4.0.0 released

2015-09-09 Thread Arnout Engelen
v4.0.0 is now released upstream - anything we can do to help?

Bug#772023: nodejs v4.0.0 released

2015-09-09 Thread Jérémy Lal
2015-09-09 17:25 GMT+02:00 Arnout Engelen : > v4.0.0 is now released upstream - anything we can do to help? > Not immediately, but thanks. I'm uploading a version to experimental right now. In a few days, it's going to be unstable-ready, so many node modules will need an