Opened 15 years ago

Closed 15 years ago

#22028 closed defect (fixed)

py25-gst-python activate problem on Snow Leopard

Reported by: mf2k (Frank Schima) Owned by: rmsfisher@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: py25-gst-python

Description

I'm seeing the following error when trying to activate py25-gst-plugins:

--->  Installing py25-gst-python @0.10.17_0
--->  Activating py25-gst-python @0.10.17_0
Error: Target org.macports.activate returned: Not a directory
Error: The following dependencies failed to build: py25-gst-python
Error: Status 1 encountered during processing.

Here are the last few lines of the debug output:

DEBUG: Adding file to file_map: /opt/local/lib/python2.5/site-packages/gst-0.10/gst/tag.la for: py25-gst-python
DEBUG: Adding file to file_map: /opt/local/lib/python2.5/site-packages/gst-0.10/gst/tag.so for: py25-gst-python
DEBUG: Adding file to file_map: /opt/local/lib/python2.5/site-packages/gst-0.10/gst/video.la for: py25-gst-python
DEBUG: Adding file to file_map: /opt/local/lib/python2.5/site-packages/gst-0.10/gst/video.so for: py25-gst-python
DEBUG: Adding file to file_map: /opt/local/lib/python2.5/site-packages/gstoption.la for: py25-gst-python
DEBUG: Adding file to file_map: /opt/local/lib/python2.5/site-packages/gstoption.so for: py25-gst-python
DEBUG: Adding file to file_map: /opt/local/lib/python2.5/site-packages/pygst.pth for: py25-gst-python
DEBUG: Adding file to file_map: /opt/local/lib/python2.5/site-packages/pygst.py for: py25-gst-python
DEBUG: Adding file to file_map: /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/gstreamer-0.10/libgstpython.la for: py25-gst-python
DEBUG: Adding file to file_map: /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/gstreamer-0.10/libgstpython.so for: py25-gst-python
DEBUG: Adding file to file_map: /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/pkgconfig/gst-python-0.10.pc for: py25-gst-python
DEBUG: Adding file to file_map: /opt/local/Library/Frameworks/Python.framework/Versions/2.5/share/gst-python/0.10/defs/audio.defs for: py25-gst-python
DEBUG: Not a directory
    while executing
"filemap set file_map $file $port"
    (procedure "receipt_flat::register_file" line 11)
    invoked from within
"${macports::registry.format}::register_file $file $port"
    (procedure "registry::register_file" line 3)
    invoked from within
"registry::register_file $file $name"
    (procedure "portimage::activate" line 63)
    invoked from within
"portimage::activate $portname [composite_version $portversion [array get variations]] [array get options]"
Error: port activate failed: Not a directory

Change History (2)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

The problem is that:

/opt/local/Library/Frameworks/Python.framework/Versions/2.5/share

is a symlink to

/opt/local/share

This sounds like the python25 framework bug.

comment:2 Changed 15 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed

Fixed in r59251.

Note: See TracTickets for help on using tickets.