Opened 7 years ago
Closed 5 years ago
#56349 closed defect (fixed)
opencv @ 3.4.1_0+contrib+opencl+python35+tbb: build failure due to protobuf header version mismatch
Reported by: | ci42 | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | jtressle, fmw42 (Fred Weinhaus), TheLastLovemark | |
Port: | opencv |
Description
see the attached log file
Attachments (1)
Change History (8)
Changed 7 years ago by ci42
Attachment: | main.log.zip added |
---|
comment:1 Changed 7 years ago by mainka (Jérôme Mainka)
comment:2 Changed 6 years ago by jmroot (Joshua Root)
Summary: | opencv @ 3.4.1_0+contrib+opencl+python35+tbb: build failure on 10.10.5 → opencv @ 3.4.1_0+contrib+opencl+python35+tbb: build failure due to protobuf header version mismatch |
---|
comment:3 Changed 6 years ago by jmroot (Joshua Root)
Owner: | changed from stromnov@… to stromnov |
---|
comment:4 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jtressle fmw42 TheLastLovemark added |
---|
comment:7 Changed 5 years ago by Schamschula (Marius Schamschula)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It seems that contrib variant is shipped with protobuf headers generated with an incompatible version of protoc (3.5.0). The versions available in macports are either 3.4.0 or 3.5.1.
And
modules/dnn/misc/tensorflow/attr_value.pb.h
reads:And