Re: Process for checking port dependencies

2009-02-26 Thread Joshua Root
Scott Haneda wrote: On Feb 25, 2009, at 5:17 PM, Joshua Root wrote: I have somewhere around 40 or these to do, it is a process. If there is anything anyone can share to make it easier, I sure would love to hear it. This is the main problem that trace mode (-t) was designed to solve.

Re: Trace mode

2009-02-26 Thread Ryan Schmidt
On Feb 26, 2009, at 00:27, Joshua Root wrote: Ryan Schmidt wrote: The problem seems to be that darwintrace.dylib is compiled for i386 only but my bzip2 is 4-way universal. If I deactivate bzip2 +universal and install bzip2 non-universal it extracts fine. So for darwintrace to work with

Re: Perl error, once and for all

2009-02-26 Thread Ryan Schmidt
On Feb 26, 2009, at 02:20, Scott Haneda wrote: MacPorts operates under the assumption that exactly one port will provide a file at a given path. The combination of perl5.8 and whatever module it is that you were installing that wanted to install Test/Builder/Module.pm is in violation of

Re: Trace mode

2009-02-26 Thread Joshua Root
Ryan Schmidt wrote: On Feb 26, 2009, at 00:27, Joshua Root wrote: Ryan Schmidt wrote: The problem seems to be that darwintrace.dylib is compiled for i386 only but my bzip2 is 4-way universal. If I deactivate bzip2 +universal and install bzip2 non-universal it extracts fine. So for

Case of port names?

2009-02-26 Thread Scott Haneda
Are all port names to be lowercase? I changed my port name in the portfile from assp to ASSP, since that is how the project is named, and it can no longer download the zip source files. Recommended method would be to use correct case when installing the file directory, but the port name

Re: apache2 location

2009-02-26 Thread Ryan Schmidt
This is a mega-reply to many previous messages in this thread. On Feb 24, 2009, at 16:35, Scott Haneda wrote: A few questions... how come the apacche2 does not warn me of the violation, I see the violate in the port file, but as far as I can tell, there is nothing when installing it to

Re: Difference in -v or -d

2009-02-26 Thread Ryan Schmidt
On Feb 26, 2009, at 01:47, Scott Haneda wrote: On Feb 25, 2009, at 9:21 PM, Ryan Schmidt wrote: On Feb 25, 2009, at 22:09, Scott Haneda wrote: I wish I could give you an example, let me try to explain: sudo port -v install password: ** Thats it, that is all I get, it just sits there,

Re: Case of port names?

2009-02-26 Thread Joshua Root
Scott Haneda wrote: Are all port names to be lowercase? No. I changed my port name in the portfile from assp to ASSP, since that is how the project is named, and it can no longer download the zip source files. Recommended method would be to use correct case when installing the file

Re: Case of port names?

2009-02-26 Thread Joshua Root
Joshua Root wrote: Scott Haneda wrote: Are all port names to be lowercase? No. I changed my port name in the portfile from assp to ASSP, since that is how the project is named, and it can no longer download the zip source files. Recommended method would be to use correct case when

Re: Case of port names?

2009-02-26 Thread Ryan Schmidt
On Feb 26, 2009, at 03:31, Joshua Root wrote: Scott Haneda wrote: Are all port names to be lowercase? No. Use whatever case gives you the greatest pleasure, or rather, best matches the project name. There was a problem in MacPorts 1.7.0 when the case of the port name did not match

Re: Updating MySQL

2009-02-26 Thread Ryan Schmidt
On Feb 25, 2009, at 12:47, Marion Dumas wrote: I am new to macports, Welcome! so sorry for my perhaps naive question. I need to build a database in mySQL so I'm checking I have the newest version. Mysql is pre-installed on mac os x (new versions), It is? I didn't think Apple provided

Re: New to mac/macports. Trouble installing playerstage.

2009-02-26 Thread Ryan Schmidt
On Feb 24, 2009, at 17:43, Timothy Goins wrote: Just an update. I reinstalled macports and it started to build the dependecies. I am not sure what was wrong. However, when it came to the last part of installing playerstage-player itself it gave me the following error: --- Building

launchd and multiple x11.apps

2009-02-26 Thread Andy Schmitt
I'm at a loss as to how to get X apps to launch my compiled Applications/MacPorts/X11.app rather than the XQuartz-installed Applications/Utilities/X11.app. The only thing I could think of was changing org.x.startx.plist so launchd would know which version to use– but that hasn't gotten me

