Re: how do I find which package has a program I am looking for?

2009-07-01 Thread Bryan Blackburn
On Wed, Jul 01, 2009 at 09:45:01PM -0400, Mitchell L Model said: > At 10:48 AM +1000 7/2/09, Joshua Root wrote: > >On 2009-7-2 10:27, Mitchell L Model wrote: > >> I just switched machines. I had /opt/local/bin/ls on my other one. I am > >> remaking my ports environment for various reasons. So far

Re: how do I find which package has a program I am looking for?

2009-07-01 Thread Mitchell L Model
At 10:48 AM +1000 7/2/09, Joshua Root wrote: >On 2009-7-2 10:27, Mitchell L Model wrote: >> I just switched machines. I had /opt/local/bin/ls on my other one. I am >> remaking my ports environment for various reasons. So far I haven't stumbled >> upon the port containing ls! I've read documentati

Re: installing ghc fails

2009-07-01 Thread Brandon Allbery
On Jul 1, 2009, at 12:21 , Inky 788 wrote: $ cabal install haddock Resolving dependencies... No packages to be installed. All the requested packages are already installed. If you want to reinstall anyway then use the --reinstall flag. ~~~ /snip ~~~ Weird. (How can I check if it's actually ins

Re: how do I find which package has a program I am looking for?

2009-07-01 Thread Joshua Root
On 2009-7-2 10:27, Mitchell L Model wrote: > I just switched machines. I had /opt/local/bin/ls on my other one. I am > remaking my ports environment for various reasons. So far I haven't stumbled > upon the port containing ls! I've read documentation, tried some things, etc. > I'm sure I'm missi

how do I find which package has a program I am looking for?

2009-07-01 Thread Mitchell L Model
I just switched machines. I had /opt/local/bin/ls on my other one. I am remaking my ports environment for various reasons. So far I haven't stumbled upon the port containing ls! I've read documentation, tried some things, etc. I'm sure I'm missing something really basic. Would someone please fil

Re: opencv install failed

2009-07-01 Thread sudarshan22
Rainer Müller-4 wrote: > > On 2009-07-01 17:35, sudarshan22 wrote: >> (sudars...@luckymac: ~)$ ins opencv >> Password: >> ---> Configuring opencv >> Error: Target org.macports.configure returned: configure failure: shell >> command " cd >> "/opt/local/var/macports/build/_opt_local_var_macports_

Re: installing ghc fails

2009-07-01 Thread Ryan Schmidt
On Jul 1, 2009, at 09:50, Brandon Allbery wrote: On Jul 1, 2009, at 10:42 , Inky 788 wrote: ---> Installing ghc @6.10.3_1+darwin_9_i386 ---> Activating ghc @6.10.3_1+darwin_9_i386 ~~~ /snip ~~~ ---> Attempting to fetch haddock-2.4.1.tar.gz from http://distfiles.macports.org/haddock Haddo

Re: installing ghc fails

2009-07-01 Thread Rainer Müller
On 2009-07-01 16:50, Brandon Allbery wrote: > On Jul 1, 2009, at 10:42 , Inky 788 wrote: >> ---> Installing ghc @6.10.3_1+darwin_9_i386 >> ---> Activating ghc @6.10.3_1+darwin_9_i386 >> ~~~ /snip ~~~ >> ---> Attempting to fetch haddock-2.4.1.tar.gz from >> http://distfiles.macports.org/haddock >

Re: opencv install failed

2009-07-01 Thread Rainer Müller
On 2009-07-01 17:35, sudarshan22 wrote: > (sudars...@luckymac: ~)$ ins opencv > Password: > ---> Configuring opencv > Error: Target org.macports.configure returned: configure failure: shell > command " cd > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_p

Re: Macports installation

2009-07-01 Thread tangle1
look at section 2.6 of macports dochttp://guide.macports.org/#using.portyou need to modify .profile :export PATH=/opt/local/bin:/opt/local/sbin:$PATHexport MANPATH=/opt/local/share/man:$MANPATH-Original Message- From: Robert Webb Sent: Jul 1, 2009 9:10 AM To: macports-users@lists.macosforg

Re: Macports installation

2009-07-01 Thread Mikel King
On Jul 1, 2009, at 12:10 PM, Robert Webb wrote: I have tried to install macports using the package. The actual installation goes correctly, however, I get an error that the port command does not exist. :~ user$ sudo port selfupdate Password: sudo: port: command not found I have installed X

Re: Macports installation

2009-07-01 Thread Michael Hernandez
On Wed, 2009-07-01 at 12:10 -0400, Robert Webb wrote: > I have tried to install macports using the package. The actual > installation goes correctly, however, I get an error that the port > command does not exist. > :~ user$ sudo port selfupdate > Password: > sudo: port: command not found > > > I

Re: installing ghc fails

2009-07-01 Thread Inky 788
On Wed, Jul 1, 2009 at 11:47 AM, Brandon Allbery wrote: > On Jul 1, 2009, at 11:37 , Inky 788 wrote: >> >> On Wed, Jul 1, 2009 at 10:50 AM, Brandon Allbery wrote: >>> >>> Haddock 2.4.1 isn't compatible with ghc 6.10.2 and later. >> >> Perhaps I could install hc-cabal and then use cabal (the Haskell

Macports installation

2009-07-01 Thread Robert Webb
I have tried to install macports using the package. The actual installation goes correctly, however, I get an error that the port command does not exist.:~ user$ sudo port selfupdate Password: sudo: port: command not found I have installed XCode and X11. Please help me. ___

Re: installing ghc fails

2009-07-01 Thread Brandon Allbery
On Jul 1, 2009, at 11:37 , Inky 788 wrote: On Wed, Jul 1, 2009 at 10:50 AM, Brandon Allbery wrote: On Jul 1, 2009, at 10:42 , Inky 788 wrote: ---> Installing ghc @6.10.3_1+darwin_9_i386 ---> Activating ghc @6.10.3_1+darwin_9_i386 ~~~ /snip ~~~ ---> Attempting to fetch haddock-2.4.1.tar.gz

Re: installing ghc fails

2009-07-01 Thread Inky 788
On Wed, Jul 1, 2009 at 10:50 AM, Brandon Allbery wrote: > On Jul 1, 2009, at 10:42 , Inky 788 wrote: >> >> --->  Installing ghc @6.10.3_1+darwin_9_i386 >> --->  Activating ghc @6.10.3_1+darwin_9_i386 >> ~~~ /snip ~~~ >> --->  Attempting to fetch haddock-2.4.1.tar.gz from >> http://distfiles.macport

opencv install failed

2009-07-01 Thread sudarshan22
Hi, I tried to install opencv on my mac using macports. Here is the error that I receive: It would be great if someone could tell me what is wrong and how I could fix it. (sudars...@luckymac: ~)$ ins opencv Password: ---> Configuring opencv Error: Target org.macports.configure returned: configu

Re: installing ghc fails

2009-07-01 Thread Brandon Allbery
On Jul 1, 2009, at 10:42 , Inky 788 wrote: ---> Installing ghc @6.10.3_1+darwin_9_i386 ---> Activating ghc @6.10.3_1+darwin_9_i386 ~~~ /snip ~~~ ---> Attempting to fetch haddock-2.4.1.tar.gz from http://distfiles.macports.org/haddock Haddock 2.4.1 isn't compatible with ghc 6.10.2 and later.

Re: installing ghc fails

2009-07-01 Thread Inky 788
On Wed, Jul 1, 2009 at 6:03 AM, Ryan Schmidt wrote: > > On Jun 30, 2009, at 09:03, Inky 788 wrote: > >> I just tried installing pandoc, which requires ghc (among other things), and >> it seems that there was a problem configuring ghc. >> >> I'm on Mac OS X 10.5.7, Intel. This is just after a fresh

Re: installing ghc fails

2009-07-01 Thread Ryan Schmidt
On Jun 30, 2009, at 09:03, Inky 788 wrote: I just tried installing pandoc, which requires ghc (among other things), and it seems that there was a problem configuring ghc. I'm on Mac OS X 10.5.7, Intel. This is just after a fresh install of MacPorts 1.7.1-10.5-Leopard. I'm brand new to MacPort