[Fink-users] Failed: phase installing: llvm-gcc42-2336.11-107 failed

2013-10-11 Thread Dominique Dhumieres
Installing llvm-gcc42-2336.11-107 on Package manager version: 0.35.2 Distribution version: selfupdate-rsync Fri Oct 11 08:07:49 2013, 10.8, x86_64 Trees: local/main stable/main Xcode.app: 5.0 Xcode command-line tools: 5.0.0.0.1.1377666378 llvm-gcc42-2336.11-107 is set to build with only one job.

Re: [Fink-users] Failed: phase installing: llvm-gcc42-2336.11-107 failed

2013-10-11 Thread Jack Howarth
On Fri, Oct 11, 2013 at 02:13:04PM +0200, Dominique Dhumieres wrote: Installing llvm-gcc42-2336.11-107 on Package manager version: 0.35.2 Distribution version: selfupdate-rsync Fri Oct 11 08:07:49 2013, 10.8, x86_64 Trees: local/main stable/main Xcode.app: 5.0 Xcode command-line tools:

[Fink-users] fink install rpy2-py27 ?

2013-10-11 Thread Alan
Failed: no package found for specification 'rpy2-py27'! Using Package manager version: 0.35.2 Distribution version: selfupdate-rsync Thu Oct 10 14:00:42 2013, 10.8, x86_64 Trees: local/main stable/main local/injected Thanks in advance, Alan -- Alan Wilter SOUSA da SILVA, DSc Bioinformatician,

[Fink-users] How do i get the unix command ping for snow leopard?

2013-10-11 Thread Richard Miles
I want to use ping, but the unit ping command seems missing. How do I get this command to work with the terminal? -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application

Re: [Fink-users] How do i get the unix command ping for snow leopard?

2013-10-11 Thread Peter Dyballa
Am 11.10.2013 um 17:48 schrieb Richard Miles: I want to use ping, but the unit ping command seems missing. What is ls -l /sbin/ping showing? -- Greetings Pete Encryption, n.: A powerful algorithmic encoding technique employed in the creation of computer manuals.

Re: [Fink-users] How do i get the unix command ping for snow leopard?

2013-10-11 Thread Richard Miles
ls -l /sbin/ping -r-xr-xr-x 1 root wheel 101376 Jun 7 2011 /sbin/ping Oh Thanks thats what I wanted :) On Oct 11, 2013, at 9:01 AM, Peter Dyballa wrote: ls -l /sbin/ping -- October Webinars: Code for Performance

Re: [Fink-users] fink install rpy2-py27 ?

2013-10-11 Thread Hanspeter Niederstrasser
On 10/11/2013 10:02 AM, Alan wrote: Failed: no package found for specification 'rpy2-py27'! Using Package manager version: 0.35.2 Distribution version: selfupdate-rsync Thu Oct 10 14:00:42 2013, 10.8, x86_64 Trees: local/main stable/main local/injected Thanks in advance, For some

Re: [Fink-users] Failed: phase installing: llvm-gcc42-2336.11-107 failed

2013-10-11 Thread Dominique Dhumieres
Hi Jack, I have found the problem: 'sw' is hardcoded in /sw64/fink/10.7/stable/main/finkinfo/languages/llvm-gcc42-10.8.info as tar -cpf - sw | (cd %d ; tar xpf -) So the build works if fink directory is 'sw', but not otherwise. In my case, the install succeeds if I replace 'sw' with 'sw64'.

Re: [Fink-users] Failed: phase installing: llvm-gcc42-2336.11-107 failed

2013-10-11 Thread Jack Howarth
On Fri, Oct 11, 2013 at 08:18:37PM +0200, Dominique Dhumieres wrote: Hi Jack, I have found the problem: 'sw' is hardcoded in /sw64/fink/10.7/stable/main/finkinfo/languages/llvm-gcc42-10.8.info as tar -cpf - sw | (cd %d ; tar xpf -) So the build works if fink directory is 'sw', but