Re: double port entries?

2011-08-30 Thread Terry Barnum
On Aug 30, 2011, at 4:20 PM, Ryan Schmidt wrote: > On Aug 30, 2011, at 17:54, Daniel J. Luke wrote: > >> On Aug 30, 2011, at 6:29 PM, Terry Barnum wrote: >>> >>> Just added a couple ports (imagemagick, qrencode) and noticed some >>> duplicate port entries. Is this normal or have I borked someth

Re: double port entries?

2011-08-30 Thread Terry Barnum
On Aug 30, 2011, at 3:54 PM, Daniel J. Luke wrote: >> $ port list installed | uniq -d > > ^^^ that doesn't do what you think it does > > you probably want 'port installed' > > and you'll see that your 'duplicates' are likely just inactive ports > (left over from upgrading, probably). >

Re: double port entries?

2011-08-30 Thread Ryan Schmidt
On Aug 30, 2011, at 17:54, Daniel J. Luke wrote: > On Aug 30, 2011, at 6:29 PM, Terry Barnum wrote: >> >> Just added a couple ports (imagemagick, qrencode) and noticed some duplicate >> port entries. Is this normal or have I borked something up? I recall using >> Migration Assistant to move to

Re: double port entries?

2011-08-30 Thread Daniel J. Luke
On Aug 30, 2011, at 6:29 PM, Terry Barnum wrote: > > Just added a couple ports (imagemagick, qrencode) and noticed some duplicate > port entries. Is this normal or have I borked something up? I recall using > Migration Assistant to move to this machine earlier this year from another SL > Mac. >

double port entries?

2011-08-30 Thread Terry Barnum
Just added a couple ports (imagemagick, qrencode) and noticed some duplicate port entries. Is this normal or have I borked something up? I recall using Migration Assistant to move to this machine earlier this year from another SL Mac. $ port list installed | uniq -d ffmpeg

Re: Unexpected installation problems with MacPorts

2011-08-30 Thread Ryan Schmidt
On Aug 30, 2011, at 16:06, Rodolfo Aramayo wrote: > I am only using: > > perl5.12 @5.12.3_1+threads Ok. Were you previously using a different version like perl5.8? > Could it be that when I installed XCODE > (xcode_3.2.6_and_ios_sdk_4.3.dmg) I needed to request it to install > stuff needed fo

Re: Unexpected installation problems with MacPorts

2011-08-30 Thread Rodolfo Aramayo
It was a mistake...I thought the 10.5 disks were the 10.6 and because I was processing 8 machines at the same time by the time I realized the error I decided to install on top instead. In retrospect I should not have done that and I might still re-install clean everything again...thing is...I am re

Re: Unexpected installation problems with MacPorts

2011-08-30 Thread Scott Webster
Why did you install 10.5 and then upgrade to 10.6? Seems to add more confusion to the situation, though it should work... On Tue, Aug 30, 2011 at 5:06 PM, Rodolfo Aramayo wrote: > I am only using: > > perl5.12 @5.12.3_1+threads > > Could it be that when I installed XCODE > (xcode_3.2.6_and_ios_s

Can I get rid of binary archive files?

2011-08-30 Thread T. Thonhauser
Dear All, I have just switched from Fink to MacPorts for all my linux platform needs. I have installed MacPorts 2.0.1 on a brand new iMac running the newest version of OSX Lion. My iMac has a solid state disk and I am trying to conserve space. As I am looking through the /opt/local tree, I find th

Re: Unexpected installation problems with MacPorts

2011-08-30 Thread Rodolfo Aramayo
I am only using: perl5.12 @5.12.3_1+threads Could it be that when I installed XCODE (xcode_3.2.6_and_ios_sdk_4.3.dmg) I needed to request it to install stuff needed for 10.4? Because I remember NOT selecting that option... I am asking this because I also noticed problems compiling gcc43 and gcc

Re: Unexpected installation problems with MacPorts

2011-08-30 Thread Ryan Schmidt
On Aug 30, 2011, at 09:12, Rodolfo Aramayo wrote: > This morning I concentrated on a single machine and found that many, > many, many ports are failing to recognize the perl XML::parser as > being installed. But it is. In fact I have: > p5-xml-sax-expat @0.400.0_3 (active) > p5.12-xml-sax-expat

Re: Unexpected installation problems with MacPorts

2011-08-30 Thread Rodolfo Aramayo
This morning I concentrated on a single machine and found that many, many, many ports are failing to recognize the perl XML::parser as being installed. But it is. In fact I have: p5-xml-sax-expat @0.400.0_3 (active) p5.12-xml-sax-expat @0.400.0_3 (active) installed This is one of the problems.

Re: Unexpected installation problems with MacPorts

2011-08-30 Thread Daniel J. Luke
On Aug 29, 2011, at 11:35 PM, Rodolfo Aramayo wrote: > > Why this behavior with a brand new installation?? in a brand new system OS?? > > Any Ideas?? It's almost impossible for anyone to guess as to what is going on without the debug output from port -- Daniel J. Luke