Re: Xcode

2008-10-20 Thread Ware, Ryan R
David, Xcode 2.5 should work for you. The most recent version of Xcode that runs on Tiger is 2.5. Anything newer requires that you have Leopard installed. I suspect that is why the XcodeTools.mpkg failes. Ryan On Oct 20, 2008, at 8:48 AM, David Epstein wrote: My apologies for posting

Re: daemondo with postgresql83-server

2008-10-20 Thread Daniel J. Luke
On Oct 17, 2008, at 5:31 PM, Darren Weber wrote: Is it possible to use startupitem.execute for postgresql83? Yes. The script wrapper simply contains the pg_ctl commands listed above, maybe daemondo could call pg_ctl directly? Yes, it could. Maybe daemondo could be configured to replace

type S_REGULAR does not match previous objects type S_COALESCED

2008-10-20 Thread Anton van Oosten
I encounter a problem with pdflib when I install octave. At pdflib I encounter the error: type S_REGULAR does not match previous objects type S_COALESCED. Who knows the fix? Regards Anton sudo port install octave Password: --- Building pdflib with target all Error: Target

Re: type S_REGULAR does not match previous objects type S_COALESCED

2008-10-20 Thread Bryan Blackburn
On Mon, Oct 20, 2008 at 08:03:35PM +0200, Anton van Oosten said: I encounter a problem with pdflib when I install octave. At pdflib I encounter the error: type S_REGULAR does not match previous objects type S_COALESCED. Who knows the fix? Regards Anton sudo port install octave

Re: Xcode

2008-10-20 Thread Ryan Schmidt
On Oct 20, 2008, at 10:48, David Epstein wrote: My apologies for posting this message twice. But I thought someone might know about Xcode who wasn't reading the long and boring thread about my port install problems with exiv2. I downloaded the latest version of Xcode to each of my two

Re: loader error, uninstall fails

2008-10-20 Thread Ryan Schmidt
On Oct 19, 2008, at 02:51, David Epstein wrote: I have version 2.4.1 of Xcode. I am running Mac Os X 10.4.11 on an Intel Mac Pro. I have an alarming number of versions of libcc, though possibly some are linked to others. [snip] Most of the libgcc's you showed are normal and expected to

Re: daemondo with postgresql83-server

2008-10-20 Thread Darren Weber
Thanks, Daniel. I discovered that my startup problems were related to SSL options - I did not create a server certificate. I now have a custom Portfile that is working with SSL enabled (after I created the server certificate). It is using daemondo to control the server. I'm trying to stay

macports stages - how to stop server processes?

2008-10-20 Thread Darren Weber
RE: http://guide.macports.org/#reference.phases Can we define phases for deactivate and uninstall? For example, postgresql83-server is left running after doing uninstall. There should be an option to take down and remove any config data for a server process during the deactivate and uninstall

Re: loader error, uninstall fails

2008-10-20 Thread David Epstein
Ryan Schmidt-24 wrote: Looks like you have a copy of gcc 4.2.3 installed in /usr/local. Things installed in /usr/local often conflict with MacPorts so it's not recommended to have anything in /usr/local while using MacPorts. To see if this is the problem, rename /usr/local to

Re: loader error, uninstall fails

2008-10-20 Thread Bryan Blackburn
On Mon, Oct 20, 2008 at 02:26:45PM -0700, David Epstein said: [...] I successfully installed Xcode2.5. Thanks for explaining that I couldn't use Xcode3.x on MacOsX10.4.11. I renamed /usr/local to /usr/local-off sudo port install exiv2 then gave me exactly the same linker/loader errors as

Re: macports stages - how to stop server processes?

2008-10-20 Thread Ryan Schmidt
On Oct 20, 2008, at 16:24, Darren Weber wrote: RE: http://guide.macports.org/#reference.phases Can we define phases for deactivate and uninstall? For example, postgresql83-server is left running after doing uninstall. There should be an option to take down and remove any config data

Re: loader error, uninstall fails

2008-10-20 Thread Frank J. R. Hanstick
Hello, Just on a lark, I tried porting on my Quicksilver (PowerPC G4) and got the same error though limited to __divdi3, __udivdi3, and __umoddi3. I looked at the configuration and noticed that it is the same as described. I had just updated from XCode 2.4.0 to XCode 2.4.5 so I

open jpeg build error

2008-10-20 Thread William Davis
ld: malformed version number: 2.1.2.0 collect2: ld returned 1 exit status make: *** [libopenjpeg-2.1.2.0.dylib] Error 1 Error: Target org.macports.build returned: shell command cd /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync

Re: open jpeg build error

2008-10-20 Thread Bryan Blackburn
On Mon, Oct 20, 2008 at 07:59:40PM -0400, William Davis said: [...] ld: malformed version number: 2.1.2.0 Looks like ticket #16931: http://trac.macports.org/ticket/16931 A fix was recently checked in it would appear. Bryan collect2: ld returned 1 exit status make: ***

Re: loader error, uninstall fails

2008-10-20 Thread Ryan Schmidt
On Oct 20, 2008, at 17:59, Frank J. R. Hanstick wrote: Just on a lark, I tried porting on my Quicksilver (PowerPC G4) and got the same error though limited to __divdi3, __udivdi3, and __umoddi3. I looked at the configuration and noticed that it is the same as described. I had just

Re: loader error, uninstall fails

2008-10-20 Thread Frank J. R. Hanstick
Hello, If memory serves me correctly, Darwin's preferred library is the dynamic library and if these two contain the same modules one as static and one as dynamic, then is it possible to not reference the static on a Darwin build? Frank On Oct 20, 2008, at 8:19 PM, Ryan Schmidt