Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in building fonts: "Process completed with exit code 2" #57

Open
StefanPeev opened this issue Mar 10, 2024 · 2 comments
Open

Error in building fonts: "Process completed with exit code 2" #57

StefanPeev opened this issue Mar 10, 2024 · 2 comments

Comments

@StefanPeev
Copy link
Owner

@kateliev

I'll be thankful for any help in solving this problem in build.yaml.

Run make .init.stamp
make .init.stamp
shell: /usr/bin/bash -e {0}
env:
pythonLocation: /opt/hostedtoolcache/Python/3.10.13/x64
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.13/x64/lib
make: *** No rule to make target '.init.stamp'. Stop.
Error: Process completed with exit code 2.

@goranovg
Copy link

goranovg commented Apr 5, 2024

From the error message, it seems like Make is unable to find a rule to build the .init.stamp target. To resolve this, you'll need to define a rule for .init.stamp in your Makefile.
Do you have already .init.stamp in place? If not, you can try to use a touch command in order create the file. If the file already present and it is not the default one, you can try to point it out with -f option

@StefanPeev
Copy link
Owner Author

@goranovg Thank you. I'm afraid that I do not know how to use a touch command in order to create a .init.stamp file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants