Advertisement
Juc1

Install fontforge on Debian 7

Feb 4th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.78 KB | None | 0 0
  1. $ cat /etc/debian_version
  2. 7.3
  3. $ git clone git://git.code.sf.net/p/fontforge/git fontforge-git
  4. Cloning into 'fontforge-git'...
  5. remote: Counting objects: 70300, done.
  6. remote: Compressing objects: 100% (19082/19082), done.
  7. remote: Total 70300 (delta 52561), reused 68594 (delta 51153)
  8. Receiving objects: 100% (70300/70300), 46.16 MiB | 9.59 MiB/s, done.
  9. Resolving deltas: 100% (52561/52561), done.
  10. $ cd fontforge-git
  11. $ ./configure
  12. -bash: ./configure: No such file or directory
  13. $ ./autogen.sh
  14. Preparing the fontforge build system...please wait
  15.  
  16. Found GNU Autoconf version 2.69
  17. Found GNU Automake version 1.11.6
  18. Found GNU Libtool version 2.4.2
  19.  
  20. Automatically preparing build ... done
  21.  
  22. The fontforge build system is now prepared. To build here, run:
  23. ./configure
  24. make
  25. $ ./configure
  26. checking build system type... x86_64-unknown-linux-gnu
  27. checking host system type... x86_64-unknown-linux-gnu
  28. checking for a BSD-compatible install... /usr/bin/install -c
  29. checking whether build environment is sane... yes
  30. checking for a thread-safe mkdir -p... /bin/mkdir -p
  31. checking for gawk... gawk
  32. checking whether make sets $(MAKE)... yes
  33. checking whether to enable maintainer-specific portions of Makefiles... yes
  34. checking for style of include used by make... GNU
  35. checking for gcc... gcc
  36. checking whether the C compiler works... yes
  37. checking for C compiler default output file name... a.out
  38. checking for suffix of executables...
  39. checking whether we are cross compiling... no
  40. checking for suffix of object files... o
  41. checking whether we are using the GNU C compiler... yes
  42. checking whether gcc accepts -g... yes
  43. checking for gcc option to accept ISO C89... none needed
  44. checking dependency style of gcc... gcc3
  45. checking how to run the C preprocessor... gcc -E
  46. checking for grep that handles long lines and -e... /bin/grep
  47. checking for egrep... /bin/grep -E
  48. checking for ANSI C header files... yes
  49. checking for sys/types.h... yes
  50. checking for sys/stat.h... yes
  51. checking for stdlib.h... yes
  52. checking for string.h... yes
  53. checking for memory.h... yes
  54. checking for strings.h... yes
  55. checking for inttypes.h... yes
  56. checking for stdint.h... yes
  57. checking for unistd.h... yes
  58. checking minix/config.h usability... no
  59. checking minix/config.h presence... no
  60. checking for minix/config.h... no
  61. checking whether it is safe to define __EXTENSIONS__... yes
  62. checking whether make supports nested variables... yes
  63. checking for ar... ar
  64. checking the archiver (ar) interface... ar
  65. checking how to print strings... printf
  66. checking for a sed that does not truncate output... /bin/sed
  67. checking for fgrep... /bin/grep -F
  68. checking for ld used by gcc... /usr/bin/ld
  69. checking if the linker (/usr/bin/ld) is GNU ld... yes
  70. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  71. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  72. checking whether ln -s works... yes
  73. checking the maximum length of command line arguments... 1572864
  74. checking whether the shell understands some XSI constructs... yes
  75. checking whether the shell understands "+="... yes
  76. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  77. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  78. checking for /usr/bin/ld option to reload object files... -r
  79. checking for objdump... objdump
  80. checking how to recognize dependent libraries... pass_all
  81. checking for dlltool... no
  82. checking how to associate runtime and link libraries... printf %s\n
  83. checking for archiver @FILE support... @
  84. checking for strip... strip
  85. checking for ranlib... ranlib
  86. checking command to parse /usr/bin/nm -B output from gcc object... ok
  87. checking for sysroot... no
  88. checking for mt... mt
  89. checking if mt is a manifest tool... no
  90. checking for dlfcn.h... yes
  91. checking for objdir... .libs
  92. checking if gcc supports -fno-rtti -fno-exceptions... no
  93. checking for gcc option to produce PIC... -fPIC -DPIC
  94. checking if gcc PIC flag -fPIC -DPIC works... yes
  95. checking if gcc static flag -static works... yes
  96. checking if gcc supports -c -o file.o... yes
  97. checking if gcc supports -c -o file.o... (cached) yes
  98. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  99. checking whether -lc should be explicitly linked in... no
  100. checking dynamic linker characteristics... GNU/Linux ld.so
  101. checking how to hardcode library paths into programs... immediate
  102. checking for shl_load... no
  103. checking for shl_load in -ldld... no
  104. checking for dlopen... no
  105. checking for dlopen in -ldl... yes
  106. checking whether a program can dlopen itself... yes
  107. checking whether a statically linked program can dlopen itself... no
  108. checking whether stripping libraries is possible... yes
  109. checking if libtool supports shared libraries... yes
  110. checking whether to build shared libraries... yes
  111. checking whether to build static libraries... yes
  112. checking which extension is used for runtime loadable modules... .so
  113. checking which variable specifies run-time module search path... LD_LIBRARY_PATH
  114. checking for the default library search path... /lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu
  115. checking for library containing dlopen... -ldl
  116. checking for dlerror... yes
  117. checking for shl_load... (cached) no
  118. checking for shl_load in -ldld... (cached) no
  119. checking for dld_link in -ldld... no
  120. checking for _ prefix in compiled symbols... no
  121. checking whether deplibs are loaded by dlopen... yes
  122. checking for argz.h... yes
  123. checking for error_t... yes
  124. checking for argz_add... yes
  125. checking for argz_append... yes
  126. checking for argz_count... yes
  127. checking for argz_create_sep... yes
  128. checking for argz_insert... yes
  129. checking for argz_next... yes
  130. checking for argz_stringify... yes
  131. checking if argz actually works... yes
  132. checking whether libtool supports -dlopen/-dlpreopen... yes
  133. checking for ltdl.h... yes
  134. checking whether lt_dlinterface_register is declared... yes
  135. checking for lt_dladvise_preload in -lltdl... yes
  136. checking where to find libltdl headers...
  137. checking where to find libltdl library... -lltdl
  138. checking for unistd.h... (cached) yes
  139. checking for dl.h... no
  140. checking for sys/dl.h... no
  141. checking for dld.h... no
  142. checking for mach-o/dyld.h... no
  143. checking for dirent.h... yes
  144. checking for closedir... yes
  145. checking for opendir... yes
  146. checking for readdir... yes
  147. checking for strlcat... no
  148. checking for strlcpy... no
  149. checking for lt_dladvise_init in -lltdl... yes
  150. checking for X... libraries , headers
  151. checking for gethostbyname... yes
  152. checking for connect... yes
  153. checking for remove... yes
  154. checking for shmat... yes
  155. checking for IceConnectionNumber in -lICE... yes
  156. checking for gawk... (cached) gawk
  157. checking for gcc... (cached) gcc
  158. checking whether we are using the GNU C compiler... (cached) yes
  159. checking whether gcc accepts -g... (cached) yes
  160. checking for gcc option to accept ISO C89... (cached) none needed
  161. checking dependency style of gcc... (cached) gcc3
  162. checking for gcc option to accept ISO C99... -std=gnu99
  163. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  164. checking how to run the C preprocessor... gcc -E
  165. checking for g++... g++
  166. checking whether we are using the GNU C++ compiler... yes
  167. checking whether g++ accepts -g... yes
  168. checking dependency style of g++... gcc3
  169. checking how to run the C++ preprocessor... g++ -E
  170. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  171. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  172. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  173. checking for g++ option to produce PIC... -fPIC -DPIC
  174. checking if g++ PIC flag -fPIC -DPIC works... yes
  175. checking if g++ static flag -static works... yes
  176. checking if g++ supports -c -o file.o... yes
  177. checking if g++ supports -c -o file.o... (cached) yes
  178. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  179. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  180. checking how to hardcode library paths into programs... immediate
  181. checking for grep that handles long lines and -e... (cached) /bin/grep
  182. checking whether ln -s works... yes
  183. checking whether make sets $(MAKE)... (cached) yes
  184. checking for a sed that does not truncate output... (cached) /bin/sed
  185. checking for pkg-config... /usr/bin/pkg-config
  186. checking pkg-config is at least version 0.9.0... yes
  187. checking for msgfmt... /usr/bin/msgfmt
  188. checking for xgettext... /usr/bin/xgettext
  189. checking for cproto... cproto
  190. checking for indent... indent
  191. checking for unzip... /usr/bin/unzip
  192. checking for update-mime-database... /usr/bin/update-mime-database
  193. checking for update-desktop-database... /usr/bin/update-desktop-database
  194. checking for plutil... :
  195. checking for a Python interpreter with version >= 2.3... python
  196. checking for python... /usr/bin/python
  197. checking for python version... 2.7
  198. checking for python platform... linux2
  199. checking for python script directory... ${prefix}/lib/python2.7/dist-packages
  200. checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
  201. checking for PYTHON... yes
  202. checking whether to enable native callbacks (experimental)... no
  203. checking for library containing cos... -lm
  204. checking for library containing XOpenDisplay... -lX11
  205. checking for library containing XOpenDevice... no
  206. checking for library containing XkbQueryExtension... none required
  207. checking for ZLIB... yes
  208. checking for GLIB... yes
  209. checking for PANGO... no
  210. configure: error: Package requirements (pango >= 1.10 pangoxft) were not met:
  211.  
  212. No package 'pango' found
  213. No package 'pangoxft' found
  214.  
  215. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  216. installed software in a non-standard prefix.
  217.  
  218. Alternatively, you may set the environment variables PANGO_CFLAGS
  219. and PANGO_LIBS to avoid the need to call pkg-config.
  220. See the pkg-config man page for more details.
  221. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement