Changes between Initial Version and Version 4 of Ticket #57778


Ignore:
Timestamp:
Dec 16, 2018, 3:39:18 AM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

MacPorts is designed so that the ports you install work on the OS version on which you installed them. Often they will continue working on later OS versions, possibly without all the functionality they would have if they were built on the newer OS. It is completely unsupportable to take software compiled for one OS version and try to run it on an earlier OS version. If you move from one OS version to another, you should reinstall all ports; see wiki:Migration.

You are correct that the instructions in wiki:howto/InstallingOlderPort only pertain to a single port. You could of course follow the same instructions for any number of ports, but MacPorts is not really designed for you to be able to install older versions of ports. If you want to backdate your entire MacPorts installation to an earlier point in time, you could of course do that by uninstalling all ports, checking out an older commit of the macports-ports repository, running portindex in it, and then installing the ports you want.

The issue tracker is for bug reports and feature requests, not technical support; for that, please ask on the macports-users mailing list.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57778

    • Property Status changed from new to closed
    • Property Keywords snowleopard added; mpv youtube-dl libavcodec snow leopard removed
    • Property Resolution changed from to invalid
    • Property Port youtube-dl ffmpeg added
  • Ticket #57778 – Description

    initial v4  
    1313however when i copy over the /opt/local/   and /Macports (Programs) directory , afterwards, upon evoking "mpv" command, i get the following error
    1414
    15 
     15{{{
    1616dyld: Library not loaded: /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    1717  Referenced from: /opt/local/lib/libavcodec.58.dylib
    1818  Reason: image not found
    1919Trace/BPT trap
    20 
     20}}}
    2121
    2222i do understand that this CoreMedia.framework is not present in the Frameworks on Snow Leopard. Can i just copy it over from the Lion partition (which i would rather avoid) or is there another way to please this libavcodec.58.dylib?