Re: [Fink-users] gimp2 help crashes

2009-07-18 Thread Daniel Macks
On Thu, Jul 16, 2009 at 01:01:50AM -0400, David Reiser wrote: > I recently installed gimp2 and gimp2-help. gimp2 seems to work, though > I haven't tested it extensively. The help system will launch and > display the first page of the help files, but if I try to navigate to > any other page th

Re: [Fink-users] povray for fink 64 bits failing

2009-07-18 Thread Jack Howarth
The packaging for povray needs the change... -ConfigureParams: --mandir=%i/share/man COMPILED_BY="Andrew Rohl as part of Fink" +ConfigureParams: --mandir=%i/share/man --build=%m-apple-darwin`uname -r|cut -f1 -d.` --host=%m-apple-darwin`uname -r|cut -f1 -d.` COMPILED_BY="Andrew Rohl as part o

Re: [Fink-users] a fix for boost-jam.info for fink 64 bits

2009-07-18 Thread Alexander Hansen
Alan wrote: > I added > > x86_64) machine=x86_64;; > > in /sw/fink/10.4/unstable/main/finkinfo/devel/boost-jam.info > > See attached file. > > Alan > > > Please send .info files to the package's maintainer if the package is

[Fink-users] a fix for boost-jam.info for fink 64 bits

2009-07-18 Thread Alan
I added x86_64) machine=x86_64;; in /sw/fink/10.4/unstable/main/finkinfo/devel/boost-jam.info See attached file. Alan -- Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate Department of Biochemistry, University of Cambridge. 80 Tennis Court Road, Cambridge CB2 1GA, UK. >>http://www.bio.

[Fink-users] povray for fink 64 bits failing

2009-07-18 Thread Alan
Hi List, I tried "fink install povray" for fink with x86_64 and it failed. Here goes some info: [snip] Supporting libraries configure: configuring in libraries/png configure: running /bin/sh './configure.gnu' --prefix=/sw '--prefix=/sw' '--mandir=/sw/src/fink.build/root-povra

Re: [Fink-users] dbus in 64 bits

2009-07-18 Thread Alan
Nevermind this bug... I googled and found the solution. Sorry for bothering here. Cheers, Alan On Sat, Jul 18, 2009 at 10:14, Alan wrote: > Hi there, > > When I try fink install dbus, I got that: > > [snip] > #!/bin/sh -ev > >        MBID=`id -u messagebus 2>/dev/null || echo 0` > id -u messagebu

[Fink-users] dbus in 64 bits

2009-07-18 Thread Alan
Hi there, When I try fink install dbus, I got that: [snip] #!/bin/sh -ev MBID=`id -u messagebus 2>/dev/null || echo 0` id -u messagebus 2>/dev/null || echo 0 if [ $MBID -eq 0 ]; then echo "You must install the 'passwd' package for D-Bus to build properly."