FS#49127 - [nodejs-less] lessc not working in current dependecy constellation

Attached to Project: Community Packages
Opened by Jan Max (codepilot) - Thursday, 28 April 2016, 18:02 GMT
Last edited by Massimiliano Torromeo (mtorromeo) - Wednesday, 04 May 2016, 08:08 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Massimiliano Torromeo (mtorromeo)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

Hi, I updated my entire system, but nodejs-lessc is not working as expected when called with a less input file.

$ lessc -v
lessc 2.6.1 (Less Compiler) [JavaScript]

$ lessc filename.less
<nothing happens>

Return code is always 0. I also uninstalled nodejs-lessc and performed "sudo npm install -g less" but this did also not run - it seems to have a system dependency that fails somewhere.


Additional info:
* package version: 2.6.1
* Here is a strace log: http://0wx.org/0e83108a1caef5b7ee8fff7b95f82a8c/

Steps to reproduce:

Simply try to compile any less-file.
This task depends upon

Closed by  Massimiliano Torromeo (mtorromeo)
Wednesday, 04 May 2016, 08:08 GMT
Reason for closing:  Fixed
Additional comments about closing:  nodejs-less-2.6.1-2
Comment by Jan Max (codepilot) - Thursday, 28 April 2016, 18:03 GMT
I got it to work with the latest version from git (git clone https://github.com/less/less.js.git) by simply putting this into the path as temporal solution.
Comment by Martin Mlynář (nextsux) - Monday, 02 May 2016, 19:48 GMT
It looks like lessc problem: https://github.com/less/less.js/issues/2881

Loading...