question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build fails in Big Sur

See original GitHub issue

I installed fonttools with pip3 install fonttools, and I have node.js installed as well, v14.15.1 (LTS), I placed my two files in the original folder and I get this error. Filenames are OperatorMono-Book.otf and OperatorMono-BookItalic.otf. Am I doing something wrong here?

./build.sh
67.87.22.204  41% Building OperatorMonoLig-Book ./build.sh: line 20: ttx: command not found Reading original font file ./original/OperatorMono-Book.ttx internal/fs/utils.js:307 throw err; ^

Error: ENOENT: no such file or directory, open ‘./original/OperatorMono-Book.ttx’ at Object.openSync (fs.js:476:3) at Object.readFileSync (fs.js:377:35) at main (/Users/Scott/operator-mono-lig/index.js:31:18) at Object.<anonymous> (/Users/Scott/operator-mono-lig/index.js:436:1) at Module._compile (internal/modules/cjs/loader.js:1063:30) at Object.Module._extensions…js (internal/modules/cjs/loader.js:1092:10) at Module.load (internal/modules/cjs/loader.js:928:32) at Function.Module._load (internal/modules/cjs/loader.js:769:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { errno: -2, syscall: ‘open’, code: ‘ENOENT’, path: ‘./original/OperatorMono-Book.ttx’ } ./build.sh: line 23: ttx: command not found ./build.sh: line 25: fonttools: command not found Building OperatorMonoLig-BookItalic ./build.sh: line 20: ttx: command not found Reading original font file ./original/OperatorMono-BookItalic.ttx internal/fs/utils.js:307 throw err; ^

Error: ENOENT: no such file or directory, open ‘./original/OperatorMono-BookItalic.ttx’ at Object.openSync (fs.js:476:3) at Object.readFileSync (fs.js:377:35) at main (/Users/Scott/operator-mono-lig/index.js:31:18) at Object.<anonymous> (/Users/Scott/operator-mono-lig/index.js:436:1) at Module._compile (internal/modules/cjs/loader.js:1063:30) at Object.Module._extensions…js (internal/modules/cjs/loader.js:1092:10) at Module.load (internal/modules/cjs/loader.js:928:32) at Function.Module._load (internal/modules/cjs/loader.js:769:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { errno: -2, syscall: ‘open’, code: ‘ENOENT’, path: ‘./original/OperatorMono-BookItalic.ttx’ } ./build.sh: line 23: ttx: command not found ./build.sh: line 25: fonttools: command not found

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
scottkatzelnickcommented, Jan 24, 2021

Works now that I’m using pyenv. Thanks again!

0reactions
kilimancommented, Jan 26, 2021

I need to update the build scripts to quit on error and display a meaningful message instead of giving you a big wall of text. Sorry for the confusion.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Clang linking error MacOS Big Sur | Apple Developer Forums
Hi All, I am trying to build my helloworld.cpp, but I am having problem since I updated to Big Sur. Below a verbose...
Read more >
Build failed on MacOs Big Sur · Issue #1746 · pyenv ... - GitHub
After installing pyenv on MacOs Big Sur, can't install any version of python. Anyone can help me?
Read more >
Build fails for ROOT 6.24.00 on MAC Big Sur with M1 Chip
When I am running the build it complains about the file 'tbb/enumerable_thread_specific.h' as given below in the error (*). Could you please let ......
Read more >
Docker Build Fails macOS Big Sur 11.2 m1 - Stack Overflow
I am wondering where maybe the error? is it with macOS updates? or libraries compatibility or the new m1 architecture? I tried: docker-compose ......
Read more >
Build Error on macOS Big Sur - RosettaCommons
I am trying to build rosetta 3.12 on macOS Big Sur but I receive the ... src/utility/pointer/std/owning_ptr.fwd.hh:20:10: fatal error: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found