Re: can't install gcc43 or gcc44

2009-09-01 Thread Rob Mahurin
On Mon, Aug 31, 2009 at 04:01:28PM -0500, Adam Mercer wrote: On Mon, Aug 31, 2009 at 13:07, Rob Mahurinr...@jlab.org wrote: I'm trying to use MacPorts to install Octave and its dependencies on a new Mac running 10.5.8.  The install fails during the build of gcc. (I have tried gcc43 and

Re: O.T. Can I use my Mac Ports install to build odt2txt?

2009-09-01 Thread Ralph Pass
Naive question: Did you get libiconv? I do not see it in the link command. Ralph Pass Peter B. West wrote: I'm trying to build odt2txt, which, unfortunately, is not in Mac Ports. When I try to make it, I get: lydia-2:odt2txt-0.4 pbw$ make cc -O2 -c -o odt2txt.o odt2txt.c cc -O2 -c -o

Problems with gtk2 installer

2009-09-01 Thread Daniel Furrer
Hi all, I have a problem with the installer for an application (EiffelStudio) that I am building for our first semester Introduction to Programming course. The problem seems to be related to the gtk2 MacPorts package: EiffelStudio will work fine if I install it with: sudo port install

Third-party PHP extensions

2009-09-01 Thread John Korchok
I have a third party (not installed by MacPorts) php extension module libpdf_php.so that I formerly called using the extension_dir and extension settings in php.ini. When I upgraded to php 5.3 plus php-oracle and php-mysql, the installation warned me to remove the extension_dir setting, or

installed graphviz

2009-09-01 Thread Noah Garrett Wallach
Hi there, I installed graphviz from the macports repository and I cant seem to find the actual binary. What is going on? $ sudo find / -name graphviz /opt/local/include/graphviz /opt/local/lib/graphviz /opt/local/share/graphviz /opt/local/var/macports/distfiles/graphviz

Re: installed graphviz

2009-09-01 Thread Frank Schima
On Sep 1, 2009, at 1:10 PM, Noah Garrett Wallach wrote: Hi there, I installed graphviz from the macports repository and I cant seem to find the actual binary. What is going on? $ sudo find / -name graphviz /opt/local/include/graphviz /opt/local/lib/graphviz /opt/local/share/graphviz

Re: installed graphviz [solved]

2009-09-01 Thread Noah Garrett Wallach
Frank Schima wrote: On Sep 1, 2009, at 1:10 PM, Noah Garrett Wallach wrote: Hi there, I installed graphviz from the macports repository and I cant seem to find the actual binary. What is going on? $ sudo find / -name graphviz /opt/local/include/graphviz /opt/local/lib/graphviz

macports 1.8 upgrade from scratch: python build failed

2009-09-01 Thread Peter Koellner
Hi! After installing Mac OS X 10.6, I had to upgrade Xcode to 3,2 and macPorts 1.6 to 1.8. Unfortunately, nothing short of uninstalling all packages worked, and I am in the process of reinstalling everything. So while installing the prerequisites of gimp, the following error shows up. Any idea

Re: macports 1.8 upgrade from scratch: python build failed

2009-09-01 Thread Jeremy Huddleston
What you want to know is located on this page: http://trac.macports.org/wiki/snc/snowleopard http://trac.macports.org/ticket/20284 On Sep 1, 2009, at 12:23, Peter Koellner wrote: Hi! After installing Mac OS X 10.6, I had to upgrade Xcode to 3,2 and macPorts 1.6 to 1.8. Unfortunately,

Re: macports 1.8 upgrade from scratch: python build failed

2009-09-01 Thread Gonzalo HIGUERA DÍAZ
2009-09-01 Peter Koellner 21:23 +0200, pe...@asgalon.net: Hi! After installing Mac OS X 10.6, I had to upgrade Xcode to 3,2 and macPorts 1.6 to 1.8. Unfortunately, nothing short of uninstalling all packages worked, and I am in the process of reinstalling everything. More on migrating a

Re: macports 1.8 upgrade from scratch: python build failed

2009-09-01 Thread Peter Koellner
On Tue, 1 Sep 2009, Gonzalo HIGUERA DÍAZ wrote: More on migrating a Macports installation to another system: http://trac.macports.org/wiki/Migration Well, yes, the manual method did not work too well since port failed to start before updating the system. Actually this failure was the only

Re: macports 1.8 upgrade from scratch: python build failed

2009-09-01 Thread Joshua Root
On 2009-9-2 07:12, Peter Koellner wrote: On Tue, 1 Sep 2009, Gonzalo HIGUERA DÍAZ wrote: More on migrating a Macports installation to another system: http://trac.macports.org/wiki/Migration Well, yes, the manual method did not work too well since port failed to start before updating the

Two errors compiling wine-devel

2009-09-01 Thread Payam Minoofar
I upgraded to 10.6. I installed the 64-bit version of Macports 1.8, I uninstalled everything, and I am now slowly recompiling everything. Most packages are installing fine, but I get this when Port tries to compoine wine-devel (with freetype error at bottom). Thanks in advance. Error:

Re: macports 1.8 upgrade from scratch: python build failed

2009-09-01 Thread Peter Koellner
On Wed, 2 Sep 2009, Joshua Root wrote: The wiki page says, you will first need to install the base MacPorts system again, either from the appropriate disk image or from source. Did your port command still not work after doing that? Yes, it worked after that, but then I tried the automatic

Re: macports 1.8 upgrade from scratch: python build failed

2009-09-01 Thread Peter Koellner
On Wed, 2 Sep 2009, Peter Koellner wrote: I am now one step further after replacing the uname -m machine test in python's configure with a x86_64 string literal. Now it has some problem in staging to destroot, not in building. Please disregard this, it did not do anything useful. I am going

Re: Two errors compiling wine-devel

2009-09-01 Thread Jeremy Huddleston
wine needs to build 32bit which means that you need to build macports 2-way (i386/x86_64) to use wine. On Sep 1, 2009, at 13:57, Payam Minoofar wrote: I upgraded to 10.6. I installed the 64-bit version of Macports 1.8, I uninstalled everything, and I am now slowly recompiling everything.