monniewolf

Untitled

Aug 20th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. mdfind gv.info
  2. sudo mkdir -p /sw/fink/10.7/local/main/finkinfo/text
  3.  
  4. sudo chown -R $USER /sw/fink/10.7/local/main/finkinfo/text/
  5.  
  6. cp /sw/fink/10.7/{stable,local}/main/finkinfo/text/gv.info
  7.  
  8. mwolfson /sw/fink/10.7/local/main/finkinfo : ls -la
  9. total 0
  10. drwxr-xr-x 4 mwolfson wheel 136 Aug 20 17:53 .
  11. drwxr-xr-x 4 root wheel 136 Aug 17 23:28 ..
  12. drwxr-xr-x 4 mwolfson wheel 136 Aug 18 12:39 sci
  13. drwxr-xr-x 3 mwolfson wheel 102 Aug 20 17:58 text
  14.  
  15. Then in aquamacs opened copied gv.info:
  16.  
  17. Package: gv
  18. Version: 3.6.5
  19. Revision: 3 (I changed this fro 2 -> 3)
  20. Source: gnu
  21. Source-MD5: ce3081b1b3e6258607f2de70f39cbcd2
  22. BuildDepends: xaw3d (>= 1.5-5), x11-dev, fink (>= 0.24.12), libgnugetopt (>= 1.2-3)
  23. SetCPPFLAGS: -I/usr/X11R6/include -I%p/include/gnugetopt
  24. SetCC: flag-sort -r gcc (I ADDED THIS LINE)
  25. SetLDFLAGS: -lgnugetopt
  26. PatchFile: %n.patch
  27. PatchFile-MD5: c9fc9165ddb588bef52ab086642a3fdd
  28. PatchScript: <<
  29. patch -p1 < %{PatchFile}
  30. sed -i.bak 's|/usr/doc|%p/share/doc|' src/Makefile.in
  31. <<
  32. Depends: x11-shlibs, xaw3d-shlibs (>= 1.5-5), ghostscript, libgnugetopt-shlibs (>= 1.2-3)
  33. ConfigureParams: --mandir='${prefix}/share/man' --infodir='${prefix}/share/info' --disable-dependency-tracking --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-setenv-code
  34. InstallScript: <<
  35. make install DESTDIR=%d
  36. <<
  37. Description: X11 interface for ghostscript interpreter
  38. DescPort: <<
  39. Patch GV to GV.addata to avoid potential case-sensitivity issues.
  40.  
  41. Removed apLineDel from gv_class.ad: Unknown keysym name. (from Remko Scharroo)
  42. <<
  43. DocFiles: NEWS INSTALL README COPYING
  44. InfoDocs: gv.info
  45. License: GPL
  46. Homepage: http://www.gnu.org/software/gv/
  47. Maintainer: Todai Fink Team <[email protected]>
  48.  
  49. This follows http://osdir.com/ml/fink-users-osx-unix/2012-08/msg00136.html, I may need to change the version of libxaw3d to libxaw3dxft, as well.
  50.  
  51.  
  52. Here is the error: seems to be permissions maybe?
  53.  
  54.  
  55. Setting runtime build-lock...
  56. dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-gv-3.6.5-3 /sw/src/fink.build
  57. dpkg-deb: building package `fink-buildlock-gv-3.6.5-3' in `/sw/src/fink.build/fink-buildlock-gv-3.6.5-3_2012.08.20-18.14.36_darwin-x86_64.deb'.
  58. Installing build-lock package...
  59. /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-gv-3.6.5-3_2012.08.20-18.14.36_darwin-x86_64.deb
  60. Selecting previously deselected package fink-buildlock-gv-3.6.5-3.
  61. (Reading database ... 60947 files and directories currently installed.)
  62. Unpacking fink-buildlock-gv-3.6.5-3 (from .../fink-buildlock-gv-3.6.5-3_2012.08.20-18.14.36_darwin-x86_64.deb) ...
  63. Setting up fink-buildlock-gv-3.6.5-3 (2012.08.20-18.14.36) ...
  64.  
  65. sudo -u fink-bld [ENV] sh -c /tmp/fink.6mQUA
  66. /sw/bin/tar --no-same-owner --no-same-permissions -xf /sw/src/gv-3.6.5.tar.gz
  67. Removing runtime build-lock...
  68. Removing build-lock package...
  69. /sw/bin/dpkg-lockwait -r fink-buildlock-gv-3.6.5-3
  70. (Reading database ... 60948 files and directories currently installed.)
  71. Removing fink-buildlock-gv-3.6.5-3 ...
  72. Failed: Cannot read PatchFile "/sw/fink/dists/local/main/finkinfo/text/gv.patch"
  73.  
  74.  
  75. NEW ERROR:
  76.  
  77.  
  78. checking for gawk... no
  79. checking for mawk... no
  80. checking for nawk... no
  81. checking for awk... awk
  82. checking whether make sets $(MAKE)... yes
  83. checking whether to enable maintainer-specific portions of Makefiles... no
  84. checking for gcc... flag-sort -r gcc
  85. checking for C compiler default output file name...
  86. configure: error: C compiler cannot create executables
  87. See `config.log' for more details.
  88. ### execution of ./configure failed, exit code 77
  89. ### execution of /tmp/fink.MUxww failed, exit code 77
  90. Removing runtime build-lock...
  91. Removing build-lock package...
  92. /sw/bin/dpkg-lockwait -r fink-buildlock-gv-3.6.5-3
  93. (Reading database ... 60948 files and directories currently installed.)
  94. Removing fink-buildlock-gv-3.6.5-3 ...
  95. Failed: phase compiling: gv-3.6.5-3 failed
Advertisement
Add Comment
Please, Sign In to add comment