Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mdfind gv.info
- sudo mkdir -p /sw/fink/10.7/local/main/finkinfo/text
- sudo chown -R $USER /sw/fink/10.7/local/main/finkinfo/text/
- cp /sw/fink/10.7/{stable,local}/main/finkinfo/text/gv.info
- mwolfson /sw/fink/10.7/local/main/finkinfo : ls -la
- total 0
- drwxr-xr-x 4 mwolfson wheel 136 Aug 20 17:53 .
- drwxr-xr-x 4 root wheel 136 Aug 17 23:28 ..
- drwxr-xr-x 4 mwolfson wheel 136 Aug 18 12:39 sci
- drwxr-xr-x 3 mwolfson wheel 102 Aug 20 17:58 text
- Then in aquamacs opened copied gv.info:
- Package: gv
- Version: 3.6.5
- Revision: 3 (I changed this fro 2 -> 3)
- Source: gnu
- Source-MD5: ce3081b1b3e6258607f2de70f39cbcd2
- BuildDepends: xaw3d (>= 1.5-5), x11-dev, fink (>= 0.24.12), libgnugetopt (>= 1.2-3)
- SetCPPFLAGS: -I/usr/X11R6/include -I%p/include/gnugetopt
- SetCC: flag-sort -r gcc (I ADDED THIS LINE)
- SetLDFLAGS: -lgnugetopt
- PatchFile: %n.patch
- PatchFile-MD5: c9fc9165ddb588bef52ab086642a3fdd
- PatchScript: <<
- patch -p1 < %{PatchFile}
- sed -i.bak 's|/usr/doc|%p/share/doc|' src/Makefile.in
- <<
- Depends: x11-shlibs, xaw3d-shlibs (>= 1.5-5), ghostscript, libgnugetopt-shlibs (>= 1.2-3)
- 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
- InstallScript: <<
- make install DESTDIR=%d
- <<
- Description: X11 interface for ghostscript interpreter
- DescPort: <<
- Patch GV to GV.addata to avoid potential case-sensitivity issues.
- Removed apLineDel from gv_class.ad: Unknown keysym name. (from Remko Scharroo)
- <<
- DocFiles: NEWS INSTALL README COPYING
- InfoDocs: gv.info
- License: GPL
- Homepage: http://www.gnu.org/software/gv/
- Maintainer: Todai Fink Team <[email protected]>
- 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.
- Here is the error: seems to be permissions maybe?
- Setting runtime build-lock...
- dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-gv-3.6.5-3 /sw/src/fink.build
- 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'.
- Installing build-lock package...
- /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
- Selecting previously deselected package fink-buildlock-gv-3.6.5-3.
- (Reading database ... 60947 files and directories currently installed.)
- 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) ...
- Setting up fink-buildlock-gv-3.6.5-3 (2012.08.20-18.14.36) ...
- sudo -u fink-bld [ENV] sh -c /tmp/fink.6mQUA
- /sw/bin/tar --no-same-owner --no-same-permissions -xf /sw/src/gv-3.6.5.tar.gz
- Removing runtime build-lock...
- Removing build-lock package...
- /sw/bin/dpkg-lockwait -r fink-buildlock-gv-3.6.5-3
- (Reading database ... 60948 files and directories currently installed.)
- Removing fink-buildlock-gv-3.6.5-3 ...
- Failed: Cannot read PatchFile "/sw/fink/dists/local/main/finkinfo/text/gv.patch"
- NEW ERROR:
- checking for gawk... no
- checking for mawk... no
- checking for nawk... no
- checking for awk... awk
- checking whether make sets $(MAKE)... yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking for gcc... flag-sort -r gcc
- checking for C compiler default output file name...
- configure: error: C compiler cannot create executables
- See `config.log' for more details.
- ### execution of ./configure failed, exit code 77
- ### execution of /tmp/fink.MUxww failed, exit code 77
- Removing runtime build-lock...
- Removing build-lock package...
- /sw/bin/dpkg-lockwait -r fink-buildlock-gv-3.6.5-3
- (Reading database ... 60948 files and directories currently installed.)
- Removing fink-buildlock-gv-3.6.5-3 ...
- Failed: phase compiling: gv-3.6.5-3 failed
Advertisement
Add Comment
Please, Sign In to add comment