ValveSoftware / ValveSoftware/Proton
Error during instalation [Ubuntu 20.04]
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 32.8k
- Forks
- 1.6k
- PR merge metrics
- PR metrics pending
Description
Hello, fellas
I'm trying to install the Proton, but i'm with a problem on the final steps.
I'm following the Built In Instructions, but when i put "make dist", the error 127 occurs. Here's the log:
make dist -f Makefile NO_NESTED_MAKE=1
make[1]: Entering directory '/home/marcos/proton-mybuild'
cp -n ../proton/fonts/liberation-fonts/src/LiberationSans-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationSans-Bold.sfd ../proton/fonts/liberation-fonts/src/LiberationSerif-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationMono-Regular.sfd obj-fonts
cp -n ../proton/fonts/liberation-fonts/src/LiberationSans-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationSans-Bold.sfd ../proton/fonts/liberation-fonts/src/LiberationSerif-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationMono-Regular.sfd obj-fonts
cp -n ../proton/fonts/liberation-fonts/src/LiberationSans-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationSans-Bold.sfd ../proton/fonts/liberation-fonts/src/LiberationSerif-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationMono-Regular.sfd obj-fonts
cp -n ../proton/fonts/liberation-fonts/src/LiberationSans-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationSans-Bold.sfd ../proton/fonts/liberation-fonts/src/LiberationSerif-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationMono-Regular.sfd obj-fonts
makeotf -f ../proton/fonts/source-han-sans/cidfont.ps.OTC.SC -omitMacNames -ff ../proton/fonts/source-han-sans/features.OTC.SC
-fi ../proton/fonts/source-han-sans/cidfontinfo.OTC.SC -mf ../proton/fonts/patches/YaHei-FontMenuNameDB -r -nS -cs 25 -ch ../proton/fonts/source-han-sans/UniSourceHanSansCN-UTF32-H
-ci ../proton/fonts/source-han-sans/SourceHanSans_CN_sequences.txt -o ./obj-fonts/SourceHanSansSCRegular.otf
/bin/bash: makeotf: command not found
make[1]: *** [../proton/build/makefile_base.mak:1848: obj-fonts/SourceHanSansSCRegular.otf] Error 127
make[1]: Leaving directory '/home/marcos/proton-mybuild'
make: *** [../proton/build/makefile_base.mak:17: nested_make] Error 2
I've already did "make `-ji", but it ended on the same error mesage. How do i fix this?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Ubuntu build instructions and the make dist log, then inspect Makefile and ../proton/build/makefile_base.mak around the reported target. Verify why makeotf is unavailable in the build environment; the work is done when make dist completes without the missing-command error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, ubuntu
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100