Re: [Fink-users] Failed: phase compiling: graphviz-2.26.3-10 failed

2014-10-23 Thread David Forrest Phillips
I will second that the patch from Jack Howarth allows graphviz to build and 
successfully generate output from existing .dot files for me.
   David

RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/graphviz.info,v
retrieving revision 1.18
diff -r1.18 graphviz.info
31a32,34
   if [ `uname -r | cut -d. -f1` -gt 13 ]; then
 perl -pi -e 's|#include CGGLContext.h||g' 
 plugin/quartz/gvloadimage_quartz.c
   fi

 




--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Ocaml

2014-10-21 Thread David Forrest Phillips


I noticed that the info file for Ocaml present in 
/sw/fink/10.10/stable/main/finkinfo/languages
doesn't have 10.10 listed as a Distribution. I added 10.10 to that list from 
10.6 to 10.9 and Ocaml then appears to build and install without incident. 
Also, the first program I built from source using Ocaml (unison) also appeared 
to build without incident.

  David
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] expect-10.9 appears to work

2014-10-21 Thread David Forrest Phillips


I'm continuing to reinstall packages from the 10.10 list that I had running in 
10.9. I find that expect-10.9 builds and installs just fine if I add 10.10 to 
the Distribution list. (I haven't yet tried to run expect scripts, yet, though.)
  David




--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] icon-naming-utils builds

2014-10-21 Thread David Forrest Phillips

I wanted to get matplotlib working with OS X 10.10 and it complained (through 
gnome-icon-theme) that icon-naming-utils didn't exist. Changing the 
distribution to include 10.10 and updating the version number of system-perl to 
the current version of the system supplied perl allowed icon-naming-utils to 
build.

Changes to icon-naming-utils-10.9.info:
Distribution: 10.9, 10.10
Type: system-perl (5.18.2)

  Matplotlib-py27 then builds and runs without trouble. (I'm not very good at 
recognizing which X11 widget set is which so I won't swear that I actually saw 
gnome icons, but matplotlib plots functions and displays both X11 style plot 
viewers and more native plot viewers as well.)
  David




--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] ghc-binary fails to build

2014-04-07 Thread David Forrest Phillips



On Apr 6, 2014, at 2:20 PM, David Forrest Phillips wrote:

 src/Data/Binary/Get.hs:423:3:
 error: invalid preprocessing directive
 #-}
  ^

To follow up on my own question, it appears that this is a known gcc vs. clang 
issue with non-preprocessor-directive lines starting with #.
See https://gist.github.com/pyrtsa/6213784
The Homebrew folk recommend building with gcc itself rather than clang.
   When I cc’ed the listed maintainer Brendan Cully, in the previous email, the 
message bounced off of his fink email address, so I’ll keep plugging away at 
this as time and my limited knowledge allow.
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] ghc-binary fails to build

2014-04-06 Thread David Forrest Phillips


Folks,
 I was trying to build pandoc under fink 0.36 and OS X 10.9; it requires many 
ghc packages. The very first GHC package, ghc-binary fails to build with an 
invalid preprocessor error. I don’t know anything about GHC and with a few 
seconds of staring at the build directory, I didn’t really understand even the 
build process to try to debug this problem. Can anyone help? 
  Below is what I hope to be the relevant fink info and the end of the build 
process excluding a bunch of warnings but showing the error that leads to the 
failure.

  Thanks for any help
David

— fink info -
Package manager version: 0.36.3.1
Distribution version: selfupdate-rsync Sun Apr  6 14:07:04 2014, 10.9, x86_64
ProductVersion: 10.9.2
Xcode 5.1
Build version 5B130a
—— build output -

Unpacking fink-buildlock-ghc-binary-0.7.1.0-1 (from 
.../fink-buildlock-ghc-binary-0.7.1.0-1_2014.04.06-14.00.15_darwin-x86_64.deb) 
...
Setting up fink-buildlock-ghc-binary-0.7.1.0-1 (2014.04.06-14.00.15) ...
sudo -u fink-bld [ENV] sh -c /tmp/fink.92Psr
runghc Setup.lhs configure --prefix=/sw --docdir=/sw/share/doc/ghc-binary
Configuring binary-0.7.1.0…

sudo -u fink-bld [ENV] sh -c /tmp/fink.BUkOh
env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xvf 
/sw/src/binary-0.7.1.0.tar.gz

clipped a bunch of warnings


src/Data/Binary/Get.hs:423:3:
 error: invalid preprocessing directive
 #-}
  ^

src/Data/Binary/Get.hs:511:53:
 warning: missing terminating ' character [-Winvalid-pp-token]
-- host order, host endian form, for the machine you're on. On a 64 bit
^
12 warnings and 1 error generated.
### execution of runghc failed, exit code 1
### execution of /tmp/fink.92Psr failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-ghc-binary-0.7.1.0-1
(Reading database ... 267502 files and directories currently installed.)
Removing fink-buildlock-ghc-binary-0.7.1.0-1 ...
Failed: phase compiling: ghc-binary-0.7.1.0-1 failed

clipped instructions on error reporting

Also include the following system information:
Package manager version: 0.36.3.1
Distribution version: selfupdate-rsync Sun Apr  6 13:47:13 2014, 10.9, x86_64
Trees: local/main stable/main
Xcode.app: 5.1
Xcode command-line tools: 5.1.0.0.1.1393561416
Max. Fink build jobs:  1

--
--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users