Re: Trace mode (was: Re: Process for checking port dependencies)

2009-02-25 Thread Ryan Schmidt
On Feb 26, 2009, at 01:49, 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)

Re: Perl error, once and for all

2009-02-25 Thread Ryan Schmidt
On Feb 26, 2009, at 01:44, Scott Haneda wrote: On Feb 25, 2009, at 9:51 PM, Eric Hall wrote: That feels dirty to me, why not just -f all p5 installs then? If that is the real solution, why not have ports look for p5 and auto add the - f? I am sure this is a bad idea, but if this is the n

Re: Process for checking port dependencies

2009-02-25 Thread Scott Haneda
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. Does trace mode actuall

Re: Difference in -v or -d

2009-02-25 Thread Scott Haneda
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, nothing, a blank line in the shell, fully stalled.

Re: Perl error, once and for all

2009-02-25 Thread Scott Haneda
On Feb 25, 2009, at 9:51 PM, Eric Hall wrote: That feels dirty to me, why not just -f all p5 installs then? If that is the real solution, why not have ports look for p5 and auto add the - f? I am sure this is a bad idea, but if this is the norm, users are more or less going to do this anywa

Re: apache2 location

2009-02-25 Thread Bill Hernandez
On Feb 25, 2009, at 12:13 AM, Bradley Giesbrecht wrote: So we would add /usr/local/apache/bin:/usr/local/mysql/bin:/usr/ local/pgsql/bin:/usr/local/php/bin:etc to our environment path? And when apache, mysql or pgsql data out grow your disks you would move all yo

Re: Trace mode (was: Re: Process for checking port dependencies)

2009-02-25 Thread Bryan Blackburn
On Wed, Feb 25, 2009 at 11:52:49PM -0600, Ryan Schmidt said: > On Feb 25, 2009, at 19:17, Joshua Root wrote: > >> This is the main problem that trace mode (-t) was designed to solve. > > Speaking of trace mode, it doesn't work for me. Fails during extract > already: > > $ port -dt extract zlib [.

Re: Trace mode

2009-02-25 Thread Joshua Root
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 4-way universal ports, I need to build > MacPor

Re: Trace mode (was: Re: Process for checking port dependencies)

2009-02-25 Thread Ryan Schmidt
On Feb 25, 2009, at 19:17, Joshua Root wrote: This is the main problem that trace mode (-t) was designed to solve. Speaking of trace mode, it doesn't work for me. Fails during extract already: $ port -dt extract zlib DEBUG: Found port in file:///Users/rschmidt/macports/dports/archivers/

Re: Perl error, once and for all

2009-02-25 Thread Eric Hall
On Wed, Feb 25, 2009 at 01:21:38PM -0800, Scott Haneda wrote: > On Feb 25, 2009, at 7:03 AM, Daniel J. Luke wrote: > >On Feb 25, 2009, at 12:49 AM, Scott Haneda wrote: > >>Sorry, I know this has been explained before, > > > >yes, very recently. > > Can you point me to they "why", not just the solu

Re: [Q] how to uninstall "not registered" inactive ports

2009-02-25 Thread Kuniaki Mukai
Rainer, Josh, Thank you for your clear explanations. I understand the difference between the two: port installed inactive port list inactive Following your message, I successfully have managed to uninstall one of the two inactive ports, but I have activated the other, instead uninstalling, beca

Re: mesa conflict with xorg-glproto

2009-02-25 Thread Ryan Schmidt
On Feb 24, 2009, at 09:14, William Davis wrote: ---> Activating mesa @7.2_5+hw_render Error: Target org.macports.activate returned: Image error: /opt/ local/include/GL/glxint.h is being used by the active xorg-glproto port. Please deactivate this port first, or use the -f flag to force

Re: Difference in -v or -d

2009-02-25 Thread Ryan Schmidt
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, nothing, a blank line in the shell, fully stalled. Next time, I will run `lsof` and `top` and se

Re: Difference in -v or -d

2009-02-25 Thread Ryan Schmidt
On Feb 25, 2009, at 22:10, William Davis wrote: Scott, my guess is what you call a "hang" is only port doing some process for which there is no screen output under -v like compling a chunk of code.. Compiling code is exactly what -v will print. But computing and checking dependencies

Re: Difference in -v or -d

2009-02-25 Thread Joshua Root
Scott Haneda wrote: > On Feb 25, 2009, at 7:21 PM, Joshua Root wrote: >> Do you mean -d prints something that should also be printed by -v, but >> isn't? >> >> An example would be helpful. > > > I wish I could give you an example, let me try to explain: > sudo port -v install > password: ** >

