monniewolf

gv install in Fink 0.34.2 on Mac OS 10.8

Aug 20th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.09 KB | None | 0 0
  1. mwolfson ~ : fink install gv
  2. Information about 5724 packages read in 1 seconds.
  3. The following package will be installed or updated:
  4. gv
  5. Setting runtime build-lock...
  6. dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-gv-3.6.5-2 /sw/src/fink.build
  7. dpkg-deb: building package `fink-buildlock-gv-3.6.5-2' in `/sw/src/fink.build/fink-buildlock-gv-3.6.5-2_2012.08.20-17.40.24_darwin-x86_64.deb'.
  8. Installing build-lock package...
  9. /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-gv-3.6.5-2_2012.08.20-17.40.24_darwin-x86_64.deb
  10. Selecting previously deselected package fink-buildlock-gv-3.6.5-2.
  11. (Reading database ... 60947 files and directories currently installed.)
  12. Unpacking fink-buildlock-gv-3.6.5-2 (from .../fink-buildlock-gv-3.6.5-2_2012.08.20-17.40.24_darwin-x86_64.deb) ...
  13. Setting up fink-buildlock-gv-3.6.5-2 (2012.08.20-17.40.24) ...
  14.  
  15. sudo -u fink-bld [ENV] sh -c /tmp/fink.DRTbB
  16. /sw/bin/tar --no-same-owner --no-same-permissions -xf /sw/src/gv-3.6.5.tar.gz
  17. sudo -u fink-bld [ENV] sh -c /tmp/fink.7_tOK
  18. [ -r /sw/fink/dists/stable/main/finkinfo/text/gv.patch ]
  19. sudo -u fink-bld [ENV] sh -c /tmp/fink.cA0pR
  20. patch -p1 < /sw/fink/dists/stable/main/finkinfo/text/gv.patch
  21. patching file src/Makefile.in
  22. Hunk #1 succeeded at 257 (offset 34 lines).
  23. Hunk #2 succeeded at 670 (offset 46 lines).
  24. patching file src/gv_misc_res.dat
  25. Hunk #1 succeeded at 465 (offset -3 lines).
  26. sed -i.bak 's|/usr/doc|/sw/share/doc|' src/Makefile.in
  27. sudo -u fink-bld [ENV] sh -c /tmp/fink.krG8Q
  28. ./configure --prefix=/sw --mandir='${prefix}/share/man' --infodir='${prefix}/share/info' --disable-dependency-tracking --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-setenv-code
  29. checking for a BSD-compatible install... /sw/bin/ginstall -c
  30. checking whether build environment is sane... yes
  31. checking for a thread-safe mkdir -p... /sw/bin/gmkdir -p
  32. checking for gawk... no
  33. checking for mawk... no
  34. checking for nawk... no
  35. checking for awk... awk
  36. checking whether make sets $(MAKE)... yes
  37. checking whether to enable maintainer-specific portions of Makefiles... no
  38. checking for gcc... gcc
  39. checking for C compiler default output file name... a.out
  40. checking whether the C compiler works... yes
  41. checking whether we are cross compiling... no
  42. checking for suffix of executables...
  43. checking for suffix of object files... o
  44. checking whether we are using the GNU C compiler... yes
  45. checking whether gcc accepts -g... yes
  46. checking for gcc option to accept ISO C89... none needed
  47. checking for style of include used by make... GNU
  48. checking dependency style of gcc... none
  49. checking for ranlib... ranlib
  50. checking how to run the C preprocessor... gcc -E
  51. checking for grep that handles long lines and -e... /usr/bin/grep
  52. checking for egrep... /usr/bin/grep -E
  53. checking for ANSI C header files... yes
  54. checking for sys/types.h... yes
  55. checking for sys/stat.h... yes
  56. checking for stdlib.h... yes
  57. checking for string.h... yes
  58. checking for memory.h... yes
  59. checking for strings.h... yes
  60. checking for inttypes.h... yes
  61. checking for stdint.h... yes
  62. checking for unistd.h... yes
  63. checking getopt.h usability... yes
  64. checking getopt.h presence... yes
  65. checking for getopt.h... yes
  66. checking for getopt_long_only... yes
  67. checking whether optreset is declared... no
  68. checking for working GNU getopt function... yes
  69. checking whether getenv is declared... yes
  70. checking whether the preprocessor supports include_next... yes
  71. checking for unistd.h... (cached) yes
  72. checking for sqrt in -lm... yes
  73. checking for yywrap in -lfl... no
  74. checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
  75. checking whether -R must be followed by a space... neither works
  76. checking for gethostbyname... yes
  77. checking for connect... yes
  78. checking for remove... yes
  79. checking for shmat... yes
  80. checking for IceConnectionNumber in -lICE... yes
  81. checking for XOpenDisplay in -lX11... yes
  82. checking for main in -lICE... yes
  83. checking for main in -lSM... yes
  84. checking for main in -lXext... yes
  85. checking for XtOpenDisplay in -lXt... yes
  86. checking for main in -lXmu... yes
  87. checking for main in -lXpm... yes
  88. checking for XawInitializeWidgetSet in -lXaw3d... yes
  89. checking for inttypes.h... (cached) yes
  90. configure: creating ./config.status
  91. config.status: creating Makefile
  92. config.status: creating doc/version.texi
  93. config.status: creating lib/Makefile
  94. config.status: creating src/Makefile
  95. config.status: creating doc/Makefile
  96. config.status: creating src/ac_config.h
  97. config.status: executing depfiles commands
  98. make
  99. Making all in lib
  100. rm -f unistd.h-t unistd.h
  101. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  102. sed -e 's|@''HAVE_UNISTD_H''@|1|g' \
  103. -e 's/@''INCLUDE_NEXT''@/include_next/g' \
  104. -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
  105. -e 's|@''GNULIB_CHOWN''@|0|g' \
  106. -e 's|@''GNULIB_DUP2''@|0|g' \
  107. -e 's|@''GNULIB_FCHDIR''@|0|g' \
  108. -e 's|@''GNULIB_FTRUNCATE''@|0|g' \
  109. -e 's|@''GNULIB_GETCWD''@|0|g' \
  110. -e 's|@''GNULIB_GETLOGIN_R''@|0|g' \
  111. -e 's|@''GNULIB_LCHOWN''@|0|g' \
  112. -e 's|@''GNULIB_LSEEK''@|0|g' \
  113. -e 's|@''GNULIB_READLINK''@|0|g' \
  114. -e 's|@''GNULIB_SLEEP''@|0|g' \
  115. -e 's|@''HAVE_DUP2''@|1|g' \
  116. -e 's|@''HAVE_FTRUNCATE''@|1|g' \
  117. -e 's|@''HAVE_READLINK''@|1|g' \
  118. -e 's|@''HAVE_SLEEP''@|1|g' \
  119. -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
  120. -e 's|@''REPLACE_CHOWN''@|0|g' \
  121. -e 's|@''REPLACE_FCHDIR''@|0|g' \
  122. -e 's|@''REPLACE_GETCWD''@|0|g' \
  123. -e 's|@''REPLACE_LCHOWN''@|0|g' \
  124. -e 's|@''REPLACE_LSEEK''@|0|g' \
  125. < ./unistd_.h; \
  126. } > unistd.h-t
  127. mv unistd.h-t unistd.h
  128. make all-am
  129. gcc -DHAVE_CONFIG_H -I. -I../src -I/usr/X11R6/include -I/sw/include/gnugetopt -I/sw/include -g -O2 -c dummy.c
  130. rm -f libgnu.a
  131. ar cru libgnu.a dummy.o
  132. /usr/bin/ranlib: file: libgnu.a(dummy.o) has no symbols
  133. ranlib libgnu.a
  134. ranlib: file: libgnu.a(dummy.o) has no symbols
  135. ranlib: warning for library: libgnu.a the table of contents is empty (no object file members in the library define global symbols)
  136. Making all in src
  137. creating gv_intern_res_unix.dat
  138. creating gv_make_res.dat
  139. creating gv_intern_res_unix.h
  140. creating gv_class.ad
  141. cp ./gv_copyright.dat ./gv_class.ad
  142. creating gv_class.h
  143. make all-am
  144. gcc -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE -DGV_LIBDIR=\"/sw/lib/gv\" -I../lib -I../lib -g -I/usr/X11R6/include -I/sw/include/gnugetopt -I/sw/include -I/usr/X11R6/include -DUSE_SETENV_CODE -g -O2 -c Aaa.c
  145. gcc -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE -DGV_LIBDIR=\"/sw/lib/gv\" -I../lib -I../lib -g -I/usr/X11R6/include -I/sw/include/gnugetopt -I/sw/include -I/usr/X11R6/include -DUSE_SETENV_CODE -g -O2 -c Aaa_bison.c
  146. gcc -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE -DGV_LIBDIR=\"/sw/lib/gv\" -I../lib -I../lib -g -I/usr/X11R6/include -I/sw/include/gnugetopt -I/sw/include -I/usr/X11R6/include -DUSE_SETENV_CODE -g -O2 -c Aaa_lex.c
  147. gcc -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE -DGV_LIBDIR=\"/sw/lib/gv\" -I../lib -I../lib -g -I/usr/X11R6/include -I/sw/include/gnugetopt -I/sw/include -I/usr/X11R6/include -DUSE_SETENV_CODE -g -O2 -c Button.c
  148. gcc -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE -DGV_LIBDIR=\"/sw/lib/gv\" -I../lib -I../lib -g -I/usr/X11R6/include -I/sw/include/gnugetopt -I/sw/include -I/usr/X11R6/include -DUSE_SETENV_CODE -g -O2 -c Clip.c
  149. gcc -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE -DGV_LIBDIR=\"/sw/lib/gv\" -I../lib -I../lib -g -I/usr/X11R6/include -I/sw/include/gnugetopt -I/sw/include -I/usr/X11R6/include -DUSE_SETENV_CODE -g -O2 -c FileSel.c
  150. Clip.c:583:16: warning: incompatible pointer types passing 'Widget' (aka 'struct _WidgetRec *') to parameter of type 'ClipWidget'
  151. (aka 'struct _ClipRec *') [-Wincompatible-pointer-types]
  152. SendReport (w, (XawPRSliderX | XawPRSliderY));
  153. ^
  154. gcc -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE -DGV_LIBDIR=\"/sw/lib/gv\" -I../lib -I../lib -g -I/usr/X11R6/include -I/sw/include/gnugetopt -I/sw/include -I/usr/X11R6/include -DUSE_SETENV_CODE -g -O2 -c Frame.c
  155. FileSel.c:395:32: warning: incompatible pointer to integer conversion initializing 'Boolean' (aka 'char') with an expression of type
  156. 'void *';
  157. /* compress_motion */ NULL,
  158. ^~~~
  159. /usr/bin/../lib/clang/4.0/include/stddef.h:49:14: note: expanded from macro 'NULL'
  160. #define NULL ((void*)0)
  161. ^~~~~~~~~~
  162. FileSel.c:396:32: warning: incompatible pointer to integer conversion initializing 'XtEnum' (aka 'unsigned char') with an expression
  163. of type 'void *';
  164. /* compress_exposure */ NULL,
  165. ^~~~
  166. /usr/bin/../lib/clang/4.0/include/stddef.h:49:14: note: expanded from macro 'NULL'
  167. #define NULL ((void*)0)
  168. ^~~~~~~~~~
  169. FileSel.c:397:32: warning: incompatible pointer to integer conversion initializing 'Boolean' (aka 'char') with an expression of type
  170. 'void *';
  171. /* compress_enterleave*/ NULL,
  172. ^~~~
  173. /usr/bin/../lib/clang/4.0/include/stddef.h:49:14: note: expanded from macro 'NULL'
  174. #define NULL ((void*)0)
  175. ^~~~~~~~~~
  176. 1 warning generated.
  177. gcc -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE -DGV_LIBDIR=\"/sw/lib/gv\" -I../lib -I../lib -g -I/usr/X11R6/include -I/sw/include/gnugetopt -I/sw/include -I/usr/X11R6/include -DUSE_SETENV_CODE -g -O2 -c Ghostview.c
  178. gcc -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE -DGV_LIBDIR=\"/sw/lib/gv\" -I../lib -I../lib -g -I/usr/X11R6/include -I/sw/include/gnugetopt -I/sw/include -I/usr/X11R6/include -DUSE_SETENV_CODE -g -O2 -c MButton.c
  179. Ghostview.c:1047:13: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'Boolean'
  180. (aka 'char') declared in a previous prototype [-Wknr-promoted-parameter]
  181. Boolean xfree, yfree;
  182. ^
  183. Ghostview.c:192:34: note: previous declaration is here
  184. static void Layout(Widget,Boolean,Boolean);
  185. ^
  186. Ghostview.c:1047:20: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'Boolean'
  187. (aka 'char') declared in a previous prototype [-Wknr-promoted-parameter]
  188. Boolean xfree, yfree;
  189. ^
  190. Ghostview.c:192:42: note: previous declaration is here
  191. static void Layout(Widget,Boolean,Boolean);
  192. ^
  193. Ghostview.c:1111:11: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'Boolean'
  194. (aka 'char') declared in a previous prototype [-Wknr-promoted-parameter]
  195. Boolean xfree, yfree; /* Am I allowed to change width or height */
  196. ^
  197. Ghostview.c:193:42: note: previous declaration is here
  198. static Boolean ComputeSize(Widget,Boolean,Boolean,Dimension*,Dimension*);
  199. ^
  200. Ghostview.c:1111:18: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'Boolean'
  201. (aka 'char') declared in a previous prototype [-Wknr-promoted-parameter]
  202. Boolean xfree, yfree; /* Am I allowed to change width or height */
  203. ^
  204. Ghostview.c:193:50: note: previous declaration is here
  205. static Boolean ComputeSize(Widget,Boolean,Boolean,Dimension*,Dimension*);
  206. ^
  207. gcc -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE -DGV_LIBDIR=\"/sw/lib/gv\" -I../lib -I../lib -g -I/usr/X11R6/include -I/sw/include/gnugetopt -I/sw/include -I/usr/X11R6/include -DUSE_SETENV_CODE -g -O2 -c Switch.c
  208. gcc -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE -DGV_LIBDIR=\"/sw/lib/gv\" -I../lib -I../lib -g -I/usr/X11R6/include -I/sw/include/gnugetopt -I/sw/include -I/usr/X11R6/include -DUSE_SETENV_CODE -g -O2 -c Vlist.c
  209. Vlist.c:281:49: warning: use of unary operator that may be intended as compound assignment (-=)
  210. if (!nvw->vlist.entries) nvw->vlist.entries =- 1;
  211. ^~
  212. Vlist.c:323:18: error: no member named 'international' in 'SimplePart'
  213. if( vw->simple.international == True ) {
  214. ~~~~~~~~~~ ^
  215. Vlist.c:324:56: error: no member named 'fontset' in 'LabelPart'
  216. XFontSetExtents *ext = XExtentsOfFontSet(vw->label.fontset);
  217. ~~~~~~~~~ ^
  218. Vlist.c:343:20: error: no member named 'international' in 'SimplePart'
  219. if( vw->simple.international == True )
  220. ~~~~~~~~~~ ^
  221. Vlist.c:344:58: error: no member named 'fontset' in 'LabelPart'
  222. XmbDrawString(XtDisplay(w), XtWindow(w), vw->label.fontset,
  223. ~~~~~~~~~ ^
  224. Vlist.c:429:11: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'Boolean'
  225. (aka 'char') declared in a previous prototype [-Wknr-promoted-parameter]
  226. Boolean erase;
  227. ^
  228. Vlist.c:108:59: note: previous declaration is here
  229. static void PaintMarkOfEntry(Widget,Region,int,int,Boolean);
  230. ^
  231. Vlist.c:478:11: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'Boolean'
  232. (aka 'char') declared in a previous prototype [-Wknr-promoted-parameter]
  233. Boolean erase;
  234. ^
  235. Vlist.c:109:59: note: previous declaration is here
  236. static void PaintMarkMarkOfEntry(Widget,Region,int,Boolean);
  237. ^
  238. 3 warnings and 4 errors generated.
  239. make[2]: *** [Vlist.o] Error 1
  240. make[2]: *** Waiting for unfinished jobs....
  241. 3 warnings generated.
  242. 4 warnings generated.
  243. make[1]: *** [all] Error 2
  244. make: *** [all-recursive] Error 1
  245. ### execution of make failed, exit code 2
  246. ### execution of /tmp/fink.krG8Q failed, exit code 2
  247. Removing runtime build-lock...
  248. Removing build-lock package...
  249. /sw/bin/dpkg-lockwait -r fink-buildlock-gv-3.6.5-2
  250. (Reading database ... 60948 files and directories currently installed.)
  251. Removing fink-buildlock-gv-3.6.5-2 ...
  252. Failed: phase compiling: gv-3.6.5-2 failed
  253.  
  254. Before reporting any errors, please run "fink selfupdate" and try again.
  255. Also try using "fink configure" to set your maximum build jobs to 1 and
  256. attempt to build the package again.
  257. If you continue to have issues, please check to see if the FAQ on Fink's
  258. website solves the problem. If not, ask on one (not both, please) of
  259. these mailing lists:
  260.  
  261. The Fink Users List <[email protected]>
  262. The Fink Beginners List <[email protected]>,
  263.  
  264. with a carbon copy to the maintainer:
  265.  
  266. Todai Fink Team <[email protected]>
  267.  
  268. Note that this is preferable to emailing just the maintainer directly,
  269. since most fink package maintainers do not have access to all possible
  270. hardware and software configurations.
  271.  
  272. Please try to include the complete error message in your report. This
  273. generally consists of a compiler line starting with e.g. "gcc" or "g++"
  274. followed by the actual error output from the compiler.
  275.  
  276. Also include the following system information:
  277. Package manager version: 0.34.2
  278. Distribution version: selfupdate-rsync Mon Aug 20 16:18:29 2012, 10.8, x86_64
  279. Trees: local/main stable/main
  280. Xcode.app: 4.4.1
  281. Xcode command-line tools: 4.4.0.0.1.1249367152
  282. Max. Fink build jobs: 4
Advertisement
Add Comment
Please, Sign In to add comment