GNOME Bugzilla – Bug 684800
jhbuild build cantarell-fonts failed, fontforge not found
Last modified: 2012-09-26 00:17:09 UTC
Using Fedora 17 64 bits moduleset gnome-apps-3.6, module gnome-core-shell make[1]: Entering directory `/home/carlos/checkout/gnome/cantarell-fonts/otf' /usr/bin/env fontforge -script ../scripts/generate.sh "../src/Cantarell-Regular.sfd" /usr/bin/env fontforge -script ../scripts/generate.sh "../src/Cantarell-Bold.sfd" \ { \ if test "x" = x -o "x" = x; then :; else \ for x in \ -decl-list.txt \ -decl.txt \ tmpl/-unused.sgml \ "tmpl/*.bak" \ xml html \ ; do echo /$x; done; \ fi; \ if test "x" = x -o "x" = x; then :; else \ for x in \ \ \ \ \ \ \ "*/.xml2po.mo" \ "*/*.omf.out" \ ; do echo /$x; done; \ fi; \ if test -f ./po/Makefile.in.in; then \ for x in \ po/Makefile.in.in \ po/Makefile.in \ po/Makefile \ po/POTFILES \ po/stamp-it \ po/.intltool-merge-cache \ "po/*.gmo" \ "po/*.mo" \ po/.pot \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ ; do echo /$x; done; \ fi; \ if test -f ./configure; then \ for x in \ autom4te.cache \ configure \ config.h \ stamp-h1 \ libtool \ config.lt \ ; do echo /$x; done; \ fi; \ for x in \ .gitignore \ \ \ \ \ \ \ so_locations \ .libs _libs \ \ "*." \ "*.lo" \ \ \ \ TAGS ID GTAGS GRTAGS GSYMS GPATH tags \ "*.tab.c" \ \ \ \ Makefile \ Makefile.in \ "*.orig" \ "*.rej" \ "*.bak" \ "*~" \ ".*.sw[nop]" \ ; do echo /$x; done; \ } | \ sed "s@^/`echo "." | sed 's/\(.\)/[\1]/g'`/@/@" | \ sed 's@/[.]/@/@g' | \ LC_ALL=C sort | uniq > .gitignore.tmp && \ mv .gitignore.tmp .gitignore; /usr/bin/env: /usr/bin/env: fontforge: No such file or directoryfontforge: No such file or directory make[1]: *** [Cantarell-Regular.otf] Error 127 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [Cantarell-Bold.otf] Error 127 make[1]: Leaving directory `/home/carlos/checkout/gnome/cantarell-fonts/otf' make: *** [all-recursive] Error 1 *** Error during phase build of cantarell-fonts: ########## Error running make -j 4 *** [117/121]
Created attachment 225184 [details] [review] build: Flip default to not rebuilding from source Per maintainer request.
Thank you Colin. Very appreciated.