[Pkg-javascript-devel] nodejs-12 transition
Jonas Smedegaard
jonas at jones.dk
Mon May 25 11:09:53 BST 2020
Quoting Jérémy Lal (2020-05-25 10:51:32)
> [nodejs 12 is] ready to be built, but not ready to go in testing:
> https://buildd.debian.org/status/package.php?p=nodejs&suite=experimental
>
> - amd64 some tests won't pass because of network issues
> I never figured why some build servers fail on this, and some not.
> * If anyone knows an explanation, that'll help.*
I suggest to ask on debian-devel at l.d.o
Alternatively - if those tests are possible to identify and isolate -
skip them during build and have them run at autobuildtest instead.
> - armhf, i386: dh_dwz fails because it exhausts memory.
> Somewhat fixed by ignoring those failures. *Is there a better option ?*
Maybe this (used e.g. in modero package) helps:
# reduce debugging information on 32bit archs
# to avoid some FTBFS (memory axhaustion of build environment?)
ifeq ($(DEB_HOST_ARCH_BITS),32)
export DEB_CXXFLAGS_MAINT_APPEND = -g1
endif
> - mipsel: fails to build, OOM as some point.
> That was on a 8GB memory machine, so i suppose it's bad luck, something
> else was using memory maybe.
Might be helped from above as well.
Might also help to disable parallel builds for that architecture.
- Jonas
--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/
[x] quote me freely [ ] ask before reusing [ ] keep private
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20200525/5cd25e2b/attachment.sig>
More information about the Pkg-javascript-devel
mailing list