Re: [Q] how to uninstall "not registered" inactive ports

2009-02-25 Thread Joshua Root
Kuniaki Mukai wrote: > Hello > > I have two inactive ports, which I want to uninstall. > But I got only "not registered" message. > > I appreciate if some one give me any hint on how to uninstall > such inactive ports. > > % port list inactive > p5-test-harness@3.14

Re: [Q] how to uninstall "not registered" inactive ports

2009-02-25 Thread Rainer Müller
Kuniaki Mukai wrote: > % sudo port uninstall p5-test-sim...@0.86 > Error: port uninstall failed: Registry error: p5-test-simple 0.86 not > registered as installed. > % port list inactive > p5-test-harness@3.14 perl/p5-test-harness > p5-test-simple @0.86

Re: Difference in -v or -d

2009-02-25 Thread Bradley Giesbrecht
On Feb 25, 2009, at 6:12 PM, Scott Haneda wrote: On Feb 25, 2009, at 5:38 PM, Joshua Root wrote: Scott Haneda wrote: I usually use -d on a port install, but sometimes, I use -v as others seem to use it. The man page makes me think -v has -d plus more. Anyone ever see where -v will stall, a

[Q] how to uninstall "not registered" inactive ports

2009-02-25 Thread Kuniaki Mukai
Hello I have two inactive ports, which I want to uninstall. But I got only "not registered" message. I appreciate if some one give me any hint on how to uninstall such inactive ports. % port list inactive p5-test-harness@3.14 perl/p5-test-harness p5-test-simple

Re: Difference in -v or -d

2009-02-25 Thread William Davis
On Feb 25, 2009, at 9:12 PM, Scott Haneda wrote: On Feb 25, 2009, at 5:38 PM, Joshua Root wrote: Scott Haneda wrote: I usually use -d on a port install, but sometimes, I use -v as others seem to use it. The man page makes me think -v has -d plus more. Anyone ever see where -v will stall,

Re: Difference in -v or -d

2009-02-25 Thread Scott Haneda
On Feb 25, 2009, at 7:21 PM, Joshua Root wrote: Do you mean -d prints something that should also be printed by -v, but isn't? An example would be helpful. 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 sit

Re: Difference in -v or -d

2009-02-25 Thread Joshua Root
Scott Haneda wrote: > On Feb 25, 2009, at 5:38 PM, Joshua Root wrote: >> Scott Haneda wrote: >>> I usually use -d on a port install, but sometimes, I use -v as others >>> seem to use it. The man page makes me think -v has -d plus more. >>> >>> Anyone ever see where -v will stall, and do nothing, w

Re: aquaterm fails

2009-02-25 Thread Marcus Calhoun-Lopez
Alejandro Aragon gmail.com> writes: > > Hi all, > > I recently upgraded gnuplot, and since then I have problems with > aquaterm. I checked and I have 3 versions of aquaterm in the system. > Then I activating the oldest and it worked when none of the newest > did. Does anyone know why is t

Re: Perl error, once and for all

2009-02-25 Thread Vincent Lefevre
On 2009-02-25 13:21:38 -0800, Scott Haneda wrote: > That feels dirty to me, why not just -f all p5 installs then? No! Any port that needs -f is broken. Note: -f is dangerous. It can trash your system. And it is not compatible with activate/deactivate. -- Vincent Lefèvre - Web:

Re: Difference in -v or -d

2009-02-25 Thread Scott Haneda
On Feb 25, 2009, at 5:38 PM, Joshua Root wrote: Scott Haneda wrote: I usually use -d on a port install, but sometimes, I use -v as others seem to use it. The man page makes me think -v has -d plus more. Anyone ever see where -v will stall, and do nothing, where as trying -d right after, and

Re: Difference in -v or -d

2009-02-25 Thread Joshua Root
Scott Haneda wrote: > I usually use -d on a port install, but sometimes, I use -v as others > seem to use it. The man page makes me think -v has -d plus more. > > Anyone ever see where -v will stall, and do nothing, where as trying -d > right after, and it moves right along? The -d option prints

Re: Double installs

2009-02-25 Thread Joshua Root
Scott Haneda wrote: > For the sake of helping others. From IRC, I learned `port list > installed` is sort of broken, do not use it, use `port installed` instead. It's not broken, it just doesn't do what you thought it did. The port man page and `port help list` are pretty clear about what it actu

Re: problems installing doxygen

2009-02-25 Thread Joshua Root
Bakki Kudva wrote: > Hi, > > I did a system upgrade to 1.7 and tried to install doxygen. I get... > > ---> Activating xorg-renderproto @0.9.3_0 > Error: Target org.macports.activate returned: Image error: > /opt/local/include/X11/extensions/render.h is being used by the active > render port. Pl

Re: Process for checking port dependencies

2009-02-25 Thread Joshua Root
Scott Haneda wrote: > This ASSP port is going to kill me. > > I have either through MacPorts, or local ports I have made, nearly made > ASSP as a new port. Below, is my testing methodology, can someone > confirm this is the best process, or if there are simpler methods that I > should be using? >

Re: apache2 location

2009-02-25 Thread Joshua Root
Bradley Giesbrecht wrote: > > On Feb 24, 2009, at 7:45 PM, Bill Hernandez wrote: > >> On Feb 24, 2009, at 7:03 PM, Scott Haneda wrote: >> >>> On Feb 24, 2009, at 3:31 PM, Chris Janton wrote: On 2009-02-24 , at 15:35 , Scott Haneda wrote: > My feeling is, the sooner the better, there

Re: aquaterm fails

2009-02-25 Thread Joshua Root
Alejandro Aragon wrote: > Hi all, > > I recently upgraded gnuplot, and since then I have problems with > aquaterm. I checked and I have 3 versions of aquaterm in the system. > Then I activating the oldest and it worked when none of the newest did. > Does anyone know why is this happening? This is

Difference in -v or -d

2009-02-25 Thread Scott Haneda
I usually use -d on a port install, but sometimes, I use -v as others seem to use it. The man page makes me think -v has -d plus more. Anyone ever see where -v will stall, and do nothing, where as trying - d right after, and it moves right along? -- Scott ___

Re: Double installs

2009-02-25 Thread Scott Haneda
For the sake of helping others. From IRC, I learned `port list installed` is sort of broken, do not use it, use `port installed` instead. If there is an archive of IRC, there is more detail about why in that. On Feb 24, 2009, at 11:41 PM, Scott Haneda wrote: This has plagued me since I hav

Re: apache2 location

2009-02-25 Thread Adam Byrtek
On Wed, Feb 25, 2009 at 23:51, Scott Haneda wrote: > Fully agree on that front.  It was why I wondered if this was too engrained > in how it was done, it just may not be worth it.  But, then again, the move > should be pretty simple, ports is sort of designed by nature to fiddle with > paths and m

problems installing doxygen

2009-02-25 Thread Bakki Kudva
Hi, I did a system upgrade to 1.7 and tried to install doxygen. I get... >>> ---> Activating xorg-renderproto @0.9.3_0 Error: Target org.macports.activate returned: Image error: /opt/local/include/X11/extensions/render.h is being used by the active render port. Please deactivate this port first

Re: apache2 location

2009-02-25 Thread Scott Haneda
On Feb 25, 2009, at 2:05 PM, Adam Byrtek wrote: On Wed, Feb 25, 2009 at 05:25, Scott Haneda wrote: I have a feeling I am going to stand alone on this one, which is fine, I have no intention of pushing it, this was just to find out why this was chosen, and why it was not caught as in violati

Re: apache2 location

2009-02-25 Thread Adam Byrtek
On Wed, Feb 25, 2009 at 05:25, Scott Haneda wrote: > I have a feeling I am going to stand alone on this one, which is fine, I > have no intention of pushing it, this was just to find out why this was > chosen, and why it was not caught as in violation of suggested layouts. Scott, I think that in

Re: perl libnet net::smtnp

2009-02-25 Thread Scott Haneda
On Feb 25, 2009, at 1:22 PM, Daniel J. Luke wrote: On Feb 25, 2009, at 4:18 PM, Scott Haneda wrote: On Feb 25, 2009, at 7:04 AM, Daniel J. Luke wrote: On Feb 25, 2009, at 2:23 AM, Scott Haneda wrote: Seems to be a part of libnet, neither of which I can find in ports. I had this working befor

Re: Perl error, once and for all