Re: Case of port names?

2009-02-26 Thread Scott Haneda
On Feb 26, 2009, at 3:39 AM, Ryan Schmidt wrote: On Feb 26, 2009, at 03:31, Joshua Root wrote: Scott Haneda wrote: Are all port names to be lowercase? No. Use whatever case gives you the greatest pleasure, or rather, best matches the project name. There was a problem in MacPorts 1.7.0

Dependencies

2009-02-26 Thread Scott Haneda
Seriously, I want to say a huge thanks to this list and all ports contributors and helpers. It is amazing to me. I have been rather chatty here lately, but always walk away with an answer. Good work. I ran into two issues today, with dependencies. I have a port, it will depend on a

Re: apache2 location

2009-02-26 Thread Scott Haneda
On Feb 26, 2009, at 1:16 AM, Ryan Schmidt wrote: This is a mega-reply to many previous messages in this thread. Mega indeed, thanks for this. On Feb 24, 2009, at 16:35, Scott Haneda wrote: If I modify the port to put apache in www, I believe that to be the correct place based on the above

Re: Perl error, once and for all

2009-02-26 Thread Daniel J. Luke
On Feb 26, 2009, at 7:28 AM, Scott Haneda wrote: Does anyone know how CPAN solves this? CPAN installs overwrite the perl-provided module with the newer one (this is the whole reason why we have a problem). -- Daniel J. Luke ++ |

Re: apache2 location

2009-02-26 Thread Bill Hernandez
On Feb 26, 2009, at 3:16 AM, Ryan Schmidt wrote: port contents foo always tells you what files are installed by port foo so that is a good way to learn. I wish I would have noticed that command when I started. Live and learn. I did learn a lot by traversing /opt/local Thanks to

Re: apache2 location

2009-02-26 Thread Bradley Giesbrecht
On Feb 26, 2009, at 5:25 AM, Scott Haneda wrote: On Feb 26, 2009, at 1:16 AM, Ryan Schmidt wrote: On Feb 24, 2009, at 22:41, Scott Haneda wrote: Ports should not install things that Apple Software Update may overwrite. The whole point of having a separate MacPorts prefix is to isolate

Re: launchd and multiple x11.apps

2009-02-26 Thread Jeremy Huddleston
On Feb 26, 2009, at 04:04, Andy Schmitt wrote: I'm at a loss as to how to get X apps to launch my compiled Applications/MacPorts/X11.app rather than the XQuartz-installed Applications/Utilities/X11.app. I sent an email about this a while back. org.x.X11 is the X11.app that is associated

XEmacs - error, non-widget child

2009-02-26 Thread Campbell Watson
Hi, I have installed XEmacs 21.4.21 using MacPorts (twice). No errors on installation. I continue to get an error message when trying to load xemacs: Error: attempt to add non-widget child *scratch* to parent Buffers which supports only widgets Any help would be great. Thanks. Cam Platform:

Install suggestions for port ASSP

2009-02-26 Thread Scott Haneda
My ASSP portfile I have now, instead of using xinstall, I just copy the directory into place. I need a little guidance no the best way to do this. ASSP will end up in /opt/local/var/ASSP If ASSP is not there, I just move the entire distro in. On first run of ASSP, a few files and

Re: New to mac/macports. Trouble installing playerstage.

2009-02-26 Thread Ryan Schmidt
On Feb 26, 2009, at 07:23, sudarsha...@gmail.com wrote: Given the -arch i386 -arch ppc in your output, you are building a universal binary of playerstage-player. Have you already built a universal binary of jpeg? If you have jpeg installed but it's not universal, you need to rebuild it

Re: New to mac/macports. Trouble installing playerstage.

2009-02-26 Thread sudarshan22
Hi, I deactivated the old jpeg and cleaned it and installed the universal one. No problems there. I then tried installing playerstage and I seem to be getting the same error: -- Building playerstage-player Error: Target org.macports.build returned: shell command cd

Symbol not found: _gll_noop

2009-02-26 Thread Lothar Braun
Hi all, after one of the last updates I get an error on some applications that I try to start. One of them is gnucash: tnomrev:~ braun$ gnucash dyld: Symbol not found: _gll_noop Referenced from: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL Expected in: