Re: Spawning ping for packages.macports.org failed

2016-02-26 Thread John Oliver
On Fri, Feb 26, 2016 at 02:52:33PM -0500, Daniel J. Luke wrote: > ok. > > Try: > > dig @131.215.125.1 packages.macports.org > > and > > dig @131.215.254.100 packages.macports.org > > to help rule out basic dns problems. I'd suggest: dig @131.215.125.1 any packages.macports.org Sometimes,

Re: Spawning ping for packages.macports.org failed

2016-02-26 Thread Adam Mercer
On Fri, Feb 26, 2016 at 7:10 AM, Rainer Müller wrote: > The command would be: > > ping -noq -c3 -t3 $host | grep round-trip | cut -d / -f 5 If I run that for packages.macports.org, the first one it says that fails then I get the following: builder-osx-1:~ ram$ ping -noq

Re: Audacity build question. for Ticket #47189

2016-02-26 Thread Ryan Schmidt
On Feb 26, 2016, at 5:20 PM, Eneko Gotzon wrote: > > Sorry if I'm mistaken, I have not been able to follow this thread. > > On Fri, Feb 26, 2016 at 5:08 PM, Mojca Miklavec wrote: > sudo port install audacity > > Audacity is not available for installation on MacPorts,

Managing multiple TeXLive installations

2016-02-26 Thread Jerry
I am struggling with two different installations of TeXLive. One is a 2013 version from TUG which was a binary installed mostly into /usr/local/texlive but with GUI apps in /Applications/TeX/. The other is MacPorts 2015 version... $ port installed *texlive* The following ports are currently

Re: Audacity build question. for Ticket #47189

2016-02-26 Thread Eneko Gotzon
Sorry if I'm mistaken, I have not been able to follow this thread. On Fri, Feb 26, 2016 at 5:08 PM, Mojca Miklavec wrote: > sudo port install audacity Audacity is not available for installation on MacPorts, isn't? -- Eneko Gotzon Ares enekogot...@gmail.com

xemacs 21.4.22_11 load path shadows

2016-02-26 Thread Eric Smith
Dear all: I have recently installed the port xemacs @21.4.22_11 on two different machines, and am having trouble with load path shadowing, which I don't find mentioned anywhere in either bug lists or mailing lists. One machine is an older mini (mid 2011) running Lion, and this xemacs is an

Re: Managing multiple TeXLive installations

2016-02-26 Thread Mojca Miklavec
On 27 February 2016 at 00:21, Jerry wrote: > I am struggling with two different installations of TeXLive. > > One is a 2013 version from TUG which was a binary installed mostly into > /usr/local/texlive but with GUI apps in /Applications/TeX/. 2013 is relatively old. > The other is MacPorts

Re: Spawning ping for packages.macports.org failed

2016-02-26 Thread Daniel J. Luke
On Feb 26, 2016, at 8:53 AM, Brandon Allbery wrote: > On Fri, Feb 26, 2016 at 8:10 AM, Rainer Müller wrote: > In particular, do you have a /opt/local/bin/grep which fails to execute? > > I don't think this matters much since it tries the fetch anyway

Re: Audacity build question. for Ticket #47189

2016-02-26 Thread Mojca Miklavec
On 25 February 2016 at 17:47, Robert Chalmers wrote: > Sounds good. > > Given that the usual method is > > port install > > Where will the binary/app/package be installed to…. I’d hate to overwrite my > functional Audacity 2.1.1, but other than that I’m happy to be a tester. You should already be

Re: Spawning ping for packages.macports.org failed

2016-02-26 Thread Rainer Müller
On 2016-02-25 23:29, Adam Mercer wrote: > From this machine I can ping and contact all the hosts it complains about. The command would be: ping -noq -c3 -t3 $host | grep round-trip | cut -d / -f 5 > Any ideas what's going on here? Did you have any ports installed before? Is the machine really

Re: Spawning ping for packages.macports.org failed

2016-02-26 Thread Brandon Allbery
On Fri, Feb 26, 2016 at 8:10 AM, Rainer Müller wrote: > In particular, do you have a /opt/local/bin/grep which fails to execute? I don't think this matters much since it tries the fetch anyway and that also fails to resolve the hostname. -- brandon s allbery kf8nh

Re: Audacity build question. for Ticket #47189

2016-02-26 Thread Mojca Miklavec
On 26 February 2016 at 18:08, Robert Chalmers wrote: > Thanks Mojca, > > It does compile and install with no problems as you say. However it’s still > the same 2.1.2 that has it’s own issues (bugs?) that I’m waiting patiently > to see fixed. But not to worry. It could be helpful to point those

Re: Audacity build question. for Ticket #47189

2016-02-26 Thread Robert Chalmers
Thanks Mojca, It does compile and install with no problems as you say. However it’s still the same 2.1.2 that has it’s own issues (bugs?) that I’m waiting patiently to see fixed. But not to worry. I’m pretty impressed by your work getting this to build. I’d love to have the time to get it

Re: Spawning ping for packages.macports.org failed

2016-02-26 Thread Adam Mercer
On Feb 26, 2016 09:42, "Daniel J. Luke" wrote: > What does /etc/resolv.conf contain? # This file is automatically generated. # search ligo.caltech.edu ligo.org nameserver 131.215.125.1 nameserver 131.215.254.100 Cheers Adam ___

Re: Spawning ping for packages.macports.org failed

2016-02-26 Thread Daniel J. Luke
ok. Try: dig @131.215.125.1 packages.macports.org and dig @131.215.254.100 packages.macports.org to help rule out basic dns problems. > On Feb 26, 2016, at 2:15 PM, Adam Mercer wrote: > On Feb 26, 2016 09:42, "Daniel J. Luke" wrote: > > What does