Re: FOR FUTURE REFERENCE: when rsync.macports.org is down hard...

2014-11-25 Thread Ian Wadham
On 26/11/2014, at 3:35 AM, Michael wrote: >> Good luck with that (in Australia). BigPond is the biggest ISP in Oz and >> is owned by Telstra, which owns the entire physical network and all the >> exchanges, though that is slowly changing. Their treatment of other ISPs, >> who share the physical ne

Re: Upgrading ticket priority

2014-11-25 Thread Lawrence Velázquez
On Nov 25, 2014, at 4:52 PM, Eneko Gotzon wrote: > (Now, pressure on you :/) As I believe these ports are important, do you > think appropriate to upgrade the tickets priority from normal to high? We don't set ticket priority based on subjective opinions of a port's "importance". In general, w

GCL 2.6.11 on Mac OS X Yosemite

2014-11-25 Thread Gabriel Dos Reis
GCL-2.6.11 from Macports on Mac OS X Yosemite fails to build with: :info:build Finished loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcl/gcl/work/gcl/unixport/../lsp/gcl_auto_new.lsp :info:build :info:build T :info:build

Re: FOR FUTURE REFERENCE: when rsync.macports.org is down hard...

2014-11-25 Thread Michael
> Good luck with that (in Australia). BigPond is the biggest ISP in Oz and > is owned by Telstra, which owns the entire physical network and all the > exchanges, though that is slowly changing. Their treatment of other ISPs, > who share the physical network, and even of their own customers is quit

Re: Selecting python3.4

2014-11-25 Thread Brandon Allbery
On Tue, Nov 25, 2014 at 5:13 AM, Mojca Miklavec wrote: > Indeed. Starting a new shell or running "hash -r" fixed the problem. > Weird, I didn't know that binary locations are cached. > Shells have cached locations since the original csh (which uses "rehash"; "hash -r" came from ksh). "type" will

Re: Selecting python3.4

2014-11-25 Thread Mojca Miklavec
On Tue, Nov 25, 2014 at 10:30 AM, Andreas Kusalananda Kähäri wrote: > > I don't know if I'm totally off track here, but the shell caches the > location of binaries. You may have to do "hash -r" (or restart the > shell). Hi, Indeed. Starting a new shell or running "hash -r" fixed the problem. Wei

Selecting python3.4

2014-11-25 Thread Mojca Miklavec
Hi, I'm a bit confused by the behaviour of starting the python. I tried to select python with > sudo port select python python34 Selecting 'python34' for 'python' succeeded. 'python34' is now active. But it behaves a bit weird, it doesn't give me the version 3.4: > python --version Python 2.7.1