Changes between Initial Version and Version 1 of Ticket #37314


Ignore:
Timestamp:
Dec 15, 2012, 2:53:06 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log you attached was not from a clean build, but errors I see in it appear to relate to ffmpeg:

error: ‘av_open_input_file’ was not declared in this scope

This old version of opencv is probably not compatible with the new version of ffmpeg we have in MacPorts. You could try installing a correspondingly older version of ffmpeg too.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37314

    • Property Summary changed from Command Execution Failed during Installation of OpenCV 2.3.1 to opencv @2.3.1: error: ‘av_open_input_file’ was not declared in this scope
    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to stromnov@…
    • Property Keywords Install OpenCV 2.3.1 removed
    • Property Port opencv added
  • Ticket #37314 – Description

    initial v1  
    11I wanted to install an old version of opencv (2.3.1a) so that I did the following.
    22
     3{{{
    34svn co -r 86729 http://svn.macports.org/repository/macports/trunk/dports/graphics/opencv
    4 
    55cd opencv/
    6 
    76sudo port -v install +apache2+postgresql83
     7}}}
    88
    99Then I got errors in the middle:
    1010
     11{{{
    1112...
    12 
    1313Command failed:  cd "/opt/local/var/macports/build/_Users_tkim2_Packages_opencv/opencv/work/OpenCV-2.3.1" && /usr/bin/make -j2 -w all
    14 
    1514Exit code: 2
    16 
    1715Error: org.macports.build for port opencv returned: command execution failed
    18 
    1916...
     17}}}
    2018
    2119The more details in the attachment.