Re: [Fink-users] Perl version stop the Fink Installation (Snow Leopard)

2009-10-20 Thread Johann PELLET
I have changed in boostrap: l1: #!/usr/bin/env -i /usr/bin/perl5.10.0 -w l27: #use 5.008_001; # perl 5.8.1 or newer required and run boostrap with this command: /usr/bin/perl5.10.0 bootstrap and it seems to work: # Writing updated configuration to '/sw/etc/fink.conf'... plist is

Re: [Fink-users] Perl version stop the Fink Installation (Snow Leopard)

2009-10-20 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johann PELLET wrote: I have changed in boostrap: l1: #!/usr/bin/env -i /usr/bin/perl5.10.0 -w l27: #use 5.008_001; # perl 5.8.1 or newer required and run boostrap with this command: /usr/bin/perl5.10.0 bootstrap and it seems to work:

Re: [Fink-users] Perl version stop the Fink Installation (Snow Leopard)

2009-10-20 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johann PELLET wrote: One issue you may face later is that the fink package manager, not just the bootstrap script, expects /usr/bin/perl to be perl5.10.0 on 10.6. If I understand, after the installation, if /usr/bin/perl is perl5.8.9, it

[Fink-users] Perl version stop the Fink Installation (Snow Leopard)

2009-10-19 Thread Johann PELLET
Hi, After upgrading my Mac with Snow Leopard, I removed my old fink version with this command= 'rm -rf /sw' I have downloaded fink-0.29.10 to install this new version. But during the installation, the installation stops: Writing updated configuration to '/sw/etc/fink.conf'... plist is

Re: [Fink-users] Perl version stop the Fink Installation (Snow Leopard)

2009-10-19 Thread monipol
On 19/10/2009, at 13:38, Johann PELLET wrote: After upgrading my Mac with Snow Leopard, I removed my old fink version with this command= 'rm -rf /sw' I have downloaded fink-0.29.10 to install this new version. But during the installation, the installation stops: Writing updated

Re: [Fink-users] Perl version stop the Fink Installation (Snow Leopard)

2009-10-19 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/19/09 12:30 PM, monipol wrote: My perl version is: perl -v:This is perl, v5.8.9 built for darwin-thread-multi-2level Salut, Johann. Fink only works with versions of Perl shipped by either Apple or Fink itself. System's Perl on OS

Re: [Fink-users] Perl version stop the Fink Installation (Snow Leopard)

2009-10-19 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 monipol wrote: On 19/10/2009, at 13:38, Johann PELLET wrote: After upgrading my Mac with Snow Leopard, I removed my old fink version with this command= 'rm -rf /sw' I have downloaded fink-0.29.10 to install this new version. But during the

Re: [Fink-users] Perl version stop the Fink Installation (Snow Leopard)

2009-10-19 Thread Johann PELLET
Hi all, which perl: /usr/bin/perl Let's also see the output of ls -l /usr/bin/perl : -rwxr-xr-x 1 root wheel 86000 24 jui 09:42 /usr/bin/perl Like Benjamin said, I have changeg my perl default version by setting: VERSIONER_PERL_VERSION=5.8.9 in my environment and by using 'defaults'