Advertisement
Guest User

Untitled

a guest
Jan 10th, 2013
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.78 KB | None | 0 0
  1. xxavi@casa:/home/xxavi % su
  2. Password:
  3. You have mail.
  4. root@casa:/home/xxavi # cd /usr/ports/graphics/py-cairo/
  5. root@casa:/usr/ports/graphics/py-cairo # pwd
  6. /usr/ports/graphics/py-cairo
  7. root@casa:/usr/ports/graphics/py-cairo # make clean rmconfig
  8. ===> Cleaning for py27-cairo-1.8.10_1
  9. ===> No user-specified options configured for py27-cairo-1.8.10_1
  10. root@casa:/usr/ports/graphics/py-cairo # ls -l
  11. total 24
  12. -rw-r--r-- 1 root wheel 1000 Nov 17 06:58 Makefile
  13. -rw-r--r-- 1 root wheel 138 Nov 20 2010 distinfo
  14. -rwxr-xr-x 1 root wheel 7805 Jan 6 15:47 gnomelogalyzer.sh
  15. -rw-r--r-- 1 root wheel 89 Mar 11 2005 pkg-descr
  16. -rw-r--r-- 1 root wheel 311 Oct 14 2006 pkg-plist
  17. root@casa:/usr/ports/graphics/py-cairo # md5 *
  18. MD5 (Makefile) = c917545d4182276b251a3a7f8d74fe1a
  19. MD5 (distinfo) = 53adce0d5051066565025b727f38d379
  20. MD5 (gnomelogalyzer.sh) = de95158bb45e5ac4a5674c5755efad81
  21. MD5 (pkg-descr) = 27d5cc0e01fbdcda9959608745a878ea
  22. MD5 (pkg-plist) = b8bf66847d07f050af165948d7f798e9
  23. root@casa:/usr/ports/graphics/py-cairo # make depends
  24. ===> py27-cairo-1.8.10_1 depends on shared library: cairo.2 - found
  25. ===> py27-cairo-1.8.10_1 depends on file: /usr/local/bin/python2.7 - found
  26. ===> py27-cairo-1.8.10_1 depends on executable: gmake - found
  27. ===> py27-cairo-1.8.10_1 depends on file: /usr/local/bin/python2.7 - found
  28. root@casa:/usr/ports/graphics/py-cairo # make
  29. ===> Found saved configuration for cairo-1.10.2_5,2
  30. ===> Extracting for py27-cairo-1.8.10_1
  31. => SHA256 Checksum OK for py2cairo-1.8.10.tar.gz.
  32. ===> Patching for py27-cairo-1.8.10_1
  33. ===> py27-cairo-1.8.10_1 depends on file: /usr/local/bin/python2.7 - found
  34. ===> py27-cairo-1.8.10_1 depends on executable: gmake - found
  35. ===> py27-cairo-1.8.10_1 depends on shared library: cairo.2 - found
  36. ===> Configuring for py27-cairo-1.8.10_1
  37. checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
  38. checking whether build environment is sane... yes
  39. checking for a thread-safe mkdir -p... ./install-sh -c -d
  40. checking for gawk... gawk
  41. checking whether gmake sets $(MAKE)... yes
  42. checking build system type... i386-portbld-freebsd9.1
  43. checking host system type... i386-portbld-freebsd9.1
  44. checking for style of include used by gmake... GNU
  45. checking for gcc... cc
  46. checking for C compiler default output file name... a.out
  47. checking whether the C compiler works... yes
  48. checking whether we are cross compiling... no
  49. checking for suffix of executables...
  50. checking for suffix of object files... o
  51. checking whether we are using the GNU C compiler... yes
  52. checking whether cc accepts -g... yes
  53. checking for cc option to accept ISO C89... none needed
  54. checking dependency style of cc... gcc3
  55. checking for a sed that does not truncate output... /usr/bin/sed
  56. checking for grep that handles long lines and -e... /usr/bin/grep
  57. checking for egrep... /usr/bin/grep -E
  58. checking for fgrep... /usr/bin/grep -F
  59. checking for ld used by cc... /usr/bin/ld
  60. checking if the linker (/usr/bin/ld) is GNU ld... yes
  61. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  62. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  63. checking whether ln -s works... yes
  64. checking the maximum length of command line arguments... (cached) 262144
  65. checking whether the shell understands some XSI constructs... yes
  66. checking whether the shell understands "+="... no
  67. checking for /usr/bin/ld option to reload object files... -r
  68. checking for objdump... objdump
  69. checking how to recognize dependent libraries... pass_all
  70. checking for ar... ar
  71. checking for strip... strip
  72. checking for ranlib... ranlib
  73. checking command to parse /usr/bin/nm -B output from cc object... ok
  74. checking how to run the C preprocessor... cpp
  75. checking for ANSI C header files... yes
  76. checking for sys/types.h... yes
  77. checking for sys/stat.h... yes
  78. checking for stdlib.h... yes
  79. checking for string.h... yes
  80. checking for memory.h... yes
  81. checking for strings.h... yes
  82. checking for inttypes.h... yes
  83. checking for stdint.h... yes
  84. checking for unistd.h... yes
  85. checking for dlfcn.h... yes
  86. checking for objdir... .libs
  87. checking if cc supports -fno-rtti -fno-exceptions... no
  88. checking for cc option to produce PIC... -fPIC -DPIC
  89. checking if cc PIC flag -fPIC -DPIC works... yes
  90. checking if cc static flag -static works... yes
  91. checking if cc supports -c -o file.o... yes
  92. checking if cc supports -c -o file.o... (cached) yes
  93. checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
  94. checking whether -lc should be explicitly linked in... no
  95. checking dynamic linker characteristics... freebsd9.1 ld.so
  96. checking how to hardcode library paths into programs... immediate
  97. checking whether stripping libraries is possible... yes
  98. checking if libtool supports shared libraries... yes
  99. checking whether to build shared libraries... yes
  100. checking whether to build static libraries... no
  101. configure: creating ./config.lt
  102. config.lt: creating libtool
  103. checking whether /usr/local/bin/python2.7 version >= 2.6... yes
  104. checking for /usr/local/bin/python2.7 version... 2.7
  105. checking for /usr/local/bin/python2.7 platform... freebsd9
  106. checking for /usr/local/bin/python2.7 script directory... ${prefix}/lib/python2.7/site-packages
  107. checking for /usr/local/bin/python2.7 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  108. checking for pkg-config... /usr/local/bin/pkg-config
  109. checking pkg-config is at least version 0.9.0... yes
  110. checking for CAIRO... yes
  111. checking for XPYB... no
  112. checking for headers required to compile python extensions... not found
  113. configure: error: could not find Python headers
  114. ===> Script "configure" failed unexpectedly.
  115. Please run the gnomelogalyzer, available from
  116. "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the
  117. problem and suggest a solution. If - and only if - the gnomelogalyzer cannot
  118. solve the problem, report the build failure to the FreeBSD GNOME team at
  119. [email protected], and attach (a)
  120. "/usr/ports/graphics/py-cairo/work/pycairo-1.8.10/config.log", (b) the output
  121. of the failed make command, and (c) the gnomelogalyzer output. Also, it might
  122. be a good idea to provide an overview of all packages installed on your system
  123. (i.e. an `ls /var/db/pkg`). Put your attachment up on any website,
  124. copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with
  125. the attachment. Try to avoid sending any attachments to the mailing list
  126. ([email protected]), because attachments sent to FreeBSD mailing lists are
  127. usually discarded by the mailing list software.
  128. *** [do-configure] Error code 1
  129.  
  130. Stop in /usr/ports/graphics/py-cairo.
  131. root@casa:/usr/ports/graphics/py-cairo # wget http://www.freebsd.org/gnome/gnomelogalyzer.sh
  132. --2013-01-10 11:29:22-- http://www.freebsd.org/gnome/gnomelogalyzer.sh
  133. Resolving www.freebsd.org (www.freebsd.org)... 8.8.178.110, 2001:1900:2254:206a::50:0
  134. Connecting to www.freebsd.org (www.freebsd.org)|8.8.178.110|:80... connected.
  135. HTTP request sent, awaiting response... 200 OK
  136. Length: unspecified [application/octet-stream]
  137. Saving to: `gnomelogalyzer.sh.1'
  138.  
  139. [ <=> ] 7,805 40.2K/s in 0.2s
  140.  
  141. 2013-01-10 11:29:22 (40.2 KB/s) - `gnomelogalyzer.sh.1' saved [7805]
  142.  
  143. root@casa:/usr/ports/graphics/py-cairo # chmod +x gnomelogalyzer.sh
  144. root@casa:/usr/ports/graphics/py-cairo # ./gnomelogalyzer.sh
  145.  
  146. Generating build log. Please wait... done.
  147.  
  148. The cause of your build failure is not known to gnomelogalyzer.sh. Before
  149. e-mailing the build log to the FreeBSD GNOME team at [email protected],
  150. TRY EACH OF THE FOLLOWING:
  151.  
  152. * If you are generating your own logfile, make sure to generate it with
  153. something similar to:
  154. "make 2>&1 | tee /path/to/logfile" (sh/bash/ksh/zsh) or
  155. "make |& tee /path/to/logfile" (csh/tcsh)
  156. * Make sure you are downloading the complete Ports tree.
  157. * Check /usr/ports/UPDATING for information pertinent to your build
  158. failure
  159. * 99% of the commonly reported build failures can be solved by
  160. running "portupgrade -a"
  161. * Read the FAQs at http://www.FreeBSD.org/gnome/
  162. * Search the archives of [email protected]. Archives can be
  163. searched at http://www.freebsd.org/gnome/index.html#search
  164.  
  165. If you have not performed each of the above suggestions, don't bother asking
  166. for help. The chances are good that you'll simply be told to perform one of
  167. the aforementioned steps.
  168. root@casa:/usr/ports/graphics/py-cairo # md5 gnomelogalyzer.sh
  169. MD5 (gnomelogalyzer.sh) = de95158bb45e5ac4a5674c5755efad81
  170. root@casa:/usr/ports/graphics/py-cairo # make |& tee ./graphics_py-cairo_logfile.txt
  171. ===> py27-cairo-1.8.10_1 depends on file: /usr/local/bin/python2.7 - found
  172. ===> py27-cairo-1.8.10_1 depends on executable: gmake - found
  173. ===> py27-cairo-1.8.10_1 depends on shared library: cairo.2 - found
  174. ===> Configuring for py27-cairo-1.8.10_1
  175. checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
  176. checking whether build environment is sane... yes
  177. checking for a thread-safe mkdir -p... ./install-sh -c -d
  178. checking for gawk... gawk
  179. checking whether gmake sets $(MAKE)... yes
  180. checking build system type... i386-portbld-freebsd9.1
  181. checking host system type... i386-portbld-freebsd9.1
  182. checking for style of include used by gmake... GNU
  183. checking for gcc... cc
  184. checking for C compiler default output file name... a.out
  185. checking whether the C compiler works... yes
  186. checking whether we are cross compiling... no
  187. checking for suffix of executables...
  188. checking for suffix of object files... o
  189. checking whether we are using the GNU C compiler... yes
  190. checking whether cc accepts -g... yes
  191. checking for cc option to accept ISO C89... none needed
  192. checking dependency style of cc... gcc3
  193. checking for a sed that does not truncate output... /usr/bin/sed
  194. checking for grep that handles long lines and -e... /usr/bin/grep
  195. checking for egrep... /usr/bin/grep -E
  196. checking for fgrep... /usr/bin/grep -F
  197. checking for ld used by cc... /usr/bin/ld
  198. checking if the linker (/usr/bin/ld) is GNU ld... yes
  199. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  200. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  201. checking whether ln -s works... yes
  202. checking the maximum length of command line arguments... (cached) 262144
  203. checking whether the shell understands some XSI constructs... yes
  204. checking whether the shell understands "+="... no
  205. checking for /usr/bin/ld option to reload object files... -r
  206. checking for objdump... objdump
  207. checking how to recognize dependent libraries... pass_all
  208. checking for ar... ar
  209. checking for strip... strip
  210. checking for ranlib... ranlib
  211. checking command to parse /usr/bin/nm -B output from cc object... ok
  212. checking how to run the C preprocessor... cpp
  213. checking for ANSI C header files... yes
  214. checking for sys/types.h... yes
  215. checking for sys/stat.h... yes
  216. checking for stdlib.h... yes
  217. checking for string.h... yes
  218. checking for memory.h... yes
  219. checking for strings.h... yes
  220. checking for inttypes.h... yes
  221. checking for stdint.h... yes
  222. checking for unistd.h... yes
  223. checking for dlfcn.h... yes
  224. checking for objdir... .libs
  225. checking if cc supports -fno-rtti -fno-exceptions... no
  226. checking for cc option to produce PIC... -fPIC -DPIC
  227. checking if cc PIC flag -fPIC -DPIC works... yes
  228. checking if cc static flag -static works... yes
  229. checking if cc supports -c -o file.o... yes
  230. checking if cc supports -c -o file.o... (cached) yes
  231. checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
  232. checking whether -lc should be explicitly linked in... no
  233. checking dynamic linker characteristics... freebsd9.1 ld.so
  234. checking how to hardcode library paths into programs... immediate
  235. checking whether stripping libraries is possible... yes
  236. checking if libtool supports shared libraries... yes
  237. checking whether to build shared libraries... yes
  238. checking whether to build static libraries... no
  239. configure: creating ./config.lt
  240. config.lt: creating libtool
  241. checking whether /usr/local/bin/python2.7 version >= 2.6... yes
  242. checking for /usr/local/bin/python2.7 version... 2.7
  243. checking for /usr/local/bin/python2.7 platform... freebsd9
  244. checking for /usr/local/bin/python2.7 script directory... ${prefix}/lib/python2.7/site-packages
  245. checking for /usr/local/bin/python2.7 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  246. checking for pkg-config... /usr/local/bin/pkg-config
  247. checking pkg-config is at least version 0.9.0... yes
  248. checking for CAIRO... yes
  249. checking for XPYB... no
  250. checking for headers required to compile python extensions... not found
  251. configure: error: could not find Python headers
  252. ===> Script "configure" failed unexpectedly.
  253. Please run the gnomelogalyzer, available from
  254. "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the
  255. problem and suggest a solution. If - and only if - the gnomelogalyzer cannot
  256. solve the problem, report the build failure to the FreeBSD GNOME team at
  257. [email protected], and attach (a)
  258. "/usr/ports/graphics/py-cairo/work/pycairo-1.8.10/config.log", (b) the output
  259. of the failed make command, and (c) the gnomelogalyzer output. Also, it might
  260. be a good idea to provide an overview of all packages installed on your system
  261. (i.e. an `ls /var/db/pkg`). Put your attachment up on any website,
  262. copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with
  263. the attachment. Try to avoid sending any attachments to the mailing list
  264. ([email protected]), because attachments sent to FreeBSD mailing lists are
  265. usually discarded by the mailing list software.
  266. *** [do-configure] Error code 1
  267.  
  268. Stop in /usr/ports/graphics/py-cairo.
  269. root@casa:/usr/ports/graphics/py-cairo # ls -l graphics_py-cairo_logfile.txt
  270. -rw-r--r-- 1 root wheel 4971 Jan 10 11:30 graphics_py-cairo_logfile.txt
  271. root@casa:/usr/ports/graphics/py-cairo # md5 graphics_py-cairo_logfile.txt
  272. MD5 (graphics_py-cairo_logfile.txt) = 73c264f0655b7598755832ae76b4cbfa
  273. root@casa:/usr/ports/graphics/py-cairo #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement