[Fink-users] qt4-x11 build fails

2008-10-04 Thread James Howse
On a Mac Pro Intel running Leopard 10.5.5 the build for qt4-x11 fails with the following message. Any ideas what the problem is? James c++ -prebind -dynamiclib -single_module -compatibility_version 4.4 -current_version4.4.1 -install_name /opt/fink/lib/qt4-x11/lib/libQtCore.4.dylib -o

Re: [Fink-users] wxgtk2.8-2.8.7-19 build failure was Re: imagemagick update fails

2008-10-21 Thread James Howse
Just as another data point I did the following experiment. I run both fink and macports and at the moment I have the same version of pkg-config installed under both port systems. However I obtain different results with the fink version than I do with the macports version. Fink setenv

Re: [Fink-users] wxgtk2.8-2.8.7-19 build failure was Re: imagemagick update fails

2008-10-21 Thread James Howse
In fact after digging a bit more I think the problem may be that in the fink port of pkgconfig the configuration flag --enable-indirect-deps is commented out. James Just as another data point I did the following experiment. I run both fink and macports and at the moment I have the same

Re: [Fink-users] Bug in Maxima

2009-01-22 Thread James Howse
Just an FYI, the latest version of maxima at their sourceforge site is 5.17.1, perhaps it fixes this error. On 22 Jan 2009, at 04:01, Alexander Hansen wrote: Jean-Franois Mertens wrote: On 22 Jan 2009, at 03:01, Sean Lake wrote: Hello all,

[Fink-users] redland build fails

2009-04-15 Thread James Howse
On a Mac Pro Intel running Leopard 10.5.6 the build for redland fails with the following message. Any ideas what the problem is? James /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/fink/lib/system-openssl/include -I/opt/fink/include -I/opt/fink/include

Re: [Fink-users] redland build fails

2009-04-15 Thread James Howse
The command ls -l /usr/local/include/db* returns nothing on my system. However I tried renaming /usr/local and then rebuilding anyway. The result is the same error message as before. James On Apr 15, 2009, at 11:18 AM, Benjamin Reed wrote: James Howse wrote: On a Mac Pro Intel running

Re: [Fink-users] redland build fails

2009-04-15 Thread James Howse
-shlibs db42-shlibs db42-ssl-shlibs db44-aes-shlibs db47-aes db47-aes-shlibs Could these libraries be interfering with one another? Should I try removing db47-aes and installing db47? James James Howse wrote: The command ls -l /usr/local/include/db* returns nothing on my system. However I tried

[Fink-users] soprano-mac fails to build

2009-04-15 Thread James Howse
Now that redland is building for me, soprano-mac fails to build with the following error. This is on a Mac Pro Intel running Leopard 10.5.6. By the way, I looked in the directory /opt/fink/src/fink.build and ran a find for the file libsopranoindex* and got no results. Any ideas? James

[Fink-users] gcc44 build fails

2009-05-04 Thread James Howse
On an Intel mac running 10.5.6 and Xcode 3.1.2 the gcc44 build fails. /bin/mv /opt/fink/src/fink.build/root-gcc44-4.4.0-1000/opt/fink/lib/gcc4.4/lib/libgij.10*.dylib /opt/fink/src/fink.build/root-gcc44-shlibs-4.4.0-1000/opt/fink/lib/gcc4.4/lib/ /bin/mv

[Fink-users] Some KDE4-mac applications do not run

2009-06-16 Thread James Howse
I have been compiling and testing some KDE4-mac applications and while all of them compile some of them do not run. I am running an Intel Mac with Leopard 10.5.7, Xquartz 2.3.3.2 and Xcode 3.1.2. The kde4 version is 4.2.4 from the fink unstable tree. I have tested the following applications.

[Fink-users] build of mayavi2 fails

2009-08-06 Thread James Howse
I am trying to build Mayavi2 on an Intel Mac running Leopard 10.5.8, Xcode 3.1.3 and Xquartz 2.3.3.2 and it is failing with the following error message. I have a vague memory of seeing this type of python error discussed in the context of another package, but I can not recall the discussion. Any

Re: [Fink-users] build of mayavi2 fails

2009-08-06 Thread James Howse
see the output of /opt/fink/bin/python2.5 --version ? On Thu, Aug 6, 2009 at 3:58 PM, Robert Wyattchupacerv...@gmail.com wrote: Hmm, Fink's python would not be in /opt/fink unless you've made some modifications to the installation. What do you get with: $ fink list -t python25 James

[Fink-users] anjuta build failure

