Advertisement
NginUS

pangoxft error

Jun 16th, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 KB | None | 0 0
  1. Building openbox version 3.6
  2. + running "default_pre_build"
  3. + validating "/usr/src/openbox-3.6"
  4. + creating building dir "/usr/src/openbox-3.6"
  5. + Removing old source directory first!
  6. + Unpacking "/var/spool/lunar/openbox-3.6.tar.gz" in "/usr/src"
  7. + building "openbox" version "3.6" in /usr/src/openbox-3.6
  8. + CC_EXT="ccache "
  9. + CXX_EXT="ccache "
  10. + CC="gcc"
  11. + CXX="g++"
  12. + CPP="cpp"
  13. + CFLAGS=" -O2 -march=x86-64 -pipe"
  14. + CXXFLAGS=" -O2 -march=x86-64 -pipe"
  15. + CPPFLAGS=" -D_FORTIFY_SOURCE=2"
  16. + LDFLAGS=" -s"
  17. + MAKES="2"
  18. + Enabled wrapper script usage
  19. + running "default_build"
  20. + running "default_config"
  21. + ./configure --build=x86_64-pc-linux-gnu --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=/usr/share/info --mandir=/usr/share/man
  22. checking for a BSD-compatible install... /usr/bin/install -c
  23. checking whether build environment is sane... yes
  24. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  25. checking for gawk... gawk
  26. checking whether make sets $(MAKE)... yes
  27. checking whether make supports nested variables... yes
  28. checking build type... RELEASE
  29. checking for style of include used by make... GNU
  30. checking for gcc... gcc
  31. checking whether the C compiler works... yes
  32. checking for C compiler default output file name... a.out
  33. checking for suffix of executables...
  34. checking whether we are cross compiling... no
  35. checking for suffix of object files... o
  36. checking whether we are using the GNU C compiler... yes
  37. checking whether gcc accepts -g... yes
  38. checking for gcc option to accept ISO C89... none needed
  39. checking dependency style of gcc... gcc3
  40. checking whether gcc and cc understand -c and -o together... yes
  41. checking how to run the C preprocessor... cpp
  42. checking for GNU CC... yes
  43. checking for compiler specific flags... -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing
  44. checking for an ANSI C-conforming const... yes
  45. checking for inline... inline
  46. checking build system type... x86_64-pc-linux-gnu
  47. checking host system type... x86_64-pc-linux-gnu
  48. checking how to print strings... printf
  49. checking for a sed that does not truncate output... /bin/sed
  50. checking for grep that handles long lines and -e... /bin/grep
  51. checking for egrep... /bin/grep -E
  52. checking for fgrep... /bin/grep -F
  53. checking for ld used by gcc... /var/lib/lunar/compilers/ld
  54. checking if the linker (/var/lib/lunar/compilers/ld) is GNU ld... yes
  55. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  56. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  57. checking whether ln -s works... yes
  58. checking the maximum length of command line arguments... 1572864
  59. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  60. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  61. checking for /var/lib/lunar/compilers/ld option to reload object files... -r
  62. checking for objdump... objdump
  63. checking how to recognize dependent libraries... pass_all
  64. checking for dlltool... no
  65. checking how to associate runtime and link libraries... printf %s\n
  66. checking for ar... ar
  67. checking for archiver @FILE support... @
  68. checking for strip... strip
  69. checking for ranlib... ranlib
  70. checking command to parse /usr/bin/nm -B output from gcc object... ok
  71. checking for sysroot... no
  72. checking for a working dd... /usr/bin/dd
  73. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  74. checking for mt... no
  75. checking if : is a manifest tool... no
  76. checking for ANSI C header files... yes
  77. checking for sys/types.h... yes
  78. checking for sys/stat.h... yes
  79. checking for stdlib.h... yes
  80. checking for string.h... yes
  81. checking for memory.h... yes
  82. checking for strings.h... yes
  83. checking for inttypes.h... yes
  84. checking for stdint.h... yes
  85. checking for unistd.h... yes
  86. checking for dlfcn.h... yes
  87. checking for objdir... .libs
  88. checking if gcc supports -fno-rtti -fno-exceptions... no
  89. checking for gcc option to produce PIC... -fPIC -DPIC
  90. checking if gcc PIC flag -fPIC -DPIC works... yes
  91. checking if gcc static flag -static works... yes
  92. checking if gcc supports -c -o file.o... yes
  93. checking if gcc supports -c -o file.o... (cached) yes
  94. checking whether the gcc linker (/var/lib/lunar/compilers/ld -m elf_x86_64) supports shared libraries... yes
  95. checking whether -lc should be explicitly linked in... no
  96. checking dynamic linker characteristics... GNU/Linux ld.so
  97. checking how to hardcode library paths into programs... immediate
  98. checking whether stripping libraries is possible... yes
  99. checking if libtool supports shared libraries... yes
  100. checking whether to build shared libraries... yes
  101. checking whether to build static libraries... yes
  102. checking whether NLS is requested... yes
  103. checking for msgfmt... /usr/bin/msgfmt
  104. checking for gmsgfmt... /usr/bin/msgfmt
  105. checking for xgettext... /usr/bin/xgettext
  106. checking for msgmerge... /usr/bin/msgmerge
  107. checking for ld used by GCC... /var/lib/lunar/compilers/ld -m elf_x86_64
  108. checking if the linker (/var/lib/lunar/compilers/ld -m elf_x86_64) is GNU ld... yes
  109. checking for shared library run path origin... done
  110. checking for CFPreferencesCopyAppValue... no
  111. checking for CFLocaleCopyCurrent... no
  112. checking for GNU gettext in libc... yes
  113. checking whether to use NLS... yes
  114. checking where the gettext function comes from... libc
  115. checking ctype.h usability... yes
  116. checking ctype.h presence... yes
  117. checking for ctype.h... yes
  118. checking dirent.h usability... yes
  119. checking dirent.h presence... yes
  120. checking for dirent.h... yes
  121. checking errno.h usability... yes
  122. checking errno.h presence... yes
  123. checking for errno.h... yes
  124. checking fcntl.h usability... yes
  125. checking fcntl.h presence... yes
  126. checking for fcntl.h... yes
  127. checking grp.h usability... yes
  128. checking grp.h presence... yes
  129. checking for grp.h... yes
  130. checking locale.h usability... yes
  131. checking locale.h presence... yes
  132. checking for locale.h... yes
  133. checking pwd.h usability... yes
  134. checking pwd.h presence... yes
  135. checking for pwd.h... yes
  136. checking signal.h usability... yes
  137. checking signal.h presence... yes
  138. checking for signal.h... yes
  139. checking for string.h... (cached) yes
  140. checking stdio.h usability... yes
  141. checking stdio.h presence... yes
  142. checking for stdio.h... yes
  143. checking for stdlib.h... (cached) yes
  144. checking for unistd.h... (cached) yes
  145. checking for sys/stat.h... (cached) yes
  146. checking sys/select.h usability... yes
  147. checking sys/select.h presence... yes
  148. checking for sys/select.h... yes
  149. checking sys/socket.h usability... yes
  150. checking sys/socket.h presence... yes
  151. checking for sys/socket.h... yes
  152. checking sys/time.h usability... yes
  153. checking sys/time.h presence... yes
  154. checking for sys/time.h... yes
  155. checking for sys/types.h... (cached) yes
  156. checking sys/wait.h usability... yes
  157. checking sys/wait.h presence... yes
  158. checking for sys/wait.h... yes
  159. checking for sed... (cached) /bin/sed
  160. checking for dirname... /usr/bin/dirname
  161. checking for pkg-config... /usr/bin/pkg-config
  162. checking pkg-config is at least version 0.9.0... yes
  163. checking for GLIB... yes
  164. checking for PANGO... no
  165. configure: error: Package requirements (pango >= 1.8.0 pangoxft >= 1.8.0) were not met:
  166.  
  167. No package 'pangoxft' found
  168.  
  169. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  170. installed software in a non-standard prefix.
  171.  
  172. Alternatively, you may set the environment variables PANGO_CFLAGS
  173. and PANGO_LIBS to avoid the need to call pkg-config.
  174. See the pkg-config man page for more details.
  175. Creating /var/log/lunar/compile/openbox-3.6.xz
  176. ! Problem detected during BUILD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement