Re: Oddity using Xcode 4.4 on OS 10.7.

2012-07-27 Thread Jamie Paul Griffin
On Sat, Jul 28, 2012 at 12:06:33AM +0200, Daniel Ericsson wrote: > On 27 jul 2012, at 18:41, Jeremy Huddleston Sequoia wrote: > > > I'm curious if this is still happening. If anyone sees this issue when > > initiating the install from XCode's preferences (*after* this email), > > please let me

Re: Oddity using Xcode 4.4 on OS 10.7.

2012-07-27 Thread Ryan Schmidt
On Jul 26, 2012, at 12:04, Ryan Schmidt wrote: > "Me too". New machine, OS X 10.7.4. Installed Xcode 4.3.3 from App Store a > week ago, installed command line tools from Preferences > Downloads. > Yesterday updated to Xcode 4.4 from App Store, (re)installed command line > tools from Preferenc

Re: More than one version

2012-07-27 Thread Ryan Schmidt
On Jul 27, 2012, at 11:54, Jeremy Lavergne wrote: >> As I was trying to understand a universal build I built a few ports again as >> universal. No sense on my machine and for example when I do a port list >> installed I get three versions of boehmgc all with the same version number, >> @7.2c.

Re: How do I know why I have a port?

2012-07-27 Thread Ryan Schmidt
On Jul 27, 2012, at 20:42, Jack Repenning wrote: > Sometimes, I notice I have some port installed that I have no conscious > interest in. I'm sure it's there because it's depended upon by some other > port that I do care about (or recursively), but is there some way I can find > out what that

Re: How do I know why I have a port?

2012-07-27 Thread Jeremy Lavergne
> Sometimes, I notice I have some port installed that I have no conscious > interest in. I'm sure it's there because it's depended upon by some other > port that I do care about (or recursively), but is there some way I can find > out what that would be? > > I see that "port info whatever" tell

How do I know why I have a port?

2012-07-27 Thread Jack Repenning
Sometimes, I notice I have some port installed that I have no conscious interest in. I'm sure it's there because it's depended upon by some other port that I do care about (or recursively), but is there some way I can find out what that would be? I see that "port info whatever" tells me what st

Re: Oddity using Xcode 4.4 on OS 10.7.

2012-07-27 Thread Daniel Ericsson
On 26 jul 2012, at 23:57, Adam Mercer wrote: > On Thu, Jul 26, 2012 at 11:31 AM, Jeremy Huddleston Sequoia > wrote: > >> I'd be interested in hearing "me too"s or "works for me"s from others on >> 10.7 installing through XCode (as opposed to ML users or those going to >> connect.apple.com) to

Re: Oddity using Xcode 4.4 on OS 10.7.

2012-07-27 Thread Daniel Ericsson
On 27 jul 2012, at 18:41, Jeremy Huddleston Sequoia wrote: > I'm curious if this is still happening. If anyone sees this issue when > initiating the install from XCode's preferences (*after* this email), please > let me know. Just now installed Xcode 4.4 from MAS and Command Line Tools from Xc

Re: More than one version

2012-07-27 Thread M. Daniel Becque
Ah ha! Now I see. Thanks On Fri, Jul 27, 2012 at 11:54 AM, Jeremy Lavergne < jer...@lavergne.gotdns.org> wrote: > > As I was trying to understand a universal build I built a few ports > again as universal. No sense on my machine and for example when I do a port > list installed I get three versio

Re: More than one version

2012-07-27 Thread Jeremy Lavergne
> As I was trying to understand a universal build I built a few ports again as > universal. No sense on my machine and for example when I do a port list > installed I get three versions of boehmgc all with the same version number, > @7.2c. When I do port list inactive I get 2 versions of the sam

More than one version

2012-07-27 Thread M. Daniel Becque
As I was trying to understand a universal build I built a few ports again as universal. No sense on my machine and for example when I do a *port list installed* I get three versions of boehmgc all with the same version number, @7.2c. When I do *port list inactive* I get 2 versions of the same but n

Re: Oddity using Xcode 4.4 on OS 10.7.

2012-07-27 Thread Sean Farley
> I'm curious if this is still happening. If anyone sees this issue when > initiating the install from XCode's preferences (*after* this email), please > let me know. I can try later this afternoon, if not before and let you (and the list) know. ___ m

Re: Oddity using Xcode 4.4 on OS 10.7.

2012-07-27 Thread Jeremy Huddleston Sequoia
I'm curious if this is still happening. If anyone sees this issue when initiating the install from XCode's preferences (*after* this email), please let me know. --Jeremy On Jul 27, 2012, at 6:24 AM, William Gallafent wrote: > On 26 July 2012 22:57, Adam Mercer wrote: >> On Thu, Jul 26, 2012

Mountain Lion (not server), Apache2, and MacPorts

2012-07-27 Thread Chris Janton
Just a little note. The Apache2 port is set up to use Apple provided infrastructure (in some cases) In the 'httpd-userdir.conf' file there are these 2 lines Include /private/etc/apache2/users/*.conf Include /private/etc/apache2/users/virtual_host_global.conf.virt Please note - the Mountain Lion

Re: Upgrading to Mountain Lion -- migration document changes?

2012-07-27 Thread Jeremy Lavergne
> Really? No 10.6 SDK in Xcode 4.4? Not even optionally? I'm surprised. I > thought there were previously SDKs for two older versions of the OS in > addition to the current version. >From my clean installed of xcode 4.4 and command line tools, these are in >/Applications/Xcode.app/Contents/Deve

Re: Upgrading to Mountain Lion -- migration document changes?

2012-07-27 Thread Brandon Allbery
On Fri, Jul 27, 2012 at 11:04 AM, Ryan Schmidt wrote: > On Jul 27, 2012, at 10:03, Wahlstedt Jyrki wrote: > > There > > may be a problem, though, due to the lack of 10.6SDK in Xcode 4.4. At > least wxWidgets seems to require that (old Carbon 32-bit!), so maybe it's > time to begin preparing for sa

Re: Upgrading to Mountain Lion -- migration document changes?

2012-07-27 Thread Ryan Schmidt
On Jul 27, 2012, at 10:03, Wahlstedt Jyrki wrote: > > On 26.7.2012, at 16.24, Ryan Schmidt wrote: > >> >> On Jul 26, 2012, at 07:41, William H. Magill wrote: >> >>> I am about to upgrade to Mountain Lion and I note that the Migration >>> Document does not mention anything specifically about

Re: Upgrading to Mountain Lion -- migration document changes?

2012-07-27 Thread Wahlstedt Jyrki
On 26.7.2012, at 16.24, Ryan Schmidt wrote: > > On Jul 26, 2012, at 07:41, William H. Magill wrote: > >> I am about to upgrade to Mountain Lion and I note that the Migration >> Document does not mention anything specifically about it. >> >> Are there any "differences" or particular "changes/

Re: Oddity using Xcode 4.4 on OS 10.7.

2012-07-27 Thread William Gallafent
On 26 July 2012 22:57, Adam Mercer wrote: > On Thu, Jul 26, 2012 at 11:31 AM, Jeremy Huddleston Sequoia >> Can you please file a bug report at http://bugreport.apple.com including: >> >> /var/log/system.log >> /var/log/install.log >> The output of otool -l /usr/bin/clang | grep uuid >> The output