Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Andrea D'Amore
On Sun, Feb 5, 2012 at 07:04, Jeff Singleton gvib...@gmail.com wrote: Basically…I am seeing that clang is being chosen as the default compiler now and not gcc. That's not too much recent, and according to system version llvm-gcc-4.2 was choosen before clang. Did you jump straight from 3.2.x to

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeremy Lavergne
I'm curious: did you upgrade to Lion without following the great migration? https://trac.macports.org/wiki/Migration smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org

Lion download is an empty package.

2012-02-05 Thread ACBell
Subject says it all. Adam Bell ab...@accesswave.ca ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: py27_wxpython

2012-02-05 Thread Wahlstedt Jyrki
On 5.2.2012, at 4.53, Ulrich Wienands wrote: I would like to install wxWidgets and wxpython and start python gui programming. So I install python27... ok I try py27-wxpython: no go; it claims wxWidgets cannot install on ppc: -- Error msg I get: sudo port install py27-wxpython

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Eric Cronin
I will use the git-core port as my example…see below for the errors I am seeing all over the place as of recently: The newest version of git-core was briefly removing /dev/null from the system during it's build, Ryan checked in a fix for it a day or two ago. I'm guessing this was causing

Re: Lion download is an empty package.

2012-02-05 Thread Andrea D'Amore
On Sun, Feb 5, 2012 at 15:48, ACBell ab...@accesswave.ca wrote: Subject says it all. Or so you think. Are you referring to link Lion [1] at page [2]? If so I can correctly download the file here, it gets correctly verified and the contained package has expected contents. Can you possibly have

Re: Lion download is an empty package.

2012-02-05 Thread Andrea D'Amore
On Sun, Feb 5, 2012 at 18:15, ACBell ab...@accesswave.ca wrote: ACB-iMac:~ bell$ curl -O https://distfiles.macports.org/MacPorts/MacPorts-2.0.3-10.7-Lion.dmg % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeff Singleton
Thank-you for all of the replies. I'm going over everything mentioned right now. As I stated, I had a small hunch it couldn't be what it looked like, and just needed a sanity check. So far…SMART checks out on my hard drives, Permissions are bing repair as I type, but I need to ask, how do I

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeff Singleton
Ok I just saw git-core get pulled down from my selfupdate. I'm going to clean and then try that one. On Sun, Feb 5, 2012 at 11:34 AM, Jeff Singleton gvib...@gmail.com wrote: Thank-you for all of the replies. I'm going over everything mentioned right now. As I stated, I had a small hunch it

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Andrea D'Amore
On Sun, Feb 5, 2012 at 18:34, Jeff Singleton gvib...@gmail.com wrote: how do I know which git-core I have so I can see if the fixed one made it into the stable tree? I'd check the mdate on: ls -l $(port dir git-core)/Portfile I'm not sure if there's a proper way to check a Portfile revision

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeff Singleton
Ok so I got past git-core, but now no version of GCC will install. I have tried gcc43, gcc44, gcc45, and finally, skipping gcc46, I tried gcc47. All of them fail to build with the same errors: checking for library containing strerror... make[2]: *** [configure-build-libiberty] Error 1 make[2]:

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeremy Lavergne
checking how to run the C preprocessor... /lib/cpp What's /lib ? smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeff Singleton
No idea. Its not in my Path, just the normal default Path including the /opt/local folders added by MacPorts. Should I try reinstalling Xcode, maybe the Combo installer for 10.7.3? On Sun, Feb 5, 2012 at 1:57 PM, Jeremy Lavergne jer...@lavergne.gotdns.orgwrote: checking how to run the C

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Ryan Schmidt
On Feb 5, 2012, at 11:34, Jeff Singleton wrote: how do I know which git-core I have so I can see if the fixed one made it into the stable tree? There's no such thing as a stable or unstable ports tree. All ports are in the same tree. sudo port selfupdate will update you to the latest port

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Ryan Schmidt
On Feb 5, 2012, at 13:56, Jeff Singleton wrote: Ok so I got past git-core, but now no version of GCC will install. I have tried gcc43, gcc44, gcc45, and finally, skipping gcc46, I tried gcc47. All of them fail to build with the same errors: checking for library containing strerror...

Fwd: Lion download is an empty package.

2012-02-05 Thread Ryan Schmidt
Jeremy forwarded this conversation to me; I'm forwarding it back to the mailing list. Adam, please remember to Reply All when you reply, so your message gets back to the mailing list. Begin forwarded message: From: Jeremy Lavergne jer...@lavergne.gotdns.org Date: February 5, 2012 09:55:20

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeff Singleton
Thanks Ryan I double checked everything and everything appears correct in regards to Path. I reinstalled Xcode 4.2.1 and the Combo 10.7.3 update, fixed permissions etc etc. I am building llvm-gcc42 now, which seems to be going much better. Once this is done, I will attempt gcc43 again….the

Fwd: Lion download is an empty package.

2012-02-05 Thread ACBell
ACB-iMac:~ bell$ hdiutil attach MacPorts-2.0.3-10.7-Lion.dmg Checksumming Driver Descriptor Map (DDM : 0)… Driver Descriptor Map (DDM : 0): verified CRC32 $A913D2D8 Checksumming Apple (Apple_partition_map : 1)… . Apple (Apple_partition_map : 1): verified CRC32 $A1DF5DC1 Checksumming

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeff Singleton
Opened Bug for this: http://trac.macports.org/ticket/33151 Thanks, Jeff On Sun, Feb 5, 2012 at 4:42 PM, Jeff Singleton gvib...@gmail.com wrote: Thanks Ryan I double checked everything and everything appears correct in regards to Path. I reinstalled Xcode 4.2.1 and the Combo 10.7.3 update,