Advertisement
Guest User

Untitled

a guest
Jul 16th, 2022
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.90 KB | None | 0 0
  1. graphviz-5.0.0 will be compiled with the following:
  2.  
  3. options:
  4. cgraph: Yes (always enabled)
  5. digcola: Yes
  6. expat: Yes
  7. fontconfig: Yes
  8. freetype: Yes
  9. glut: Yes
  10. ann: No (no ann.pc found)
  11. gts: No (gts library not available)
  12. ipsepcola: Yes
  13. ltdl: Yes
  14. ortho: Yes
  15. sfdp: Yes
  16. swig: Yes ( 4.0.2 )
  17. shared: Yes
  18. static: No (disabled by default)
  19. qt: Yes
  20. x: Yes
  21.  
  22. commands:
  23. dot: Yes (always enabled)
  24. neato: Yes (always enabled)
  25. fdp: Yes (always enabled)
  26. circo: Yes (always enabled)
  27. twopi: Yes (always enabled)
  28. gvpr: Yes (always enabled)
  29. gvmap: Yes (always enabled)
  30. smyrna: No (requires: gts)
  31. gvedit: Yes
  32.  
  33. plugin libraries:
  34. dot_layout: Yes (always enabled)
  35. neato_layout: Yes (always enabled)
  36. core: Yes (always enabled)
  37. devil: No (missing library)
  38. gd: Yes
  39. gdiplus: No (disabled by default - Windows only)
  40. gdk: Yes
  41. gdk_pixbuf: Yes
  42. ghostscript: Yes
  43. gtk: Yes
  44. lasi: No (lasi library not available)
  45. pangocairo: Yes
  46. poppler: Yes
  47. quartz: No (disabled by default - Mac only)
  48. rsvg: Yes
  49. visio: Yes
  50. webp: Yes
  51. xlib: Yes
  52.  
  53. language extensions:
  54. gv_sharp: No (mcs not available)
  55. gv_d: No (disabled by default - incomplete)
  56. gv_go: No (GO compiler not available)
  57. gv_guile: No (guile not available)
  58. gv_io: No (disabled by default - no swig support yet)
  59. gv_java: No (missing header)
  60. gv_javascript: No (disabled by default - incomplete)
  61. gv_lua: Yes
  62. gv_ocaml: No (ocaml not available)
  63. gv_perl: Yes
  64. gv_php: No (missing header)
  65. gv_python: No (python is too old)
  66. gv_python3: Yes
  67. gv_R: Yes
  68. gv_ruby: No (missing header)
  69. gv_tcl: Yes
  70.  
  71. tcldot: Yes
  72. tclpathplan: Yes
  73. gdtclft: Yes
  74.  
  75. Testing utilities:
  76. criterion: No (Criterion unit testing framework not installed)
  77. + make
  78. printf '#pragma once\n' > ./graphviz_version.h
  79. /usr/bin/grep -E 'PACKAGE|VERSION|GVPLUGIN' config.h >> ./graphviz_version.h
  80. make all-recursive
  81. make[1]: Entering directory '/ports/build/graphviz-5.0.0/src/graphviz-5.0.0'
  82. Making all in libltdl
  83. make[2]: Entering directory '/ports/build/graphviz-5.0.0/src/graphviz-5.0.0/libltdl'
  84. make all-am
  85. make[3]: Entering directory '/ports/build/graphviz-5.0.0/src/graphviz-5.0.0/libltdl'
  86. CC libltdlc_la-lt__alloc.lo
  87. CC libltdlc_la-lt_dlloader.lo
  88. CC libltdlc_la-lt_error.lo
  89. CC libltdlc_la-ltdl.lo
  90. CC libltdlc_la-slist.lo
  91. CC lt__strl.lo
  92. CC loaders/dlopen.lo
  93. CC loaders/libltdlc_la-preopen.lo
  94. CCLD dlopen.la
  95. CCLD libltdlc.la
  96. make[3]: Leaving directory '/ports/build/graphviz-5.0.0/src/graphviz-5.0.0/libltdl'
  97. make[2]: Leaving directory '/ports/build/graphviz-5.0.0/src/graphviz-5.0.0/libltdl'
  98. Making all in lib
  99. make[2]: Entering directory '/ports/build/graphviz-5.0.0/src/graphviz-5.0.0/lib'
  100. Making all in cdt
  101. make[3]: Entering directory '/ports/build/graphviz-5.0.0/src/graphviz-5.0.0/lib/cdt'
  102. CC dtclose.lo
  103. CC dtdisc.lo
  104. CC dtextract.lo
  105. CC dtflatten.lo
  106. CC dthash.lo
  107. CC dtlist.lo
  108. CC dtmethod.lo
  109. CC dtopen.lo
  110. dthash.c: In function 'dthtab':
  111. dthash.c:50:36: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion]
  112. 50 | if (!(s = dt->memoryf(dt, olds, n * sizeof(Dtlink_t*), dt->disc)))
  113. | ^
  114. In file included from dthash.c:1:
  115. ../../lib/cdt/dthdr.h:33:25: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion]
  116. 33 | #define HINDEX(n,h) ((h)&((n)-1))
  117. | ^
  118. dthash.c:62:17: note: in expansion of macro 'HINDEX'
  119. 62 | if((is = s + HINDEX(n,t->hash)) == hs)
  120. | ^~~~~~
  121. dthash.c: In function 'dthash':
  122. ../../lib/cdt/dthdr.h:33:25: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion]
  123. 33 | #define HINDEX(n,h) ((h)&((n)-1))
  124. | ^
  125. dthash.c:138:24: note: in expansion of macro 'HINDEX'
  126. 138 | s = dt->data->htab + HINDEX(dt->data->ntab,dt->data->here->hash);
  127. | ^~~~~~
  128. ../../lib/cdt/dthdr.h:33:25: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion]
  129. 33 | #define HINDEX(n,h) ((h)&((n)-1))
  130. | ^
  131. dthash.c:167:25: note: in expansion of macro 'HINDEX'
  132. 167 | s = dt->data->htab + HINDEX(dt->data->ntab,hsh);
  133. | ^~~~~~
  134. ../../lib/cdt/dthdr.h:33:25: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion]
  135. 33 | #define HINDEX(n,h) ((h)&((n)-1))
  136. | ^
  137. dthash.c:175:29: note: in expansion of macro 'HINDEX'
  138. 175 | *(s = dt->data->htab + HINDEX(dt->data->ntab,hsh));
  139. | ^~~~~~
  140. ../../lib/cdt/dthdr.h:33:25: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion]
  141. 33 | #define HINDEX(n,h) ((h)&((n)-1))
  142. | ^
  143. dthash.c:235:24: note: in expansion of macro 'HINDEX'
  144. 235 | s = dt->data->htab + HINDEX(dt->data->ntab,hsh);
  145. | ^~~~~~
  146. CC dtrenew.lo
  147. CC dtrestore.lo
  148. CC dtsize.lo
  149. CC dtstat.lo
  150. CC dtstrhash.lo
  151. CC dttree.lo
  152. In file included from dtrenew.c:1:
  153. dtrenew.c: In function 'dtrenew':
  154. ../../lib/cdt/dthdr.h:33:25: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion]
  155. 33 | #define HINDEX(n,h) ((h)&((n)-1))
  156. | ^
  157. dtrenew.c:37:25: note: in expansion of macro 'HINDEX'
  158. 37 | { s = dt->data->htab + HINDEX(dt->data->ntab,e->hash);
  159. | ^~~~~~
  160. CC dtview.lo
  161. CC dtwalk.lo
  162. rm -f cdt.3.pdf; pdffile=cdt.3.pdf; psfile=${pdffile%pdf}ps; \
  163. groff -Tps -man cdt.3 > $psfile || { rm -f $psfile; exit 1; }; \
  164. ps2pdf $psfile && rm -f $psfile || { rm -f $psfile; exit 1; }
  165. dtstrhash.c: In function 'dtstrhash':
  166. dtstrhash.c:23:7: warning: conversion from 'long int' to 'int' may change value [-Wconversion]
  167. 23 | n = s - (unsigned char*)args;
  168. | ^
  169. dtstrhash.c:32:11: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion]
  170. 32 | return (h+n)*DT_PRIME;
  171. | ^
  172. dtstat.c: In function 'dtstat':
  173. dtstat.c:60:38: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion]
  174. 60 | if(!(Count = malloc((ds->dt_max+1)*sizeof(int))) )
  175. | ^
  176. dtstat.c:74:37: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion]
  177. 74 | if(!(Count = malloc((ds->dt_n+1)*sizeof(int))) )
  178. | ^
  179. Segmentation fault
  180. make[3]: *** [Makefile:1106: cdt.3.pdf] Error 1
  181. make[3]: *** Waiting for unfinished jobs....
  182. make[3]: Leaving directory '/ports/build/graphviz-5.0.0/src/graphviz-5.0.0/lib/cdt'
  183. make[2]: *** [Makefile:584: all-recursive] Error 1
  184. make[2]: Leaving directory '/ports/build/graphviz-5.0.0/src/graphviz-5.0.0/lib'
  185. make[1]: *** [Makefile:801: all-recursive] Error 1
  186. make[1]: Leaving directory '/ports/build/graphviz-5.0.0/src/graphviz-5.0.0'
  187. make: *** [Makefile:630: all] Error 2
  188. =======> ERROR: Building '/ports/packages/graphviz#5.0.0-1.pkg.tar.gz' failed.
  189.  
  190. -- Packages where update failed
  191. graphviz
  192.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement