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

'makeInstancesUFO: command not found' when trying to build the font #114

Closed
nawordar opened this issue Jul 12, 2019 · 6 comments
Closed

Comments

@nawordar
Copy link

nawordar commented Jul 12, 2019

I try to build the font using Ubuntu on WSL, but I encounter the problem in the title.

What I've done

I have installed afdko and fonttools using pip3 install afdko fonttools and ran the ./buildInstances.sh command which resulted in:

cdrozak@DESKTOP-FQHI27R:/mnt/c/Users/cdrozak/Projects/Hasklig$ ./buildInstances.sh
./buildInstances.sh: line 1: makeInstancesUFO: command not found
./buildInstances.sh: line 2: makeInstancesUFO: command not found

When I changed makeInstancesUFO to lowercase, I got the following response:

cdrozak@DESKTOP-FQHI27R:/mnt/c/Users/cdrozak/Projects/Hasklig$ ./buildInstances.sh
ERROR:afdko.makeinstancesufo:No axes defined
ERROR:afdko.makeinstancesufo:No axes defined
@sirgru
Copy link

sirgru commented Oct 15, 2019

Did you manage to resolve the issue? I am getting the same error...

@nawordar
Copy link
Author

nawordar commented Oct 17, 2019

No, I gave up with building the font.

@olligobber
Copy link

Was going to contribute to the font, but this issue is stopping me

@sedimentation-fault
Copy link

Me too has the same problem:

Compiling source in /XXX/portage/media-fonts/hasklig-1.1_p20180916/work/hasklig-1.1_p20180916 ...
make -j4 AUTOHINT= otf ttf -f 3c71e576827753fc395f44f4c2d91131-6eee6fa/Makefile
tar cf fea.tar -T /dev/null
find -path '*/font.ufo/features.fea' -exec tar cf fea.tar {} +
makeinstancesufo -d ItalicMasters/SourceCodePro-It.designspace
make: makeinstancesufo: Command not found

pkq added a commit to pkq/Hasklig that referenced this issue Dec 17, 2020
Make DesignSpace files compliant with current specification (https://github.com/fonttools/fonttools/tree/master/Doc/source/designspaceLib) and resolve the 'No axes defined' error when building the font from source. axisDescriptors copied from upstream Source Code Pro (https://github.com/adobe-fonts/source-code-pro/blob/master/Roman/Masters/SourceCodePro.designspace)

Issue i-tu#114
@pkq
Copy link

pkq commented Dec 17, 2020

The No axes defined issue is the result of the repo using an outdated DesignSpaceDocument Specification. As part of my PR to fix #123, I updated those files, based on the upstream Source Code Pro design space files.

@i-tu
Copy link
Owner

i-tu commented Dec 22, 2020

Sorry to hear you had trouble @olligobber , @nawordar ,@sirgru and @sedimentation-fault . This project has been on the back burner for a while and I haven't really kept up with any issues.

The main branch should now be up to date and working with the latest AFDKO / fonttools.

@i-tu i-tu closed this as completed Dec 22, 2020
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

6 participants