Changes between Initial Version and Version 3 of Ticket #57341


Ignore:
Timestamp:
Oct 11, 2018, 1:19:47 PM (6 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57341

    • Property Keywords OpenCV contriub protobuf build breaks broken High Sierra removed
  • Ticket #57341 – Description

    initial v3  
    11Installing opencv 3.4.1_2 with the following invocation fails under High Sierra.
    2 
     2{{{
    33sudo /opt/local/bin/port install opencv@3.4.1_2+contrib
    4 
     4}}}
    55Cleaning the port does not bring it back to a functioning state. Changing into the build tree and attempting to build the software after a build failure leads to the following errors extracted from the full output, which may indicate a possible protobuf update without testing the opencv +contribs build:
    66
    77----
    8 In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_opencv/opencv/work/opencv-3.4.1/modules/dnn/misc/caffe/opencv-caffe.pb.h:12:2: error:
     8{{{
     9In file included from
     10/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_opencv/opencv/work/opencv-3.4.1/modules/dnn/misc/caffe/opencv-caffe.pb.h:12:2: error:
    911      This file was generated by a newer version of protoc which is
    1012#error This file was generated by a newer version of protoc which is
     
    1719      'google/protobuf/arena.h' file not found
    1820#include <google/protobuf/arena.h>
    19 
     21}}}
    2022----
    2123