Re: py25-numpy Failed to Build, 10.5.2

2008-05-13 Thread Morgan Sutherland
(sorry Adam, forgot to replay-all): I currently have MacPython installed -- do you think that this could cause problems with the Macports install? I've removed the MacPython directory from my PATH. Same thing. Interestingly I'm not getting the same "import site" error even when I invoke Python in

Re: still working on getting SoQt to link properly to qt4-mac

2008-05-13 Thread Tanner Lovelace
On Sat, May 10, 2008 at 5:05 AM, Erick Tryzelaar <[EMAIL PROTECTED]> wrote: > On Sat, May 10, 2008 at 12:56 AM, Jochen Küpper > <[EMAIL PROTECTED]> wrote: > > Does qmake provide simple info-switches that tell you where to find it's Qt > > headers and libraries by now? That's something we could p

Re: py25-numpy Failed to Build, 10.5.2

2008-05-13 Thread Adam Mercer
On Tue, May 13, 2008 at 8:36 PM, Morgan Sutherland <[EMAIL PROTECTED]> wrote: > /opt/local/bin: /opt/local/bin/python2.5 > 'import site' failed; use -v for traceback > Python 2.5.2 (r252:60911, Apr 29 2008, 13:48:06) On Tue, May 13, 2008 at 9:16 PM, Morgan Sutherland <[EMAIL PROTECTED]> wrote:

Re: py25-numpy Failed to Build, 10.5.2

2008-05-13 Thread Morgan Sutherland
~: /opt/local/bin/python2.5 -v # installing zipimport hook import zipimport # builtin # installed zipimport hook # /opt/local/lib/python2.5/site.pyc matches /opt/local/lib/python2.5/site.py import site # precompiled from /opt/local/lib/python2.5/site.pyc # /opt/local/lib/python2.5/os.pyc matches /o

Re: py25-numpy Failed to Build, 10.5.2

2008-05-13 Thread Adam Mercer
On Tue, May 13, 2008 at 8:36 PM, Morgan Sutherland <[EMAIL PROTECTED]> wrote: > /opt/local/bin: /opt/local/bin/python2.5 > 'import site' failed; use -v for traceback Something is very strange with your python install. What is the output if you pass the -v to python on startup? Cheers Adam __

Re: py25-numpy Failed to Build, 10.5.2

2008-05-13 Thread Morgan Sutherland
Ok, so this is what I got at first: /opt/local/bin: /opt/local/bin/python2.5 Could not find platform dependent libraries Consider setting $PYTHONHOME to [:] Python 2.5.2 (r252:60911, Apr 29 2008, 13:48:06) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type "help", "copyright", "credits" or "licen

MySQL Server Installer - found 2 repeatable bugs, and a couple of suggestions

2008-05-13 Thread Bill Hernandez
Ryan, THIS IS THE WAY THE INFO IS PROVIDED WHEN mysql IS INSTALLED ( 1 ) Run 'sudo -u root mysql_install_db5' ( 2 ) 'PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !' is followed on the next line by '...

Re: MySQL Server Installer - found 2 repeatable bugs,

2008-05-13 Thread paul beard
Why not create a (succinct) bug report/patch diff in TRAC? I have found the mysql/php/apache cluster to be troublesome to install and run, but never cared enough to generate this much diagnostics (it doesn't seem to be a pressing issue but a patch shows that a solution is possible). On Tue, May 13

Re: mysql server problems

2008-05-13 Thread Ryan Schmidt
On May 13, 2008, at 3:28 PM, Patrick Gundlach wrote: I googled but I don't succeed on using mysql. The machine: Mac OS X Tiger (10.4.11) on intel, MacPorts 1.600, mysql5 @5.0.51a_0+server (active) I've read somewhere that I have to run the following command: ~$ sudo -u mysql mysql_install

MySQL Server Installer - found 2 repeatable bugs, and a couple of suggestions

2008-05-13 Thread Bill Hernandez
Ryan, = = = = = = = = = = THIS IS THE WAY THE INFO IS PROVIDED WHEN mysql IS INSTALLED ( 1 ) Run 'sudo -u root mysql_install_db5' ( 2 ) 'PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !' is followed on t

mysql server problems

2008-05-13 Thread Patrick Gundlach
Hi, I googled but I don't succeed on using mysql. The machine: Mac OS X Tiger (10.4.11) on intel, MacPorts 1.600, mysql5 @5.0.51a_0+server (active) I've read somewhere that I have to run the following command: ~$ sudo -u mysql mysql_install_db5 But this fails: Installing MySQL system ta

Re: py25-numpy Failed to Build, 10.5.2

2008-05-13 Thread Morgan Sutherland
Right, py25-pygtksourceview is the one. I will mess around tonight or tomorrow when I get back to my computer. On Tue, May 13, 2008 at 3:52 PM, Adam Mercer <[EMAIL PROTECTED]> wrote: > On Tue, May 13, 2008 at 2:12 PM, Morgan Sutherland > <[EMAIL PROTECTED]> wrote: > > Adam, I don't know how to d

Re: py25-numpy Failed to Build, 10.5.2

2008-05-13 Thread Adam Mercer
On Tue, May 13, 2008 at 2:12 PM, Morgan Sutherland <[EMAIL PROTECTED]> wrote: > Adam, I don't know how to do this (I've never used Python before). I'm > just trying to install py-gtksourceview to run a program and it hung > on numpy. There isn't a py-gtksourceview port, don't you mean py25-pygtk

