Re: Which Xcode?

2014-11-23 Thread Michael Crawford
Xcode doesn't really do anything that you couldn't do with clang, llvm, gnu make and your choice of text editor. The best I've ever been able to say about Xcode is that I found it barely tolerable, now I regard using it as just like pounding nails with my fists. This is not at all to say I don't

Re: Which Xcode?

2014-11-23 Thread René JV Bertin
I wonder to what extent Xcode 3.2.6 can be configured to use new clang and the latest SDKs. That's an IDE concept I still prefer: individual editor windows, a separate project window etc. I really don't get that fashion of monolithic interfaces that block everything behind them and make it

Re: Which Xcode?

2014-11-23 Thread Michael Crawford
Apple has not documented any way to plug in compilers other than those that come with Xcode. That doesn't mean that one cannot do so, just that Apple won't tell you how. However - while it would be some work - you could write an external compiler that plugs into CodeWarrior. That would just be

Re: Which Xcode?

2014-11-23 Thread René JV Bertin
I already adapted Xc 3.2 .pbcompspec files to have Macport's gcc48 and clang 3.4 in the IDE, as well as Apple 's Clang 3 from Xc 4. The SDKs might be more challenging. R On 23 Nov 2014, at 14:27, Michael Crawford mdcrawf...@gmail.com wrote: Apple has not documented any way to plug in

port selfupdate 2.3.2 - 2.3.3 fails

2014-11-23 Thread Carlo Tambuatco
Running port version 2.3.2 on Yosemite 10.10.1 The output of the command: sudo port -v selfupdate is: --- Updating MacPorts base sources using rsync rsync: failed to connect to rsync.macports.org: Operation timed out (60) rsync error: error in socket IO (code 10) at

Re: port selfupdate 2.3.2 - 2.3.3 fails

2014-11-23 Thread Chip Cuccio
* Carlo Tambuatco oraclmas...@gmail.com |__ Sun, Nov 23, 2014 at 10:46:10AM CST: rsync: failed to connect to rsync.macports.org: Operation timed out (60) Any ideas? Yes. Seems that a few macports.org resources (rsync.|trac.|distfiles.) are

Re: something's not right

2014-11-23 Thread Mark Brethen
On Nov 22, 2014, at 11:05 PM, Brandon Allbery allber...@gmail.com wrote: On Sun, Nov 23, 2014 at 4:51 AM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: Sounds like macports cannot connect to download the list of packages available. Are you able to run the rsync command manually? Any

Re: something's not right

2014-11-23 Thread Jeremy Lavergne
Oh the irony. On Nov 23, 2014, at 1:19 PM, Jeremy Lavergne wrote: # A list of rsync mirrors is available at # https://trac.macports.org/wiki/Mirrors#Portfiles. On Nov 23, 2014, at 1:13 PM, Mark Brethen wrote: Is there a mirror we can use, until these are back online?

Re: something's not right

2014-11-23 Thread Jeremy Lavergne
# A list of rsync mirrors is available at # https://trac.macports.org/wiki/Mirrors#Portfiles. On Nov 23, 2014, at 1:13 PM, Mark Brethen wrote: Is there a mirror we can use, until these are back online? ___ macports-users mailing list

Re: something's not right

2014-11-23 Thread Mark Brethen
On Nov 23, 2014, at 12:19 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: Oh the irony. On Nov 23, 2014, at 1:19 PM, Jeremy Lavergne wrote: # A list of rsync mirrors is available at # https://trac.macports.org/wiki/Mirrors#Portfiles. On Nov 23, 2014, at 1:13 PM, Mark Brethen

Re: something's not right

2014-11-23 Thread Mark Brethen
On Nov 23, 2014, at 12:19 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: # A list of rsync mirrors is available at # https://trac.macports.org/wiki/Mirrors#Portfiles. On Nov 23, 2014, at 1:13 PM, Mark Brethen wrote: Is there a mirror we can use, until these are back online? Is

Re: something's not right

2014-11-23 Thread Lawrence Velázquez
On Nov 23, 2014, at 1:23 PM, Mark Brethen mark.bret...@gmail.com wrote: On Nov 23, 2014, at 12:19 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: # A list of rsync mirrors is available at # https://trac.macports.org/wiki/Mirrors#Portfiles. On Nov 23, 2014, at 1:13 PM, Mark Brethen

Re: FiPy Port Out of Date

2014-11-23 Thread Lawrence Velázquez
On Nov 21, 2014, at 4:55 PM, Dave Horsfall d...@horsfall.org wrote: My regular FreeBSD security check says that py26 is insecure. Python 2.6 no longer receives security fixes. http://legacy.python.org/dev/peps/pep-0361/ vq ___ macports-users mailing

Re: something's not right

