[Fink-users] obsolete python25-socket, not removable?

2008-03-30 Thread David Fang
Hi, I'm noticing (after selfupdate, and updating python25) that python25-socket is double-listed, and I can't seem to remove an obsoleted package: % fink list python25 Information about 7693 packages read in 4 seconds. i python25 1:2.5.2-1Interpreted, object-oriented

Re: [Fink-users] obsolete python25-socket, not removable?

2008-03-30 Thread Martin Costabel
David Fang wrote: [] (i) python25-socket 1:2.5.1-3Obsolete socket plugin for python How do I find/remove the (i) outdated python25-socket package? Is fink somehow confused or out-of-sync? It says it's not installed when I try to remove it, but it's still there when I list. Use dpkg

Re: [Fink-users] obsolete python25-socket, not removable?

2008-03-30 Thread David Fang
(i) python25-socket 1:2.5.1-3Obsolete socket plugin for python How do I find/remove the (i) outdated python25-socket package? Is fink somehow confused or out-of-sync? It says it's not installed when I try to remove it, but it's still there when I list. Use dpkg to see what the

Re: [Fink-users] obsolete python25-socket, not removable?

2008-03-30 Thread Martin Costabel
David Fang wrote: [] % fink list python25 Information about 7693 packages read in 4 seconds. i python25 1:2.5.2-1Interpreted, object-oriented language i python25-shlibs 1:2.5.2-1Interpreted, object-oriented language python25-socket 1:2.5.1-3Obsolete socket

Re: [Fink-users] rsync

2008-03-30 Thread Alexander Hansen
Something like below: :pserver;proxy=www.myproxy.net;proxyport=8000:PSERVER_CONNECTION_ST\ RING:[EMAIL PROTECTED]:/cvsroot/fink The ; are not typos--I copied this right from the cvs info page on my system. Put in the appropriate proxy configuration stuff from your network. On Mar 30,

Re: [Fink-users] obsolete python25-socket, not removable?

2008-03-30 Thread David Fang
... and somehow fink list -o sees it, sort of. Is there some meaning to it being listed twice? Yes. You understand the meaning if you run fink list -t python25-socket Doh. I thought long, truncated names were always followed with ellipses... When and why did this change!? [thunks head

[Fink-users] linker problems with mpfr

2008-03-30 Thread S. Newhouse
Hello, I am running Mac OSX 10.4.11 I tried to install gmp and mpfr and get the following error messages when trying to compile a simple example. /usr/bin/ld: Undefined symbols: ___gmpfr_out_str _mpfr_add _mpfr_clear _mpfr_div _mpfr_init2 _mpfr_mul_ui _mpfr_set_d collect2: ld returned 1 exit

[Fink-users] problem installing packages on Leopard

2008-03-30 Thread John Wallace
Hi, I'm having trouble with Fink on 10.5 (Leopard) on my brand-new black Macbook with 2.4 GHz Intel dual-core processor. I installed Fink on OS X 10.5, compiling from source, and seemed to have no problems doing that. However, when I try to install packages, Fink invariably fails. (I

Re: [Fink-users] Failed: phase compiling: octave-atlas-3.0.0-3 failed

2008-03-30 Thread Ben Abbott
On Mar 27, 2008, at 1:44 PM, Yann Clénet wrote: I believe this problem has been fixed in Octave's current developer sources, which I'm currently running. The problem is related to a change in how gfortran returns values of complex functions. If you edit octave.info and remove the line

Re: [Fink-users] problem installing packages on Leopard

2008-03-30 Thread Alexander Hansen
On Mar 30, 2008, at 8:36 PM, John Wallace wrote: Hi, I'm having trouble with Fink on 10.5 (Leopard) on my brand-new black Macbook with 2.4 GHz Intel dual-core processor. I installed Fink on OS X 10.5, compiling from source, and seemed to have no problems doing that. However, when I try

Re: [Fink-users] Failed: phase compiling: octave-atlas- 3.0.0-3 failed

2008-03-30 Thread Ben Abbott
Alexander Hansen alexanderk.hansen at gmail.com writes: It might be of interest to try the suitesparse on the tracker (I'm working my way to it). I can't check this myself because atlas won't build on my machine, unfortunately. Alex, Sorry for the delay, I just noticed your follow

Re: [Fink-users] linker problems with mpfr

2008-03-30 Thread S. Newhouse
Alexander Hansen wrote: On Mar 30, 2008, at 7:23 PM, S. Newhouse wrote: Hello, I am running Mac OSX 10.4.11 I tried to install gmp and mpfr and get the following error messages when trying to compile a simple example. /usr/bin/ld: Undefined symbols: ___gmpfr_out_str _mpfr_add

Re: [Fink-users] linker problems with mpfr

2008-03-30 Thread Jean-François Mertens
On 31 Mar 2008, at 03:55, S. Newhouse wrote: [EMAIL PROTECTED] MPFR]$ cc -o sample sample.c -lmpfr /usr/bin/ld: Undefined symbols: ___gmpfr_out_str and how does the linker know where to find -lmpfr ? Would a -L/sw/lib not help ? JF Mertens PS: I'm sure there is a FAQ about this ...

Re: [Fink-users] fontconf2-dev--2.4.1-102 fails to build under Leopard

2008-03-30 Thread Gary K Olson
I was unable to get fontconf2--2.4.1-102 to build under 10.5.2 as it is still looking for a system-xfree86-dev which doesn't exist anymore. I looked at the info file, but it does not mention a dependecy on xfree86 but only on x11. Here is the very brief build log: [iBook:~]:-bash:509$:

Re: [Fink-users] linker problems with mpfr

2008-03-30 Thread S. Newhouse
Jean-François Mertens wrote: On 31 Mar 2008, at 03:55, S. Newhouse wrote: [EMAIL PROTECTED] MPFR]$ cc -o sample sample.c -lmpfr /usr/bin/ld: Undefined symbols: ___gmpfr_out_str and how does the linker know where to find -lmpfr ? Would a -L/sw/lib not help ? JF Mertens PS:

[Fink-users] slow comparative execution time with mpfr on MBP vs Linux

2008-03-30 Thread S. Newhouse
Hello, I am running an MBP with OSX 10.4.11. This has an Intel Core 2 duo at 2.13GHz I also have a Linux box with Fedora Core 6 and an Intel Core 2 duo at 2.13 GHz. Both have 3 GB RAM. I compiled the attached code 'sample_bat.c' a sample program using gmp and mpfr on both machines with