On Tue, May 19, 2020 at 8:05 pm, Pirate Praveen <prav...@onenetbeyond.org> wrote:
Finally managed to build less.js 3.11 with babeljs and pushed it to master-3 and upstream-3 branches. This branch is just a proof of concept at this point. You can adapt and test/imporve it further.

I was able to successfully build katex.less with lessc command from this package.

I tested the reverse (build) dependencies and this is the result.

rebuild      eonasdan-bootstrap-datetimepicker ... PASS
autopkgtest  fonts-font-awesome                ... PASS
rebuild      jupyter-notebook                  ... PASS
rebuild      node-katex                        ... PASS
autopkgtest  python-livereload                 ... PASS
rebuild      twitter-bootstrap3                ... PASS
rebuild      twitter-bootstrap4                ... PASS

browserpass used a hardcoded path instead of /usr/bin/lessc and it failed

make -C src LESSC=/usr/lib/nodejs/less/bin/lessc css/popup.dist.css css/options.dist.css

node-bootstrap-tour, searx, roundcube and roundcube-plugins-extra rebuild failed - missing dependency on node-clone in node-less binary.

lessc src/less/bootstrap-tour.less bootstrap-tour.css
internal/modules/cjs/loader.js:638
   throw err;
   ^

Error: Cannot find module 'clone'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
   at Function.Module._load (internal/modules/cjs/loader.js:562:25)
   at Module.require (internal/modules/cjs/loader.js:692:17)
   at require (internal/modules/cjs/helpers.js:25:18)
at Object.<anonymous> (/usr/share/nodejs/less/dist/less/utils.js:16:37)


oca-core autopkgtest failed but it is not clear why (should retry).

rainloop failed with
[18:45:47] 'cssMainBuild' errored after 4.15 s
[18:45:47] TypeError: less.render is not a function
at DestroyableTransform._transform (/<<PKGBUILDDIR>>/debian/build/gulp-less.js:39:10)
possibly need to update gulp-less.

--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to