2014-11-23 Thread Mark Brethen
On Nov 23, 2014, at 1:55 PM, Lawrence Velázquez lar...@macports.org wrote: On Nov 23, 2014, at 1:23 PM, Mark Brethen mark.bret...@gmail.com wrote: On Nov 23, 2014, at 12:19 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: # A list of rsync mirrors is available at #

Re: something's not right

2014-11-23 Thread Lawrence Velázquez
On Nov 23, 2014, at 4:22 PM, Mark Brethen mark.bret...@gmail.com wrote: Is there another setting I need to change? As the comment directly above the rsync_server setting says, macports.conf only controls where base is fetched from. You need to edit sources.conf for the ports tree. vq

Re: FiPy Port Out of Date

2014-11-23 Thread Dave Horsfall
On Sun, 23 Nov 2014, Lawrence Velázquez wrote: Python 2.6 no longer receives security fixes. http://legacy.python.org/dev/peps/pep-0361/ Thanks. -- Dave Horsfall DTM (VK2KFU) Bliss is a MacBook with a FreeBSD server. http://www.horsfall.org/spam.html (and check the home page whilst you're

Re: something's not right

2014-11-23 Thread Mark Brethen
On Nov 23, 2014, at 3:31 PM, Lawrence Velázquez lar...@macports.org wrote: On Nov 23, 2014, at 4:22 PM, Mark Brethen mark.bret...@gmail.com wrote: Is there another setting I need to change? As the comment directly above the rsync_server setting says, macports.conf only controls where

Re: something's not right

2014-11-23 Thread Lawrence Velázquez
On Nov 23, 2014, at 4:45 PM, Mark Brethen mark.bret...@gmail.com wrote: Obviously this is do to the empty source directory 'rsync.macports.org'. How do I suppress these messages and when the main url is up again, what should I continue to use the mirror? If not, then how do I migrate to the

Re: Ntp -- getting it to work

2014-11-23 Thread René J . V . Bertin
On Saturday November 22 2014 20:10:08 Michael wrote: Pacemaker wants to skew the system clock. No, you misread (and Apple's grammar is no longer what it used to be) ... : By default, pacemaker will call adjtime(2) once per second to *slew* the system clock :D Is there any reason to have both

Re: something's not right

2014-11-23 Thread Mark Brethen
On Nov 23, 2014, at 4:24 PM, Lawrence Velázquez lar...@macports.org wrote: On Nov 23, 2014, at 4:45 PM, Mark Brethen mark.bret...@gmail.com wrote: Obviously this is do to the empty source directory 'rsync.macports.org'. How do I suppress these messages and when the main url is up again,

Re: Ntp -- getting it to work

2014-11-23 Thread Brandon Allbery
On Sun, Nov 23, 2014 at 10:28 PM, René J.V. rjvber...@gmail.com wrote: On Saturday November 22 2014 20:10:08 Michael wrote: Pacemaker wants to skew the system clock. No, you misread (and Apple's grammar is no longer what it used to be) ... : By default, pacemaker will call adjtime(2) once

Re: Ntp -- getting it to work

2014-11-23 Thread Lawrence Velázquez
On Nov 23, 2014, at 5:28 PM, René J.V. Bertin rjvber...@gmail.com wrote: Is there any reason to have both services running? Can't you just unload the pacemaker plist and let ntpd handle things like the big boy it is on othe OSes? This may be of use.

Re: Ntp -- getting it to work

2014-11-23 Thread Brandon Allbery
On Sun, Nov 23, 2014 at 10:41 PM, Brandon Allbery allber...@gmail.com wrote: FWIW I disabled pacemaker here and it solved the problem of ntpd not being able to adjust the clock (pacemaker was apparently undoing it). But it is still not *syncing* the clock after the initial sync, it is building

Re: Ntp -- getting it to work

2014-11-23 Thread Hinckley Dan
On 23 Nov 2014, at 17:50, Brandon Allbery allber...@gmail.com wrote: On Sun, Nov 23, 2014 at 10:41 PM, Brandon Allbery allber...@gmail.com wrote: So I will kill off Apple's foo and use ntpd from ports, I think. It may not save battery, but last I checked iMacs did not have batteries. :)

Trac, rsync, etc. are back up (eom)

2014-11-23 Thread Lawrence Velázquez
___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: Ntp -- getting it to work

2014-11-23 Thread Brandon Allbery
On Mon, Nov 24, 2014 at 12:38 AM, Hinckley Dan d...@suiattle.org wrote: On 23 Nov 2014, at 17:50, Brandon Allbery allber...@gmail.com wrote: On Sun, Nov 23, 2014 at 10:41 PM, Brandon Allbery allber...@gmail.com wrote: So I will kill off Apple's foo and use ntpd from ports, I think. It may