Re: py25-numpy Failed to Build, 10.5.2

2008-05-13 Thread Morgan Sutherland
Adam, I don't know how to do this (I've never used Python before). I'm just trying to install py-gtksourceview to run a program and it hung on numpy. On Tue, May 13, 2008 at 3:02 PM, Adam Mercer <[EMAIL PROTECTED]> wrote: > On Tue, May 13, 2008 at 12:07 AM, Morgan Sutherland > <[EMAIL PROTECTED]>

Re: py25-numpy Failed to Build, 10.5.2

2008-05-13 Thread Adam Mercer
On Tue, May 13, 2008 at 12:07 AM, Morgan Sutherland <[EMAIL PROTECTED]> wrote: > Does anybody know what to make of this? > ImportError: No module named math what happens why you try to import the math module in MacPorts python? Cheers Adam ___ macp

Re: Leopard env var problem (was: Re: error installing cogito)

2008-05-13 Thread Ryan Schmidt
On May 13, 2008, at 3:45 AM, Anders F Björklund wrote: Ryan Schmidt wrote: We can't use 'array unset env' as that is documented to disconnect Tcl from the environment, and some messing around hasn't shown a clean way to work around this. Maybe a Tcl expert is needed, and determining if t

Re: error installing cogito

2008-05-13 Thread Bryan Blackburn
On May 13, 2008, at 1:54 AM, Ryan Schmidt wrote: On Apr 20, 2008, at 7:09 PM, Bryan Blackburn wrote: [about the Leopard problem where some ports fail to install properly with a seemingly endless variety of bizarre error messages if installing them causes a dependency to be installed first,

Re: error installing cogito

2008-05-13 Thread Anders F Björklund
Ryan Schmidt wrote: We can't use 'array unset env' as that is documented to disconnect Tcl from the environment, and some messing around hasn't shown a clean way to work around this. Maybe a Tcl expert is needed, and determining if this is Mac-specific or 8.4.7; of course, either way, we

Re: error installing cogito

2008-05-13 Thread Ryan Schmidt
On Apr 20, 2008, at 7:09 PM, Bryan Blackburn wrote: [about the Leopard problem where some ports fail to install properly with a seemingly endless variety of bizarre error messages if installing them causes a dependency to be installed first, but the port succeeds if you try the install a se

Re: boost 1.35.0 build fails

2008-05-13 Thread Sancho McCann
Here's a related ticket: http://trac.macports.org/ticket/13714 Sancho On Tue, May 13, 2008 at 12:09 AM, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > On May 13, 2008, at 12:29 AM, Igor Mikushkin wrote: > > 2008/5/13 Ryan Schmidt: > > > > > > On May 12, 2008, at 7:33 AM, Igor Mikushkin wrote: > > >

Re: boost 1.35.0 build fails

2008-05-13 Thread Ryan Schmidt
On May 13, 2008, at 12:29 AM, Igor Mikushkin wrote: 2008/5/13 Ryan Schmidt: On May 12, 2008, at 7:33 AM, Igor Mikushkin wrote: When I try to install boost I get this error: ---> Building boost with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/mac

Re: force install without a dependency

2008-05-13 Thread Jochen Küpper
Hi Jacob, On 13.05.2008, at 00:00, Jacob Schwartz wrote: Can I rephrase my question then? What if the port maintainer included a bogus dependency -- in this case, the Haskell-mode for emacs *in no way* requires the port "ghc". Absolutely does not require it. The Haskell-mode can be very usef