[Pkg-javascript-devel] node-millstone: segmentation fault with i386
Xavier
yadd at debian.org
Thu Oct 29 12:15:34 GMT 2020
A quick-and-dirty solution to unlock node-mkdirp & Co migration...
--- a/node-millstone/debian/tests/pkg-js/test
+++ b/node-millstone/debian/tests/pkg-js/test
@@ -1,3 +1,10 @@
#!/bin/sh
+ARCH=`dpkg-architecture -q DEB_BUILD_ARCH`
+if [ "$AUTOPKGTEST_TMP" != "" ]; then
+ if test "$ARCH" = "i386"; then
+ echo "Test skipped on i386"
+ exit 77
+ fi
+fi
export NODE_ENV=development
mocha --timeout 30000 `ls test/*.js|grep -v -f debian/tests/test_excluded`
*Another (best) way*: ask for node-millstone removal from testing (with
a RC-FTBFS bug). It is only required by node-carto which is not in
testing due to #826560 ("Current version is old and incompatible with
recent versions of mapnik").
NB: node-millstone is arch=all but depends on node-srs (node-gdal) which
is arch dependent
Le 28/10/2020 à 23:55, Xavier a écrit :
> Yes, that's why test are launched during autopkgtest only with
> "needs-internet"
>
> Le 28/10/2020 à 23:53, Jérémy Lal a écrit :
>> Does it really downloads
>> https://github.com/mapbox/millstone/raw/gh-pages/test/PLATES_PlateBoundary_ArcGIS.zip
>> ?
>>
>>
>>
>> Le mer. 28 oct. 2020 à 23:15, Xavier <yadd at debian.org
>> <mailto:yadd at debian.org>> a écrit :
>>
>> Le 28/10/2020 à 22:53, Jérémy Lal a écrit :
>> > Will do...
>>
>> Thanks,
>>
>> for now, I'm not able to reproduce this bug using
>> barriere.debian.org <http://barriere.debian.org>
>> (sid_i386-dchroot)
>>
>> > Le mer. 28 oct. 2020 à 22:27, Xavier <yadd at debian.org
>> <mailto:yadd at debian.org>
>> > <mailto:yadd at debian.org <mailto:yadd at debian.org>>> a écrit :
>> >
>> > node-millstone, sorry
>> >
>> > Le 28/10/2020 à 22:26, Xavier a écrit :
>> > > Hi,
>> > >
>> > > could you take a look at
>> > >
>> >
>> https://ci.debian.net/data/autopkgtest/testing/i386/n/node-millstone/7795184/log.gz
>> > > ? It seems that all node-zipfile's autpkgtests fail with
>> i386 arch
>> > with
>> > > a segmentation fault.
>>
>
More information about the Pkg-javascript-devel
mailing list