You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2020. It is now read-only.
Firstly, thanks for this task-runner, if I can overcome this problem its going to save me a lot of time! That said, whenever I try to generate my webfont on our Linux based Jenkins environment, I get the following error:
Running "webfont:markup" (webfont) task
/var/lib/jenkins/workspace/futureproofs-webapp-dev/node_modules/grunt-contrib-compass/node_modules/tmp/lib/tmp.js:261
throw err;
^
RangeError: Offset/length out of range.
at ByteBuffer.writeBytes (/var/lib/jenkins/workspace/futureproofs-webapp-dev/node_modules/grunt-webfont/node_modules/ttf2woff/lib/byte_buffer.js:153:12)
at ttf2woff (/var/lib/jenkins/workspace/futureproofs-webapp-dev/node_modules/grunt-webfont/node_modules/ttf2woff/index.js:234:7)
at /var/lib/jenkins/workspace/futureproofs-webapp-dev/node_modules/grunt-webfont/tasks/engines/node.js:72:16
at /var/lib/jenkins/workspace/futureproofs-webapp-dev/node_modules/grunt-webfont/tasks/engines/node.js:65:6
at /var/lib/jenkins/workspace/futureproofs-webapp-dev/node_modules/grunt-webfont/tasks/engines/node.js:198:4
at ChildProcess.<anonymous> (/var/lib/jenkins/workspace/futureproofs-webapp-dev/node_modules/grunt-webfont/node_modules/exec/exec.js:90:5)
at ChildProcess.emit (events.js:98:17)
at maybeClose (child_process.js:756:16)
at Socket.<anonymous> (child_process.js:969:11)
at Socket.emit (events.js:95:17)
at Pipe.close (net.js:465:12)
Build step 'Execute shell' marked build as failure
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/futureproofs-webapp-dev/coverage/PhantomJS 1.9.8 (Linux) to /var/lib/jenkins/jobs/futureproofs-webapp-dev/htmlreports/Code_coverage
Recording test results
The same grunt task works perfectly on OSX, below is the webfont part of my grunt task.
There are lots of different Linux systems with (most probably) different versions of ttfautohint so this would be useless (and I hope soon obsolete) information. But I’ve mentioned version 0.97 in installation instructions.
Firstly, thanks for this task-runner, if I can overcome this problem its going to save me a lot of time! That said, whenever I try to generate my webfont on our Linux based Jenkins environment, I get the following error:
The same grunt task works perfectly on OSX, below is the webfont part of my grunt task.
interestingly if I run the job a 2nd time I get this:
but I have no idea were this stored font is as its not in:
Any help would be greatly appreciated.
Thanks
Ben
Update:
Update 2:
The text was updated successfully, but these errors were encountered: