Re: Trying to rebuild on 10.6

2009-09-02 Thread Ryan Schmidt
On Aug 31, 2009, at 20:54, Mark Hattam wrote: Also found a few more apparently orphaned installed items, which have now bitten the dust. autoconf @2.64_2 (active) automake @1.11_0 (active) gmake @3.81_0 (active) gperf @3.0.4_0 (active) m4 @1.4.13_0 (active) If they're needed by the building

Re: Problems with gtk2 installer

2009-09-02 Thread Ryan Schmidt
On Sep 1, 2009, at 08:13, Daniel Furrer wrote: 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

Re: Third-party PHP extensions

2009-09-02 Thread Ryan Schmidt
On Sep 1, 2009, at 12:22, John Korchok wrote: 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

Re: attempt to build on Mac OS 10.6 (Snow Leopard)

2009-09-02 Thread Ryan Schmidt
On Aug 31, 2009, at 21:00, Lenore Horner wrote: (Forwarding Octave list exchange as they try to figure out why Octave won't build except with g95. The previously said it must be a MP fault.) Perhaps this information should be added to http://trac.macports.org/ticket/20636 or filed as a

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

2009-09-02 Thread Ryan Schmidt
On Aug 31, 2009, at 22:50, Peter B. West wrote: I'm trying to build odt2txt, which, unfortunately, is not in Mac Ports. It is now. :) 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 regex.o regex.c cc -O2 -c -o mem.o mem.c

Re: Problems with gtk2 installer

2009-09-02 Thread Joshua Root
On 2009-9-2 17:33, Ryan Schmidt wrote: Creating an mpkg can be tricky, because you need to turn off auto-clean, and you need to install the port and all of its dependencies and all of its dependencies' dependencies and so on before you can port mpkg it. To properly do that, probably all of

Re: /usr/local?

2009-09-02 Thread Rainer Müller
On 2009-08-31 01:36 , David J. Haines wrote: That's exactly what I was talking about. I understand the potential problems, but that's OK with me (and, presumably others like me). If one is savvy enough to be using the --prefix flag, one should be willing to put up with the potential

Re: Trying to rebuild on 10.6

2009-09-02 Thread Ryan Schmidt
On Aug 31, 2009, at 22:41, Joshua Root wrote: On 2009-9-1 11:06, Ryan Schmidt wrote: I updated the Migration page BTW. I have not tested the new instructions so they may still need tweaking. With the instructions as written, sudo port install grep will fail because its dependencies have

Re: any way to make --enforce-variants the default?

2009-09-02 Thread Rainer Müller
On 2009-09-01 03:38 , Mark Hattam wrote: So can I use this to remove the +server variant from my already installed mysql5 mysql5 @5.0.85_0+server (active) which is no longer needed, and reminds me so everytime I do a sudo port upgrade mysql5, as it's now handled by the

Re: openssl failing to link against libz [solved]

2009-09-02 Thread Zack Galbreath
I managed to workaround this issue by completely blowing away my /opt directory, and then reinstalling from scratch following the subversion install guide: http://guide.macports.org/#installing.macports.subversion There was probably a cleaner, simpler way of getting libz built properly, but

Re: openssl failing to link against libz [solved]

2009-09-02 Thread Ryan Schmidt
On Sep 2, 2009, at 10:15, Zack Galbreath wrote: I managed to workaround this issue by completely blowing away my / opt directory, and then reinstalling from scratch following the subversion install guide: http://guide.macports.org/#installing.macports.subversion There was probably a

Re: Two errors compiling wine-devel

2009-09-02 Thread Payam Minoofar
How do I do that? Thanks. Payam On Sep 1, 2009, at 7:16 PM, Jeremy Huddleston wrote: 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

Re: Non-working non-root install

2009-09-02 Thread Perry Lee
Ryan Schmidt wrote: On Aug 31, 2009, at 11:25, Ryan Schmidt wrote: I am attaching a script which reproduces the problem on my system (clean install of Snow Leopard), and the output I get. When you run it, do you see the problem on your system as well? You need to edit the user in the

report of Migration document edit

2009-09-02 Thread William Davis
Removed the words installed and and the angle brackets from Automatic 1. command so the it now reads : sudo port -f uninstall gawk grep gsed William Davis frstanATbellsouthDOTnet Mac OS X ver 10.6 Darwin 10.6 XQuartz 2.4.0 (xorg-server 1.5.3-apple14) Mac Mini Intel Duo @ 1.86 GHz Mundus

RE: Third-party PHP extensions

2009-09-02 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

Re: report of Migration document edit

2009-09-02 Thread Ryan Schmidt
On Sep 2, 2009, at 10:55, William Davis wrote: Removed the words installed and and the angle brackets from Automatic 1. command so the it now reads : sudo port -f uninstall gawk grep gsed Why? The instructions were correct before, and are now incorrect. Before, port would only attempt to

Re: Third-party PHP extensions

2009-09-02 Thread Ryan Schmidt
On Sep 2, 2009, at 11:49, John Korchok wrote: 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

Re: [Bulk] Re: report of Migration document edit

2009-09-02 Thread William Davis
On Sep 2, 2009, at 12:54 PM, Ryan Schmidt wrote: On Sep 2, 2009, at 10:55, William Davis wrote: Removed the words installed and and the angle brackets from Automatic 1. command so the it now reads : sudo port -f uninstall gawk grep gsed Why? The instructions were correct before, and are

Re: /usr/local?

2009-09-02 Thread David J. Haines
On Sep 2, 2009, at 9:13 AM, Rainer Müller wrote: On 2009-08-31 01:36 , David J. Haines wrote: That's exactly what I was talking about. I understand the potential problems, but that's OK with me (and, presumably others like me). If one is savvy enough to be using the --prefix flag, one

RE: Third-party PHP extensions - Solved

2009-09-02 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

Strange behaviour with postgresql84-server

2009-09-02 Thread Björn Häuser
Hello List! I have a problem with the postgresql84-server port. I refuses to load: bjo...@tango /Library/LaunchDaemons $ sudo port load postgresql84-server Error: Status 1 encountered during processing. There is nothing in the Console. When i take the start command out of the .plist it just

Building php5 on Snow Leopard.

2009-09-02 Thread pgbackup
I'm on a Snow Leopard, running macports 1.8. I installed php5 as follows: sudo port install php5 +apache2+pear+mysql5 Apparently, that didn't add in mysql support. To fix that, I had to install php5-mysql by saying sudo port install php5-mysql +mysql5. I'm looking at my phpinfo() output and I

Re: /usr/local?

2009-09-02 Thread Arno Hautala
On Wed, Sep 2, 2009 at 13:25, David J. Hainesdave...@gmail.com wrote: On Sep 2, 2009, at 9:13 AM, Rainer Müller wrote: We know it would not work, so we do not allow it. Why do you insist on /usr/local even if it does not work? Has something changed between 1.8.0 and the previous version

build xercesc failed in SL

2009-09-02 Thread Husam Senussi
Just in case someone had this installed in SL I'm getting below error Error: Target org.macports.build returned: shell command cd /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_xercesc /work/xerces-c-src_2_8_0/src/xercesc

Re: Building php5 on Snow Leopard.

2009-09-02 Thread Ryan Schmidt
On Sep 2, 2009, at 16:11, pgbackup wrote: I'm on a Snow Leopard, running macports 1.8. I installed php5 as follows: sudo port install php5 +apache2+pear+mysql5 Apparently, that didn't add in mysql support. To fix that, I had to install php5-mysql by saying sudo port install php5-mysql

Re: build xercesc failed in SL

2009-09-02 Thread Ryan Schmidt
On Sep 2, 2009, at 19:44, Husam Senussi wrote: Just in case someone had this installed in SL I'm getting below error Yes, we have a ticket for this: http://trac.macports.org/ticket/20979 ___ macports-users mailing list

Re: Two errors compiling wine-devel

2009-09-02 Thread Ryan Schmidt
On Sep 2, 2009, at 10:39, Payam Minoofar wrote: On Sep 1, 2009, at 7:16 PM, Jeremy Huddleston wrote: wine needs to build 32bit which means that you need to build macports 2-way (i386/x86_64) to use wine. How do I do that? For each port that is a dependency of wine, e.g. freetype: sudo

Re: MacPorts 1.8.0 - MPlayer does not upgrade properly

2009-09-02 Thread Ryan Schmidt
Yes, we have several open tickets about MPlayer not building. http://trac.macports.org/query?status=newstatus=assignedstatus=reopenedsummary=~MPlayer ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Two errors compiling wine-devel

2009-09-02 Thread Joshua Root
On 2009-9-3 10:54, Ryan Schmidt wrote: On Sep 2, 2009, at 10:39, Payam Minoofar wrote: On Sep 1, 2009, at 7:16 PM, Jeremy Huddleston wrote: wine needs to build 32bit which means that you need to build macports 2-way (i386/x86_64) to use wine. How do I do that? For each port that is a

Re: build xercesc failed in SL

2009-09-02 Thread Husam Senussi
I have applied the patches attached to the ticket but still getting different errors, so is there any working version I can use or this still work in progress. This the error I'm getting. Error: Target org.macports.build returned: shell command cd /opt/ local/var/macports/build/

Re: Help

2009-09-02 Thread Ryan Schmidt
On Sep 2, 2009, at 18:51, Erik Montén wrote: 3 sep 2009 kl. 01.48 skrev Ryan Schmidt ryandes...@macports.org: On Sep 2, 2009, at 10:47, Erik Monten wrote: I am not proud of this sneaky approach to my problem, though I could not find a better solution. I am as a matter of fact having

Re: Help

2009-09-02 Thread Ryan Schmidt
On Sep 2, 2009, at 20:45, Ryan Schmidt wrote: P.S: Use Reply All so your reply goes to the list too, not just to me. Eh, sorry, you didn't send the message to the list in the first place. Well, now it's there. :) ___ macports-users mailing list

Re: old CLI options removed (was: Re: Two errors compiling wine-devel)

2009-09-02 Thread Ryan Schmidt
On Sep 2, 2009, at 20:15, Joshua Root wrote: On 2009-9-3 10:54, Ryan Schmidt wrote: For each port that is a dependency of wine, e.g. freetype: sudo port upgrade --force freetype +universal (I think this is the new correct syntax for 1.8.0.) I'd use --enforce-variants rather than

Re: old CLI options removed

2009-09-02 Thread Ryan Schmidt
On Sep 2, 2009, at 20:52, Ryan Schmidt wrote: On Sep 2, 2009, at 20:15, Joshua Root wrote: I'd use --enforce-variants rather than --force to avoid rebuilding anything that happens to be universal already. I guess I don't fully understand what these new options do. Could you provide a

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

2009-09-02 Thread Peter B. West
On 02/09/2009, at 7:12 PM, Ryan Schmidt wrote: On Aug 31, 2009, at 22:50, Peter B. West wrote: I'm trying to build odt2txt, which, unfortunately, is not in Mac Ports. It is now. :) The problem was -L/opt/local/lib was not present (which tells it to look for libraries in

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

2009-09-02 Thread Ryan Schmidt
On Sep 2, 2009, at 22:14, Peter B. West wrote: On 02/09/2009, at 7:12 PM, Ryan Schmidt wrote: On Aug 31, 2009, at 22:50, Peter B. West wrote: I'm trying to build odt2txt, which, unfortunately, is not in Mac Ports. It is now. :) The problem was -L/opt/local/lib was not present (which

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

2009-09-02 Thread Ryan Schmidt
On Sep 2, 2009, at 23:46, Peter B. West wrote: lydia:Desktop pbw$ sudo port sync Error: Synchronization of the local ports tree failed doing rsync port sync failed: Synchronization of 1 source(s) failed Ok, try the debug switch to find out why. sudo port -d sync

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

2009-09-02 Thread Peter B. West
On 03/09/2009, at 2:53 PM, Ryan Schmidt wrote: On Sep 2, 2009, at 23:46, Peter B. West wrote: lydia:Desktop pbw$ sudo port sync Error: Synchronization of the local ports tree failed doing rsync port sync failed: Synchronization of 1 source(s) failed Ok, try the debug switch to find out

Re: Two errors compiling wine-devel

2009-09-02 Thread William Davis
On Sep 2, 2009, at 9:15 PM, Joshua Root wrote: On 2009-9-3 10:54, Ryan Schmidt wrote: On Sep 2, 2009, at 10:39, Payam Minoofar wrote: On Sep 1, 2009, at 7:16 PM, Jeremy Huddleston wrote: wine needs to build 32bit which means that you need to build macports 2-way (i386/x86_64) to use

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

2009-09-02 Thread Ryan Schmidt
On Sep 3, 2009, at 00:43, Peter B. West wrote: On 03/09/2009, at 2:53 PM, Ryan Schmidt wrote: On Sep 2, 2009, at 23:46, Peter B. West wrote: lydia:Desktop pbw$ sudo port sync Error: Synchronization of the local ports tree failed doing rsync port sync failed: Synchronization of 1 source(s)

Re: Two errors compiling wine-devel

2009-09-02 Thread Ryan Schmidt
On Sep 3, 2009, at 00:56, William Davis wrote: On Sep 2, 2009, at 9:15 PM, Joshua Root wrote: On 2009-9-3 10:54, Ryan Schmidt wrote: On Sep 2, 2009, at 10:39, Payam Minoofar wrote: On Sep 1, 2009, at 7:16 PM, Jeremy Huddleston wrote: wine needs to build 32bit which means that you need to

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

2009-09-02 Thread Bryan Blackburn
On Thu, Sep 03, 2009 at 03:43:03PM +1000, Peter B. West said: On 03/09/2009, at 2:53 PM, Ryan Schmidt wrote: On Sep 2, 2009, at 23:46, Peter B. West wrote: lydia:Desktop pbw$ sudo port sync Error: Synchronization of the local ports tree failed doing rsync port sync failed: