Re: How to get the configure command

2010-09-02 Thread Scott Haneda
On Sep 1, 2010, at 10:18 PM, Ryan Schmidt wrote: On Sep 1, 2010, at 19:35, Scott Haneda wrote: `sudo port install bind9 +dlz_mysql5` works just fine. What I want to know is either how to get it to print out the final ./configure statement, or, how I would take the output from the

Re: How to get the configure command

2010-09-02 Thread Ryan Schmidt
On Sep 2, 2010, at 10:32, Scott Haneda wrote: That is interesting, how would I, were I to make this variant for the port, know the value to put for --with-dlz-mysql? If I go to the driver page for DLZ http://bind-dlz.sourceforge.net/mysql_driver.html I see this mention: The

Re: How to get the configure command

2010-09-02 Thread Daniel J. Luke
On Sep 2, 2010, at 11:32 AM, Scott Haneda wrote: On Sep 1, 2010, at 10:18 PM, Ryan Schmidt wrote: That is interesting, how would I, were I to make this variant for the port, know the value to put for --with-dlz-mysql? the bind9 port patches the configure script to accept mysql_config5

Re: Port Upgrade Error

2010-09-02 Thread Ryan Schmidt
On Sep 2, 2010, at 09:28, Ted Kord wrote: I just tried to upgrade a port; CGAL but I get this error: Error: Target org.macports.activate returned: Image error: /opt/local/include/CGAL/Algebraic_kernel_d_1_RS_Gmpq.h already exists and does not belong to a registered port. Unable to

Re: Port Upgrade Error

2010-09-02 Thread Dominik Reichardt
I had similar problems when updating other ports, especially when the port upgrade enabled the universak variant (which is by default chosen by my macports). For some reason it seemed like Macports thought the files were from an unregistered port even though I am sure I never disturbed anything

local patches

2010-09-02 Thread Björn Lundin
Hi, I'm new to macports and this list. I installed mediatomb, but some functionality is missing. Youtube/Apple preview changed. However, at http://sourceforge.net/projects/mediatomb/forums/forum/440751/topic/3816230 seems to be a fix. but it is not yet in macports. So - were does the downloaded

I'm a beginner so be nice to me

2010-09-02 Thread ronxroxx
Hi all, I have installed macport and I'm now trying to install dsniff. While running sudo port install dsniff, I am receiving the following error: Error: Target org.macports.fetch returned: fetch failed Log for gettext is at:

Re: I'm a beginner so be nice to me

2010-09-02 Thread Scott Haneda
Can we see the log data from the file at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/main.log It looks like gettext failed to install, which is a dependency needed for dsniff to work. I think that failed because the fetch of the

Re: I'm a beginner so be nice to me

2010-09-02 Thread ronxroxx
Thanks Scott, here is the file: Sorry for the long number of lines, in the meantime, I will do another sudo port selfupdate. Looking at the log, it appears to have failed in a number of places. version:1 :debug:clean Attempting ln -sf

Re: I'm a beginner so be nice to me

2010-09-02 Thread Scott Haneda
You seem to be failing all sorts of connections to download files. Can you load any of those urls in a browser and get the directory listing of files? Maybe your internet connection is not working perfectly right now? -- Scott (* For off-list contact, replace talklists@ with scott@ *) On Sep

Re: local patches

2010-09-02 Thread Ryan Schmidt
On Sep 2, 2010, at 14:47, Björn Lundin wrote: Hi, I'm new to macports and this list. Welcome to MacPorts! I installed mediatomb, but some functionality is missing. Youtube/Apple preview changed. However, at http://sourceforge.net/projects/mediatomb/forums/forum/440751/topic/3816230

Re: Port Upgrade Error

2010-09-02 Thread Ryan Schmidt
On Sep 2, 2010, at 12:18, Dominik Reichardt wrote: I had similar problems when updating other ports, especially when the port upgrade enabled the universak variant (which is by default chosen by my macports). MacPorts does not build universal by default, unless you've requested that

Re: I'm a beginner so be nice to me

2010-09-02 Thread ronxroxx
Ok, I did some updates, upgrade and tried again. I am now failing for the same error twice when I run sudo port install dsniff. Here is the main.log. Will someone instruct me on how to get around this? version:1 :debug:main Executing org.macports.main (help2man) :debug:main Skipping

Re: I'm a beginner so be nice to me

2010-09-02 Thread Ryan Schmidt
On Sep 2, 2010, at 21:53, ronxr...@comcast.net wrote: :debug:build Assembled command: 'cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/help2man-1.38.2 /usr/bin/make all' :info:build /usr/bin/gcc-4.0 -o

Re: I'm a beginner so be nice to me

2010-09-02 Thread ronxroxx
Thanks Ryan, I rm all my header files in /usr/local/include/ and I didn't have dlfcn.h file. I move the local directory to local.bak and created a new local directory with nothing in it. I clean up the port and did a self update and tried again. I'm receiving the following error: I'm only

Re: Port Upgrade Error

2010-09-02 Thread Dominik Reichardt
Yes, that's why I wrote my macports (atm of writing I just didn't remember where I set +universal to be default. My point was that I had the op's problem as well in other instances. Am 03.09.2010 um 04:47 schrieb Ryan Schmidt ryandes...@macports.org: On Sep 2, 2010, at 12:18, Dominik