Re: Can't install pspp

2016-08-05 Thread Ryan Schmidt
> On Aug 5, 2016, at 1:55 PM, [ftp83plus] wrote: > > Wasn't libcxx supposed to be already +universal as per LibcxxOnOlderSystems? Yes, it was. Its universal variant is default on now. Any idea why it was not installed universal on your system? Do you maybe have

Re: Can't install pspp

2016-08-05 Thread [ftp83plus]
Wasn't libcxx supposed to be already +universal as per LibcxxOnOlderSystems? Anyway, the upgrade variant command yields an error upon building gperf: http://pastebin.com/6UwSr7Cp El 2016-08-05, a las 14:35, Ryan Schmidt escribió: > sudo port upgrade --enforce-variants libcxx +universal

Re: Can't install pspp

2016-08-05 Thread Ryan Schmidt
> On Aug 5, 2016, at 1:32 PM, [ftp83plus] wrote: > > > El 2016-08-05, a las 13:16, Ryan Schmidt escribió: > >> >>> On Aug 5, 2016, at 11:29 AM, [ftp83plus] wrote: >>> >>> Sure, after cleaning icu and pspp and re-launching pspp installation, it

Re: Can't install pspp

2016-08-05 Thread [ftp83plus]
El 2016-08-05, a las 13:16, Ryan Schmidt escribió: > >> On Aug 5, 2016, at 11:29 AM, [ftp83plus] wrote: >> >> Sure, after cleaning icu and pspp and re-launching pspp installation, it now >> fails on installing ncurses: >> http://pastebin.com/7UGKSVmm > > The log says:

Re: Can't install pspp

2016-08-05 Thread Ryan Schmidt
> On Aug 5, 2016, at 11:29 AM, [ftp83plus] wrote: > > Sure, after cleaning icu and pspp and re-launching pspp installation, it now > fails on installing ncurses: > http://pastebin.com/7UGKSVmm The log says: :info:build ld: warning: ignoring file /usr/lib/libc++.dylib,

Re: Macports not working

2016-08-05 Thread Ignatios Athanasiadis
Hi Davide, This suggestion solved my problem. Thank you. All best, Ignatios > On 5 Aug 2016, at 10:59, Davide Liessi wrote: > > 2016-08-05 11:25 GMT+02:00 Ignatios Athanasiadis : >> making a file .bash_profile in my root that in includes a piece

Re: Macports not working

2016-08-05 Thread Brandon Allbery
On Fri, Aug 5, 2016 at 5:25 AM, Ignatios Athanasiadis wrote: > then I tried to make a shortcut for mysql that I installed using macports > making a file .bash_profile in my root that in includes a piece of code > > PATH="/usr/local/mysql/bin:$PATH” > > as suggested in

Re: MacPorts rsync server in Germany - is this the current "normal"?

2016-08-05 Thread [ftp83plus]
Will the change make fetching faster? It currently hovers under 2MB/s, or 8Mbps. Or is this intentional? El 2016-08-05, a las 08:40, Ryan Schmidt escribió: > On Aug 5, 2016, at 07:16, Kennedy, Smith wrote: >> >> Recently, say within the last week or so, when running a "sudo port -v >>

Re: MacPorts rsync server in Germany - is this the current "normal"?

2016-08-05 Thread Ryan Schmidt
On Aug 5, 2016, at 07:16, Kennedy, Smith wrote: > > Recently, say within the last week or so, when running a "sudo port -v > selfupdate" as part of my care and feeding of my ports, I observed that it is > pulling from a server in Germany: > Is this consistent with others' recent experiences?

Re: MacPorts rsync server in Germany - is this the current "normal"?

2016-08-05 Thread Jeremy Lavergne
Also yes, it's normal. $ dig nue.de.rsync.macports.org ftp.fau.de. ftp.rrze.uni-erlangen.de. 131.188.12.211 On 08/05/2016 08:26 AM, Jeremy Lavergne wrote: > https://trac.macports.org/wiki/Mirrors > > Also using that mirror in Boston. > > > On 08/05/2016 08:21 AM, PhilDobbin wrote: >> I'm

Re: MacPorts rsync server in Germany - is this the current "normal"?

2016-08-05 Thread Jeremy Lavergne
https://trac.macports.org/wiki/Mirrors Also using that mirror in Boston. On 08/05/2016 08:21 AM, PhilDobbin wrote: > I'm seeing it too here in London. ___ macports-users mailing list macports-users@lists.macosforge.org

Re: MacPorts rsync server in Germany - is this the current "normal"?

2016-08-05 Thread PhilDobbin
On 05/08/2016 13:16, Kennedy, Smith (Wireless Architect) wrote: Hi there, Recently, say within the last week or so, when running a "sudo port -v selfupdate" as part of my care and feeding of my ports, I observed that it is pulling from a server in Germany: [snip] I'm seeing it too here

MacPorts rsync server in Germany - is this the current "normal"?

2016-08-05 Thread Kennedy, Smith (Wireless Architect)
Hi there, Recently, say within the last week or so, when running a "sudo port -v selfupdate" as part of my care and feeding of my ports, I observed that it is pulling from a server in Germany: Neuromancer: 2016-08 [932]$ sudo port -v selfupdate ---> Updating MacPorts base sources using rsync

Re: Macports not working

2016-08-05 Thread Davide Liessi
2016-08-05 11:25 GMT+02:00 Ignatios Athanasiadis : > making a file .bash_profile in my root that in includes a piece of code Oh, and maybe if you needed to create .bash_profile, then all your terminal settings were in .profile (including the PATH for MacPorts). I'd suggest

Re: Macports not working

2016-08-05 Thread Davide Liessi
2016-08-05 11:25 GMT+02:00 Ignatios Athanasiadis : > PATH="/usr/local/mysql/bin:$PATH” I think you are using the wrong closing quotes here: they should be the straight quotes, i.e. " instead of ”. Best wishes. Davide ___

Macports not working

2016-08-05 Thread Ignatios Athanasiadis
Hi all, My macports seem to be out of use at the moment. I have not tried to uninstall them. Yesterday I tried to make apache2 working according to the suggestions presented in this link: http://digitalshore.io/local-web-development-environment-apache-osx-10-11-el-capitan/