Bill Hernandez wrote:
> [2009.30.03](06:22PM) -> [bhernandez] ~ $ which python
> /opt/local/bin/python
> 
> ( 1 ) trac installed : postgresql82 @8.2.12_0 (active)
> 
>          and I already had :  postgresql83 @8.3.6_0 (active)
> 
> ( 2 ) Will this cause a problem ?

No.

> [2009.30.03](06:23PM) -> [roscoe] ~ $ sudo port install clearsilver
> Password:
> --->  Fetching clearsilver
> --->  Attempting to fetch clearsilver-0.10.5.tar.gz from 
> http://www.clearsilver.net/downloads
> --->  Verifying checksum(s) for clearsilver
> --->  Extracting clearsilver
> --->  Applying patches to clearsilver
> --->  Configuring clearsilver
> --->  Building clearsilver
> --->  Staging clearsilver into destroot
> --->  Installing clearsilver @0.10.5_0
> --->  Activating clearsilver @0.10.5_0
> 
> ( 3 ) ERROR: Target org.macports.activate returned: Not a directory
>          Error: Status 1 encountered during processing.

This is a problem since the python25 port switched to a framework build.
I am attaching a patch for the maintainer (on CC). I have also applied
this to mod_python25.

Another solution would be to switch to python26 instead.

Rainer
Index: Portfile
===================================================================
--- Portfile    (revision 48856)
+++ Portfile    (working copy)
@@ -4,6 +4,7 @@
 
 name           clearsilver
 version     0.10.5
+revision        1
 categories     www python perl
 platforms      darwin
 maintainers    dl...@geeklair.net
@@ -68,3 +69,8 @@
                }
         }
 
+# Workaround for #17998
+post-destroot {
+    move 
${destroot}${frameworks_dir}/Python.framework/Versions/2.5/lib/python2.5 \
+        ${destroot}${prefix}/lib/python2.5
+}
_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to