2009-09-10 Thread James Howse
On an Intel Mac running Leopard 10.5.8 and Xcode 3.1.3 I am getting the following error during an anjuta upgrade. Any idea what is wrong here? libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/fink/include/libgnomeui-2.0 -I/opt/fink/include/libart-2.0 -I/opt/fink/include/gconf/2

[Fink-users] Selfupdate Problem

2010-02-03 Thread James Howse
Just this week I have started getting the following error when running fink selfupdate. Any suggestions on what the problem might be? Thanks, James fink -v selfupdate rsync -az -v rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP /opt/fink/fink/TIMESTAMP.tmp rsync: failed to connect

Re: [Fink-users] Selfupdate Problem

2010-02-03 Thread James Howse
fine and successfully retrieves the rsync source code. So apparently rsync in general is not blocked. So what is special about fink's rsync site? James On 2/3/10 11:19 AM, James Howse wrote: Just this week I have started getting the following error when running fink selfupdate. Any

Re: [Fink-users] Selfupdate Problem

2010-02-03 Thread James Howse
with the same error message. James What happens if you run the rsync command that Fink is using manually? Does that work? On 2/3/10 11:48 AM, James Howse wrote: Alexander, I considered that possibility because I am behind various proxies and firewalls, so I ran the following rsync command

Re: [Fink-users] Selfupdate Problem

2010-02-05 Thread James Howse
AM, James Howse wrote: Alexander, I considered that possibility because I am behind various proxies and firewalls, so I ran the following rsync command which tries to retrieve a copy of the rsync source code from samba.org. rsync -av --exclude=.git/ rsync://rsync.samba.org/ftp

[Fink-users] Upgrade of kdeedu4-mac-base fails

2010-08-17 Thread James Howse
I am using an Intel mac running leopard 10.5.8 and xcode 3.1.4. While upgrading to kdeedu4-mac-base 4.4.1-2 the build fails with the following error. Any suggestions for a fix? Thanks, James /bin/rm -f /opt/fink/src/fink.build/root-kalgebra4-mac-4.4.1-2/opt/fink/info/dir

Re: [Fink-users] Upgrade of kdeedu4-mac-base fails

2010-08-17 Thread James Howse
On 8/17/10 9:34 AM, Alexander Hansen wrote: On 8/17/10 11:19 AM, James Howse wrote: I am using an Intel mac running leopard 10.5.8 and xcode 3.1.4. While upgrading to kdeedu4-mac-base 4.4.1-2 the build fails with the following error. Any suggestions for a fix? Thanks, James

Re: [Fink-users] octave-atlas-qtmac build fails

2016-02-10 Thread James Howse
The new build works for me. Thank you very much for your help resolving this. James > On Feb 9, 2016, at 8:58 AM, Alexander Hansen <alexanderk.han...@gmail.com> > wrote: > > >> On Feb 9, 2016, at 06:33, James Howse <santiago.c...@icloud.com> wrote: >> >

[Fink-users] octave-atlas-qtmac build fails

2016-02-07 Thread James Howse
I am running an Intel Mac Pro with Mac OS Yosemite 10.10.5 and XCode 7.2.1. The build of the package octave-atlas-qtmac 3.8.2-9 fails for me with the following error messages. Any idea what is wrong? Thanks, James Octave successfully built. Now choose from the following: ./run-octave

Re: [Fink-users] octave-atlas-qtmac build fails

2016-02-09 Thread James Howse
1 fink-bld fink-bld 688 Feb 7 15:57 txiversion.out -rw-r--r-- 1 fink-bld fink-bld24 Feb 7 15:57 txiversion.tex > On Feb 8, 2016, at 8:48 AM, Alexander Hansen <alexanderk.han...@gmail.com> > wrote: > > >> On Feb 7, 2016, at 13:10, James Howse <santiago.c...@

[Fink-users] texinfo update fails

2016-11-24 Thread James Howse
The update for texinfo is failing with the following tail for the error messages. Any idea what is causing the problem? Thanks, James /usr/sbin/chown -R fink-bld:fink-bld /opt/fink/src/fink.build/root-info-6.3-207 sudo -u fink-bld [ENV] sh -c /tmp/fink.s7HmE /usr/bin/install -d -m 755

Re: [Fink-users] texinfo update fails

2016-11-24 Thread James Howse
Dan, That fix worked for me. Thanks. James > On Nov 24, 2016, at 4:28 PM, Daniel E. Macks <dma...@netspace.org> wrote: > > James Howse <santiago.c...@icloud.com> said: >> The update for texinfo is failing with the following tail for the error >> messages. Any