After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 684800 - jhbuild build cantarell-fonts failed, fontforge not found
jhbuild build cantarell-fonts failed, fontforge not found
Status: RESOLVED FIXED
Product: cantarell-fonts
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Cantarell fonts maintainer(s)
Cantarell fonts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-09-25 17:44 UTC by Carlos Soriano
Modified: 2012-09-26 00:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Flip default to not rebuilding from source (1.14 KB, patch)
2012-09-26 00:12 UTC, Colin Walters
none Details | Review

Description Carlos Soriano 2012-09-25 17:44:11 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]
Comment 1 Colin Walters 2012-09-26 00:12:28 UTC
Created attachment 225184 [details] [review]
build: Flip default to not rebuilding from source

Per maintainer request.
Comment 2 Jakub Steiner 2012-09-26 00:17:09 UTC
Thank you Colin. Very appreciated.