[Pkg-javascript-devel] Bug#942200: rollup 1.0 transition: node-d3 built with rollup 1.0 gives error in test

Pirate Praveen praveen at onenetbeyond.org
Sat Oct 12 08:34:10 BST 2019


package: node-d3
version: 4.13.0-10
severity: important

With rollup 1.0 in experimental, build trew some warning and test failed

Found debian/nodejs/./build
	cd ./. && sh -e debian/nodejs/./build

index → build/d3.js...
(!) node-resolve plugin: The onwrite hook used by plugin node-resolve 
is deprecated. The generateBundle hook should be used instead.
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/select.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/selectAll.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/filter.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/data.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/data.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/enter.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/exit.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/merge.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-selection/src/selection/index.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/sort.js -> 
../../../usr/share/nodejs/d3-selection/src/selection/index.js
(!) Circular dependency: 
../../../usr/lib/nodejs/d3-interpolate/src/value.js -> 
../../../usr/lib/nodejs/d3-interpolate/src/array.js -> 
../../../usr/lib/nodejs/d3-interpolate/src/value.js
(!) Circular dependency: 
../../../usr/lib/nodejs/d3-interpolate/src/value.js -> 
../../../usr/lib/nodejs/d3-interpolate/src/object.js -> 
../../../usr/lib/nodejs/d3-interpolate/src/value.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-transition/src/transition/index.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/filter.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-transition/src/transition/index.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/merge.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-transition/src/transition/index.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/select.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-transition/src/transition/index.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/selectAll.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/index.js
(!) Circular dependency: 
../../../usr/share/nodejs/d3-transition/src/transition/index.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/transition.js -> 
../../../usr/share/nodejs/d3-transition/src/transition/index.js
(!) Circular dependency: 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Beach.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Cell.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Edge.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js
(!) Circular dependency: 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Beach.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Cell.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js
(!) Circular dependency: 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Beach.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Circle.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js
(!) Circular dependency: 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Beach.js -> 
../../../usr/lib/nodejs/d3-voronoi/src/Diagram.js
created build/d3.js in 3.9s
   dh_auto_test --buildsystem=nodejs
	/bin/sh -e debian/tests/pkg-js/test
/<<PKGBUILDDIR>>/build/d3.node.js:1
undefinedObject.defineProperty(exports, "event", {get: function() { 
return d3Selection.event; }});
^

ReferenceError: undefinedObject is not defined
    at Object.<anonymous> (/<<PKGBUILDDIR>>/build/d3.node.js:1:1)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js 
(internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/<<PKGBUILDDIR>>/test/d3-test.js:2:10)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
dh_auto_test: /bin/sh -e debian/tests/pkg-js/test returned exit code 1


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20191012/b4635858/attachment.html>


More information about the Pkg-javascript-devel mailing list