2009-02-25 Thread Scott Haneda
On Feb 25, 2009, at 8:39 AM, Daniel J. Luke wrote: How do you know which to choose? I agree that the port should output a message letting you know what to do (for now, and longer term, we need to make it so you don't need to force activate these kinds of perl modules). I want to add som

Re: perl libnet net::smtnp

2009-02-25 Thread Daniel J. Luke
On Feb 25, 2009, at 4:18 PM, Scott Haneda wrote: On Feb 25, 2009, at 7:04 AM, Daniel J. Luke wrote: On Feb 25, 2009, at 2:23 AM, Scott Haneda wrote: Seems to be a part of libnet, neither of which I can find in ports. I had this working before, but am working on a clean install in order to t

Re: Perl error, once and for all

2009-02-25 Thread Scott Haneda
On Feb 25, 2009, at 7:03 AM, Daniel J. Luke wrote: On Feb 25, 2009, at 12:49 AM, Scott Haneda wrote: Sorry, I know this has been explained before, yes, very recently. Can you point me to they "why", not just the solution, I want to understand what is the problem? bur I can not find the

Re: perl libnet net::smtnp

2009-02-25 Thread Scott Haneda
On Feb 25, 2009, at 7:04 AM, Daniel J. Luke wrote: On Feb 25, 2009, at 2:23 AM, Scott Haneda wrote: Seems to be a part of libnet, neither of which I can find in ports. I had this working before, but am working on a clean install in order to track down my dependencies. Anyone know where th

Re: apache2 location

2009-02-25 Thread Scott Haneda
On Feb 25, 2009, at 6:11 AM, Chris Janton wrote: Please see MySQL5 - they provide the symlinks. Want an oddball path or 2? ls -al /opt/local/bin/mysqladmin lrwxr-xr-x 1 root admin 28B 2 Sep 2007 /opt/local/bin/ mysqladmin@ -> ../lib/mysql5/bin/mysqladmin Hey, I am taking these one at

Updating MySQL

2009-02-25 Thread Marion Dumas
Hello, I am new to macports, 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), but it was also re-installed by macports automatically when I installed the port dia a few weeks ago

Re: Perl error, once and for all

2009-02-25 Thread Daniel J. Luke
On Feb 25, 2009, at 10:21 AM, Mark Hattam wrote: DEBUG: Executing org.macports.activate (p5-mime-base64) ---> Activating p5-mime-base64 @3.07_0 Error: Target org.macports.activate returned: Image error: /opt/ local/share/man/man3/MIME::Base64.3pm.gz is being used by the active perl5.8 port.

Re: Perl error, once and for all

2009-02-25 Thread Mark Hattam
On 25 Feb 2009, at 15:03, Daniel J. Luke wrote: On Feb 25, 2009, at 12:49 AM, Scott Haneda wrote: Sorry, I know this has been explained before, yes, very recently. bur I can not find the answer: DEBUG: Executing org.macports.activate (p5-mime-base64) ---> Activating p5-mime-base64 @3.07_

Re: perl libnet net::smtnp

2009-02-25 Thread Daniel J. Luke
On Feb 25, 2009, at 2:23 AM, Scott Haneda wrote: Seems to be a part of libnet, neither of which I can find in ports. I had this working before, but am working on a clean install in order to track down my dependencies. Anyone know where this is hiding at? % port search libnet libnet @1.0

Re: Perl error, once and for all

2009-02-25 Thread Daniel J. Luke
On Feb 25, 2009, at 12:49 AM, Scott Haneda wrote: Sorry, I know this has been explained before, yes, very recently. bur I can not find the answer: DEBUG: Executing org.macports.activate (p5-mime-base64) ---> Activating p5-mime-base64 @3.07_0 Error: Target org.macports.activate returned: Ima

Re: apache2 location

2009-02-25 Thread Chris Janton
On 2009-02-24 , at 15: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 url, is this a huge undertaking that is going to require a lot of discussion to not break thing? Every path is going to need to change. To m

Re: X11 GTK sub-pixel anti-aliasing?

2009-02-25 Thread Evan Jones
On Feb 24, 2009, at 21:02 , Evan Jones wrote: The text drawn by my GTK apps from MacPorts does not use sub-pixel anti-aliasing, despite the fact I have tried to configure my ~/.fonts.conf file to specify that it should be used. Some further details for future reference: * It appears that GT

Re: apache2 location

2009-02-25 Thread Scott Haneda
On Feb 24, 2009, at 10:13 PM, Bradley Giesbrecht wrote: So we would add /usr/local/apache/bin:/usr/local/mysql/bin:/usr/ local/pgsql/bin:/usr/local/php/bin:etc to our environment path? I never actually even took the thought process that far, this is a great poin

xemacs error on startup

2009-02-25 Thread Campbell Watson
I have installed XEmacs 21.4.21 using MacPorts. No errors on installation. I continue to get an error message when trying to load: "Error: attempt to add non-widget child "*scratch*" to parent "Buffers" which supports only widgets" The XEmacs screen briefly appears but is quickly snatched away.