Re: binaries linking errors

2012-06-03 Thread Wu Degang
On 4/6/12 11:29 AM, Jeremy Lavergne wrote: After a upgrade outdated operation, I got the following messages in the end: ---> Scanning binaries for linking errors: 39.9% Warning: Error parsing file /opt/local/lib/apple-gcc40/lib/gcc/i686-apple-darwin11.3.0/4.0.1/kext/crt3.o: Premature end of

Re: binaries linking errors

2012-06-03 Thread Jeremy Lavergne
> After a upgrade outdated operation, I got the following messages in the end: > > ---> Scanning binaries for linking errors: 39.9% > Warning: Error parsing file > /opt/local/lib/apple-gcc40/lib/gcc/i686-apple-darwin11.3.0/4.0.1/kext/crt3.o: > Premature end of data, possibly corrupt file > --->

binaries linking errors

2012-06-03 Thread Wu Degang
Hi, After a upgrade outdated operation, I got the following messages in the end: ---> Scanning binaries for linking errors: 39.9% Warning: Error parsing file /opt/local/lib/apple-gcc40/lib/gcc/i686-apple-darwin11.3.0/4.0.1/kext/crt3.o: Premature end of data, possibly corrupt file ---> Scann

Re: py27-sip fails to build after Lion upgrade

2012-06-03 Thread Ryan Schmidt
On Jun 3, 2012, at 12:17, Lawrence Velázquez wrote: > On Jun 3, 2012, at 1:06 p.m., Andrew Long wrote: > >> It seems to be complaining about the absence of the 'SDKs' folder within the >> xcode.app package. Indeed there is no such folder in my package. I have >> downloaded and installed the co

Re: tcl expert needed

2012-06-03 Thread Keith J. Schultz
Hi Bjarne, If I get you right you want to save yourself alot of typing! So, why not simply divide your code up a little. proc g_doSomething args { xinstall -d ${where}[dict get ${apache} libexecdir] /do a lot of stuff/ } Then in whatever phase you are in set where in the script and call

Re: py27-sip fails to build after Lion upgrade

2012-06-03 Thread Lawrence Velázquez
On Jun 3, 2012, at 1:06 p.m., Andrew Long wrote: > It seems to be complaining about the absence of the 'SDKs' folder within the > xcode.app package. Indeed there is no such folder in my package. I have > downloaded and installed the command line tools and all the documentation in > sight under

py27-sip fails to build after Lion upgrade

2012-06-03 Thread Andrew Long
I'm following the instructions in the 'migration' page, including the bit about automatic re-installation of ports. Mostly it seems to be behaving itself. While I was letting it rebuild ports in the background I was doing other things as part of the Lion upgrade, but I happened to spot an error

Re: tcl expert needed

2012-06-03 Thread Bjarne D Mathiesen
Ryan Schmidt wrote: > > On Jun 2, 2012, at 18:34, Bjarne D Mathiesen wrote: > >> Jeremy Lavergne wrote: I've got a problem where the same action has to be done, but depending on whether I'm in /post-destroot/ or /post-activate/ I need to create and install in different directories