Your message dated Mon, 22 Jan 2018 19:31:15 +0100
with message-id
<CAJxTCxwz4dXJ+OGAiyUBY2t-GLHAPJhBW4=ywmp5puprv3b...@mail.gmail.com>
and subject line Re: Bug#888021: nodejs: should be compiled with FPXX ABI on
32-bit mips
has caused the Debian Bug report #888021,
regarding nodejs: should be compiled with FPXX ABI on 32-bit mips
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
888021: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888021
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nodejs
Version: 8.9.3~dfsg-9
Severity: important
Tags: patch
Hi,
As I wrote on debian-mips[1], the reason various node packages have been
failing on mipsel is because nodejs is using the fp32 ABI instead of the
fpxx ABI which gcc uses. This in turn triggers some bugs on the buildds.
Compiling nodejs with the fpxx should fix these build failures. I've
attached a patch which does this.
[1] https://lists.debian.org/debian-mips/2018/01/msg00012.html
Thanks,
James
diff -Nru nodejs-8.9.3~dfsg/debian/rules nodejs-8.9.3~dfsg/debian/rules
--- nodejs-8.9.3~dfsg/debian/rules 2018-01-19 07:55:32.000000000 +0000
+++ nodejs-8.9.3~dfsg/debian/rules 2018-01-22 13:16:49.000000000 +0000
@@ -98,10 +98,10 @@
# use r2, which is the supported variant for these architectures
# https://lists.debian.org/debian-mips/2016/07/msg00000.html
ifeq (mipsel, $(DEB_HOST_ARCH))
-DEB_CONFIGURE_EXTRA_FLAGS += --with-mips-arch-variant=r2
+DEB_CONFIGURE_EXTRA_FLAGS += --with-mips-arch-variant=r2
--with-mips-fpu-mode=fpxx
endif
ifeq (mips, $(DEB_HOST_ARCH))
-DEB_CONFIGURE_EXTRA_FLAGS += --with-mips-arch-variant=r2
+DEB_CONFIGURE_EXTRA_FLAGS += --with-mips-arch-variant=r2
--with-mips-fpu-mode=fpxx
endif
# mips32r1 or greater, detected at runtime
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Package: nodejs
Version: 8.9.3~dfsg-10
2018-01-22 18:47 GMT+01:00 James Cowgill <jcowg...@debian.org>:
> Package: nodejs
> Version: 8.9.3~dfsg-9
> Severity: important
> Tags: patch
>
> Hi,
>
> As I wrote on debian-mips[1], the reason various node packages have been
> failing on mipsel is because nodejs is using the fp32 ABI instead of the
> fpxx ABI which gcc uses. This in turn triggers some bugs on the buildds.
>
> Compiling nodejs with the fpxx should fix these build failures. I've
> attached a patch which does this.
>
> [1] https://lists.debian.org/debian-mips/2018/01/msg00012.html
Sorry i did not notice that post. I applied your patch and uploaded
8.9.3~dfsg-10.
(and forgot to mark it in the changelog).
Jérémy
--- End Message ---
--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel