+ docker build --progress=plain --build-arg ENV_ARG=production -t mock_build:1 -f /go/src/kv.gov.com/Dockerfile . Sending build context to Docker daemon 61.2MB Step 1/29 : FROM gocv/opencv:4.9.0-static as golang 4.9.0-static: Pulling from gocv/opencv Digest: sha256:17dde19c0e80a1868fdb095a91c2f044d9335922726bd4b4cb609226b178f378 Status: Downloaded newer image for gocv/opencv:4.9.0-static ---> d0d95e93e597 Step 2/29 : RUN mkdir -p /go/src/ ---> Running in 7b2da19589e7 Removing intermediate container 7b2da19589e7 ---> 022233116402 Step 3/29 : COPY ./kv.gov.com /go/src/kv.gov.com ---> af150a6847cf Step 4/29 : FROM gocv/opencv:4.9.0-static as gobuilder_built ---> d0d95e93e597 Step 5/29 : RUN mkdir -p /app ---> Running in c1c502a43c41 Removing intermediate container c1c502a43c41 ---> 2e56dd568741 Step 6/29 : FROM golang as golang_built ---> af150a6847cf Step 7/29 : WORKDIR /go/src/kv.gov.com ---> Running in 1dfb7bdf22dc Removing intermediate container 1dfb7bdf22dc ---> b9f86d7ee700 Step 8/29 : ARG ENV_ARG ---> Running in 0c29ce9c4738 Removing intermediate container 0c29ce9c4738 ---> 040b28817d8d Step 9/29 : RUN cd vendor/gocv.io/x/gocv && bash ./env.sh ---> Running in f336023d9367 This script is no longer necessary and has been deprecated. See the Custom Environment section of the README if you need to customize your environment. Removing intermediate container f336023d9367 ---> 669bce6b507c Step 10/29 : RUN cd ../../../../ && pwd ---> Running in 173e32edb46c / Removing intermediate container 173e32edb46c ---> 251a99e72cf3 Step 11/29 : RUN go build -ldflags="-extldflags=-static" -o main -tags GEN_HAMUX_DOCS && ./main -env $ENV_ARG -gen_hamux_file hamux_lite.json && rm -rf main ---> Running in e07c36e7bede # github.com/mihaiav/bappsx /usr/local/go/pkg/tool/linux_amd64/link: running g++ failed: exit status 1 /usr/bin/ld: /tmp/go-link-1938547386/000056.o: in function `mygetgrouplist': /_/GOROOT/src/os/user/getgrouplist_unix.go:15: warning: Using 'getgrouplist' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: /tmp/go-link-1938547386/000055.o: in function `mygetgrgid_r': /_/GOROOT/src/os/user/cgo_lookup_cgo.go:45: warning: Using 'getgrgid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: /tmp/go-link-1938547386/000055.o: in function `mygetgrnam_r': /_/GOROOT/src/os/user/cgo_lookup_cgo.go:54: warning: Using 'getgrnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: /tmp/go-link-1938547386/000055.o: in function `mygetpwnam_r': /_/GOROOT/src/os/user/cgo_lookup_cgo.go:36: warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: /tmp/go-link-1938547386/000055.o: in function `mygetpwuid_r': /_/GOROOT/src/os/user/cgo_lookup_cgo.go:27: warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: /tmp/go-link-1938547386/000052.o: in function `_cgo_97ab22c4dc7b_C2func_getaddrinfo': /tmp/go-build/cgo-gcc-prolog:60: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvImageWidget_class_init(void*, void*)': window_gtk.cpp:(.text._ZL24cvImageWidget_class_initPvS_+0xa): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL24cvImageWidget_class_initPvS_+0x15): undefined reference to `g_type_class_peek' /usr/bin/ld: window_gtk.cpp:(.text._ZL24cvImageWidget_class_initPvS_+0x20): undefined reference to `g_type_check_class_cast' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `icvOnTrackbar(_GtkWidget*, void*)': window_gtk.cpp:(.text._ZL13icvOnTrackbarP10_GtkWidgetPv+0xd): undefined reference to `gtk_range_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL13icvOnTrackbarP10_GtkWidgetPv+0x18): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL13icvOnTrackbarP10_GtkWidgetPv+0x20): undefined reference to `gtk_range_get_value' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `icvWindowThreadLoop(void*)': window_gtk.cpp:(.text._ZL19icvWindowThreadLoopPv+0x1b): undefined reference to `gtk_main_iteration_do' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvWindowThreadLoopPv+0x2d): undefined reference to `g_usleep' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvWindowThreadLoopPv+0x32): undefined reference to `g_thread_yield' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvWindowThreadLoopPv+0x63): undefined reference to `gtk_main_iteration_do' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvWindowThreadLoopPv+0x6d): undefined reference to `g_usleep' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvWindowThreadLoopPv+0x72): undefined reference to `g_thread_yield' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvImageWidgetSetImage(_CvImageWidget*, void const*)': window_gtk.cpp:(.text._ZL21cvImageWidgetSetImageP14_CvImageWidgetPKv+0x11d): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidgetSetImageP14_CvImageWidgetPKv+0x128): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidgetSetImageP14_CvImageWidgetPKv+0x130): undefined reference to `gtk_widget_queue_resize' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidgetSetImageP14_CvImageWidgetPKv+0x1fd): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidgetSetImageP14_CvImageWidgetPKv+0x208): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidgetSetImageP14_CvImageWidgetPKv+0x210): undefined reference to `gtk_widget_queue_draw' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvImageWidget_size_request(_GtkWidget*, _GtkRequisition*)': window_gtk.cpp:(.text._ZL26cvImageWidget_size_requestP10_GtkWidgetP15_GtkRequisition+0x1c): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL26cvImageWidget_size_requestP10_GtkWidgetP15_GtkRequisition+0x69): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL26cvImageWidget_size_requestP10_GtkWidgetP15_GtkRequisition+0x97): undefined reference to `g_type_register_static_simple' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `resizeWindow_(std::shared_ptr const&, int, int)': window_gtk.cpp:(.text._ZL13resizeWindow_RKSt10shared_ptrI8CvWindowEii+0x32): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL13resizeWindow_RKSt10shared_ptrI8CvWindowEii+0x3a): undefined reference to `gtk_window_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL13resizeWindow_RKSt10shared_ptrI8CvWindowEii+0x4c): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL13resizeWindow_RKSt10shared_ptrI8CvWindowEii+0x59): undefined reference to `gtk_window_set_resizable' /usr/bin/ld: window_gtk.cpp:(.text._ZL13resizeWindow_RKSt10shared_ptrI8CvWindowEii+0x68): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL13resizeWindow_RKSt10shared_ptrI8CvWindowEii+0x76): undefined reference to `gtk_window_resize' /usr/bin/ld: window_gtk.cpp:(.text._ZL13resizeWindow_RKSt10shared_ptrI8CvWindowEii+0x91): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL13resizeWindow_RKSt10shared_ptrI8CvWindowEii+0xbf): undefined reference to `g_type_register_static_simple' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvImageWidget_set_size(_GtkWidget*, int, int)': window_gtk.cpp:(.text._ZL22cvImageWidget_set_sizeP10_GtkWidgetii+0x26): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL22cvImageWidget_set_sizeP10_GtkWidgetii+0x111): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL22cvImageWidget_set_sizeP10_GtkWidgetii+0x13f): undefined reference to `g_type_register_static_simple' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `getImageRect_(std::shared_ptr const&)': window_gtk.cpp:(.text._ZL13getImageRect_RKSt10shared_ptrI8CvWindowE+0x26): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL13getImageRect_RKSt10shared_ptrI8CvWindowE+0x31): undefined reference to `gtk_widget_get_toplevel' /usr/bin/ld: window_gtk.cpp:(.text._ZL13getImageRect_RKSt10shared_ptrI8CvWindowE+0x4a): undefined reference to `gtk_widget_translate_coordinates' /usr/bin/ld: window_gtk.cpp:(.text._ZL13getImageRect_RKSt10shared_ptrI8CvWindowE+0xa1): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL13getImageRect_RKSt10shared_ptrI8CvWindowE+0xcf): undefined reference to `g_type_register_static_simple' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvImageWidget_realize(_GtkWidget*)': window_gtk.cpp:(.text._ZL21cvImageWidget_realizeP10_GtkWidget+0x32): undefined reference to `g_type_check_instance_is_a' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_realizeP10_GtkWidget+0x61): undefined reference to `gtk_widget_set_realized' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_realizeP10_GtkWidget+0x83): undefined reference to `gtk_widget_get_events' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_realizeP10_GtkWidget+0x94): undefined reference to `gtk_widget_get_visual' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_realizeP10_GtkWidget+0xa1): undefined reference to `gtk_widget_get_colormap' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_realizeP10_GtkWidget+0xbb): undefined reference to `gdk_window_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_realizeP10_GtkWidget+0xcb): undefined reference to `gtk_style_attach' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_realizeP10_GtkWidget+0xdb): undefined reference to `gdk_window_set_user_data' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_realizeP10_GtkWidget+0xed): undefined reference to `gtk_style_set_background' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_realizeP10_GtkWidget+0x101): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_realizeP10_GtkWidget+0x12f): undefined reference to `g_type_register_static_simple' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_realizeP10_GtkWidget+0x50): undefined reference to `g_return_if_fail_warning' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_realizeP10_GtkWidget+0x159): undefined reference to `g_return_if_fail_warning' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvImageWidget_destroy(_GtkObject*)': window_gtk.cpp:(.text._ZL21cvImageWidget_destroyP10_GtkObject+0x38): undefined reference to `g_type_check_instance_is_a' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_destroyP10_GtkObject+0x70): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_destroyP10_GtkObject+0x8b): undefined reference to `gtk_object_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_destroyP10_GtkObject+0x9d): undefined reference to `g_type_check_class_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_destroyP10_GtkObject+0xb6): undefined reference to `g_type_check_class_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_destroyP10_GtkObject+0xe1): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_destroyP10_GtkObject+0x10f): undefined reference to `g_type_register_static_simple' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_destroyP10_GtkObject+0x129): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_destroyP10_GtkObject+0x157): undefined reference to `g_type_register_static_simple' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_destroyP10_GtkObject+0x58): undefined reference to `g_return_if_fail_warning' /usr/bin/ld: window_gtk.cpp:(.text._ZL21cvImageWidget_destroyP10_GtkObject+0x181): undefined reference to `g_return_if_fail_warning' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvImageWidget_expose(_GtkWidget*, _GdkEventExpose*, void*)': window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x3e): undefined reference to `g_type_check_instance_is_a' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x5b): undefined reference to `g_return_if_fail_warning' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x80): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x8c): undefined reference to `gdk_cairo_create' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0xe4): undefined reference to `gdk_pixbuf_new_from_data' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x11c): undefined reference to `gdk_cairo_set_source_pixbuf' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x124): undefined reference to `cairo_paint' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x131): undefined reference to `g_object_unref' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x139): undefined reference to `cairo_destroy' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x19a): undefined reference to `gdk_pixbuf_new_from_data' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x1b4): undefined reference to `gdk_cairo_set_source_pixbuf' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x1c1): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x1ef): undefined reference to `g_type_register_static_simple' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x209): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x237): undefined reference to `g_type_register_static_simple' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x254): undefined reference to `cairo_paint' /usr/bin/ld: window_gtk.cpp:(.text._ZL20cvImageWidget_exposeP10_GtkWidgetP15_GdkEventExposePv+0x271): undefined reference to `g_return_if_fail_warning' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvImageWidget_size_allocate(_GtkWidget*, _GdkRectangle*)': window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x42): undefined reference to `g_type_check_instance_is_a' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x8d): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0xd7): undefined reference to `gtk_widget_get_realized' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0xf1): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x11f): undefined reference to `g_type_register_static_simple' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x14c): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x17b): undefined reference to `gtk_widget_get_window' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x1a9): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x1d7): undefined reference to `g_type_register_static_simple' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x209): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x237): undefined reference to `g_type_register_static_simple' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x296): undefined reference to `gtk_widget_get_window' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x2ab): undefined reference to `gdk_window_move_resize' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x2c5): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x2d0): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x69): undefined reference to `g_return_if_fail_warning' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x19d): undefined reference to `gdk_window_move_resize' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x261): undefined reference to `g_return_if_fail_warning' /usr/bin/ld: window_gtk.cpp:(.text._ZL27cvImageWidget_size_allocateP10_GtkWidgetP13_GdkRectangle+0x2e6): undefined reference to `gtk_widget_queue_resize' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `icvShowSaveAsDialog(_GtkWidget*, CvWindow*)': window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x3e): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x5c): undefined reference to `gtk_window_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x6a): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x98): undefined reference to `gtk_file_chooser_dialog_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0xa2): undefined reference to `gtk_file_chooser_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0xb2): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0xbf): undefined reference to `gtk_file_chooser_set_do_overwrite_confirmation' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0xcb): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0xd3): undefined reference to `gtk_window_get_title' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x2e8): undefined reference to `gtk_file_chooser_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x2f6): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x301): undefined reference to `gtk_file_chooser_set_current_name' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x306): undefined reference to `gtk_file_filter_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x31d): undefined reference to `gtk_file_filter_set_name' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x32c): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x331): undefined reference to `gtk_file_filter_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x343): undefined reference to `gtk_file_filter_set_name' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x348): undefined reference to `gtk_file_filter_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x35a): undefined reference to `gtk_file_filter_set_name' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x369): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x378): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x385): undefined reference to `gtk_file_filter_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x397): undefined reference to `gtk_file_filter_set_name' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x3af): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x3ba): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x3d9): undefined reference to `gtk_file_filter_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x3eb): undefined reference to `gtk_file_filter_set_name' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x407): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x412): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x431): undefined reference to `gtk_file_filter_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x443): undefined reference to `gtk_file_filter_set_name' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x457): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x462): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x481): undefined reference to `gtk_file_filter_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x493): undefined reference to `gtk_file_filter_set_name' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x4a2): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x4b1): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x4be): undefined reference to `gtk_file_filter_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x4d0): undefined reference to `gtk_file_filter_set_name' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x4df): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x4ee): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x4fb): undefined reference to `gtk_file_filter_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x50d): undefined reference to `gtk_file_filter_set_name' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x527): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x532): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x551): undefined reference to `gtk_file_filter_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x563): undefined reference to `gtk_file_filter_set_name' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x572): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x581): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x58e): undefined reference to `gtk_file_filter_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x5a0): undefined reference to `gtk_file_filter_set_name' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x5b7): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x5c2): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x5e1): undefined reference to `gtk_file_filter_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x5f3): undefined reference to `gtk_file_filter_set_name' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x607): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x612): undefined reference to `gtk_file_filter_add_pattern' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x662): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x66d): undefined reference to `gtk_file_chooser_add_filter' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x681): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x68c): undefined reference to `gtk_file_chooser_set_filter' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x6b5): undefined reference to `gtk_dialog_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x6c0): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x6c8): undefined reference to `gtk_dialog_run' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x6d2): undefined reference to `gtk_file_chooser_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x6dd): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x6e5): undefined reference to `gtk_file_chooser_get_filename' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x715): undefined reference to `g_free' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x71d): undefined reference to `gtk_widget_destroy' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x7b9): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL19icvShowSaveAsDialogP10_GtkWidgetP8CvWindow+0x7e7): undefined reference to `g_type_register_static_simple' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `icvOnKeyPress(_GtkWidget*, _GdkEventKey*, void*)': window_gtk.cpp:(.text._ZL13icvOnKeyPressP10_GtkWidgetP12_GdkEventKeyPv+0x98): undefined reference to `g_mutex_lock' /usr/bin/ld: window_gtk.cpp:(.text._ZL13icvOnKeyPressP10_GtkWidgetP12_GdkEventKeyPv+0xaa): undefined reference to `g_cond_broadcast' /usr/bin/ld: window_gtk.cpp:(.text._ZL13icvOnKeyPressP10_GtkWidgetP12_GdkEventKeyPv+0xb6): undefined reference to `g_mutex_unlock' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `icvOnMouse(_GtkWidget*, _GdkEvent*, void*)': window_gtk.cpp:(.text._ZL10icvOnMouseP10_GtkWidgetP9_GdkEventPv+0x64): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL10icvOnMouseP10_GtkWidgetP9_GdkEventPv+0x2ed): undefined reference to `gtk_accelerator_get_default_mod_mask' /usr/bin/ld: window_gtk.cpp:(.text._ZL10icvOnMouseP10_GtkWidgetP9_GdkEventPv+0x519): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL10icvOnMouseP10_GtkWidgetP9_GdkEventPv+0x547): undefined reference to `g_type_register_static_simple' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvImageWidgetNew(int)': window_gtk.cpp:(.text._Z16cvImageWidgetNewi+0x1e): undefined reference to `gtk_widget_new' /usr/bin/ld: window_gtk.cpp:(.text._Z16cvImageWidgetNewi+0x29): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._Z16cvImageWidgetNewi+0x48): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._Z16cvImageWidgetNewi+0x61): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._Z16cvImageWidgetNewi+0x92): undefined reference to `g_type_register_static_simple' /usr/bin/ld: window_gtk.cpp:(.text._Z16cvImageWidgetNewi+0xd1): undefined reference to `g_type_register_static_simple' /usr/bin/ld: window_gtk.cpp:(.text._Z16cvImageWidgetNewi+0x5b): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvImageWidget_get_type()': window_gtk.cpp:(.text._Z22cvImageWidget_get_typev+0x15): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._Z22cvImageWidget_get_typev+0x43): undefined reference to `g_type_register_static_simple' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvInitSystem': window_gtk.cpp:(.text.cvInitSystem+0x39): undefined reference to `gtk_init_check' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvStartWindowThread': window_gtk.cpp:(.text.cvStartWindowThread+0x63): undefined reference to `gtk_init_check' /usr/bin/ld: window_gtk.cpp:(.text.cvStartWindowThread+0x96): undefined reference to `g_mutex_new' /usr/bin/ld: window_gtk.cpp:(.text.cvStartWindowThread+0xa2): undefined reference to `g_cond_new' /usr/bin/ld: window_gtk.cpp:(.text.cvStartWindowThread+0xbe): undefined reference to `g_thread_new' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvDestroyAllWindows': window_gtk.cpp:(.text.cvDestroyAllWindows+0x1b1): undefined reference to `gtk_main_iteration' /usr/bin/ld: window_gtk.cpp:(.text.cvDestroyAllWindows+0x1b6): undefined reference to `gtk_events_pending' /usr/bin/ld: window_gtk.cpp:(.text.cvDestroyAllWindows+0x258): undefined reference to `g_cond_broadcast' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `CvWindow::destroy()': window_gtk.cpp:(.text._ZN8CvWindow7destroyEv[_ZN8CvWindow7destroyEv]+0x38b): undefined reference to `gtk_widget_destroy' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvWaitKey': window_gtk.cpp:(.text.cvWaitKey+0x6a): undefined reference to `gtk_main_iteration_do' /usr/bin/ld: window_gtk.cpp:(.text.cvWaitKey+0xaf): undefined reference to `g_timeout_add' /usr/bin/ld: window_gtk.cpp:(.text.cvWaitKey+0xc1): undefined reference to `g_thread_self' /usr/bin/ld: window_gtk.cpp:(.text.cvWaitKey+0xda): undefined reference to `g_mutex_lock' /usr/bin/ld: window_gtk.cpp:(.text.cvWaitKey+0xef): undefined reference to `g_get_current_time' /usr/bin/ld: window_gtk.cpp:(.text.cvWaitKey+0x100): undefined reference to `g_time_val_add' /usr/bin/ld: window_gtk.cpp:(.text.cvWaitKey+0x116): undefined reference to `g_cond_timed_wait' /usr/bin/ld: window_gtk.cpp:(.text.cvWaitKey+0x12b): undefined reference to `g_mutex_unlock' /usr/bin/ld: window_gtk.cpp:(.text.cvWaitKey+0x16e): undefined reference to `gtk_main_iteration_do' /usr/bin/ld: window_gtk.cpp:(.text.cvWaitKey+0x1bb): undefined reference to `g_source_remove' /usr/bin/ld: window_gtk.cpp:(.text.cvWaitKey+0x249): undefined reference to `g_cond_wait' /usr/bin/ld: window_gtk.cpp:(.text.cvWaitKey+0x25c): undefined reference to `g_mutex_unlock' /usr/bin/ld: window_gtk.cpp:(.text.cvWaitKey+0x64d): undefined reference to `g_mutex_unlock' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvDestroyWindow': window_gtk.cpp:(.text.cvDestroyWindow+0x671): undefined reference to `gtk_main_iteration' /usr/bin/ld: window_gtk.cpp:(.text.cvDestroyWindow+0x676): undefined reference to `gtk_events_pending' /usr/bin/ld: window_gtk.cpp:(.text.cvDestroyWindow+0x728): undefined reference to `g_cond_broadcast' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cv::impl::GTKTrackbar::setRange(cv::Range const&)': window_gtk.cpp:(.text._ZN2cv4impl11GTKTrackbar8setRangeERKNS_5RangeE[_ZN2cv4impl11GTKTrackbar8setRangeERKNS_5RangeE]+0x65): undefined reference to `gtk_range_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl11GTKTrackbar8setRangeERKNS_5RangeE[_ZN2cv4impl11GTKTrackbar8setRangeERKNS_5RangeE]+0x72): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl11GTKTrackbar8setRangeERKNS_5RangeE[_ZN2cv4impl11GTKTrackbar8setRangeERKNS_5RangeE]+0x85): undefined reference to `gtk_range_set_range' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cv::impl::GTKTrackbar::setPos(int)': window_gtk.cpp:(.text._ZN2cv4impl11GTKTrackbar6setPosEi[_ZN2cv4impl11GTKTrackbar6setPosEi]+0x6f): undefined reference to `gtk_range_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl11GTKTrackbar6setPosEi[_ZN2cv4impl11GTKTrackbar6setPosEi]+0x7c): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl11GTKTrackbar6setPosEi[_ZN2cv4impl11GTKTrackbar6setPosEi]+0x8a): undefined reference to `gtk_range_set_value' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cv::impl::GTKWindow::setTitle(std::__cxx11::basic_string, std::allocator > const&)': window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow8setTitleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN2cv4impl9GTKWindow8setTitleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x3a): undefined reference to `gtk_window_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow8setTitleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN2cv4impl9GTKWindow8setTitleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x46): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow8setTitleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN2cv4impl9GTKWindow8setTitleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x51): undefined reference to `gtk_window_set_title' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cv::impl::GTKWindow::move(int, int)': window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow4moveEii[_ZN2cv4impl9GTKWindow4moveEii]+0x3f): undefined reference to `gtk_window_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow4moveEii[_ZN2cv4impl9GTKWindow4moveEii]+0x4b): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow4moveEii[_ZN2cv4impl9GTKWindow4moveEii]+0x59): undefined reference to `gtk_window_move' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cv::impl::GTKWindow::setProperty(int, double)': window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow11setPropertyEid[_ZN2cv4impl9GTKWindow11setPropertyEid]+0x190): undefined reference to `gtk_window_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow11setPropertyEid[_ZN2cv4impl9GTKWindow11setPropertyEid]+0x19c): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow11setPropertyEid[_ZN2cv4impl9GTKWindow11setPropertyEid]+0x1a4): undefined reference to `gtk_window_unfullscreen' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow11setPropertyEid[_ZN2cv4impl9GTKWindow11setPropertyEid]+0x1b6): undefined reference to `gtk_window_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow11setPropertyEid[_ZN2cv4impl9GTKWindow11setPropertyEid]+0x1c2): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow11setPropertyEid[_ZN2cv4impl9GTKWindow11setPropertyEid]+0x1ca): undefined reference to `gtk_window_fullscreen' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cv::impl::GTKWindow::imshow(cv::_InputArray const&)': window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow6imshowERKNS_11_InputArrayE[_ZN2cv4impl9GTKWindow6imshowERKNS_11_InputArrayE]+0x6c): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow6imshowERKNS_11_InputArrayE[_ZN2cv4impl9GTKWindow6imshowERKNS_11_InputArrayE]+0x1b9): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow6imshowERKNS_11_InputArrayE[_ZN2cv4impl9GTKWindow6imshowERKNS_11_InputArrayE]+0x1e7): undefined reference to `g_type_register_static_simple' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvSetModeWindow_GTK(char const*, double)': window_gtk.cpp:(.text._Z19cvSetModeWindow_GTKPKcd+0x201): undefined reference to `gtk_window_get_type' /usr/bin/ld: window_gtk.cpp:(.text._Z19cvSetModeWindow_GTKPKcd+0x20d): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._Z19cvSetModeWindow_GTKPKcd+0x215): undefined reference to `gtk_window_unfullscreen' /usr/bin/ld: window_gtk.cpp:(.text._Z19cvSetModeWindow_GTKPKcd+0x231): undefined reference to `gtk_window_get_type' /usr/bin/ld: window_gtk.cpp:(.text._Z19cvSetModeWindow_GTKPKcd+0x23d): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._Z19cvSetModeWindow_GTKPKcd+0x245): undefined reference to `gtk_window_fullscreen' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `setWindowTitle_GTK(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)': window_gtk.cpp:(.text._Z18setWindowTitle_GTKRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_+0xbe): undefined reference to `gtk_window_get_type' /usr/bin/ld: window_gtk.cpp:(.text._Z18setWindowTitle_GTKRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_+0xcb): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._Z18setWindowTitle_GTKRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_+0xd6): undefined reference to `gtk_window_set_title' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvMoveWindow': window_gtk.cpp:(.text.cvMoveWindow+0xb5): undefined reference to `gtk_window_get_type' /usr/bin/ld: window_gtk.cpp:(.text.cvMoveWindow+0xc1): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text.cvMoveWindow+0xd1): undefined reference to `gtk_window_move' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvSetTrackbarPos': window_gtk.cpp:(.text.cvSetTrackbarPos+0x15e): undefined reference to `gtk_range_get_type' /usr/bin/ld: window_gtk.cpp:(.text.cvSetTrackbarPos+0x16a): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text.cvSetTrackbarPos+0x177): undefined reference to `gtk_range_set_value' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvSetTrackbarMax': window_gtk.cpp:(.text.cvSetTrackbarMax+0x158): undefined reference to `gtk_range_get_type' /usr/bin/ld: window_gtk.cpp:(.text.cvSetTrackbarMax+0x164): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text.cvSetTrackbarMax+0x176): undefined reference to `gtk_range_set_range' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvSetTrackbarMin': window_gtk.cpp:(.text.cvSetTrackbarMin+0x158): undefined reference to `gtk_range_get_type' /usr/bin/ld: window_gtk.cpp:(.text.cvSetTrackbarMin+0x164): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text.cvSetTrackbarMin+0x176): undefined reference to `gtk_range_set_range' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `namedWindow_(std::__cxx11::basic_string, std::allocator > const&, int)': window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x4b7): undefined reference to `gtk_window_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x4c4): undefined reference to `gtk_vbox_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x4df): undefined reference to `gtk_box_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x4eb): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x503): undefined reference to `gtk_box_pack_end' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x50c): undefined reference to `gtk_widget_show' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x515): undefined reference to `gtk_container_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x521): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x52c): undefined reference to `gtk_container_add' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x535): undefined reference to `gtk_widget_show' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x55e): undefined reference to `g_signal_connect_data' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x57e): undefined reference to `g_signal_connect_data' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x59e): undefined reference to `g_signal_connect_data' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x5be): undefined reference to `g_signal_connect_data' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x5de): undefined reference to `g_signal_connect_data' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o):window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x5fe): more undefined references to `g_signal_connect_data' follow /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `namedWindow_(std::__cxx11::basic_string, std::allocator > const&, int)': window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x62c): undefined reference to `gtk_widget_add_events' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x635): undefined reference to `gtk_widget_show' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x642): undefined reference to `gtk_window_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x651): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x65c): undefined reference to `gtk_window_set_title' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x6f6): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x701): undefined reference to `gtk_window_set_resizable' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x719): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x725): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x734): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL12namedWindow_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x74c): undefined reference to `gtk_window_set_geometry_hints' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cvShowImage': window_gtk.cpp:(.text.cvShowImage+0xc9): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text.cvShowImage+0x1e1): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text.cvShowImage+0x20f): undefined reference to `g_type_register_static_simple' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `icvOnClose(_GtkWidget*, _GdkEvent*, void*)': window_gtk.cpp:(.text._ZL10icvOnCloseP10_GtkWidgetP9_GdkEventPv+0x1f1): undefined reference to `gtk_main_iteration' /usr/bin/ld: window_gtk.cpp:(.text._ZL10icvOnCloseP10_GtkWidgetP9_GdkEventPv+0x1f6): undefined reference to `gtk_events_pending' /usr/bin/ld: window_gtk.cpp:(.text._ZL10icvOnCloseP10_GtkWidgetP9_GdkEventPv+0x557): undefined reference to `g_cond_broadcast' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `icvCreateTrackbar(char const*, char const*, int*, int, void (*)(int), void (*)(int, void*), void*)': window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x17a): undefined reference to `gtk_range_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x187): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x194): undefined reference to `gtk_range_set_value' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x1e2): undefined reference to `g_signal_connect_data' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x1e7): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x1f8): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x200): undefined reference to `gtk_widget_queue_resize' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x5ba): undefined reference to `gtk_hbox_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x5c5): undefined reference to `gtk_label_new' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x5e1): undefined reference to `gtk_hscale_new_with_range' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x5e9): undefined reference to `gtk_scale_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x5f7): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x601): undefined reference to `gtk_scale_set_digits' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x60c): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x619): undefined reference to `gtk_scale_set_draw_value' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x627): undefined reference to `gtk_box_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x635): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x64a): undefined reference to `gtk_box_pack_start' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x652): undefined reference to `gtk_widget_show' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x65d): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x678): undefined reference to `gtk_box_pack_start' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x680): undefined reference to `gtk_widget_show' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x691): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x6a6): undefined reference to `gtk_box_pack_start' /usr/bin/ld: window_gtk.cpp:(.text._ZL17icvCreateTrackbarPKcS0_PiiPFviEPFviPvES4_+0x6ae): undefined reference to `gtk_widget_show' /usr/bin/ld: /usr/local/lib/libopencv_highgui.a(window_gtk.cpp.o): in function `cv::impl::GTKWindow::createTrackbar(std::__cxx11::basic_string, std::allocator > const&, int, void (*)(int, void*), void*)': window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x5ae): undefined reference to `gtk_hbox_new' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x5b9): undefined reference to `gtk_label_new' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x5d7): undefined reference to `gtk_hscale_new_with_range' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x5df): undefined reference to `gtk_scale_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x5ed): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x5f7): undefined reference to `gtk_scale_set_digits' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x602): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x60f): undefined reference to `gtk_scale_set_draw_value' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x618): undefined reference to `gtk_box_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x626): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x63b): undefined reference to `gtk_box_pack_start' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x643): undefined reference to `gtk_widget_show' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x64e): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x669): undefined reference to `gtk_box_pack_start' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x671): undefined reference to `gtk_widget_show' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x682): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x697): undefined reference to `gtk_box_pack_start' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x69f): undefined reference to `gtk_widget_show' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x6da): undefined reference to `g_signal_connect_data' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x6df): undefined reference to `gtk_widget_get_type' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x6eb): undefined reference to `g_type_check_instance_cast' /usr/bin/ld: window_gtk.cpp:(.text._ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_[_ZN2cv4impl9GTKWindow14createTrackbarERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFviPvESA_]+0x6f3): undefined reference to `gtk_widget_queue_resize' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_dc1394_v2.cpp.o): in function `CvDC1394::~CvDC1394()': cap_dc1394_v2.cpp:(.text._ZN8CvDC1394D2Ev+0xd): undefined reference to `dc1394_free' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_dc1394_v2.cpp.o): in function `CvCaptureCAM_DC1394_v2_CPP::grabFrame()': cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP9grabFrameEv+0x50): undefined reference to `dc1394_capture_dequeue' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP9grabFrameEv+0x67): undefined reference to `dc1394_capture_is_frame_corrupt' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP9grabFrameEv+0x1c5): undefined reference to `dc1394_debayer_frames' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP9grabFrameEv+0x28f): undefined reference to `dc1394_capture_enqueue' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP9grabFrameEv+0x338): undefined reference to `dc1394_capture_enqueue' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP9grabFrameEv+0x355): undefined reference to `dc1394_capture_enqueue' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP9grabFrameEv+0x37b): undefined reference to `dc1394_deinterlace_stereo_frames' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP9grabFrameEv+0x389): undefined reference to `dc1394_capture_enqueue' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP9grabFrameEv+0x426): undefined reference to `dc1394_convert_frames' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP9grabFrameEv+0x434): undefined reference to `dc1394_capture_enqueue' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_dc1394_v2.cpp.o): in function `CvCaptureCAM_DC1394_v2_CPP::close()': cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP5closeEv+0x17): undefined reference to `dc1394_capture_get_fileno' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP5closeEv+0x28): undefined reference to `dc1394_video_set_transmission' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP5closeEv+0x31): undefined reference to `dc1394_capture_stop' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP5closeEv+0x3a): undefined reference to `dc1394_camera_free' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP5closeEv+0xf9): undefined reference to `dc1394_new' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP5closeEv+0x152): undefined reference to `dc1394_new' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_dc1394_v2.cpp.o): in function `CvCaptureCAM_DC1394_v2_CPP::open(int)': cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP4openEi+0x55): undefined reference to `dc1394_camera_enumerate' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP4openEi+0x9f): undefined reference to `dc1394_camera_new' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP4openEi+0xbd): undefined reference to `dc1394_feature_get_all' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP4openEi+0xee): undefined reference to `dc1394_camera_free_list' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP4openEi+0x115): undefined reference to `dc1394_new' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP4openEi+0x175): undefined reference to `dc1394_new' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP4openEi+0x1d5): undefined reference to `dc1394_new' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_dc1394_v2.cpp.o): in function `CvCaptureCAM_DC1394_v2_CPP::startCapture()': cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x5e): undefined reference to `dc1394_video_set_operation_mode' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x7c): undefined reference to `dc1394_video_set_iso_speed' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x8d): undefined reference to `dc1394_video_get_supported_modes' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0xb0): undefined reference to `dc1394_video_set_mode' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0xd5): undefined reference to `dc1394_get_image_size_from_video_mode' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x127): undefined reference to `dc1394_capture_setup' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x15b): undefined reference to `dc1394_capture_get_fileno' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x182): undefined reference to `dc1394_capture_get_fileno' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x1ab): undefined reference to `dc1394_video_set_transmission' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x1c6): undefined reference to `dc1394_video_get_mode' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x1d8): undefined reference to `dc1394_video_get_supported_framerates' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x3b9): undefined reference to `dc1394_video_set_framerate' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x3f4): undefined reference to `dc1394_get_control_registers' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x47d): undefined reference to `dc1394_get_color_coding_from_video_mode' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x493): undefined reference to `dc1394_get_image_size_from_video_mode' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x4dc): undefined reference to `dc1394_video_set_mode' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP12startCaptureEv+0x595): undefined reference to `dc1394_new' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_dc1394_v2.cpp.o): in function `CvCaptureCAM_DC1394_v2_CPP::~CvCaptureCAM_DC1394_v2_CPP()': cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPPD2Ev[_ZN26CvCaptureCAM_DC1394_v2_CPPD5Ev]+0x21): undefined reference to `dc1394_capture_get_fileno' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPPD2Ev[_ZN26CvCaptureCAM_DC1394_v2_CPPD5Ev]+0x32): undefined reference to `dc1394_video_set_transmission' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPPD2Ev[_ZN26CvCaptureCAM_DC1394_v2_CPPD5Ev]+0x3b): undefined reference to `dc1394_capture_stop' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPPD2Ev[_ZN26CvCaptureCAM_DC1394_v2_CPPD5Ev]+0x44): undefined reference to `dc1394_camera_free' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPPD2Ev[_ZN26CvCaptureCAM_DC1394_v2_CPPD5Ev]+0x109): undefined reference to `dc1394_new' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPPD2Ev[_ZN26CvCaptureCAM_DC1394_v2_CPPD5Ev]+0x166): undefined reference to `dc1394_new' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_dc1394_v2.cpp.o): in function `CvDC1394::CvDC1394()': cap_dc1394_v2.cpp:(.text._ZN8CvDC1394C2Ev+0x5): undefined reference to `dc1394_new' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_dc1394_v2.cpp.o): in function `cv::create_DC1394_capture(int)': cap_dc1394_v2.cpp:(.text._ZN2cv21create_DC1394_captureEi+0xdc): undefined reference to `dc1394_camera_enumerate' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN2cv21create_DC1394_captureEi+0x128): undefined reference to `dc1394_camera_new' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN2cv21create_DC1394_captureEi+0x146): undefined reference to `dc1394_feature_get_all' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN2cv21create_DC1394_captureEi+0x157): undefined reference to `dc1394_camera_free_list' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN2cv21create_DC1394_captureEi+0x201): undefined reference to `dc1394_camera_free_list' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN2cv21create_DC1394_captureEi+0x225): undefined reference to `dc1394_new' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN2cv21create_DC1394_captureEi+0x285): undefined reference to `dc1394_new' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN2cv21create_DC1394_captureEi+0x2e5): undefined reference to `dc1394_new' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_dc1394_v2.cpp.o): in function `CvCaptureCAM_DC1394_v2_CPP::getProperty(int) const': cap_dc1394_v2.cpp:(.text._ZNK26CvCaptureCAM_DC1394_v2_CPP11getPropertyEi+0x6d): undefined reference to `dc1394_feature_get_value' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZNK26CvCaptureCAM_DC1394_v2_CPP11getPropertyEi+0xb3): undefined reference to `dc1394_feature_whitebalance_get_value' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZNK26CvCaptureCAM_DC1394_v2_CPP11getPropertyEi+0x493): undefined reference to `dc1394_feature_whitebalance_get_value' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_dc1394_v2.cpp.o): in function `CvCaptureCAM_DC1394_v2_CPP::setProperty(int, double)': cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP11setPropertyEid+0xe0): undefined reference to `dc1394_feature_set_mode' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP11setPropertyEid+0x153): undefined reference to `dc1394_feature_set_value' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP11setPropertyEid+0x5d7): undefined reference to `dc1394_feature_set_power' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP11setPropertyEid+0x602): undefined reference to `dc1394_feature_set_absolute_control' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP11setPropertyEid+0x626): undefined reference to `dc1394_feature_set_mode' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP11setPropertyEid+0x651): undefined reference to `dc1394_feature_set_mode' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP11setPropertyEid+0x680): undefined reference to `dc1394_feature_set_power' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP11setPropertyEid+0x6bf): undefined reference to `dc1394_feature_whitebalance_set_value' /usr/bin/ld: cap_dc1394_v2.cpp:(.text._ZN26CvCaptureCAM_DC1394_v2_CPP11setPropertyEid+0x6e7): undefined reference to `dc1394_feature_whitebalance_set_value' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `hw_create_derived_context(AVHWDeviceType, AVBufferRef*)::FreeChildContext::free(AVHWDeviceContext*)': cap_ffmpeg.cpp:(.text._ZZL25hw_create_derived_context14AVHWDeviceTypeP11AVBufferRefEN16FreeChildContext4freeEP17AVHWDeviceContext+0x18): undefined reference to `av_buffer_unref' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `InternalFFMpegRegister::~InternalFFMpegRegister()': cap_ffmpeg.cpp:(.text._ZN22InternalFFMpegRegisterD2Ev[_ZN22InternalFFMpegRegisterD5Ev]+0x7): undefined reference to `av_log_set_callback' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `ffmpeg_log_callback(void*, int, char const*, __va_list_tag*)': cap_ffmpeg.cpp:(.text._ZL19ffmpeg_log_callbackPviPKcP13__va_list_tag+0xd): undefined reference to `av_log_get_level' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `HWAccelIterator::parse_next()': cap_ffmpeg.cpp:(.text._ZN15HWAccelIterator10parse_nextEv[_ZN15HWAccelIterator10parse_nextEv]+0x201): undefined reference to `av_hwdevice_find_type_by_name' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvCapture_FFMPEG::init()': cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4initEv+0xc8): undefined reference to `av_init_packet' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4initEv+0x16a): undefined reference to `av_init_packet' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvCapture_FFMPEG::close()': cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG5closeEv+0x11): undefined reference to `sws_freeContext' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG5closeEv+0x2c): undefined reference to `av_frame_free' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG5closeEv+0x4a): undefined reference to `avformat_close_input' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG5closeEv+0x5b): undefined reference to `av_frame_unref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG5closeEv+0x71): undefined reference to `av_packet_unref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG5closeEv+0x92): undefined reference to `av_dict_free' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG5closeEv+0xa8): undefined reference to `av_packet_unref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG5closeEv+0xc9): undefined reference to `av_bsf_free' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvCapture_FFMPEG::processRawPacket()': cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG16processRawPacketEv+0x69): undefined reference to `av_packet_unref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG16processRawPacketEv+0x7c): undefined reference to `av_bsf_send_packet' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG16processRawPacketEv+0x97): undefined reference to `av_bsf_receive_packet' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG16processRawPacketEv+0xe9): undefined reference to `av_bsf_get_by_name' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG16processRawPacketEv+0xfd): undefined reference to `av_bsf_alloc' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG16processRawPacketEv+0x18a): undefined reference to `avcodec_parameters_copy' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG16processRawPacketEv+0x196): undefined reference to `av_bsf_init' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvCapture_FFMPEG::get_fps() const': cap_ffmpeg.cpp:(.text._ZNK16CvCapture_FFMPEG7get_fpsEv+0x3b): undefined reference to `av_guess_frame_rate' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvCapture_FFMPEG::getProperty(int) const': cap_ffmpeg.cpp:(.text._ZNK16CvCapture_FFMPEG11getPropertyEi+0x1cd): undefined reference to `avcodec_get_name' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZNK16CvCapture_FFMPEG11getPropertyEi+0x21f): undefined reference to `avformat_get_riff_video_tags' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZNK16CvCapture_FFMPEG11getPropertyEi+0x228): undefined reference to `avformat_get_mov_video_tags' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZNK16CvCapture_FFMPEG11getPropertyEi+0x238): undefined reference to `av_codec_get_tag' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZNK16CvCapture_FFMPEG11getPropertyEi+0x370): undefined reference to `av_get_picture_type_char' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZNK16CvCapture_FFMPEG11getPropertyEi+0x39d): undefined reference to `av_guess_sample_aspect_ratio' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZNK16CvCapture_FFMPEG11getPropertyEi+0x3c3): undefined reference to `avcodec_pix_fmt_to_codec_tag' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZNK16CvCapture_FFMPEG11getPropertyEi+0x45d): undefined reference to `av_guess_sample_aspect_ratio' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvCapture_FFMPEG::dts_to_frame_number(long)': cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG19dts_to_frame_numberEl+0xab): undefined reference to `av_guess_frame_rate' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvCapture_FFMPEG::get_rotation_angle()': cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG18get_rotation_angleEv+0x1a): undefined reference to `av_stream_get_side_data' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG18get_rotation_angleEv+0x27): undefined reference to `av_display_rotation_get' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `hw_create_frames(AVCodecContext*, AVBufferRef*, int, int, AVPixelFormat)': cap_ffmpeg.cpp:(.text._ZL16hw_create_framesP14AVCodecContextP11AVBufferRefii13AVPixelFormat+0x4c): undefined reference to `avcodec_get_hw_frames_parameters' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_framesP14AVCodecContextP11AVBufferRefii13AVPixelFormat+0xa8): undefined reference to `av_hwframe_ctx_init' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_framesP14AVCodecContextP11AVBufferRefii13AVPixelFormat+0xda): undefined reference to `av_hwframe_ctx_create_derived' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_framesP14AVCodecContextP11AVBufferRefii13AVPixelFormat+0xe6): undefined reference to `av_buffer_unref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_framesP14AVCodecContextP11AVBufferRefii13AVPixelFormat+0x124): undefined reference to `av_hwframe_ctx_init' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_framesP14AVCodecContextP11AVBufferRefii13AVPixelFormat+0x2b3): undefined reference to `av_buffer_unref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_framesP14AVCodecContextP11AVBufferRefii13AVPixelFormat+0x2c4): undefined reference to `av_hwframe_ctx_alloc' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_framesP14AVCodecContextP11AVBufferRefii13AVPixelFormat+0x47f): undefined reference to `av_hwdevice_get_hwframe_constraints' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_framesP14AVCodecContextP11AVBufferRefii13AVPixelFormat+0x49c): undefined reference to `av_hwframe_constraints_free' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `hw_get_format_callback(AVCodecContext*, AVPixelFormat const*)': cap_ffmpeg.cpp:(.text._ZL22hw_get_format_callbackP14AVCodecContextPK13AVPixelFormat+0x44): undefined reference to `avcodec_get_hw_config' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `hw_check_codec(AVCodec*, AVHWDeviceType, char const*)': cap_ffmpeg.cpp:(.text._ZL14hw_check_codecP7AVCodec14AVHWDeviceTypePKc+0x2b): undefined reference to `av_hwdevice_get_type_name' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `hw_find_codec(AVCodecID, AVHWDeviceType, int (*)(AVCodec const*), char const*, AVPixelFormat*)': cap_ffmpeg.cpp:(.text._ZL13hw_find_codec9AVCodecID14AVHWDeviceTypePFiPK7AVCodecEPKcP13AVPixelFormat+0x34): undefined reference to `av_codec_iterate' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL13hw_find_codec9AVCodecID14AVHWDeviceTypePFiPK7AVCodecEPKcP13AVPixelFormat+0x6d): undefined reference to `av_codec_is_encoder' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL13hw_find_codec9AVCodecID14AVHWDeviceTypePFiPK7AVCodecEPKcP13AVPixelFormat+0x83): undefined reference to `avcodec_get_hw_config' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL13hw_find_codec9AVCodecID14AVHWDeviceTypePFiPK7AVCodecEPKcP13AVPixelFormat+0xc1): undefined reference to `av_codec_is_encoder' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `hw_create_derived_context(AVHWDeviceType, AVBufferRef*)': cap_ffmpeg.cpp:(.text._ZL25hw_create_derived_context14AVHWDeviceTypeP11AVBufferRef+0x25): undefined reference to `av_hwdevice_get_type_name' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL25hw_create_derived_context14AVHWDeviceTypeP11AVBufferRef+0x38): undefined reference to `av_hwdevice_ctx_create_derived' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL25hw_create_derived_context14AVHWDeviceTypeP11AVBufferRef+0x56): undefined reference to `av_buffer_unref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL25hw_create_derived_context14AVHWDeviceTypeP11AVBufferRef+0x448): undefined reference to `av_buffer_ref' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvCapture_FFMPEG::grabFrame()': cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG9grabFrameEv+0x102): undefined reference to `av_packet_unref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG9grabFrameEv+0x11b): undefined reference to `av_read_frame' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG9grabFrameEv+0x146): undefined reference to `av_packet_unref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG9grabFrameEv+0x31f): undefined reference to `avcodec_send_packet' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG9grabFrameEv+0x330): undefined reference to `avcodec_receive_frame' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG9grabFrameEv+0x499): undefined reference to `avcodec_receive_frame' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvCapture_FFMPEG::seek(long)': cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4seekEl+0xe3): undefined reference to `av_seek_frame' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4seekEl+0x1c5): undefined reference to `avcodec_flush_buffers' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvCapture_FFMPEG::seek(double)': cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4seekEd+0x83): undefined reference to `av_guess_frame_rate' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvCapture_FFMPEG::retrieveFrame(int, unsigned char**, int*, int*, int*, int*, int*)': cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG13retrieveFrameEiPPhPiS2_S2_S2_S2_+0x70): undefined reference to `av_frame_alloc' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG13retrieveFrameEiPPhPiS2_S2_S2_S2_+0x83): undefined reference to `av_hwframe_transfer_data' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG13retrieveFrameEiPPhPiS2_S2_S2_S2_+0xf7): undefined reference to `av_get_pix_fmt_name' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG13retrieveFrameEiPPhPiS2_S2_S2_S2_+0x2d6): undefined reference to `av_get_pix_fmt_name' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG13retrieveFrameEiPPhPiS2_S2_S2_S2_+0x486): undefined reference to `sws_getCachedContext' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG13retrieveFrameEiPPhPiS2_S2_S2_S2_+0x4c9): undefined reference to `av_frame_unref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG13retrieveFrameEiPPhPiS2_S2_S2_S2_+0x4f0): undefined reference to `av_frame_get_buffer' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG13retrieveFrameEiPPhPiS2_S2_S2_S2_+0x555): undefined reference to `sws_scale' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG13retrieveFrameEiPPhPiS2_S2_S2_S2_+0x597): undefined reference to `av_frame_free' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `icv_av_write_frame_FFMPEG(AVFormatContext*, AVStream*, AVCodecContext*, unsigned char*, unsigned int, AVFrame*, int) [clone .constprop.0]': cap_ffmpeg.cpp:(.text._ZL25icv_av_write_frame_FFMPEGP15AVFormatContextP8AVStreamP14AVCodecContextPhjP7AVFramei.constprop.0+0x30): undefined reference to `av_packet_alloc' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL25icv_av_write_frame_FFMPEGP15AVFormatContextP8AVStreamP14AVCodecContextPhjP7AVFramei.constprop.0+0x46): undefined reference to `avcodec_receive_packet' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL25icv_av_write_frame_FFMPEGP15AVFormatContextP8AVStreamP14AVCodecContextPhjP7AVFramei.constprop.0+0x55): undefined reference to `av_packet_free' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL25icv_av_write_frame_FFMPEGP15AVFormatContextP8AVStreamP14AVCodecContextPhjP7AVFramei.constprop.0+0x7e): undefined reference to `av_packet_rescale_ts' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL25icv_av_write_frame_FFMPEGP15AVFormatContextP8AVStreamP14AVCodecContextPhjP7AVFramei.constprop.0+0x8b): undefined reference to `av_write_frame' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL25icv_av_write_frame_FFMPEGP15AVFormatContextP8AVStreamP14AVCodecContextPhjP7AVFramei.constprop.0+0x96): undefined reference to `av_packet_free' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL25icv_av_write_frame_FFMPEGP15AVFormatContextP8AVStreamP14AVCodecContextPhjP7AVFramei.constprop.0+0xaf): undefined reference to `avcodec_send_frame' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvVideoWriter_FFMPEG::writeFrame(unsigned char const*, int, int, int, int, int)': cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x6e): undefined reference to `av_packet_alloc' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x96): undefined reference to `av_packet_rescale_ts' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0xa3): undefined reference to `av_write_frame' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0xaf): undefined reference to `av_packet_free' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x1e5): undefined reference to `av_freep' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x201): undefined reference to `av_mallocz' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x2c1): undefined reference to `av_image_fill_arrays' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x2f8): undefined reference to `sws_scale' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x319): undefined reference to `av_frame_alloc' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x33c): undefined reference to `av_hwframe_get_buffer' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x354): undefined reference to `av_hwframe_transfer_data' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x393): undefined reference to `av_frame_free' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x3b3): undefined reference to `av_packet_alloc' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x416): undefined reference to `av_get_pix_fmt_name' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x58f): undefined reference to `sws_getContext' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x5fd): undefined reference to `av_image_fill_arrays' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii+0x736): undefined reference to `av_frame_free' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvVideoWriter_FFMPEG::close()': cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG5closeEv+0x53): undefined reference to `av_write_trailer' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG5closeEv+0x61): undefined reference to `sws_freeContext' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG5closeEv+0xa6): undefined reference to `av_free' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG5closeEv+0xb4): undefined reference to `av_free' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG5closeEv+0xc2): undefined reference to `avcodec_close' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG5closeEv+0xd3): undefined reference to `av_free' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG5closeEv+0xee): undefined reference to `avformat_free_context' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG5closeEv+0xf7): undefined reference to `av_freep' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG5closeEv+0x18d): undefined reference to `avio_close' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvVideoWriter_FFMPEG::writeHWFrame(cv::_InputArray const&)': cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG12writeHWFrameERKN2cv11_InputArrayE+0x2d): undefined reference to `av_frame_alloc' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG12writeHWFrameERKN2cv11_InputArrayE+0x4c): undefined reference to `av_hwframe_get_buffer' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG12writeHWFrameERKN2cv11_InputArrayE+0x6d): undefined reference to `av_frame_free' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `HWAccelIterator::HWAccelIterator(cv::VideoAccelerationType, bool, AVDictionary*)': cap_ffmpeg.cpp:(.text._ZN15HWAccelIteratorC2EN2cv21VideoAccelerationTypeEbP12AVDictionary[_ZN15HWAccelIteratorC5EN2cv21VideoAccelerationTypeEbP12AVDictionary]+0xa8d): undefined reference to `av_dict_get' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN15HWAccelIteratorC2EN2cv21VideoAccelerationTypeEbP12AVDictionary[_ZN15HWAccelIteratorC5EN2cv21VideoAccelerationTypeEbP12AVDictionary]+0xbcd): undefined reference to `av_dict_get' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN15HWAccelIteratorC2EN2cv21VideoAccelerationTypeEbP12AVDictionary[_ZN15HWAccelIteratorC5EN2cv21VideoAccelerationTypeEbP12AVDictionary]+0xc2f): undefined reference to `av_dict_get' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN15HWAccelIteratorC2EN2cv21VideoAccelerationTypeEbP12AVDictionary[_ZN15HWAccelIteratorC5EN2cv21VideoAccelerationTypeEbP12AVDictionary]+0xf97): undefined reference to `av_dict_get' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `hw_create_device(AVHWDeviceType, int, std::__cxx11::basic_string, std::allocator > const&, bool)': cap_ffmpeg.cpp:(.text._ZL16hw_create_device14AVHWDeviceTypeiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb+0x163): undefined reference to `av_hwdevice_get_type_name' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_device14AVHWDeviceTypeiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb+0x37b): undefined reference to `av_hwdevice_get_type_name' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_device14AVHWDeviceTypeiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb+0x3a3): undefined reference to `av_hwdevice_ctx_create' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_device14AVHWDeviceTypeiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb+0x3cf): undefined reference to `av_hwdevice_get_type_name' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_device14AVHWDeviceTypeiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb+0x87f): undefined reference to `av_buffer_unref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_device14AVHWDeviceTypeiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb+0xac1): undefined reference to `av_hwdevice_get_type_name' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_device14AVHWDeviceTypeiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb+0xb24): undefined reference to `av_buffer_ref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZL16hw_create_device14AVHWDeviceTypeiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb+0xd6f): undefined reference to `av_buffer_unref' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvVideoWriter_FFMPEG::open(char const*, int, double, int, int, cv::VideoWriterParameters const&)': cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0xc3): undefined reference to `av_log_set_level' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0xcf): undefined reference to `av_log_set_callback' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x5a5): undefined reference to `avformat_network_init' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x5e7): undefined reference to `av_log_set_level' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x876): undefined reference to `av_guess_format' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x8cf): undefined reference to `av_codec_get_id' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x922): undefined reference to `avformat_alloc_context' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x958): undefined reference to `av_malloc' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x9fd): undefined reference to `av_get_pix_fmt_name' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0xac5): undefined reference to `avformat_new_stream' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0xbd1): undefined reference to `av_dict_parse_string' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0xccc): undefined reference to `avcodec_get_context_defaults3' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0xe8a): undefined reference to `av_sub_q' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0xf8f): undefined reference to `av_opt_set' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x10a6): undefined reference to `av_buffer_unref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x10bc): undefined reference to `av_dict_free' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x10fa): undefined reference to `avio_open' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x1109): undefined reference to `avformat_write_header' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x1191): undefined reference to `av_buffer_unref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x11aa): undefined reference to `av_codec_is_encoder' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x1359): undefined reference to `av_buffer_ref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x13f9): undefined reference to `avcodec_open2' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x1bfc): undefined reference to `avcodec_find_encoder' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x2181): undefined reference to `av_codec_get_tag' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x2232): undefined reference to `avformat_get_riff_video_tags' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x223e): undefined reference to `avformat_get_mov_video_tags' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x2254): undefined reference to `av_codec_get_id' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x22c1): undefined reference to `avcodec_descriptor_get_by_name' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x2540): undefined reference to `av_malloc' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x2573): undefined reference to `av_frame_alloc' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x25ab): undefined reference to `av_image_get_buffer_size' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x261a): undefined reference to `av_image_fill_arrays' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x2640): undefined reference to `av_frame_alloc' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x2676): undefined reference to `av_image_get_buffer_size' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN20CvVideoWriter_FFMPEG4openEPKcidiiRKN2cv21VideoWriterParametersE+0x26db): undefined reference to `av_free' /usr/bin/ld: /usr/local/lib/libopencv_videoio.a(cap_ffmpeg.cpp.o): in function `CvCapture_FFMPEG::open(char const*, cv::VideoCaptureParameters const&)': cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0xa3): undefined reference to `av_log_set_level' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0xaf): undefined reference to `av_log_set_callback' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x5ac): undefined reference to `avformat_alloc_context' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x61b): undefined reference to `av_dict_parse_string' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x632): undefined reference to `av_dict_get' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x643): undefined reference to `av_find_input_format' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x654): undefined reference to `avformat_open_input' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x667): undefined reference to `avformat_find_stream_info' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x725): undefined reference to `avformat_network_init' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x847): undefined reference to `av_log_set_level' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x9ea): undefined reference to `av_frame_alloc' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0xa33): undefined reference to `av_stream_get_side_data' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0xa40): undefined reference to `av_display_rotation_get' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0xb3b): undefined reference to `av_find_best_stream' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0xc73): undefined reference to `av_dict_set' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0xfd7): undefined reference to `av_strerror' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x1701): undefined reference to `av_codec_is_decoder' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x1737): undefined reference to `avcodec_default_get_format' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x174e): undefined reference to `av_buffer_unref' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x17d3): undefined reference to `av_dict_get' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x1814): undefined reference to `avcodec_open2' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x1b56): undefined reference to `av_hwdevice_find_type_by_name' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x1b7e): undefined reference to `av_dict_get' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x1c70): undefined reference to `avcodec_find_decoder_by_name' /usr/bin/ld: cap_ffmpeg.cpp:(.text._ZN16CvCapture_FFMPEG4openEPKcRKN2cv22VideoCaptureParametersE+0x1ed5): undefined reference to `avcodec_find_decoder' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(loadsave.cpp.o): in function `std::_Sp_counted_ptr_inplace, (__gnu_cxx::_Lock_policy)2>::_M_dispose()': loadsave.cpp:(.text._ZNSt23_Sp_counted_ptr_inplaceIN2cv19Jpeg2KJ2KOpjDecoderESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv[_ZNSt23_Sp_counted_ptr_inplaceIN2cv19Jpeg2KJ2KOpjDecoderESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv]+0x20): undefined reference to `opj_image_destroy' /usr/bin/ld: loadsave.cpp:(.text._ZNSt23_Sp_counted_ptr_inplaceIN2cv19Jpeg2KJ2KOpjDecoderESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv[_ZNSt23_Sp_counted_ptr_inplaceIN2cv19Jpeg2KJ2KOpjDecoderESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv]+0x31): undefined reference to `opj_destroy_codec' /usr/bin/ld: loadsave.cpp:(.text._ZNSt23_Sp_counted_ptr_inplaceIN2cv19Jpeg2KJ2KOpjDecoderESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv[_ZNSt23_Sp_counted_ptr_inplaceIN2cv19Jpeg2KJ2KOpjDecoderESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv]+0x42): undefined reference to `opj_stream_destroy' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(loadsave.cpp.o): in function `std::_Sp_counted_ptr_inplace, (__gnu_cxx::_Lock_policy)2>::_M_dispose()': loadsave.cpp:(.text._ZNSt23_Sp_counted_ptr_inplaceIN2cv19Jpeg2KJP2OpjDecoderESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv[_ZNSt23_Sp_counted_ptr_inplaceIN2cv19Jpeg2KJP2OpjDecoderESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv]+0x20): undefined reference to `opj_image_destroy' /usr/bin/ld: loadsave.cpp:(.text._ZNSt23_Sp_counted_ptr_inplaceIN2cv19Jpeg2KJP2OpjDecoderESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv[_ZNSt23_Sp_counted_ptr_inplaceIN2cv19Jpeg2KJP2OpjDecoderESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv]+0x31): undefined reference to `opj_destroy_codec' /usr/bin/ld: loadsave.cpp:(.text._ZNSt23_Sp_counted_ptr_inplaceIN2cv19Jpeg2KJP2OpjDecoderESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv[_ZNSt23_Sp_counted_ptr_inplaceIN2cv19Jpeg2KJP2OpjDecoderESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv]+0x42): undefined reference to `opj_stream_destroy' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_exr.cpp.o): in function `cv::ExrDecoder::readHeader()': grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0x12): undefined reference to `Imf_opencv::globalThreadCount()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0x30): undefined reference to `Imf_opencv::InputFile::InputFile(char const*, int)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0x3f): undefined reference to `Imf_opencv::InputFile::header() const' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0x47): undefined reference to `Imf_opencv::Header::dataWindow() const' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0x90): undefined reference to `Imf_opencv::InputFile::header() const' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0x98): undefined reference to `Imf_opencv::hasChromaticities(Imf_opencv::Header const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0xac): undefined reference to `Imf_opencv::InputFile::header() const' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0xb4): undefined reference to `Imf_opencv::Header::channels() const' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0xc6): undefined reference to `Imf_opencv::ChannelList::findChannel(char const*) const' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0xdc): undefined reference to `Imf_opencv::ChannelList::findChannel(char const*) const' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0xf2): undefined reference to `Imf_opencv::ChannelList::findChannel(char const*) const' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0x108): undefined reference to `Imf_opencv::ChannelList::findChannel(char const*) const' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0x168): undefined reference to `Imf_opencv::InputFile::header() const' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0x170): undefined reference to `Imf_opencv::chromaticities(Imf_opencv::Header const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0x207): undefined reference to `Imf_opencv::ChannelList::findChannel(char const*) const' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0x229): undefined reference to `Imf_opencv::ChannelList::findChannel(char const*) const' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0x23f): undefined reference to `Imf_opencv::ChannelList::findChannel(char const*) const' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder10readHeaderEv+0x26a): undefined reference to `Imf_opencv::ChannelList::findChannel(char const*) const' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_exr.cpp.o): in function `cv::ExrDecoder::ExrDecoder()': grfmt_exr.cpp:(.text._ZN2cv10ExrDecoderC2Ev+0x7e): undefined reference to `Imf_opencv::Chromaticities::Chromaticities(Imath_opencv::Vec2 const&, Imath_opencv::Vec2 const&, Imath_opencv::Vec2 const&, Imath_opencv::Vec2 const&)' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_exr.cpp.o): in function `cv::ExrDecoder::newDecoder() const': grfmt_exr.cpp:(.text._ZNK2cv10ExrDecoder10newDecoderEv+0xaf): undefined reference to `Imf_opencv::Chromaticities::Chromaticities(Imath_opencv::Vec2 const&, Imath_opencv::Vec2 const&, Imath_opencv::Vec2 const&, Imath_opencv::Vec2 const&)' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_exr.cpp.o): in function `cv::ExrDecoder::readData(cv::Mat&)': grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x244): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x268): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x2e8): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x302): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x382): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x39c): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x3e1): undefined reference to `Imf_opencv::FrameBuffer::begin()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x407): undefined reference to `Imf_opencv::FrameBuffer::end()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x58b): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x5af): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x62f): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x649): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x6c9): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x6e3): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x763): undefined reference to `Imf_opencv::InputFile::setFrameBuffer(Imf_opencv::FrameBuffer const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x7be): undefined reference to `Imf_opencv::InputFile::readPixels(int, int)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0xcf9): undefined reference to `Imf_opencv::InputFile::readPixels(int, int)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0xecf): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0xee9): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0xf2f): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0xf53): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0xf94): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0xfae): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0xfed): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x1011): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x103b): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x1055): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x107f): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x1099): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x10c3): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x10dd): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x111c): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrDecoder8readDataERNS_3MatE+0x1140): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_exr.cpp.o): in function `cv::ExrEncoder::write(cv::Mat const&, std::vector > const&) [clone .cold]': grfmt_exr.cpp:(.text.unlikely._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x19): undefined reference to `Imf_opencv::Header::~Header()' /usr/bin/ld: grfmt_exr.cpp:(.text.unlikely._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x1ad): undefined reference to `Imf_opencv::OutputFile::~OutputFile()' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_exr.cpp.o): in function `cv::ExrEncoder::write(cv::Mat const&, std::vector > const&)': grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x99): undefined reference to `Imf_opencv::Header::Header(int, int, float, Imath_opencv::Vec2 const&, float, Imf_opencv::LineOrder, Imf_opencv::Compression)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x119): undefined reference to `Imf_opencv::Header::compression()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x183): undefined reference to `Imf_opencv::Header::channels()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x1a5): undefined reference to `Imf_opencv::Channel::Channel(Imf_opencv::PixelType, int, int, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x1b7): undefined reference to `Imf_opencv::ChannelList::insert(char const*, Imf_opencv::Channel const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x1d1): undefined reference to `Imf_opencv::globalThreadCount()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x1f0): undefined reference to `Imf_opencv::OutputFile::OutputFile(char const*, Imf_opencv::Header const&, int)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x2e0): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x308): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x325): undefined reference to `Imf_opencv::OutputFile::setFrameBuffer(Imf_opencv::FrameBuffer const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x333): undefined reference to `Imf_opencv::OutputFile::writePixels(int)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x360): undefined reference to `Imf_opencv::OutputFile::~OutputFile()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x368): undefined reference to `Imf_opencv::Header::~Header()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x381): undefined reference to `Imf_opencv::Header::compression()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x399): undefined reference to `Imf_opencv::Header::compression()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x3b1): undefined reference to `Imf_opencv::Header::compression()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x3c9): undefined reference to `Imf_opencv::Header::compression()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x3e1): undefined reference to `Imf_opencv::Header::compression()' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_exr.cpp.o):grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x3f9): more undefined references to `Imf_opencv::Header::compression()' follow /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_exr.cpp.o): in function `cv::ExrEncoder::write(cv::Mat const&, std::vector > const&)': grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xa76): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xa90): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xaa4): undefined reference to `Imf_opencv::Header::channels()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xac6): undefined reference to `Imf_opencv::Channel::Channel(Imf_opencv::PixelType, int, int, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xad8): undefined reference to `Imf_opencv::ChannelList::insert(char const*, Imf_opencv::Channel const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xb22): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xb4a): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xb84): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xba2): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xbdc): undefined reference to `Imf_opencv::Slice::Slice(Imf_opencv::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xbfa): undefined reference to `Imf_opencv::FrameBuffer::insert(char const*, Imf_opencv::Slice const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xc09): undefined reference to `Imf_opencv::Header::channels()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xc2b): undefined reference to `Imf_opencv::Channel::Channel(Imf_opencv::PixelType, int, int, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xc3d): undefined reference to `Imf_opencv::ChannelList::insert(char const*, Imf_opencv::Channel const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xc45): undefined reference to `Imf_opencv::Header::channels()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xc60): undefined reference to `Imf_opencv::Channel::Channel(Imf_opencv::PixelType, int, int, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xc72): undefined reference to `Imf_opencv::ChannelList::insert(char const*, Imf_opencv::Channel const&)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xc7a): undefined reference to `Imf_opencv::Header::channels()' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xc95): undefined reference to `Imf_opencv::Channel::Channel(Imf_opencv::PixelType, int, int, bool)' /usr/bin/ld: grfmt_exr.cpp:(.text._ZN2cv10ExrEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xca7): undefined reference to `Imf_opencv::ChannelList::insert(char const*, Imf_opencv::Channel const&)' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg.cpp.o): in function `cv::JpegDecoder::readData(cv::Mat&)': grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder8readDataERNS_3MatE+0xd3): undefined reference to `jpeg_start_decompress' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder8readDataERNS_3MatE+0x16a): undefined reference to `jpeg_read_scanlines' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder8readDataERNS_3MatE+0x1a3): undefined reference to `jpeg_finish_decompress' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder8readDataERNS_3MatE+0x1ed): undefined reference to `jpeg_read_scanlines' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg.cpp.o): in function `cv::JpegDecoder::~JpegDecoder()': grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoderD2Ev+0x23): undefined reference to `jpeg_destroy_decompress' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg.cpp.o): in function `cv::JpegDecoder::~JpegDecoder()': grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoderD0Ev+0x24): undefined reference to `jpeg_destroy_decompress' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg.cpp.o): in function `cv::JpegDecoder::readHeader()': grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0x24): undefined reference to `jpeg_destroy_decompress' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0x8f): undefined reference to `jpeg_std_error' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0xdb): undefined reference to `jpeg_CreateDecompress' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0x164): undefined reference to `jpeg_resync_to_restart' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0x1b3): undefined reference to `jpeg_save_markers' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0x1c0): undefined reference to `jpeg_read_header' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0x1e2): undefined reference to `jpeg_calc_output_dimensions' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0x245): undefined reference to `jpeg_stdio_src' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg.cpp.o): in function `cv::JpegDecoder::close()': grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder5closeEv+0x19): undefined reference to `jpeg_destroy_decompress' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg.cpp.o): in function `cv::JpegEncoder::write(cv::Mat const&, std::vector > const&)': grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xea): undefined reference to `jpeg_std_error' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x118): undefined reference to `jpeg_CreateCompress' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x789): undefined reference to `jpeg_set_defaults' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x7a6): undefined reference to `jpeg_set_quality' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x811): undefined reference to `jpeg_start_compress' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x8e1): undefined reference to `jpeg_write_scanlines' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x8f8): undefined reference to `jpeg_finish_compress' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x95b): undefined reference to `jpeg_destroy_compress' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xa00): undefined reference to `jpeg_simple_progression' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xa80): undefined reference to `jpeg_write_scanlines' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xac2): undefined reference to `jpeg_stdio_dest' /usr/bin/ld: grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xb2e): undefined reference to `jpeg_write_scanlines' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg2000_openjpeg.cpp.o): in function `cv::detail::Jpeg2KOpjDecoderBase::~Jpeg2KOpjDecoderBase()': grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBaseD2Ev[_ZN2cv6detail20Jpeg2KOpjDecoderBaseD5Ev]+0x1b): undefined reference to `opj_image_destroy' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBaseD2Ev[_ZN2cv6detail20Jpeg2KOpjDecoderBaseD5Ev]+0x2c): undefined reference to `opj_destroy_codec' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBaseD2Ev[_ZN2cv6detail20Jpeg2KOpjDecoderBaseD5Ev]+0x3d): undefined reference to `opj_stream_destroy' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg2000_openjpeg.cpp.o): in function `cv::Jpeg2KJ2KOpjDecoder::~Jpeg2KJ2KOpjDecoder()': grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv19Jpeg2KJ2KOpjDecoderD2Ev[_ZN2cv19Jpeg2KJ2KOpjDecoderD5Ev]+0x1b): undefined reference to `opj_image_destroy' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv19Jpeg2KJ2KOpjDecoderD2Ev[_ZN2cv19Jpeg2KJ2KOpjDecoderD5Ev]+0x2c): undefined reference to `opj_destroy_codec' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv19Jpeg2KJ2KOpjDecoderD2Ev[_ZN2cv19Jpeg2KJ2KOpjDecoderD5Ev]+0x3d): undefined reference to `opj_stream_destroy' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg2000_openjpeg.cpp.o): in function `cv::Jpeg2KJP2OpjDecoder::~Jpeg2KJP2OpjDecoder()': grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv19Jpeg2KJP2OpjDecoderD2Ev[_ZN2cv19Jpeg2KJP2OpjDecoderD5Ev]+0x1b): undefined reference to `opj_image_destroy' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv19Jpeg2KJP2OpjDecoderD2Ev[_ZN2cv19Jpeg2KJP2OpjDecoderD5Ev]+0x2c): undefined reference to `opj_destroy_codec' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv19Jpeg2KJP2OpjDecoderD2Ev[_ZN2cv19Jpeg2KJP2OpjDecoderD5Ev]+0x3d): undefined reference to `opj_stream_destroy' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg2000_openjpeg.cpp.o): in function `cv::detail::Jpeg2KOpjDecoderBase::~Jpeg2KOpjDecoderBase()': grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBaseD0Ev[_ZN2cv6detail20Jpeg2KOpjDecoderBaseD5Ev]+0x1b): undefined reference to `opj_image_destroy' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBaseD0Ev[_ZN2cv6detail20Jpeg2KOpjDecoderBaseD5Ev]+0x2c): undefined reference to `opj_destroy_codec' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBaseD0Ev[_ZN2cv6detail20Jpeg2KOpjDecoderBaseD5Ev]+0x3d): undefined reference to `opj_stream_destroy' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg2000_openjpeg.cpp.o): in function `cv::Jpeg2KJ2KOpjDecoder::~Jpeg2KJ2KOpjDecoder()': grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv19Jpeg2KJ2KOpjDecoderD0Ev[_ZN2cv19Jpeg2KJ2KOpjDecoderD5Ev]+0x1b): undefined reference to `opj_image_destroy' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv19Jpeg2KJ2KOpjDecoderD0Ev[_ZN2cv19Jpeg2KJ2KOpjDecoderD5Ev]+0x2c): undefined reference to `opj_destroy_codec' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv19Jpeg2KJ2KOpjDecoderD0Ev[_ZN2cv19Jpeg2KJ2KOpjDecoderD5Ev]+0x3d): undefined reference to `opj_stream_destroy' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg2000_openjpeg.cpp.o): in function `cv::Jpeg2KJP2OpjDecoder::~Jpeg2KJP2OpjDecoder()': grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv19Jpeg2KJP2OpjDecoderD0Ev[_ZN2cv19Jpeg2KJP2OpjDecoderD5Ev]+0x1b): undefined reference to `opj_image_destroy' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv19Jpeg2KJP2OpjDecoderD0Ev[_ZN2cv19Jpeg2KJP2OpjDecoderD5Ev]+0x2c): undefined reference to `opj_destroy_codec' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv19Jpeg2KJP2OpjDecoderD0Ev[_ZN2cv19Jpeg2KJP2OpjDecoderD5Ev]+0x3d): undefined reference to `opj_stream_destroy' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg2000_openjpeg.cpp.o): in function `cv::(anonymous namespace)::setupLogCallbacks(void**)': grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv12_GLOBAL__N_117setupLogCallbacksEPPv+0x1e): undefined reference to `opj_set_error_handler' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv12_GLOBAL__N_117setupLogCallbacksEPPv+0x3ab): undefined reference to `opj_set_warning_handler' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg2000_openjpeg.cpp.o): in function `cv::detail::Jpeg2KOpjDecoderBase::readHeader() [clone .cold]': grfmt_jpeg2000_openjpeg.cpp:(.text.unlikely._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0x20): undefined reference to `opj_stream_destroy' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg2000_openjpeg.cpp.o): in function `cv::detail::Jpeg2KOpjDecoderBase::readHeader()': grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0x63): undefined reference to `opj_stream_default_create' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0x78): undefined reference to `opj_stream_set_user_data' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0x87): undefined reference to `opj_stream_set_user_data_length' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0x96): undefined reference to `opj_stream_set_read_function' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0xa5): undefined reference to `opj_stream_set_skip_function' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0xb4): undefined reference to `opj_stream_set_seek_function' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0xcc): undefined reference to `opj_stream_destroy' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0xe7): undefined reference to `opj_create_decompress' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0x105): undefined reference to `opj_destroy_codec' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0x127): undefined reference to `opj_set_default_decoder_parameters' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0x136): undefined reference to `opj_setup_decoder' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0x159): undefined reference to `opj_read_header' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0x17e): undefined reference to `opj_image_destroy' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0x25a): undefined reference to `opj_stream_create_default_file_stream' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase10readHeaderEv+0x279): undefined reference to `opj_stream_destroy' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg2000_openjpeg.cpp.o): in function `cv::detail::Jpeg2KOpjDecoderBase::readData(cv::Mat&)': grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv6detail20Jpeg2KOpjDecoderBase8readDataERNS_3MatE+0x2d): undefined reference to `opj_decode' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg2000_openjpeg.cpp.o): in function `cv::Jpeg2KOpjEncoder::write(cv::Mat const&, std::vector > const&) [clone .cold]': grfmt_jpeg2000_openjpeg.cpp:(.text.unlikely._ZN2cv16Jpeg2KOpjEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x56): undefined reference to `opj_stream_destroy' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text.unlikely._ZN2cv16Jpeg2KOpjEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x5e): undefined reference to `opj_destroy_codec' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text.unlikely._ZN2cv16Jpeg2KOpjEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x7a): undefined reference to `opj_image_destroy' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_jpeg2000_openjpeg.cpp.o): in function `cv::Jpeg2KOpjEncoder::write(cv::Mat const&, std::vector > const&)': grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv16Jpeg2KOpjEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x84): undefined reference to `opj_set_default_encoder_parameters' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv16Jpeg2KOpjEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x6d0): undefined reference to `opj_image_create' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv16Jpeg2KOpjEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x902): undefined reference to `opj_create_compress' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv16Jpeg2KOpjEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x92b): undefined reference to `opj_setup_encoder' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv16Jpeg2KOpjEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x946): undefined reference to `opj_stream_create_default_file_stream' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv16Jpeg2KOpjEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x962): undefined reference to `opj_start_compress' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv16Jpeg2KOpjEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x975): undefined reference to `opj_encode' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv16Jpeg2KOpjEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x988): undefined reference to `opj_end_compress' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv16Jpeg2KOpjEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x998): undefined reference to `opj_stream_destroy' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv16Jpeg2KOpjEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x9a0): undefined reference to `opj_destroy_codec' /usr/bin/ld: grfmt_jpeg2000_openjpeg.cpp:(.text._ZN2cv16Jpeg2KOpjEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x9bc): undefined reference to `opj_image_destroy' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_png.cpp.o): in function `cv::PngEncoder::write(cv::Mat const&, std::vector > const&)': grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x36): undefined reference to `png_create_write_struct' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xc2): undefined reference to `png_create_info_struct' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xea): undefined reference to `png_set_longjmp_fn' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x12b): undefined reference to `png_set_write_fn' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x1f2): undefined reference to `png_set_compression_level' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x201): undefined reference to `png_set_compression_strategy' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x25b): undefined reference to `png_set_IHDR' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x272): undefined reference to `png_write_info' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x287): undefined reference to `png_set_bgr' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x293): undefined reference to `png_set_swap' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x35f): undefined reference to `png_write_image' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x372): undefined reference to `png_write_end' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x38c): undefined reference to `png_destroy_write_struct' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x419): undefined reference to `png_set_packing' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x479): undefined reference to `png_set_filter' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x4c6): undefined reference to `png_init_io' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_png.cpp.o): in function `cv::PngDecoder::readDataFromBuf(void*, unsigned char*, unsigned long)': grfmt_png.cpp:(.text._ZN2cv10PngDecoder15readDataFromBufEPvPhm+0x14): undefined reference to `png_get_io_ptr' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder15readDataFromBufEPvPhm+0xaf): undefined reference to `png_error' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_png.cpp.o): in function `cv::PngDecoder::readData(cv::Mat&)': grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x109): undefined reference to `png_set_longjmp_fn' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x13e): undefined reference to `png_set_swap' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x163): undefined reference to `png_set_strip_alpha' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x1aa): undefined reference to `png_set_rgb_to_gray' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x1b7): undefined reference to `png_set_interlace_handling' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x1c4): undefined reference to `png_read_update_info' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x213): undefined reference to `png_read_image' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x225): undefined reference to `png_read_end' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x24b): undefined reference to `png_get_valid' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x268): undefined reference to `png_get_eXIf_1' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x2c3): undefined reference to `png_set_gray_to_rgb' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x2d1): undefined reference to `png_set_tRNS_to_alpha' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x2f0): undefined reference to `png_get_valid' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x311): undefined reference to `png_get_eXIf_1' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x346): undefined reference to `png_set_palette_to_rgb' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x366): undefined reference to `png_set_bgr' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x376): undefined reference to `png_set_expand_gray_1_2_4_to_8' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x3a1): undefined reference to `png_set_strip_16' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_png.cpp.o): in function `cv::PngDecoder::~PngDecoder()': grfmt_png.cpp:(.text._ZN2cv10PngDecoderD2Ev+0x67): undefined reference to `png_destroy_read_struct' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_png.cpp.o): in function `cv::PngDecoder::~PngDecoder()': grfmt_png.cpp:(.text._ZN2cv10PngDecoderD0Ev+0x67): undefined reference to `png_destroy_read_struct' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_png.cpp.o): in function `cv::PngDecoder::readHeader()': grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x6d): undefined reference to `png_destroy_read_struct' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x95): undefined reference to `png_create_read_struct' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0xaa): undefined reference to `png_create_info_struct' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0xba): undefined reference to `png_create_info_struct' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x104): undefined reference to `png_set_longjmp_fn' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x163): undefined reference to `png_init_io' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x19b): undefined reference to `png_read_info' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x1c4): undefined reference to `png_get_IHDR' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x23d): undefined reference to `png_get_tRNS' /usr/bin/ld: grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x290): undefined reference to `png_set_read_fn' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_png.cpp.o): in function `cv::PngDecoder::close()': grfmt_png.cpp:(.text._ZN2cv10PngDecoder5closeEv+0x5d): undefined reference to `png_destroy_read_struct' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_png.cpp.o): in function `cv::PngEncoder::writeDataToBuf(void*, unsigned char*, unsigned long)': grfmt_png.cpp:(.text._ZN2cv10PngEncoder14writeDataToBufEPvPhm+0x21): undefined reference to `png_get_io_ptr' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o): in function `cv::cv_tiffCloseHandle(void*)': grfmt_tiff.cpp:(.text._ZN2cvL18cv_tiffCloseHandleEPv+0x1): undefined reference to `TIFFClose' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o): in function `cv::TiffDecoder::newDecoder() const': grfmt_tiff.cpp:(.text._ZNK2cv11TiffDecoder10newDecoderEv+0xac): undefined reference to `TIFFSetErrorHandler' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZNK2cv11TiffDecoder10newDecoderEv+0xb8): undefined reference to `TIFFSetWarningHandler' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o): in function `cv::TiffEncoder::newEncoder() const': grfmt_tiff.cpp:(.text._ZNK2cv11TiffEncoder10newEncoderEv+0xac): undefined reference to `TIFFSetErrorHandler' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZNK2cv11TiffEncoder10newEncoderEv+0xb8): undefined reference to `TIFFSetWarningHandler' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o): in function `cv::TiffEncoder::write_32FC3_SGILOG(cv::Mat const&, void*)': grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder18write_32FC3_SGILOGERKNS_3MatEPv+0x9f): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder18write_32FC3_SGILOGERKNS_3MatEPv+0x4f8): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder18write_32FC3_SGILOGERKNS_3MatEPv+0x950): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder18write_32FC3_SGILOGERKNS_3MatEPv+0xdc8): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder18write_32FC3_SGILOGERKNS_3MatEPv+0x1260): undefined reference to `TIFFSetField' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o):grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder18write_32FC3_SGILOGERKNS_3MatEPv+0x1279): more undefined references to `TIFFSetField' follow /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o): in function `cv::TiffEncoder::write_32FC3_SGILOG(cv::Mat const&, void*)': grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder18write_32FC3_SGILOGERKNS_3MatEPv+0x1bf9): undefined reference to `TIFFWriteEncodedStrip' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder18write_32FC3_SGILOGERKNS_3MatEPv+0x20b5): undefined reference to `TIFFWriteDirectory' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o): in function `cv::TiffDecoder::readHeader() [clone .cold]': grfmt_tiff.cpp:(.text.unlikely._ZN2cv11TiffDecoder10readHeaderEv+0x1df): undefined reference to `TIFFClose' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o): in function `cv::TiffDecoder::readHeader()': grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x4b): undefined reference to `TIFFGetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x4c0): undefined reference to `TIFFGetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x5c0): undefined reference to `TIFFGetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x5fe): undefined reference to `TIFFGetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x61a): undefined reference to `TIFFGetField' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o):grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x692): more undefined references to `TIFFGetField' follow /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o): in function `cv::TiffDecoder::readHeader()': grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x764): undefined reference to `TIFFClientOpen' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x834): undefined reference to `TIFFOpen' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o): in function `cv::TiffDecoder::nextPage()': grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8nextPageEv+0x11): undefined reference to `TIFFReadDirectory' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o): in function `cv::TiffEncoder::writeLibTiff(std::vector > const&, std::vector > const&) [clone .cold]': grfmt_tiff.cpp:(.text.unlikely._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0xa2): undefined reference to `TIFFClose' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o): in function `cv::TiffEncoder::writeLibTiff(std::vector > const&, std::vector > const&)': grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x81): undefined reference to `TIFFClientOpen' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x27a): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x294): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x3d8): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x412): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x5a4): undefined reference to `TIFFOpen' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x5b4): undefined reference to `TIFFWriteDirectory' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x708): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x723): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x73e): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x757): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x773): undefined reference to `TIFFSetField' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o):grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x78d): more undefined references to `TIFFSetField' follow /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o): in function `cv::TiffEncoder::writeLibTiff(std::vector > const&, std::vector > const&)': grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x824): undefined reference to `TIFFScanlineSize' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0x96e): undefined reference to `TIFFWriteScanline' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0xb62): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0xd6a): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffEncoder12writeLibTiffERKSt6vectorINS_3MatESaIS2_EERKS1_IiSaIiEE+0xe8f): undefined reference to `TIFFSetField' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o): in function `cv::TiffDecoder::readData(cv::Mat&)': grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x57): undefined reference to `TIFFGetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x648): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x75c): undefined reference to `TIFFIsTiled' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x79d): undefined reference to `TIFFGetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x7cc): undefined reference to `TIFFGetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x7ee): undefined reference to `TIFFGetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x893): undefined reference to `TIFFGetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x8b5): undefined reference to `TIFFGetField' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o):grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x9e6): more undefined references to `TIFFGetField' follow /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_tiff.cpp.o): in function `cv::TiffDecoder::readData(cv::Mat&)': grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0xcff): undefined reference to `TIFFReadRGBAStrip' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x1104): undefined reference to `TIFFReadEncodedStrip' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x191c): undefined reference to `TIFFReadEncodedStrip' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x23f7): undefined reference to `TIFFReadEncodedTile' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x2523): undefined reference to `TIFFReadEncodedTile' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x265b): undefined reference to `TIFFReadRGBATile' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x26b3): undefined reference to `TIFFReadScanline' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x27e7): undefined reference to `TIFFReadScanline' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x2a81): undefined reference to `TIFFGetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x2b0b): undefined reference to `TIFFRGBAImageOK' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x32ce): undefined reference to `TIFFScanlineSize' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x3356): undefined reference to `TIFFSetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x34b3): undefined reference to `TIFFGetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x361f): undefined reference to `TIFFGetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x3d3b): undefined reference to `TIFFGetField' /usr/bin/ld: grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x47eb): undefined reference to `TIFFScanlineSize' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_webp.cpp.o): in function `cv::WebPDecoder::checkSignature(std::__cxx11::basic_string, std::allocator > const&) const': grfmt_webp.cpp:(.text._ZNK2cv11WebPDecoder14checkSignatureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x28): undefined reference to `WebPGetFeaturesInternal' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_webp.cpp.o): in function `cv::WebPDecoder::readHeader()': grfmt_webp.cpp:(.text._ZN2cv11WebPDecoder10readHeaderEv+0x170): undefined reference to `WebPGetFeaturesInternal' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_webp.cpp.o): in function `cv::WebPDecoder::readData(cv::Mat&)': grfmt_webp.cpp:(.text._ZN2cv11WebPDecoder8readDataERNS_3MatE+0x1cd): undefined reference to `WebPDecodeBGRAInto' /usr/bin/ld: grfmt_webp.cpp:(.text._ZN2cv11WebPDecoder8readDataERNS_3MatE+0x235): undefined reference to `WebPDecodeBGRInto' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_webp.cpp.o): in function `cv::WebPEncoder::write(cv::Mat const&, std::vector > const&) [clone .cold]': grfmt_webp.cpp:(.text.unlikely._ZN2cv11WebPEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x38): undefined reference to `WebPFree' /usr/bin/ld: /usr/local/lib/libopencv_imgcodecs.a(grfmt_webp.cpp.o): in function `cv::WebPEncoder::write(cv::Mat const&, std::vector > const&)': grfmt_webp.cpp:(.text._ZN2cv11WebPEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xca): undefined reference to `WebPEncodeLosslessBGRA' /usr/bin/ld: grfmt_webp.cpp:(.text._ZN2cv11WebPEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x108): undefined reference to `WebPFree' /usr/bin/ld: grfmt_webp.cpp:(.text._ZN2cv11WebPEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x218): undefined reference to `WebPEncodeBGRA' /usr/bin/ld: grfmt_webp.cpp:(.text._ZN2cv11WebPEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x34a): undefined reference to `WebPEncodeLosslessBGR' /usr/bin/ld: grfmt_webp.cpp:(.text._ZN2cv11WebPEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x37a): undefined reference to `WebPEncodeBGR' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::CaffeImporter::addOutput(opencv_caffe::LayerParameter const&, int, int)': caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter9addOutputERKN12opencv_caffe14LayerParameterEii+0x27): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter9addOutputERKN12opencv_caffe14LayerParameterEii+0xc7): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter9addOutputERKN12opencv_caffe14LayerParameterEii+0xd7): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::CaffeImporter::addParam(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*, cv::dnn::dnn4_v20231225::LayerParams&) [clone .constprop.0]': caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x46): undefined reference to `google::protobuf::FieldDescriptor::TypeOnceInit(google::protobuf::FieldDescriptor const*)' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0xce): undefined reference to `google::protobuf::FieldDescriptor::kTypeToCppTypeMap' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x10f): undefined reference to `google::protobuf::FieldDescriptor::kTypeToCppTypeMap' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x15a): undefined reference to `google::protobuf::Reflection::GetString[abi:cxx11](google::protobuf::Message const&, google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x1a7): undefined reference to `google::protobuf::Reflection::GetInt32(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x1fd): undefined reference to `google::protobuf::Reflection::RepeatedFieldData(google::protobuf::Message*, google::protobuf::FieldDescriptor const*, google::protobuf::FieldDescriptor::CppType, google::protobuf::Descriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x20d): undefined reference to `google::protobuf::Reflection::RepeatedFieldAccessor(google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x2c7): undefined reference to `google::protobuf::Reflection::GetDouble(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x347): undefined reference to `google::protobuf::Reflection::GetFloat(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x37f): undefined reference to `google::protobuf::Reflection::GetUInt32(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x3cd): undefined reference to `google::protobuf::Reflection::RepeatedFieldData(google::protobuf::Message*, google::protobuf::FieldDescriptor const*, google::protobuf::FieldDescriptor::CppType, google::protobuf::Descriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x3dd): undefined reference to `google::protobuf::Reflection::RepeatedFieldAccessor(google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x497): undefined reference to `google::protobuf::Reflection::GetBool(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x4ca): undefined reference to `google::protobuf::Reflection::GetEnum(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x514): undefined reference to `google::protobuf::Reflection::RepeatedFieldData(google::protobuf::Message*, google::protobuf::FieldDescriptor const*, google::protobuf::FieldDescriptor::CppType, google::protobuf::Descriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x524): undefined reference to `google::protobuf::Reflection::RepeatedFieldAccessor(google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x5f4): undefined reference to `google::protobuf::Reflection::RepeatedFieldData(google::protobuf::Message*, google::protobuf::FieldDescriptor const*, google::protobuf::FieldDescriptor::CppType, google::protobuf::Descriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x604): undefined reference to `google::protobuf::Reflection::RepeatedFieldAccessor(google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x6f4): undefined reference to `google::protobuf::Reflection::RepeatedFieldData(google::protobuf::Message*, google::protobuf::FieldDescriptor const*, google::protobuf::FieldDescriptor::CppType, google::protobuf::Descriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x704): undefined reference to `google::protobuf::Reflection::RepeatedFieldAccessor(google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x7d4): undefined reference to `google::protobuf::Reflection::RepeatedFieldData(google::protobuf::Message*, google::protobuf::FieldDescriptor const*, google::protobuf::FieldDescriptor::CppType, google::protobuf::Descriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x7e4): undefined reference to `google::protobuf::Reflection::RepeatedFieldAccessor(google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x8b4): undefined reference to `google::protobuf::Reflection::RepeatedFieldData(google::protobuf::Message*, google::protobuf::FieldDescriptor const*, google::protobuf::FieldDescriptor::CppType, google::protobuf::Descriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x8c4): undefined reference to `google::protobuf::Reflection::RepeatedFieldAccessor(google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0x971): undefined reference to `google::protobuf::Reflection::FieldSize(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0xa1d): undefined reference to `google::protobuf::Reflection::GetRepeatedEnum(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*, int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0xb64): undefined reference to `google::protobuf::Reflection::RepeatedFieldData(google::protobuf::Message*, google::protobuf::FieldDescriptor const*, google::protobuf::FieldDescriptor::CppType, google::protobuf::Descriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0xb74): undefined reference to `google::protobuf::Reflection::RepeatedFieldAccessor(google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0xe06): undefined reference to `google::protobuf::FieldDescriptor::TypeOnceInit(google::protobuf::FieldDescriptor const*)' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter8addParamERKN6google8protobuf7MessageEPKNS5_15FieldDescriptorERNS1_11LayerParamsE.constprop.0+0xe6d): undefined reference to `google::protobuf::FieldDescriptor::kTypeToName' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::CaffeImporter::extractLayerParams(google::protobuf::Message const&, cv::dnn::dnn4_v20231225::LayerParams&, bool) [clone .isra.0]': caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter18extractLayerParamsERKN6google8protobuf7MessageERNS1_11LayerParamsEb.isra.0+0x113): undefined reference to `google::protobuf::Reflection::GetUnknownFields(google::protobuf::Message const&) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter18extractLayerParamsERKN6google8protobuf7MessageERNS1_11LayerParamsEb.isra.0+0x3a5): undefined reference to `google::protobuf::FieldDescriptor::TypeOnceInit(google::protobuf::FieldDescriptor const*)' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter18extractLayerParamsERKN6google8protobuf7MessageERNS1_11LayerParamsEb.isra.0+0x41b): undefined reference to `google::protobuf::FieldDescriptor::kTypeToCppTypeMap' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter18extractLayerParamsERKN6google8protobuf7MessageERNS1_11LayerParamsEb.isra.0+0x44c): undefined reference to `google::protobuf::Reflection::GetMessage(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*, google::protobuf::MessageFactory*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter18extractLayerParamsERKN6google8protobuf7MessageERNS1_11LayerParamsEb.isra.0+0x10dd): undefined reference to `google::protobuf::Reflection::FieldSize(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter18extractLayerParamsERKN6google8protobuf7MessageERNS1_11LayerParamsEb.isra.0+0x11b8): undefined reference to `google::protobuf::Reflection::HasField(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter18extractLayerParamsERKN6google8protobuf7MessageERNS1_11LayerParamsEb.isra.0+0x11e8): undefined reference to `google::protobuf::Reflection::GetRepeatedMessage(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*, int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::CaffeImporter::populateNet(cv::dnn::dnn4_v20231225::Net)': caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x14d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x206): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x242): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x2cd): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x775): undefined reference to `google::protobuf::Reflection::GetUnknownFields(google::protobuf::Message const&) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x9cf): undefined reference to `google::protobuf::FieldDescriptor::TypeOnceInit(google::protobuf::FieldDescriptor const*)' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0xa4e): undefined reference to `google::protobuf::FieldDescriptor::kTypeToCppTypeMap' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0xa7f): undefined reference to `google::protobuf::Reflection::GetMessage(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*, google::protobuf::MessageFactory*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x12bf): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::CloseGap(int, int)' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1659): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x166b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1710): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x171e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1a48): undefined reference to `google::protobuf::Reflection::HasField(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1a7e): undefined reference to `google::protobuf::Reflection::FieldSize(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1ad7): undefined reference to `google::protobuf::Reflection::GetRepeatedMessage(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*, int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1b09): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1b27): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1d2c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1d56): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1d9d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1dab): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1dcb): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RemoveLast()' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1e46): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1e6a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1e9a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x1eff): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x2198): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x21a6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_importer.cpp.o):caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x23ef): more undefined references to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::CaffeImporter::populateNet(cv::dnn::dnn4_v20231225::Net)': caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x26bc): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x2709): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x2717): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x2bea): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x2cc3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x2cd5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x2cee): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x2d00): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x2d2d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x2d4c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113CaffeImporter11populateNetENS1_3NetE+0x32a0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::UpgradeNetDataTransformation(opencv_caffe::NetParameter*)': caffe_io.cpp:(.text._ZN2cv3dnn28UpgradeNetDataTransformationEPN12opencv_caffe12NetParameterE+0x2dd): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn28UpgradeNetDataTransformationEPN12opencv_caffe12NetParameterE+0x2e6): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn28UpgradeNetDataTransformationEPN12opencv_caffe12NetParameterE+0x325): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn28UpgradeNetDataTransformationEPN12opencv_caffe12NetParameterE+0x32e): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn28UpgradeNetDataTransformationEPN12opencv_caffe12NetParameterE+0x36d): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn28UpgradeNetDataTransformationEPN12opencv_caffe12NetParameterE+0x376): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::ReadProtoFromBinary(google::protobuf::io::ZeroCopyInputStream*, google::protobuf::Message*) [clone .cold]': caffe_io.cpp:(.text.unlikely._ZN2cv3dnn19ReadProtoFromBinaryEPN6google8protobuf2io19ZeroCopyInputStreamEPNS2_7MessageE+0x4): undefined reference to `google::protobuf::io::CodedInputStream::~CodedInputStream()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::ReadProtoFromBinary(google::protobuf::io::ZeroCopyInputStream*, google::protobuf::Message*)': caffe_io.cpp:(.text._ZN2cv3dnn19ReadProtoFromBinaryEPN6google8protobuf2io19ZeroCopyInputStreamEPNS2_7MessageE+0x14): undefined reference to `google::protobuf::io::CodedInputStream::default_recursion_limit_' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn19ReadProtoFromBinaryEPN6google8protobuf2io19ZeroCopyInputStreamEPNS2_7MessageE+0x73): undefined reference to `google::protobuf::io::CodedInputStream::Refresh()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn19ReadProtoFromBinaryEPN6google8protobuf2io19ZeroCopyInputStreamEPNS2_7MessageE+0x80): undefined reference to `google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn19ReadProtoFromBinaryEPN6google8protobuf2io19ZeroCopyInputStreamEPNS2_7MessageE+0x8b): undefined reference to `google::protobuf::MessageLite::ParseFromCodedStream(google::protobuf::io::CodedInputStream*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn19ReadProtoFromBinaryEPN6google8protobuf2io19ZeroCopyInputStreamEPNS2_7MessageE+0x96): undefined reference to `google::protobuf::io::CodedInputStream::~CodedInputStream()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::ReadProtoFromTextBuffer(char const*, unsigned long, google::protobuf::Message*) [clone .cold]': caffe_io.cpp:(.text.unlikely._ZN2cv3dnn23ReadProtoFromTextBufferEPKcmPN6google8protobuf7MessageE+0x4): undefined reference to `google::protobuf::TextFormat::Parser::~Parser()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::ReadProtoFromTextBuffer(char const*, unsigned long, google::protobuf::Message*)': caffe_io.cpp:(.text._ZN2cv3dnn23ReadProtoFromTextBufferEPKcmPN6google8protobuf7MessageE+0x22): undefined reference to `google::protobuf::io::ArrayInputStream::ArrayInputStream(void const*, int, int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23ReadProtoFromTextBufferEPKcmPN6google8protobuf7MessageE+0x2a): undefined reference to `google::protobuf::TextFormat::Parser::Parser()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23ReadProtoFromTextBufferEPKcmPN6google8protobuf7MessageE+0x45): undefined reference to `google::protobuf::TextFormat::Parser::Parse(google::protobuf::io::ZeroCopyInputStream*, google::protobuf::Message*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23ReadProtoFromTextBufferEPKcmPN6google8protobuf7MessageE+0x50): undefined reference to `google::protobuf::TextFormat::Parser::~Parser()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::ReadProtoFromBinaryBuffer(char const*, unsigned long, google::protobuf::Message*) [clone .cold]': caffe_io.cpp:(.text.unlikely._ZN2cv3dnn25ReadProtoFromBinaryBufferEPKcmPN6google8protobuf7MessageE+0x4): undefined reference to `google::protobuf::io::CodedInputStream::~CodedInputStream()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::ReadProtoFromBinaryBuffer(char const*, unsigned long, google::protobuf::Message*)': caffe_io.cpp:(.text._ZN2cv3dnn25ReadProtoFromBinaryBufferEPKcmPN6google8protobuf7MessageE+0x1b): undefined reference to `google::protobuf::io::ArrayInputStream::ArrayInputStream(void const*, int, int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn25ReadProtoFromBinaryBufferEPKcmPN6google8protobuf7MessageE+0x33): undefined reference to `google::protobuf::io::CodedInputStream::default_recursion_limit_' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn25ReadProtoFromBinaryBufferEPKcmPN6google8protobuf7MessageE+0x8b): undefined reference to `google::protobuf::io::CodedInputStream::Refresh()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn25ReadProtoFromBinaryBufferEPKcmPN6google8protobuf7MessageE+0x98): undefined reference to `google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn25ReadProtoFromBinaryBufferEPKcmPN6google8protobuf7MessageE+0xa3): undefined reference to `google::protobuf::MessageLite::ParseFromCodedStream(google::protobuf::io::CodedInputStream*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn25ReadProtoFromBinaryBufferEPKcmPN6google8protobuf7MessageE+0xae): undefined reference to `google::protobuf::io::CodedInputStream::~CodedInputStream()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::UpgradeV0PaddingLayers(opencv_caffe::NetParameter const&, opencv_caffe::NetParameter*)': caffe_io.cpp:(.text._ZN2cv3dnn22UpgradeV0PaddingLayersERKN12opencv_caffe12NetParameterEPS2_+0xf9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn22UpgradeV0PaddingLayersERKN12opencv_caffe12NetParameterEPS2_+0x10d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn22UpgradeV0PaddingLayersERKN12opencv_caffe12NetParameterEPS2_+0x2de): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn22UpgradeV0PaddingLayersERKN12opencv_caffe12NetParameterEPS2_+0x2f6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn22UpgradeV0PaddingLayersERKN12opencv_caffe12NetParameterEPS2_+0x8d9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn22UpgradeV0PaddingLayersERKN12opencv_caffe12NetParameterEPS2_+0x8ed): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn22UpgradeV0PaddingLayersERKN12opencv_caffe12NetParameterEPS2_+0xdf2): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn22UpgradeV0PaddingLayersERKN12opencv_caffe12NetParameterEPS2_+0x10be): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn22UpgradeV0PaddingLayersERKN12opencv_caffe12NetParameterEPS2_+0x137e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn22UpgradeV0PaddingLayersERKN12opencv_caffe12NetParameterEPS2_+0x1696): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn22UpgradeV0PaddingLayersERKN12opencv_caffe12NetParameterEPS2_+0x16a6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn22UpgradeV0PaddingLayersERKN12opencv_caffe12NetParameterEPS2_+0x1775): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `void google::protobuf::internal::RepeatedPtrFieldBase::SwapFallback::TypeHandler>(google::protobuf::internal::RepeatedPtrFieldBase*)': caffe_io.cpp:(.text._ZN6google8protobuf8internal20RepeatedPtrFieldBase12SwapFallbackINS0_16RepeatedPtrFieldIN12opencv_caffe9BlobProtoEE11TypeHandlerEEEvPS2_[_ZN6google8protobuf8internal20RepeatedPtrFieldBase12SwapFallbackINS0_16RepeatedPtrFieldIN12opencv_caffe9BlobProtoEE11TypeHandlerEEEvPS2_]+0xe6): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN6google8protobuf8internal20RepeatedPtrFieldBase12SwapFallbackINS0_16RepeatedPtrFieldIN12opencv_caffe9BlobProtoEE11TypeHandlerEEEvPS2_[_ZN6google8protobuf8internal20RepeatedPtrFieldBase12SwapFallbackINS0_16RepeatedPtrFieldIN12opencv_caffe9BlobProtoEE11TypeHandlerEEEvPS2_]+0x141): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::UpgradeV0LayerParameter(opencv_caffe::V1LayerParameter*, opencv_caffe::V1LayerParameter*)': caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x41): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x4c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x5f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x81): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x8c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x9f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x356): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x3a6): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x440): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::NonEmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x8a0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x927): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0xcd0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x2440): undefined reference to `google::protobuf::internal::LazyString::Init[abi:cxx11]() const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x2523): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x254f): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV0LayerParameterEPN12opencv_caffe16V1LayerParameterES3_+0x257b): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::UpgradeV0Net(opencv_caffe::NetParameter const&, opencv_caffe::NetParameter*)': caffe_io.cpp:(.text._ZN2cv3dnn12UpgradeV0NetERKN12opencv_caffe12NetParameterEPS2_+0xb2): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn12UpgradeV0NetERKN12opencv_caffe12NetParameterEPS2_+0xd6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn12UpgradeV0NetERKN12opencv_caffe12NetParameterEPS2_+0xe1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn12UpgradeV0NetERKN12opencv_caffe12NetParameterEPS2_+0xf7): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn12UpgradeV0NetERKN12opencv_caffe12NetParameterEPS2_+0x159): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn12UpgradeV0NetERKN12opencv_caffe12NetParameterEPS2_+0x1d7): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::UpgradeV1LayerParameter(opencv_caffe::V1LayerParameter*, opencv_caffe::LayerParameter*)': caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x41): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x4c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x5f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x81): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x8c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x9f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x12c): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x1ac): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x1f6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x246): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x266): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x28a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x295): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x2fb): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x64e): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x6de): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x985): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0x9ea): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23UpgradeV1LayerParameterEPN12opencv_caffe16V1LayerParameterEPNS1_14LayerParameterE+0xa1b): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::UpgradeV1Net(opencv_caffe::NetParameter*)': caffe_io.cpp:(.text._ZN2cv3dnn12UpgradeV1NetEPN12opencv_caffe12NetParameterE+0x454): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::ReadNetParamsFromTextBufferOrDie(char const*, unsigned long, opencv_caffe::NetParameter*) [clone .cold]': caffe_io.cpp:(.text.unlikely._ZN2cv3dnn32ReadNetParamsFromTextBufferOrDieEPKcmPN12opencv_caffe12NetParameterE+0x13b): undefined reference to `google::protobuf::TextFormat::Parser::~Parser()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::ReadNetParamsFromTextBufferOrDie(char const*, unsigned long, opencv_caffe::NetParameter*)': caffe_io.cpp:(.text._ZN2cv3dnn32ReadNetParamsFromTextBufferOrDieEPKcmPN12opencv_caffe12NetParameterE+0x3f): undefined reference to `google::protobuf::io::ArrayInputStream::ArrayInputStream(void const*, int, int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn32ReadNetParamsFromTextBufferOrDieEPKcmPN12opencv_caffe12NetParameterE+0x47): undefined reference to `google::protobuf::TextFormat::Parser::Parser()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn32ReadNetParamsFromTextBufferOrDieEPKcmPN12opencv_caffe12NetParameterE+0x68): undefined reference to `google::protobuf::TextFormat::Parser::Parse(google::protobuf::io::ZeroCopyInputStream*, google::protobuf::Message*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn32ReadNetParamsFromTextBufferOrDieEPKcmPN12opencv_caffe12NetParameterE+0x72): undefined reference to `google::protobuf::TextFormat::Parser::~Parser()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::ReadNetParamsFromBinaryBufferOrDie(char const*, unsigned long, opencv_caffe::NetParameter*) [clone .cold]': caffe_io.cpp:(.text.unlikely._ZN2cv3dnn34ReadNetParamsFromBinaryBufferOrDieEPKcmPN12opencv_caffe12NetParameterE+0x13b): undefined reference to `google::protobuf::io::CodedInputStream::~CodedInputStream()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::ReadNetParamsFromBinaryBufferOrDie(char const*, unsigned long, opencv_caffe::NetParameter*)': caffe_io.cpp:(.text._ZN2cv3dnn34ReadNetParamsFromBinaryBufferOrDieEPKcmPN12opencv_caffe12NetParameterE+0x3f): undefined reference to `google::protobuf::io::ArrayInputStream::ArrayInputStream(void const*, int, int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn34ReadNetParamsFromBinaryBufferOrDieEPKcmPN12opencv_caffe12NetParameterE+0x46): undefined reference to `google::protobuf::io::CodedInputStream::default_recursion_limit_' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn34ReadNetParamsFromBinaryBufferOrDieEPKcmPN12opencv_caffe12NetParameterE+0xce): undefined reference to `google::protobuf::io::CodedInputStream::Refresh()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn34ReadNetParamsFromBinaryBufferOrDieEPKcmPN12opencv_caffe12NetParameterE+0xdb): undefined reference to `google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn34ReadNetParamsFromBinaryBufferOrDieEPKcmPN12opencv_caffe12NetParameterE+0xe6): undefined reference to `google::protobuf::MessageLite::ParseFromCodedStream(google::protobuf::io::CodedInputStream*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn34ReadNetParamsFromBinaryBufferOrDieEPKcmPN12opencv_caffe12NetParameterE+0xf0): undefined reference to `google::protobuf::io::CodedInputStream::~CodedInputStream()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::ReadProtoFromTextFile(char const*, google::protobuf::Message*) [clone .cold]': caffe_io.cpp:(.text.unlikely._ZN2cv3dnn21ReadProtoFromTextFileEPKcPN6google8protobuf7MessageE+0x78): undefined reference to `google::protobuf::TextFormat::Parser::~Parser()' /usr/bin/ld: caffe_io.cpp:(.text.unlikely._ZN2cv3dnn21ReadProtoFromTextFileEPKcPN6google8protobuf7MessageE+0x7f): undefined reference to `vtable for google::protobuf::io::IstreamInputStream' /usr/bin/ld: caffe_io.cpp:(.text.unlikely._ZN2cv3dnn21ReadProtoFromTextFileEPKcPN6google8protobuf7MessageE+0x98): undefined reference to `google::protobuf::io::CopyingInputStreamAdaptor::~CopyingInputStreamAdaptor()' /usr/bin/ld: caffe_io.cpp:(.text.unlikely._ZN2cv3dnn21ReadProtoFromTextFileEPKcPN6google8protobuf7MessageE+0xa5): undefined reference to `google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::ReadProtoFromTextFile(char const*, google::protobuf::Message*)': caffe_io.cpp:(.text._ZN2cv3dnn21ReadProtoFromTextFileEPKcPN6google8protobuf7MessageE+0x4e6): undefined reference to `google::protobuf::io::IstreamInputStream::IstreamInputStream(std::istream*, int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn21ReadProtoFromTextFileEPKcPN6google8protobuf7MessageE+0x4f6): undefined reference to `google::protobuf::TextFormat::Parser::Parser()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn21ReadProtoFromTextFileEPKcPN6google8protobuf7MessageE+0x519): undefined reference to `google::protobuf::TextFormat::Parser::Parse(google::protobuf::io::ZeroCopyInputStream*, google::protobuf::Message*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn21ReadProtoFromTextFileEPKcPN6google8protobuf7MessageE+0x524): undefined reference to `google::protobuf::TextFormat::Parser::~Parser()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn21ReadProtoFromTextFileEPKcPN6google8protobuf7MessageE+0x52b): undefined reference to `vtable for google::protobuf::io::IstreamInputStream' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn21ReadProtoFromTextFileEPKcPN6google8protobuf7MessageE+0x544): undefined reference to `google::protobuf::io::CopyingInputStreamAdaptor::~CopyingInputStreamAdaptor()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn21ReadProtoFromTextFileEPKcPN6google8protobuf7MessageE+0x551): undefined reference to `google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::ReadProtoFromBinaryFile(char const*, google::protobuf::Message*) [clone .cold]': caffe_io.cpp:(.text.unlikely._ZN2cv3dnn23ReadProtoFromBinaryFileEPKcPN6google8protobuf7MessageE+0x8a): undefined reference to `google::protobuf::io::CodedInputStream::~CodedInputStream()' /usr/bin/ld: caffe_io.cpp:(.text.unlikely._ZN2cv3dnn23ReadProtoFromBinaryFileEPKcPN6google8protobuf7MessageE+0x91): undefined reference to `vtable for google::protobuf::io::IstreamInputStream' /usr/bin/ld: caffe_io.cpp:(.text.unlikely._ZN2cv3dnn23ReadProtoFromBinaryFileEPKcPN6google8protobuf7MessageE+0xaa): undefined reference to `google::protobuf::io::CopyingInputStreamAdaptor::~CopyingInputStreamAdaptor()' /usr/bin/ld: caffe_io.cpp:(.text.unlikely._ZN2cv3dnn23ReadProtoFromBinaryFileEPKcPN6google8protobuf7MessageE+0xb7): undefined reference to `google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(caffe_io.cpp.o): in function `cv::dnn::ReadProtoFromBinaryFile(char const*, google::protobuf::Message*)': caffe_io.cpp:(.text._ZN2cv3dnn23ReadProtoFromBinaryFileEPKcPN6google8protobuf7MessageE+0x4e6): undefined reference to `google::protobuf::io::IstreamInputStream::IstreamInputStream(std::istream*, int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23ReadProtoFromBinaryFileEPKcPN6google8protobuf7MessageE+0x50a): undefined reference to `google::protobuf::io::CodedInputStream::default_recursion_limit_' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23ReadProtoFromBinaryFileEPKcPN6google8protobuf7MessageE+0x57d): undefined reference to `google::protobuf::io::CodedInputStream::Refresh()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23ReadProtoFromBinaryFileEPKcPN6google8protobuf7MessageE+0x58a): undefined reference to `google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23ReadProtoFromBinaryFileEPKcPN6google8protobuf7MessageE+0x597): undefined reference to `google::protobuf::MessageLite::ParseFromCodedStream(google::protobuf::io::CodedInputStream*)' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23ReadProtoFromBinaryFileEPKcPN6google8protobuf7MessageE+0x5a2): undefined reference to `google::protobuf::io::CodedInputStream::~CodedInputStream()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23ReadProtoFromBinaryFileEPKcPN6google8protobuf7MessageE+0x5a9): undefined reference to `vtable for google::protobuf::io::IstreamInputStream' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23ReadProtoFromBinaryFileEPKcPN6google8protobuf7MessageE+0x5c2): undefined reference to `google::protobuf::io::CopyingInputStreamAdaptor::~CopyingInputStreamAdaptor()' /usr/bin/ld: caffe_io.cpp:(.text._ZN2cv3dnn23ReadProtoFromBinaryFileEPKcPN6google8protobuf7MessageE+0x5cf): undefined reference to `google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::releaseONNXTensor(opencv_onnx::TensorProto&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517releaseONNXTensorERN11opencv_onnx11TensorProtoE+0x3f): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517releaseONNXTensorERN11opencv_onnx11TensorProtoE+0x47): undefined reference to `google::protobuf::internal::ArenaStringPtr::ReleaseNonDefault(std::__cxx11::basic_string, std::allocator > const*, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXLayerHandler::fillRegistry(opencv_onnx::GraphProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516ONNXLayerHandler12fillRegistryERKN11opencv_onnx10GraphProtoE+0x6a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::extractNodeName[abi:cxx11](opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter15extractNodeNameB5cxx11ERKN11opencv_onnx9NodeProtoE+0x30): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter15extractNodeNameB5cxx11ERKN11opencv_onnx9NodeProtoE+0x44): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::getBlob(opencv_onnx::NodeProto const&, int)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter7getBlobERKN11opencv_onnx9NodeProtoEi+0x1b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter7getBlobERKN11opencv_onnx9NodeProtoEi+0x2b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::lstm_extractConsts(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&, unsigned long, int*, int)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter18lstm_extractConstsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoEmPii+0x95): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter18lstm_extractConstsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoEmPii+0x137): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter18lstm_extractConstsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoEmPii+0x253): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::getBlobExtraInfo(opencv_onnx::NodeProto const&, int)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16getBlobExtraInfoERKN11opencv_onnx9NodeProtoEi+0x18): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16getBlobExtraInfoERKN11opencv_onnx9NodeProtoEi+0x28): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::setParamsDtype(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14setParamsDtypeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x37): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14setParamsDtypeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x49): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14setParamsDtypeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x6a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::getGraphTensors[abi:cxx11](opencv_onnx::GraphProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter15getGraphTensorsB5cxx11ERKN11opencv_onnx10GraphProtoE+0x80e): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter15getGraphTensorsB5cxx11ERKN11opencv_onnx10GraphProtoE+0x813): undefined reference to `google::protobuf::internal::ArenaStringPtr::ReleaseNonDefault(std::__cxx11::basic_string, std::allocator > const*, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::addLayer(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8addLayerERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xd7): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8addLayerERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xe9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8addLayerERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x266): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8addLayerERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x278): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8addLayerERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x378): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8addLayerERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3b4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8addLayerERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3da): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseReduce(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseReduceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xcc): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseReduceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1f6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseSplit(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseSplitERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x92): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseSplitERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x420): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseSplitERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x433): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseSplitERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x495): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseClip(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseClipERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x45): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseClipERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x219): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseClipERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x242): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseClipERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x268): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseClipERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x2d9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parsePad(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8parsePadERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x17e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8parsePadERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x18b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8parsePadERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x291): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8parsePadERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x2d9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseResize(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseResizeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x36): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseResizeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x5d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseResizeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x4c2): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseResizeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x4d5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseResizeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x66c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseResizeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x682): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseUpsample(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseUpsampleERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x71e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseCumSum(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseCumSumERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseQMatMul(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQMatMulERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x26): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQMatMulERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQMatMulERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x72): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseQGemm(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseQGemmERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x26): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseQGemmERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x83): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseQGemmERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1f5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseQGemmERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x42d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseQLeakyRelu(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter15parseQLeakyReluERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x22): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter15parseQLeakyReluERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x34): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter15parseQLeakyReluERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x114): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseQSigmoid(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseQSigmoidERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x22): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseQSigmoidERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x34): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o):onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseQSigmoidERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xbe): more undefined references to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseConstant(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseConstantERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x4c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseConstantERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x117): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseShape(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseShapeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x20): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseShapeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x33): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseShapeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x5f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseShapeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1a9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseShapeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x293): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseConstantFill(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseConstantFillERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1c7): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseRange(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseRangeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x22): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseRangeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x84): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseRangeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x97): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseRangeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x26a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseRangeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x282): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseTranspose(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseTransposeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x191): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseTransposeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1a4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseTransposeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x26e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseTransposeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x306): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseUnsqueeze(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseUnsqueezeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x24): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseUnsqueezeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x31): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseUnsqueezeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x75): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseUnsqueezeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xdb): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseUnsqueezeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x12a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseUnsqueezeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x387): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseUnsqueezeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x527): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseExpand(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseExpandERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x23): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseExpandERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x51): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseExpandERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x154): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseExpandERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x187): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseExpandERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x29b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseExpandERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x39e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseExpandERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3ca): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseReshape(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseReshapeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x30): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseReshapeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xec): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseReshapeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1fd): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseReshapeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x398): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseReshapeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x456): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseReshapeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x545): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseReshapeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x56b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o):onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseReshapeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x5de): more undefined references to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseTile(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseTileERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x24): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseTileERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x31): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseTileERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x49): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseTileERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x7d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseTileERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x94): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseTileERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xea): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseTileERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x16b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseTileERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x49e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseSlice(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseSliceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x35): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseSliceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x19d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseSliceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x2df): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseSliceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xd88): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseSliceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xe36): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseSliceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x16d9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseSliceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1a02): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseSqueeze(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseSqueezeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x2c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseSqueezeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x41): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseSqueezeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x52c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseSqueezeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x5a2): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseSqueezeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x79d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseSqueezeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x7bc): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseBatchNormalization(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter23parseBatchNormalizationERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x27): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter23parseBatchNormalizationERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x2cf): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter23parseBatchNormalizationERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x327): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseQuantDequant(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseQuantDequantERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x28): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseQuantDequantERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x37): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseQuantDequantERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x139): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseQuantDequantERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x29d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseQuantDequantERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x329): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseConvTranspose(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter18parseConvTransposeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x22): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter18parseConvTransposeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x7c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter18parseConvTransposeERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x185): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseSimpleLayers(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseSimpleLayersERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x36): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseSimpleLayersERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x59): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseSimpleLayersERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x6e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseSimpleLayersERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x97): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseSimpleLayersERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xa5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseSimpleLayersERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x192): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseSimpleLayersERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1fe): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseCustomLayer(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16parseCustomLayerERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xc4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16parseCustomLayerERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xf1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::readTensorFromONNX(std::__cxx11::basic_string, std::allocator > const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122518readTensorFromONNXERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x1a3): undefined reference to `google::protobuf::MessageLite::ParseFromIstream(std::istream*)' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122518readTensorFromONNXERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x306): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122518readTensorFromONNXERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x313): undefined reference to `google::protobuf::internal::ArenaStringPtr::ReleaseNonDefault(std::__cxx11::basic_string, std::allocator > const*, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::getLayerParams(opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14getLayerParamsERKN11opencv_onnx9NodeProtoE+0x8db): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14getLayerParamsERKN11opencv_onnx9NodeProtoE+0x8e8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::begin() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14getLayerParamsERKN11opencv_onnx9NodeProtoE+0xa72): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14getLayerParamsERKN11opencv_onnx9NodeProtoE+0xb15): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14getLayerParamsERKN11opencv_onnx9NodeProtoE+0xca0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14getLayerParamsERKN11opencv_onnx9NodeProtoE+0xd47): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::handleNode(opencv_onnx::NodeProto const&) [clone .cold]': onnx_importer.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0x140): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0x16b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0x3e2): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0x44c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0x537): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0x562): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0x941): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0x9ad): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0xb00): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0xb14): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0xb82): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0xba3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::handleNode(opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0x24): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0xbf): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10handleNodeERKN11opencv_onnx9NodeProtoE+0xea): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::populateNet()': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11populateNetEv+0x1a06): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11populateNetEv+0x219e): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::ONNXImporter(cv::dnn::dnn4_v20231225::Net&, char const*)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporterC2ERNS1_3NetEPKc+0x414): undefined reference to `google::protobuf::MessageLite::ParseFromIstream(std::istream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::ONNXImporter(cv::dnn::dnn4_v20231225::Net&, char const*, unsigned long)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporterC2ERNS1_3NetEPKcm+0x445): undefined reference to `google::protobuf::MessageLite::ParseFromIstream(std::istream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseGlobalPool(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter15parseGlobalPoolERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x42): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter15parseGlobalPoolERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x6d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::lstm_add_reshape(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&, int*, unsigned long)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16lstm_add_reshapeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_Pim+0x22d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16lstm_add_reshapeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_Pim+0x242): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::lstm_add_slice(int, std::__cxx11::basic_string, std::allocator > const&, int*, int*, unsigned long)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14lstm_add_sliceEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPiSB_m+0x2d5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14lstm_add_sliceEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPiSB_m+0x2ef): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14lstm_add_sliceEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPiSB_m+0x314): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::lstm_fix_dims(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&, int, int, int, bool, std::__cxx11::basic_string, std::allocator > const&, int)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13lstm_fix_dimsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoEiiibRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x82): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13lstm_fix_dimsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoEiiibRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x336): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13lstm_fix_dimsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoEiiibRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x391): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13lstm_fix_dimsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoEiiibRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi+0x3c5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::lstm_add_transform(int, int, int, int, std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter18lstm_add_transformEiiiiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_+0x2b8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter18lstm_add_transformEiiiiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_+0x2cb): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter18lstm_add_transformEiiiiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_+0x2e5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter18lstm_add_transformEiiiiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_+0x335): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseLSTM(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x72): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xa6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1c1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x2e4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x4c1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x4d3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x571): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x583): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x7d2): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x7e8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x7fe): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x814): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x828): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x836): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x881): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x8bf): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x925): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x943): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xb84): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add(std::__cxx11::basic_string, std::allocator >&&)' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseLSTMERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xc56): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseGRU(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8parseGRUERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8parseGRUERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x247): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8parseGRUERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x546): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8parseGRUERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x56e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8parseGRUERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x67d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter8parseGRUERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x696): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseInstanceNormalization(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)::{lambda(int)#1}::operator()(int) const': onnx_importer.cpp:(.text._ZZN2cv3dnn14dnn4_v2023122512ONNXImporter26parseInstanceNormalizationERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoEENKUliE_clEi+0xb8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZZN2cv3dnn14dnn4_v2023122512ONNXImporter26parseInstanceNormalizationERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoEENKUliE_clEi+0x14d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseInstanceNormalization(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter26parseInstanceNormalizationERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x22): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter26parseInstanceNormalizationERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter26parseInstanceNormalizationERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x67): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter26parseInstanceNormalizationERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x8c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter26parseInstanceNormalizationERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1d5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter26parseInstanceNormalizationERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x2a8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o):onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter26parseInstanceNormalizationERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x311): more undefined references to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseGemm(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseGemmERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x57): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseGemmERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x68): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseGemmERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x9e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseGemmERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1fe): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseGemmERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x2a1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseGemmERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x539): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseGemmERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x57d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseGemmERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x8b6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseGemmERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x8d1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseMatMul(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseMatMulERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseMatMulERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x64): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseMatMulERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x76): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseMatMulERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x9c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseMatMulERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xae): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseMatMulERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x175): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseMatMulERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x201): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseMatMulERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x23f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseMatMulERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x50b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseConv(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseConvERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseConvERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x95): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseConvERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xa3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseConvERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xbf): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseConvERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xd1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter9parseConvERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1b9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseFlatten(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xbd): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x107): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x143): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x23b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x2b6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o):onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x548): more undefined references to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseFlatten(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x558): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x570): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x5d2): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x7ef): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x801): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x81b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x840): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseFlattenERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x87e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseGather(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseGatherERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x26): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseGatherERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x44): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseGatherERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x71): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseGatherERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xc5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseGatherERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x107): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseGatherERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x119): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseGatherERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1d0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseGatherERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x284): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseGatherERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x4f7): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseGatherERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x541): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseGatherElements(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter19parseGatherElementsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x24): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter19parseGatherElementsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x46): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter19parseGatherElementsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x71): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter19parseGatherElementsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x80): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter19parseGatherElementsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x162): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter19parseGatherElementsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1e6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter19parseGatherElementsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x229): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter19parseGatherElementsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x241): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter19parseGatherElementsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x393): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter19parseGatherElementsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x465): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter19parseGatherElementsERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x539): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseConcat(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x64): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x75): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xc7): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x166): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x19c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1ae): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x26f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x32f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x79d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseDetectionOutput(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter20parseDetectionOutputERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x36): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter20parseDetectionOutputERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x53): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter20parseDetectionOutputERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x26c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter20parseDetectionOutputERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x29f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter20parseDetectionOutputERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x39a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseElementWise(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16parseElementWiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1b3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16parseElementWiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1d6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16parseElementWiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1fe): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16parseElementWiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x20d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16parseElementWiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x248): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16parseElementWiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x260): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16parseElementWiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x2a7): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16parseElementWiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x385): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16parseElementWiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x41a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16parseElementWiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x521): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter16parseElementWiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x59a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseDepthToSpace(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseDepthToSpaceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1b4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseDepthToSpaceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x4be): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseDepthToSpaceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x4ce): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseDepthToSpaceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x4e6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseDepthToSpaceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x6c9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseDepthToSpaceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x6e1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter17parseDepthToSpaceERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x7bf): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseScatter(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseScatterERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x24): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseScatterERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x86): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseScatterERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xb0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseScatterERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xbf): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseScatterERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xf8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseScatterERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x111): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseScatterERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1f4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseScatterERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x27d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseScatterERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x363): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseScatterERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x435): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseScatterERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x55f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseEinsum(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseEinsumERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xd8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseEinsumERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x112): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseEinsumERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x17c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseEinsumERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1c9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseEinsumERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x2cf): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseEinsumERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x35b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseEinsumERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x6e3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter11parseEinsumERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x72d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseQConv(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseQConvERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x42): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseQConvERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xd39): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseQConvERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xd49): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseQConvERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xd61): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter10parseQConvERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xd88): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseQEltwise(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseQEltwiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x37): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseQEltwiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x44): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseQEltwiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xa0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseQEltwiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xc3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseQEltwiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x1c6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseQEltwiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x2e0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseQEltwiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x435): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseQEltwiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x804): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseQEltwiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x824): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter13parseQEltwiseERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0xc2c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseQConcat(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x61): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x18b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x227): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3c3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3fe): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x4b9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x584): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x711): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x91a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x92a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x942): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter12parseQConcatERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x96f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseAttention(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseAttentionERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x218): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseAttentionERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x22d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseAttentionERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x305): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseAttentionERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x37e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXImporter::parseLayerNorm(cv::dnn::dnn4_v20231225::LayerParams&, opencv_onnx::NodeProto const&)': onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseLayerNormERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x33): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseLayerNormERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x158): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseLayerNormERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x16d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseLayerNormERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x245): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseLayerNormERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x2c9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseLayerNormERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x31d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseLayerNormERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x340): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseLayerNormERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x374): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseLayerNormERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3cc): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::CloseGap(int, int)' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseLayerNormERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3d8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseLayerNormERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x3f5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseLayerNormERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x436): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512ONNXImporter14parseLayerNormERNS1_11LayerParamsERKN11opencv_onnx9NodeProtoE+0x446): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::DeleteSubrange(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::getNextLayers(opencv_tensorflow::GraphDef const&, std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113getNextLayersERKN17opencv_tensorflow8GraphDefERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESE_+0x84): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_113getNextLayersERKN17opencv_tensorflow8GraphDefERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESE_+0x96): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseSquare(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseSquareERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseSquareERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x16b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseActivation(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter15parseActivationERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter15parseActivationERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xe4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseMaxPoolGrad(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parseMaxPoolGradERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x30): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parseMaxPoolGradERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x292): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parseMaxPoolGradERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2cf): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parseMaxPoolGradERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x36e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `opencv_tensorflow::AttrValue const& google::protobuf::Map, std::allocator >, opencv_tensorflow::AttrValue>::at, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&) const': tf_importer.cpp:(.text._ZNK6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERKS9_RKS7_[_ZNK6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERKS9_RKS7_]+0xca): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: tf_importer.cpp:(.text._ZNK6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERKS9_RKS7_[_ZNK6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERKS9_RKS7_]+0xd9): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: tf_importer.cpp:(.text._ZNK6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERKS9_RKS7_[_ZNK6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERKS9_RKS7_]+0xe8): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: tf_importer.cpp:(.text._ZNK6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERKS9_RKS7_[_ZNK6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERKS9_RKS7_]+0x118): undefined reference to `google::protobuf::internal::LogMessage::operator<<(std::__cxx11::basic_string, std::allocator > const&)' /usr/bin/ld: tf_importer.cpp:(.text._ZNK6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERKS9_RKS7_[_ZNK6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERKS9_RKS7_]+0x125): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: tf_importer.cpp:(.text._ZNK6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERKS9_RKS7_[_ZNK6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERKS9_RKS7_]+0x13e): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: tf_importer.cpp:(.text._ZNK6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERKS9_RKS7_[_ZNK6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERKS9_RKS7_]+0x19a): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::getConstBlob(opencv_tensorflow::NodeDef const&, std::map, std::allocator >, int, std::less, std::allocator > >, std::allocator, std::allocator > const, int> > >, int, int*)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12getConstBlobERKN17opencv_tensorflow7NodeDefESt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISE_ESaISt4pairIKSE_iEEEiPi+0x35): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12getConstBlobERKN17opencv_tensorflow7NodeDefESt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISE_ESaISt4pairIKSE_iEEEiPi+0x51): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12getConstBlobERKN17opencv_tensorflow7NodeDefESt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISE_ESaISt4pairIKSE_iEEEiPi+0x226): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12getConstBlobERKN17opencv_tensorflow7NodeDefESt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISE_ESaISt4pairIKSE_iEEEiPi+0x277): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12getConstBlobERKN17opencv_tensorflow7NodeDefESt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISE_ESaISt4pairIKSE_iEEEiPi+0x309): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12getConstBlobERKN17opencv_tensorflow7NodeDefESt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISE_ESaISt4pairIKSE_iEEEiPi+0x388): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12getConstBlobERKN17opencv_tensorflow7NodeDefESt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISE_ESaISt4pairIKSE_iEEEiPi+0x486): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12getConstBlobERKN17opencv_tensorflow7NodeDefESt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISE_ESaISt4pairIKSE_iEEEiPi+0x580): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseArg(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseArgERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x42): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseArgERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2ee): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseExpandDims(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter15parseExpandDimsERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x34): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter15parseExpandDimsERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x62): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter15parseExpandDimsERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x88): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parsePReLU(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter10parsePReLUERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x1b2): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseClipByValue(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parseClipByValueERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x37): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parseClipByValueERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x319): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseCropAndResize(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter18parseCropAndResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x32): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter18parseCropAndResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x262): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter18parseCropAndResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2a0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseL2Normalize(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parseL2NormalizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x39): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parseL2NormalizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x49b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseSlice(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter10parseSliceERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x39): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter10parseSliceERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x35b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseConcat(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseConcatERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x4a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseConcatERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x266): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseConcatERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x357): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseTranspose(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter14parseTransposeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter14parseTransposeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x1e3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter14parseTransposeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x262): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter14parseTransposeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2d4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseReshape(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseReshapeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x31): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseReshapeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x4a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseReshapeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x6e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseReshapeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x91): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseReshapeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x556): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseBias(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseBiasERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x50): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseBiasERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x97): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseBiasERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x283): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseBiasERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2b9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseBiasERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x547): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseBiasERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x719): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseStridedSlice(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter17parseStridedSliceERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x42): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter17parseStridedSliceERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x38c): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter17parseStridedSliceERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x5d3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter17parseStridedSliceERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x7cf): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `std::pair, std::allocator > const> const, void*> >, bool> std::_Rb_tree, std::allocator > const>, std::pair, std::allocator > const> const, void*>, std::_Select1st, std::allocator > const> const, void*> >, std::less, std::allocator > >, google::protobuf::internal::MapAllocator, std::allocator > const> const, void*> > >::_M_insert_unique, std::allocator > const> const, void*> >(std::pair, std::allocator > const> const, void*>&&)': tf_importer.cpp:(.text._ZNSt8_Rb_treeISt17reference_wrapperIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt4pairIKS8_PvESt10_Select1stISC_ESt4lessIS6_EN6google8protobuf8internal12MapAllocatorISC_EEE16_M_insert_uniqueISC_EES9_ISt17_Rb_tree_iteratorISC_EbEOT_[_ZNSt8_Rb_treeISt17reference_wrapperIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt4pairIKS8_PvESt10_Select1stISC_ESt4lessIS6_EN6google8protobuf8internal12MapAllocatorISC_EEE16_M_insert_uniqueISC_EES9_ISt17_Rb_tree_iteratorISC_EbEOT_]+0x147): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `google::protobuf::Map, std::allocator >, opencv_tensorflow::AttrValue>::InnerMap::InsertUnique(unsigned long, google::protobuf::Map, std::allocator >, opencv_tensorflow::AttrValue>::InnerMap::Node*)': tf_importer.cpp:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap12InsertUniqueEmPNSB_4NodeE[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap12InsertUniqueEmPNSB_4NodeE]+0x131): undefined reference to `google::protobuf::Arena::AllocateAlignedWithCleanup(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `google::protobuf::Map, std::allocator >, opencv_tensorflow::AttrValue>::InnerMap::Resize(unsigned long)': tf_importer.cpp:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap6ResizeEm[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap6ResizeEm]+0x4c): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: tf_importer.cpp:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap6ResizeEm[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap6ResizeEm]+0x31d): undefined reference to `google::protobuf::Arena::AllocateAlignedWithCleanup(unsigned long, std::type_info const*)' /usr/bin/ld: tf_importer.cpp:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap6ResizeEm[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap6ResizeEm]+0x4b1): undefined reference to `google::protobuf::Arena::AllocateAlignedWithCleanup(unsigned long, std::type_info const*)' /usr/bin/ld: tf_importer.cpp:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap6ResizeEm[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap6ResizeEm]+0x613): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `std::pair, std::allocator >, opencv_tensorflow::AttrValue>::InnerMap::iterator_base, std::allocator >, opencv_tensorflow::AttrValue> >, bool> google::protobuf::Map, std::allocator >, opencv_tensorflow::AttrValue>::InnerMap::insert, std::allocator > const&>(std::__cxx11::basic_string, std::allocator > const&)': tf_importer.cpp:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap6insertIRKS7_EESt4pairINSB_13iterator_baseINS0_7MapPairIS7_S9_EEEEbEOT_[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap6insertIRKS7_EESt4pairINSB_13iterator_baseINS0_7MapPairIS7_S9_EEEEbEOT_]+0x137): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: tf_importer.cpp:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap6insertIRKS7_EESt4pairINSB_13iterator_baseINS0_7MapPairIS7_S9_EEEEbEOT_[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap6insertIRKS7_EESt4pairINSB_13iterator_baseINS0_7MapPairIS7_S9_EEEEbEOT_]+0x176): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::writeTextGraph(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&) [clone .cold]': tf_importer.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122514writeTextGraphERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_+0xcf): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::writeTextGraph(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122514writeTextGraphERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_+0x17d): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122514writeTextGraphERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_+0x185): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122514writeTextGraphERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_+0x26d): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122514writeTextGraphERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_+0x2c5): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122514writeTextGraphERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_+0x2d4): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122514writeTextGraphERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_+0x2e3): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122514writeTextGraphERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_+0x322): undefined reference to `google::protobuf::internal::LogMessage::operator<<(std::__cxx11::basic_string, std::allocator > const&)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122514writeTextGraphERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_+0x32f): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122514writeTextGraphERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_+0x34c): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122514writeTextGraphERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_+0x3c0): undefined reference to `google::protobuf::TextFormat::PrintToString(google::protobuf::Message const&, std::__cxx11::basic_string, std::allocator >*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::hasLayerAttr(opencv_tensorflow::NodeDef const&, std::__cxx11::basic_string, std::allocator > const&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_112hasLayerAttrERKN17opencv_tensorflow7NodeDefERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x1e): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_112hasLayerAttrERKN17opencv_tensorflow7NodeDefERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x25): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_112hasLayerAttrERKN17opencv_tensorflow7NodeDefERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x3f6): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_112hasLayerAttrERKN17opencv_tensorflow7NodeDefERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x433): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseLeakyRelu(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter14parseLeakyReluERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter14parseLeakyReluERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xc3): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter14parseLeakyReluERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x1b3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parsePack(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parsePackERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x42): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parsePackERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xc3): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parsePackERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x183): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parsePackERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x94e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseMean(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseMeanERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x43): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseMeanERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x314): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseMeanERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x394): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseMeanERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x440): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseMeanERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x8f4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseMeanERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xbfb): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseMeanERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x12f2): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseMeanERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x1774): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseMeanERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x1934): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseMeanERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x1d30): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseSoftmax(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseSoftmaxERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseSoftmaxERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x172): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseSoftmaxERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x1e9): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parsePriorBox(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter13parsePriorBoxERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x3b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter13parsePriorBoxERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xa9): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter13parsePriorBoxERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x162): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter13parsePriorBoxERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x21b): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter13parsePriorBoxERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2d3): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter13parsePriorBoxERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x38b): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o):tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter13parsePriorBoxERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x447): more undefined references to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parsePriorBox(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter13parsePriorBoxERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x5aa): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter13parsePriorBoxERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x5e8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter13parsePriorBoxERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x685): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::getDataLayout(opencv_tensorflow::NodeDef const&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13getDataLayoutERKN17opencv_tensorflow7NodeDefE+0xb6): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13getDataLayoutERKN17opencv_tensorflow7NodeDefE+0xd3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseBlockLSTM(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter14parseBlockLSTMERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x4b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter14parseBlockLSTMERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xc6): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter14parseBlockLSTMERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x191): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter14parseBlockLSTMERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xad6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter14parseBlockLSTMERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xbf7): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::setStrides(cv::dnn::dnn4_v20231225::LayerParams&, opencv_tensorflow::NodeDef const&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110setStridesERNS1_11LayerParamsERKN17opencv_tensorflow7NodeDefE+0x94): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::setPadMode(cv::dnn::dnn4_v20231225::LayerParams&, opencv_tensorflow::NodeDef const&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110setPadModeERNS1_11LayerParamsERKN17opencv_tensorflow7NodeDefE+0xab): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110setPadModeERNS1_11LayerParamsERKN17opencv_tensorflow7NodeDefE+0xc4): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::getExplicitPadding(cv::dnn::dnn4_v20231225::LayerParams&, opencv_tensorflow::NodeDef const&, long (&) [8])': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_118getExplicitPaddingERNS1_11LayerParamsERKN17opencv_tensorflow7NodeDefERA8_l+0x1b0): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_118getExplicitPaddingERNS1_11LayerParamsERKN17opencv_tensorflow7NodeDefERA8_l+0x29e): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_118getExplicitPaddingERNS1_11LayerParamsERKN17opencv_tensorflow7NodeDefERA8_l+0x2bd): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseFusedBatchNorm(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter19parseFusedBatchNormERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x32): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter19parseFusedBatchNormERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x4d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter19parseFusedBatchNormERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x731): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter19parseFusedBatchNormERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xa2c): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseSplit(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter10parseSplitERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter10parseSplitERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x1c5): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter10parseSplitERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x288): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::setKSize(cv::dnn::dnn4_v20231225::LayerParams&, opencv_tensorflow::NodeDef const&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_18setKSizeERNS1_11LayerParamsERKN17opencv_tensorflow7NodeDefE+0x79): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseAvgPool(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseAvgPoolERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseAvgPoolERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x22e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseMaxPool(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseMaxPoolERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x37): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseMaxPoolERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x47): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseLrn(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseLrnERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x37): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseLrnERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xac): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseLrnERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x168): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseLrnERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x22e): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseLrnERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2e9): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseLrnERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x404): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseFlatten(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseFlattenERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x3e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseFlattenERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x55): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseFlattenERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x80): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter12parseFlattenERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x4be): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::addConstNodes(opencv_tensorflow::GraphDef&, std::map, std::allocator >, int, std::less, std::allocator > >, std::allocator, std::allocator > const, int> > >&, std::set, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > > >&) [clone .cold]': tf_importer.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x248): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::addConstNodes(opencv_tensorflow::GraphDef&, std::map, std::allocator >, int, std::less, std::allocator > >, std::allocator, std::allocator > const, int> > >&, std::set, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > > >&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x193): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x19b): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x5a0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x5c1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x714): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x739): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x77e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x8a6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x9cc): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0xaf5): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0xafd): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0xc2a): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0xcac): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0xeb8): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0xf05): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x1015): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x1024): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x1033): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x106d): undefined reference to `google::protobuf::internal::LogMessage::operator<<(std::__cxx11::basic_string, std::allocator > const&)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x107d): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x109b): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_1L13addConstNodesERN17opencv_tensorflow8GraphDefERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISC_ESaISt4pairIKSC_iEEERSt3setISC_SE_SaISC_EE+0x12f4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseNode(opencv_tensorflow::NodeDef const&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseNodeERKN17opencv_tensorflow7NodeDefE+0x55a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseNodeERKN17opencv_tensorflow7NodeDefE+0x5c6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseNodeERKN17opencv_tensorflow7NodeDefE+0x91d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseNodeERKN17opencv_tensorflow7NodeDefE+0x929): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseNodeERKN17opencv_tensorflow7NodeDefE+0x930): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseNodeERKN17opencv_tensorflow7NodeDefE+0xe29): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseNodeERKN17opencv_tensorflow7NodeDefE+0x10fe): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseNodeERKN17opencv_tensorflow7NodeDefE+0x129f): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter9parseNodeERKN17opencv_tensorflow7NodeDefE+0x12dc): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseResize(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x8b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x165): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x184): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::DeleteSubrange(int, int)' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x18c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x285): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x28d): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x2ac): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x678): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x738): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x803): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x941): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x949): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x95e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseResizeERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x9a4): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::populateNet()': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11populateNetEv+0xaf7): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11populateNetEv+0xb09): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11populateNetEv+0x1636): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::ExcludeLayer(opencv_tensorflow::GraphDef&, int, int, bool) [clone .constprop.0]': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_112ExcludeLayerERN17opencv_tensorflow8GraphDefEiib.constprop.0+0xc9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_112ExcludeLayerERN17opencv_tensorflow8GraphDefEiib.constprop.0+0x164): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_112ExcludeLayerERN17opencv_tensorflow8GraphDefEiib.constprop.0+0x176): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_112ExcludeLayerERN17opencv_tensorflow8GraphDefEiib.constprop.0+0x205): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseConvolution(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parseConvolutionERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xc3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parseConvolutionERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xd9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parseConvolutionERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xc2e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parseConvolutionERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xe2d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parseConvolutionERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x1978): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parseConvolutionERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x22d0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseMatMul(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseMatMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x40): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseMatMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x167): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseMatMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x191): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseMatMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x23f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseMatMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x282): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseMatMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x36f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseMatMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x706): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter11parseMatMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x799): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseMul(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x56): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x96): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x116): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x575): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x8fb): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x9d8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xa17): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xaeb): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xb0d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter8parseMulERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0xc95): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parseConv2DBackpropInput(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter24parseConv2DBackpropInputERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x68): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter24parseConv2DBackpropInputERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x891): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_importer.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::TFImporter::parsePlaceholder(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef const&, cv::dnn::dnn4_v20231225::LayerParams&)': tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parsePlaceholderERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x144): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parsePlaceholderERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x386): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_importer.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_110TFImporter16parsePlaceholderERN17opencv_tensorflow8GraphDefERKNS4_7NodeDefERNS1_11LayerParamsE+0x409): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobShape::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobShape18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xcc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobShape18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x10e): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobShape18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x106): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BatchNormParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18BatchNormParameter12ByteSizeLongEv+0x7b): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ContrastiveLossParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24ContrastiveLossParameter12ByteSizeLongEv+0x2f): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DropoutParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16DropoutParameter12ByteSizeLongEv+0x34): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ELUParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12ELUParameter12ByteSizeLongEv+0x13): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ExpParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12ExpParameter12ByteSizeLongEv+0x47): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12LogParameter12ByteSizeLongEv+0x47): more undefined references to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobShape::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobShape12ByteSizeLongEv+0x9): undefined reference to `google::protobuf::internal::WireFormatLite::Int64Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobShape12ByteSizeLongEv+0x39): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LossParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13LossParameter12ByteSizeLongEv+0x50): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NonMaximumSuppressionParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe30NonMaximumSuppressionParameter12ByteSizeLongEv+0x26): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EltwiseParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16EltwiseParameter12ByteSizeLongEv+0x21): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FlattenParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16FlattenParameter12ByteSizeLongEv+0x46): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18HingeLossParameter12ByteSizeLongEv+0x23): more undefined references to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobShape::GetMetadata() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobShape11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProto::GetMetadata() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProtoVector::GetMetadata() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15BlobProtoVector11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PermuteParameter::GetMetadata() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16PermuteParameter11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizeBBoxParameter::GetMetadata() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe22NormalizeBBoxParameter11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17PriorBoxParameter11GetMetadataEv+0x16): more undefined references to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PriorBoxParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17PriorBoxParameter12ByteSizeLongEv+0xc3): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::AccuracyParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17AccuracyParameter12ByteSizeLongEv+0x60): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ArgMaxParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15ArgMaxParameter12ByteSizeLongEv+0x4e): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConcatParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15ConcatParameter12ByteSizeLongEv+0x42): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LRNParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12LRNParameter12ByteSizeLongEv+0x69): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19MemoryDataParameter12ByteSizeLongEv+0x73): more undefined references to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PermuteParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16PermuteParameter12ByteSizeLongEv+0x9): undefined reference to `google::protobuf::internal::WireFormatLite::UInt32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16PermuteParameter12ByteSizeLongEv+0x1c): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::CropParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13CropParameter12ByteSizeLongEv+0x9): undefined reference to `google::protobuf::internal::WireFormatLite::UInt32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13CropParameter12ByteSizeLongEv+0x3b): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SliceParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14SliceParameter12ByteSizeLongEv+0x9): undefined reference to `google::protobuf::internal::WireFormatLite::UInt32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14SliceParameter12ByteSizeLongEv+0x5a): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe8NetState12ByteSizeLongEv+0x13): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe8NetState12ByteSizeLongEv+0x1d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe8NetState12ByteSizeLongEv+0x3b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe8NetState12ByteSizeLongEv+0xb5): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule12ByteSizeLongEv+0x13): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule12ByteSizeLongEv+0x1d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule12ByteSizeLongEv+0x3b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule12ByteSizeLongEv+0x65): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule12ByteSizeLongEv+0x6f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule12ByteSizeLongEv+0x8b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule12ByteSizeLongEv+0x124): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `void google::protobuf::internal::InternalMetadata::DeleteOutOfLineHelper() [clone .isra.0]': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadata21DeleteOutOfLineHelperINS0_15UnknownFieldSetEEEvv.isra.0+0x34): undefined reference to `google::protobuf::UnknownFieldSet::ClearFallback()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `google::protobuf::internal::RepeatedPtrFieldBase::MergeFromInternal(google::protobuf::internal::RepeatedPtrFieldBase const&, void (google::protobuf::internal::RepeatedPtrFieldBase::*)(void**, void**, int, int)) [clone .isra.0]': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal20RepeatedPtrFieldBase17MergeFromInternalERKS2_MS2_FvPPvS6_iiE.isra.0+0x18): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProto::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto12ByteSizeLongEv+0x15c): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParamSpec::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9ParamSpec12ByteSizeLongEv+0x2a): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TransformationParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe23TransformationParameter12ByteSizeLongEv+0x4a): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FillerParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15FillerParameter12ByteSizeLongEv+0x6a): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizeBBoxParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe22NormalizeBBoxParameter12ByteSizeLongEv+0x47): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13BiasParameter12ByteSizeLongEv+0x62): more undefined references to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConvolutionParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter12ByteSizeLongEv+0x10): undefined reference to `google::protobuf::internal::WireFormatLite::UInt32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter12ByteSizeLongEv+0x20): undefined reference to `google::protobuf::internal::WireFormatLite::UInt32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter12ByteSizeLongEv+0x32): undefined reference to `google::protobuf::internal::WireFormatLite::UInt32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter12ByteSizeLongEv+0x44): undefined reference to `google::protobuf::internal::WireFormatLite::UInt32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter12ByteSizeLongEv+0x1bb): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EmbedParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14EmbedParameter12ByteSizeLongEv+0x5a): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InnerProductParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21InnerProductParameter12ByteSizeLongEv+0x7e): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::RecurrentParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18RecurrentParameter12ByteSizeLongEv+0x4a): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ScaleParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14ScaleParameter12ByteSizeLongEv+0x76): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14PReLUParameter12ByteSizeLongEv+0x31): more undefined references to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ExpParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12ExpParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x77): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12ExpParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x84): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12ExpParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x97): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12ExpParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb3): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParameterParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ParameterParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x55): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ParameterParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x64): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ParameterParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x83): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PowerParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14PowerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x77): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14PowerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x84): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14PowerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x97): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14PowerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb3): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ThresholdParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ThresholdParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x41): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ThresholdParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x61): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InputParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14InputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4b): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14InputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x87): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14InputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa7): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LogParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12LogParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x77): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12LogParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x84): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12LogParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x97): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12LogParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb3): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ELUParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12ELUParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x41): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12ELUParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x61): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `void google::protobuf::internal::arena_destruct_object >(void*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal21arena_destruct_objectINS1_16InternalMetadata9ContainerINS0_15UnknownFieldSetEEEEEvPv[_ZN6google8protobuf8internal21arena_destruct_objectINS1_16InternalMetadata9ContainerINS0_15UnknownFieldSetEEEEEvPv]+0x13): undefined reference to `google::protobuf::UnknownFieldSet::ClearFallback()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PermuteParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16PermuteParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xac): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16PermuteParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xce): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PSROIPoolingParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21PSROIPoolingParameter12ByteSizeLongEv+0x43): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21PSROIPoolingParameter12ByteSizeLongEv+0x9e): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InputParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14InputParameter12ByteSizeLongEv+0x38): undefined reference to `google::protobuf::internal::WireFormatLite::Int64Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14InputParameter12ByteSizeLongEv+0x6c): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14InputParameter12ByteSizeLongEv+0x9e): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DummyDataParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter12ByteSizeLongEv+0x5d): undefined reference to `google::protobuf::internal::WireFormatLite::UInt32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter12ByteSizeLongEv+0x6d): undefined reference to `google::protobuf::internal::WireFormatLite::UInt32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter12ByteSizeLongEv+0x84): undefined reference to `google::protobuf::internal::WireFormatLite::UInt32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter12ByteSizeLongEv+0x94): undefined reference to `google::protobuf::internal::WireFormatLite::UInt32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter12ByteSizeLongEv+0xe0): undefined reference to `google::protobuf::internal::WireFormatLite::Int64Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter12ByteSizeLongEv+0x114): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter12ByteSizeLongEv+0x14f): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DetectionOutputParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24DetectionOutputParameter12ByteSizeLongEv+0x160): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24DetectionOutputParameter12ByteSizeLongEv+0xb1): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SigmoidParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16SigmoidParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16SigmoidParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa7): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TanHParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13TanHParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13TanHParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa7): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HingeLossParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18HingeLossParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18HingeLossParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa7): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InfogainLossParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21InfogainLossParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x9f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21InfogainLossParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x82): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5OutputParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19HDF5OutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x9f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19HDF5OutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x82): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReLUParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13ReLUParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13ReLUParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13ReLUParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc5): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DropoutParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16DropoutParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x64): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16DropoutParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x79): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16DropoutParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa2): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ContrastiveLossParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24ContrastiveLossParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x64): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24ContrastiveLossParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x79): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24ContrastiveLossParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa2): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NonMaximumSuppressionParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe30NonMaximumSuppressionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe30NonMaximumSuppressionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe30NonMaximumSuppressionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe30NonMaximumSuppressionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x103): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TileParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13TileParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x117): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13TileParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x124): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13TileParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x104): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConcatParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15ConcatParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x117): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15ConcatParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x124): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15ConcatParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x104): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SoftmaxParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16SoftmaxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x117): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16SoftmaxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x124): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16SoftmaxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x104): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FlattenParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16FlattenParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x117): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16FlattenParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x124): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16FlattenParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x104): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::CropParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13CropParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x10c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13CropParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x128): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13CropParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x14a): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DataParameter::~DataParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterD2Ev+0x2e): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterD2Ev+0x41): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterD2Ev+0x5b): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterD2Ev+0x6a): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterD2Ev+0x79): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterD2Ev+0x8a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DataParameter::~DataParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterD0Ev+0x2f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterD0Ev+0x43): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterD0Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterD0Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterD0Ev+0x81): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterD0Ev+0x92): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterD0Ev+0xb9): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ContrastiveLossParameter::~ContrastiveLossParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24ContrastiveLossParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24ContrastiveLossParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24ContrastiveLossParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LossParameter::~LossParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13LossParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13LossParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13LossParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::MemoryDataParameter::~MemoryDataParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19MemoryDataParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19MemoryDataParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19MemoryDataParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ROIPoolingParameter::~ROIPoolingParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19ROIPoolingParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19ROIPoolingParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19ROIPoolingParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NonMaximumSuppressionParameter::~NonMaximumSuppressionParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe30NonMaximumSuppressionParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe30NonMaximumSuppressionParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe30NonMaximumSuppressionParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SigmoidParameter::~SigmoidParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SigmoidParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SigmoidParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SigmoidParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::MVNParameter::~MVNParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12MVNParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12MVNParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12MVNParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FlattenParameter::~FlattenParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16FlattenParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16FlattenParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16FlattenParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConcatParameter::~ConcatParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ConcatParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ConcatParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ConcatParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TanHParameter::~TanHParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TanHParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TanHParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TanHParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SPPParameter::~SPPParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizedBBox::~NormalizedBBox()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14NormalizedBBoxD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14NormalizedBBoxD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14NormalizedBBoxD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ThresholdParameter::~ThresholdParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ThresholdParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ThresholdParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ThresholdParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ArgMaxParameter::~ArgMaxParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ArgMaxParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ArgMaxParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ArgMaxParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PowerParameter::~PowerParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PowerParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PowerParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PowerParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PoolingParameter::~PoolingParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PoolingParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PoolingParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PoolingParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ExpParameter::~ExpParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ExpParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ExpParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ExpParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReductionParameter::~ReductionParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ReductionParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ReductionParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ReductionParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PSROIPoolingParameter::~PSROIPoolingParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21PSROIPoolingParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21PSROIPoolingParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21PSROIPoolingParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LogParameter::~LogParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LogParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LogParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LogParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TileParameter::~TileParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TileParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TileParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TileParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HingeLossParameter::~HingeLossParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18HingeLossParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18HingeLossParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18HingeLossParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReLUParameter::~ReLUParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13ReLUParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13ReLUParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13ReLUParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DropoutParameter::~DropoutParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16DropoutParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16DropoutParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16DropoutParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LRNParameter::~LRNParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BatchNormParameter::~BatchNormParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18BatchNormParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18BatchNormParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18BatchNormParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::AccuracyParameter::~AccuracyParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17AccuracyParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17AccuracyParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17AccuracyParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ELUParameter::~ELUParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ELUParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ELUParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ELUParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SoftmaxParameter::~SoftmaxParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SoftmaxParameterD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SoftmaxParameterD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SoftmaxParameterD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ROIPoolingParameter::~ROIPoolingParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19ROIPoolingParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19ROIPoolingParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19ROIPoolingParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19ROIPoolingParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LogParameter::~LogParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LogParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LogParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LogParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LogParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SoftmaxParameter::~SoftmaxParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SoftmaxParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SoftmaxParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SoftmaxParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SoftmaxParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TileParameter::~TileParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TileParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TileParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TileParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TileParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TanHParameter::~TanHParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TanHParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TanHParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TanHParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TanHParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PoolingParameter::~PoolingParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PoolingParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PoolingParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PoolingParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PoolingParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::MVNParameter::~MVNParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12MVNParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12MVNParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12MVNParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12MVNParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::MemoryDataParameter::~MemoryDataParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19MemoryDataParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19MemoryDataParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19MemoryDataParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19MemoryDataParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PSROIPoolingParameter::~PSROIPoolingParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21PSROIPoolingParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21PSROIPoolingParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21PSROIPoolingParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21PSROIPoolingParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ArgMaxParameter::~ArgMaxParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ArgMaxParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ArgMaxParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ArgMaxParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ArgMaxParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FlattenParameter::~FlattenParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16FlattenParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16FlattenParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16FlattenParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16FlattenParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LRNParameter::~LRNParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DropoutParameter::~DropoutParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16DropoutParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16DropoutParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16DropoutParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16DropoutParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ContrastiveLossParameter::~ContrastiveLossParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24ContrastiveLossParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24ContrastiveLossParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24ContrastiveLossParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24ContrastiveLossParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HingeLossParameter::~HingeLossParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18HingeLossParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18HingeLossParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18HingeLossParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18HingeLossParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReLUParameter::~ReLUParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13ReLUParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13ReLUParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13ReLUParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13ReLUParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PowerParameter::~PowerParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PowerParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PowerParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PowerParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PowerParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ThresholdParameter::~ThresholdParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ThresholdParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ThresholdParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ThresholdParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ThresholdParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizedBBox::~NormalizedBBox()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14NormalizedBBoxD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14NormalizedBBoxD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14NormalizedBBoxD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14NormalizedBBoxD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::AccuracyParameter::~AccuracyParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17AccuracyParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17AccuracyParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17AccuracyParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17AccuracyParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ELUParameter::~ELUParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ELUParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ELUParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ELUParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ELUParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LossParameter::~LossParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13LossParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13LossParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13LossParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13LossParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NonMaximumSuppressionParameter::~NonMaximumSuppressionParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe30NonMaximumSuppressionParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe30NonMaximumSuppressionParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe30NonMaximumSuppressionParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe30NonMaximumSuppressionParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReductionParameter::~ReductionParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ReductionParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ReductionParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ReductionParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ReductionParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SPPParameter::~SPPParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConcatParameter::~ConcatParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ConcatParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ConcatParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ConcatParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ConcatParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ExpParameter::~ExpParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ExpParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ExpParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ExpParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ExpParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BatchNormParameter::~BatchNormParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18BatchNormParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18BatchNormParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18BatchNormParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18BatchNormParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SigmoidParameter::~SigmoidParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SigmoidParameterD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SigmoidParameterD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SigmoidParameterD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SigmoidParameterD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ImageDataParameter::~ImageDataParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD2Ev+0x2e): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD2Ev+0x41): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD2Ev+0x5b): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD2Ev+0x6a): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD2Ev+0x79): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD2Ev+0x88): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD2Ev+0x99): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PythonParameter::~PythonParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD2Ev+0x2e): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD2Ev+0x41): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD2Ev+0x5b): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD2Ev+0x6a): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD2Ev+0x79): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD2Ev+0x88): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD2Ev+0x99): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ROIPoolingParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19ROIPoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x107): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19ROIPoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x117): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19ROIPoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x124): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19ROIPoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x143): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReductionParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ReductionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x117): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ReductionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x127): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ReductionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x134): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ReductionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x153): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PSROIPoolingParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21PSROIPoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x137): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21PSROIPoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x144): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21PSROIPoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x157): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21PSROIPoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x114): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PythonParameter::~PythonParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD0Ev+0x2f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD0Ev+0x43): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD0Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD0Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD0Ev+0x81): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD0Ev+0x90): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD0Ev+0xa1): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterD0Ev+0xc8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ImageDataParameter::~ImageDataParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD0Ev+0x2f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD0Ev+0x43): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD0Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD0Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD0Ev+0x81): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD0Ev+0x90): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD0Ev+0xa1): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterD0Ev+0xc8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProtoVector::~BlobProtoVector()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVectorD0Ev+0x43): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVectorD0Ev+0x6a): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVectorD0Ev+0x9f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVectorD0Ev+0xcd): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVectorD0Ev+0x105): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InputParameter::~InputParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameterD0Ev+0x43): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameterD0Ev+0x6a): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameterD0Ev+0x9f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameterD0Ev+0xcd): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameterD0Ev+0x105): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProtoVector::~BlobProtoVector()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVectorD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVectorD2Ev+0x68): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVectorD2Ev+0xa7): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVectorD2Ev+0xd5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVectorD2Ev+0x105): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InputParameter::~InputParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameterD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameterD2Ev+0x68): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameterD2Ev+0xa7): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameterD2Ev+0xd5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameterD2Ev+0x105): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::MVNParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12MVNParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x77): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12MVNParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x84): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12MVNParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x97): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12MVNParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb3): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::CropParameter::~CropParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameterD0Ev+0x38): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameterD0Ev+0x3f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameterD0Ev+0x67): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PermuteParameter::~PermuteParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameterD2Ev+0x3b): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameterD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameterD2Ev+0x69): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SliceParameter::~SliceParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameterD0Ev+0x38): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameterD0Ev+0x3f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameterD0Ev+0x67): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5DataParameter::~HDF5DataParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameterD2Ev+0x30): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameterD2Ev+0x3f): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameterD2Ev+0x50): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameterD2Ev+0x76): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameterD2Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PermuteParameter::~PermuteParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameterD0Ev+0x38): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameterD0Ev+0x3f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameterD0Ev+0x67): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InfogainLossParameter::~InfogainLossParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameterD2Ev+0x30): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameterD2Ev+0x3f): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameterD2Ev+0x50): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameterD2Ev+0x76): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameterD2Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FillerParameter::~FillerParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameterD2Ev+0x39): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameterD2Ev+0x4a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameterD2Ev+0x70): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameterD2Ev+0x8b): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizeBBoxParameter::~NormalizeBBoxParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe22NormalizeBBoxParameterD2Ev+0x30): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe22NormalizeBBoxParameterD2Ev+0x44): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe22NormalizeBBoxParameterD2Ev+0x92): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BiasParameter::~BiasParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13BiasParameterD2Ev+0x30): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13BiasParameterD2Ev+0x44): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13BiasParameterD2Ev+0x92): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConvolutionParameter::~ConvolutionParameter() [clone .part.0]': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD2Ev.part.0+0x56): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD2Ev.part.0+0x5f): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD2Ev.part.0+0x68): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD2Ev.part.0+0x71): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD2Ev.part.0+0x78): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD2Ev.part.0+0x9f): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConvolutionParameter::~ConvolutionParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD2Ev+0x27): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD2Ev+0x30): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD2Ev+0x39): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD2Ev+0x42): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD2Ev+0x49): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD2Ev+0x71): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConvolutionParameter::~ConvolutionParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD0Ev+0x31): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD0Ev+0x3a): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD0Ev+0x43): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD0Ev+0x4c): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD0Ev+0x53): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterD0Ev+0x7b): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EmbedParameter::~EmbedParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14EmbedParameterD2Ev+0x30): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14EmbedParameterD2Ev+0x48): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14EmbedParameterD2Ev+0xab): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InnerProductParameter::~InnerProductParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameterD2Ev+0x30): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameterD2Ev+0x48): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameterD2Ev+0xab): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::RecurrentParameter::~RecurrentParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18RecurrentParameterD2Ev+0x30): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18RecurrentParameterD2Ev+0x48): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18RecurrentParameterD2Ev+0xab): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ScaleParameter::~ScaleParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14ScaleParameterD2Ev+0x30): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14ScaleParameterD2Ev+0x48): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14ScaleParameterD2Ev+0xab): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PReLUParameter::~PReLUParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PReLUParameterD2Ev+0x30): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PReLUParameterD2Ev+0x44): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PReLUParameterD2Ev+0x92): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizeBBoxParameter::~NormalizeBBoxParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe22NormalizeBBoxParameterD0Ev+0x31): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe22NormalizeBBoxParameterD0Ev+0x46): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe22NormalizeBBoxParameterD0Ev+0x9a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe22NormalizeBBoxParameterD0Ev+0xc1): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BiasParameter::~BiasParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13BiasParameterD0Ev+0x31): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13BiasParameterD0Ev+0x46): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13BiasParameterD0Ev+0x9a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13BiasParameterD0Ev+0xc1): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PReLUParameter::~PReLUParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PReLUParameterD0Ev+0x31): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PReLUParameterD0Ev+0x46): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PReLUParameterD0Ev+0x9a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PReLUParameterD0Ev+0xc1): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobShape::~BlobShape()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShapeD2Ev+0x3b): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShapeD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShapeD2Ev+0x69): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParameterParameter::~ParameterParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ParameterParameterD2Ev+0x30): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ParameterParameterD2Ev+0x44): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ParameterParameterD2Ev+0x92): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReshapeParameter::~ReshapeParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameterD2Ev+0x30): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameterD2Ev+0x44): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameterD2Ev+0x92): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParameterParameter::~ParameterParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ParameterParameterD0Ev+0x31): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ParameterParameterD0Ev+0x46): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ParameterParameterD0Ev+0x9a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ParameterParameterD0Ev+0xc1): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReshapeParameter::~ReshapeParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameterD0Ev+0x31): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameterD0Ev+0x46): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameterD0Ev+0x9a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameterD0Ev+0xc1): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobShape::~BlobShape()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShapeD0Ev+0x38): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShapeD0Ev+0x3f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShapeD0Ev+0x67): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5OutputParameter::~HDF5OutputParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameterD2Ev+0x30): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameterD2Ev+0x3f): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameterD2Ev+0x50): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameterD2Ev+0x76): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameterD2Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EltwiseParameter::~EltwiseParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameterD2Ev+0x3b): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameterD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameterD2Ev+0x69): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SliceParameter::~SliceParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameterD2Ev+0x3b): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameterD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameterD2Ev+0x69): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState::~NetState()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetStateD2Ev+0x3b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetStateD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetStateD2Ev+0x69): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParamSpec::~ParamSpec()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpecD2Ev+0x30): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpecD2Ev+0x3f): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpecD2Ev+0x50): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpecD2Ev+0x76): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpecD2Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState::~NetState()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetStateD0Ev+0x38): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetStateD0Ev+0x3f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetStateD0Ev+0x67): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::CropParameter::~CropParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameterD2Ev+0x3b): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameterD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameterD2Ev+0x69): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EltwiseParameter::~EltwiseParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameterD0Ev+0x38): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameterD0Ev+0x3f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameterD0Ev+0x67): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EmbedParameter::~EmbedParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14EmbedParameterD0Ev+0x31): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14EmbedParameterD0Ev+0x46): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14EmbedParameterD0Ev+0xb3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14EmbedParameterD0Ev+0xde): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::WindowDataParameter::~WindowDataParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD2Ev+0x2e): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD2Ev+0x45): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD2Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD2Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD2Ev+0x81): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD2Ev+0x91): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD2Ev+0xa0): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD2Ev+0xb1): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ScaleParameter::~ScaleParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14ScaleParameterD0Ev+0x31): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14ScaleParameterD0Ev+0x46): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14ScaleParameterD0Ev+0xb3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14ScaleParameterD0Ev+0xde): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InnerProductParameter::~InnerProductParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameterD0Ev+0x31): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameterD0Ev+0x46): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameterD0Ev+0xb3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameterD0Ev+0xde): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::RecurrentParameter::~RecurrentParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18RecurrentParameterD0Ev+0x31): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18RecurrentParameterD0Ev+0x46): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18RecurrentParameterD0Ev+0xb3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18RecurrentParameterD0Ev+0xde): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EltwiseParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16EltwiseParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16EltwiseParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x110): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16EltwiseParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x11a): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16EltwiseParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x147): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::WindowDataParameter::~WindowDataParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD0Ev+0x2f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD0Ev+0x43): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD0Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD0Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD0Ev+0x81): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD0Ev+0x91): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD0Ev+0xa0): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD0Ev+0xb1): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterD0Ev+0xdc): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InfogainLossParameter::~InfogainLossParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameterD0Ev+0x31): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameterD0Ev+0x40): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameterD0Ev+0x51): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameterD0Ev+0x78): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameterD0Ev+0xab): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameterD0Ev+0xc0): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParamSpec::~ParamSpec()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpecD0Ev+0x31): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpecD0Ev+0x40): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpecD0Ev+0x51): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpecD0Ev+0x78): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpecD0Ev+0xab): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpecD0Ev+0xc0): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5OutputParameter::~HDF5OutputParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameterD0Ev+0x31): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameterD0Ev+0x40): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameterD0Ev+0x51): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameterD0Ev+0x78): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameterD0Ev+0xab): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameterD0Ev+0xc0): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5DataParameter::~HDF5DataParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameterD0Ev+0x31): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameterD0Ev+0x40): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameterD0Ev+0x51): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameterD0Ev+0x78): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameterD0Ev+0xab): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameterD0Ev+0xc0): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverState::~SolverState()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateD2Ev+0x6c): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateD2Ev+0x93): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateD2Ev+0xa2): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateD2Ev+0xc1): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateD2Ev+0xf5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateD2Ev+0x125): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverState::~SolverState()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateD0Ev+0x43): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateD0Ev+0x6a): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateD0Ev+0x8b): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateD0Ev+0x9a): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateD0Ev+0xb9): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateD0Ev+0xe5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateD0Ev+0x115): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule::~NetStateRule()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRuleD2Ev+0x39): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRuleD2Ev+0x41): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRuleD2Ev+0x48): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRuleD2Ev+0x6f): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ProposalParameter::~ProposalParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameterD2Ev+0x39): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameterD2Ev+0x41): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameterD2Ev+0x48): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameterD2Ev+0x6f): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ProposalParameter::~ProposalParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameterD0Ev+0x3e): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameterD0Ev+0x46): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameterD0Ev+0x4d): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameterD0Ev+0x75): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule::~NetStateRule()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRuleD0Ev+0x3e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRuleD0Ev+0x46): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRuleD0Ev+0x4d): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRuleD0Ev+0x75): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SaveOutputParameter::~SaveOutputParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD2Ev+0x2e): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD2Ev+0x45): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD2Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD2Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD2Ev+0x81): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD2Ev+0x90): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD2Ev+0x9f): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD2Ev+0xae): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD2Ev+0xbf): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TransformationParameter::~TransformationParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameterD2Ev+0x34): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameterD2Ev+0x43): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameterD2Ev+0x55): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameterD2Ev+0x5c): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameterD2Ev+0x83): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::Datum::~Datum()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5DatumD0Ev+0x35): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5DatumD0Ev+0x44): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5DatumD0Ev+0x56): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5DatumD0Ev+0x5d): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5DatumD0Ev+0x85): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TransformationParameter::~TransformationParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameterD0Ev+0x35): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameterD0Ev+0x44): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameterD0Ev+0x56): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameterD0Ev+0x5d): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameterD0Ev+0x85): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::Datum::~Datum()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5DatumD2Ev+0x34): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5DatumD2Ev+0x43): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5DatumD2Ev+0x55): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5DatumD2Ev+0x5c): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5DatumD2Ev+0x83): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SaveOutputParameter::~SaveOutputParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD0Ev+0x2c): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD0Ev+0x40): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD0Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD0Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD0Ev+0x81): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD0Ev+0x90): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD0Ev+0x9f): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD0Ev+0xae): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD0Ev+0xbf): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterD0Ev+0xee): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReshapeParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16ReshapeParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x115): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16ReshapeParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x177): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16ReshapeParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x184): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16ReshapeParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x197): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16ReshapeParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x152): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::AccuracyParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17AccuracyParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x184): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17AccuracyParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x197): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17AccuracyParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1a7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17AccuracyParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x174): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SPPParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12SPPParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x184): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12SPPParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x197): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12SPPParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1a7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12SPPParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x174): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe8NetState18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xfa): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe8NetState18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x117): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe8NetState18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x194): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe8NetState18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1c5): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe8NetState18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1d5): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe8NetState18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x205): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BatchNormParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18BatchNormParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x97): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18BatchNormParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18BatchNormParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18BatchNormParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18BatchNormParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe3): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ArgMaxParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15ArgMaxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x137): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15ArgMaxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x144): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15ArgMaxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x157): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15ArgMaxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x114): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LossParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13LossParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x137): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13LossParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x144): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13LossParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x157): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13LossParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x114): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SliceParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14SliceParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x174): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14SliceParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1b7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14SliceParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1c7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14SliceParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1af): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProto::~BlobProto()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoD2Ev+0x47): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoD2Ev+0x4f): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoD2Ev+0x57): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoD2Ev+0x5f): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoD2Ev+0x66): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoD2Ev+0x91): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoD2Ev+0xc3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoD2Ev+0xd2): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParamSpec::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9ParamSpec18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x134): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9ParamSpec18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x144): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9ParamSpec18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x154): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9ParamSpec18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x18c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9ParamSpec18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x179): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5DataParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17HDF5DataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x114): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17HDF5DataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x124): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17HDF5DataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x15c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17HDF5DataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x149): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DummyDataParameter::~DummyDataParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterD2Ev+0x48): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterD2Ev+0x51): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterD2Ev+0x5a): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterD2Ev+0x63): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterD2Ev+0x7c): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterD2Ev+0xa7): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterD2Ev+0xf1): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterD2Ev+0xfa): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterD2Ev+0x103): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterD2Ev+0x10c): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterD2Ev+0x12b): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterD2Ev+0x13d): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterD2Ev+0x155): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterD2Ev+0x195): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::MemoryDataParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19MemoryDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1d7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19MemoryDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1e7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19MemoryDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1f7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19MemoryDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x204): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19MemoryDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1c4): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PriorBoxParameter::~PriorBoxParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameterD2Ev+0x70): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameterD2Ev+0x7d): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameterD2Ev+0x8a): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameterD2Ev+0x92): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameterD2Ev+0x9a): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameterD2Ev+0xa2): more undefined references to `google::protobuf::RepeatedField::~RepeatedField()' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PriorBoxParameter::~PriorBoxParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameterD2Ev+0xb9): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameterD2Ev+0xe0): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParameterParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ParameterParameter12ByteSizeLongEv+0x32): undefined reference to `google::protobuf::internal::WireFormatLite::Int64Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ParameterParameter12ByteSizeLongEv+0x64): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ParameterParameter12ByteSizeLongEv+0x21): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LRNParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12LRNParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1d7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12LRNParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1e7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12LRNParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1f4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12LRNParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x207): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12LRNParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x217): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12LRNParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x227): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LRNParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12LRNParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1a4): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PythonParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15PythonParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x15c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15PythonParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x19c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15PythonParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1bc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15PythonParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1dc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15PythonParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x189): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizedBBox::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14NormalizedBBox18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x157): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14NormalizedBBox18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x167): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14NormalizedBBox18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x177): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14NormalizedBBox18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x184): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14NormalizedBBox18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x197): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14NormalizedBBox18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1a7): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizedBBox::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14NormalizedBBox18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1e3): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V0LayerParameter::~V0LayerParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterD2Ev+0x3b): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterD2Ev+0x43): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterD2Ev+0x5c): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterD2Ev+0x87): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterD2Ev+0xb3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterD2Ev+0xc2): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterD2Ev+0xd1): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterD2Ev+0xe0): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterD2Ev+0xef): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterD2Ev+0xff): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterD2Ev+0x171): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterD2Ev+0x179): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterD2Ev+0x198): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterD2Ev+0x1ad): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x162): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x177): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1d7): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1ef): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x274): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x28c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2d2): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2e5): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2f8): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetStateRule18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x325): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FillerParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15FillerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x22c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15FillerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x244): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15FillerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x254): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15FillerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x264): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15FillerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x274): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15FillerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x284): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FillerParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15FillerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2ac): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15FillerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x21e): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizeBBoxParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe22NormalizeBBoxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb5): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe22NormalizeBBoxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe22NormalizeBBoxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe22NormalizeBBoxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe22NormalizeBBoxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xf4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe22NormalizeBBoxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x119): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BiasParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13BiasParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x10d): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13BiasParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x147): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13BiasParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x154): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13BiasParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x167): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13BiasParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x183): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EmbedParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14EmbedParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x15d): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14EmbedParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x175): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14EmbedParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1a7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14EmbedParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1b7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14EmbedParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1c7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14EmbedParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1d7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14EmbedParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1e4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14EmbedParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x209): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InnerProductParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21InnerProductParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x185): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21InnerProductParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x19d): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21InnerProductParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1d4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21InnerProductParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1e7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21InnerProductParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1f7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21InnerProductParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x207): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21InnerProductParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x217): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21InnerProductParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x227): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InnerProductParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe21InnerProductParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x249): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::RecurrentParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18RecurrentParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x125): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18RecurrentParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x135): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18RecurrentParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x15f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18RecurrentParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x177): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18RecurrentParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x184): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18RecurrentParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x197): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18RecurrentParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1a7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18RecurrentParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1c9): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ScaleParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14ScaleParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x175): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14ScaleParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x185): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14ScaleParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1bf): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14ScaleParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1d7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14ScaleParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1e7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14ScaleParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1f7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14ScaleParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x204): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14ScaleParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x229): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PReLUParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14PReLUParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x7d): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14PReLUParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x97): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14PReLUParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14PReLUParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc9): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DummyDataParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x65): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2a0): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2c4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x354): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x364): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x374): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x384): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x394): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DummyDataParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18DummyDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3b4): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ProposalParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17ProposalParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x145): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17ProposalParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1a5): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17ProposalParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x300): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17ProposalParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x310): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17ProposalParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x320): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17ProposalParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x32d): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ProposalParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17ProposalParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x377): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SaveOutputParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19SaveOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x284): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19SaveOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x29c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19SaveOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2bc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19SaveOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2dc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19SaveOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2fc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19SaveOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x31c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19SaveOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x276): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FillerParameter::~FillerParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameterD0Ev+0x3a): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameterD0Ev+0x4b): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameterD0Ev+0x72): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameterD0Ev+0xa3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameterD0Ev+0xb8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TransformationParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe23TransformationParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xed): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe23TransformationParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1d0): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe23TransformationParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1e0): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe23TransformationParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1ed): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe23TransformationParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1fd): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe23TransformationParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x20d): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TransformationParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe23TransformationParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x247): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe23TransformationParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x237): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::Datum::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe5Datum18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1b5): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe5Datum18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2a0): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe5Datum18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2b0): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe5Datum18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2c0): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe5Datum18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2d0): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe5Datum18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2e0): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::Datum::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe5Datum18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x317): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe5Datum18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x307): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetParameter::~NetParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterD2Ev+0x5b): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterD2Ev+0x64): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterD2Ev+0x7d): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterD2Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterD2Ev+0xd3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterD2Ev+0xe8): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterD2Ev+0x14e): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterD2Ev+0x157): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterD2Ev+0x176): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterD2Ev+0x185): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterD2Ev+0x1a5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterD2Ev+0x1b5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterD2Ev+0x1d5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterD2Ev+0x1e5): more undefined references to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter::~SolverParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0x35): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0x62): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0x6b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0x72): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0x9d): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0xbb): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0xd0): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0xe5): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0xfa): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0x10f): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0x125): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0x13b): more undefined references to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter::~SolverParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0x1b1): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0x1e2): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0x1f5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0x215): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterD2Ev+0x255): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DetectionOutputParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24DetectionOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x295): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24DetectionOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2ad): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24DetectionOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x307): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24DetectionOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x317): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24DetectionOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x324): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24DetectionOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x337): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24DetectionOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x347): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24DetectionOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x357): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DetectionOutputParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe24DetectionOutputParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3c9): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DataParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13DataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x364): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13DataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x374): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13DataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x384): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13DataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x394): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13DataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3a4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13DataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3b4): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DataParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13DataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3ec): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13DataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x40c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe13DataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x346): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PriorBoxParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17PriorBoxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x45): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17PriorBoxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa5): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17PriorBoxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x105): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17PriorBoxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1ad): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17PriorBoxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x395): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17PriorBoxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3f5): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PriorBoxParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe17PriorBoxParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x5d8): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::WindowDataParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19WindowDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x394): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19WindowDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3a4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19WindowDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3b4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19WindowDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3c4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19WindowDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3d4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19WindowDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3e4): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::WindowDataParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19WindowDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x42c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19WindowDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x44f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19WindowDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x46c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19WindowDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x48c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe19WindowDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x35c): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PoolingParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16PoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x497): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16PoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4a7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16PoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4b7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16PoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4c7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16PoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4d7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16PoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4e7): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PoolingParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16PoolingParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x573): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ImageDataParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ImageDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3c4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ImageDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3d4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ImageDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3e4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ImageDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3f4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ImageDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x404): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ImageDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x414): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ImageDataParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ImageDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x45c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ImageDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x47c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ImageDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x49f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe18ImageDataParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x314): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x37d): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x454): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x467): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x474): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x484): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x494): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4a4): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x53f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x554): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteRawFallback(void const*, int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x564): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x57c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x594): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteRawFallback(void const*, int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x5a4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x5bc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteRawFallback(void const*, int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x5d4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x5ec): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteRawFallback(void const*, int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe9BlobProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3f9): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProtoVector::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15BlobProtoVector18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4b): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15BlobProtoVector18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x87): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15BlobProtoVector18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa7): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverState::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe11SolverState18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd3): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe11SolverState18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x16c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe11SolverState18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x218): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe11SolverState18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x228): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe11SolverState18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x240): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe11SolverState18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x201): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReshapeParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16ReshapeParameter12ByteSizeLongEv+0x72): undefined reference to `google::protobuf::internal::WireFormatLite::Int64Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16ReshapeParameter12ByteSizeLongEv+0xa4): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16ReshapeParameter12ByteSizeLongEv+0x5e): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V0LayerParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter12ByteSizeLongEv+0x3e0): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter12ByteSizeLongEv+0x351): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConvolutionParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x6a7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x6b4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x6c4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x6d4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x6e5): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x6f6): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x77e): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x78e): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x79e): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x7ae): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x7be): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x7ce): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConvolutionParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe20ConvolutionParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x881): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProtoVector::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15BlobProtoVector12ByteSizeLongEv+0xf9): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15BlobProtoVector12ByteSizeLongEv+0x20e): undefined reference to `google::protobuf::internal::WireFormatLite::Int64Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15BlobProtoVector12ByteSizeLongEv+0x249): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15BlobProtoVector12ByteSizeLongEv+0x289): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x13): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x1d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x3b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x66): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x70): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x8b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x65d): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x718): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x7ec): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x889): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x91b): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0xa40): more undefined references to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x10cf): undefined reference to `google::protobuf::internal::WireFormatLite::UInt32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x10e2): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x126f): undefined reference to `google::protobuf::internal::WireFormatLite::UInt32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x12a3): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter12ByteSizeLongEv+0x4ab): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverState::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe11SolverState12ByteSizeLongEv+0xf9): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe11SolverState12ByteSizeLongEv+0x20e): undefined reference to `google::protobuf::internal::WireFormatLite::Int64Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe11SolverState12ByteSizeLongEv+0x249): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe11SolverState12ByteSizeLongEv+0x2d2): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x13): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x1e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x3b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x65): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x6f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x8b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x1c1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x1cf): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x1eb): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x44a): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x532): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x606): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x6be): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x728): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter12ByteSizeLongEv+0x7dd): more undefined references to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter12ByteSizeLongEv+0x60): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter12ByteSizeLongEv+0x6a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter12ByteSizeLongEv+0x8b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter12ByteSizeLongEv+0xb2): undefined reference to `google::protobuf::internal::WireFormatLite::Int32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter12ByteSizeLongEv+0xe8): undefined reference to `google::protobuf::internal::WireFormatLite::Int64Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter12ByteSizeLongEv+0x11c): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter12ByteSizeLongEv+0x1c3): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter::ByteSizeLong() const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter12ByteSizeLongEv+0x13): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter12ByteSizeLongEv+0x1e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter12ByteSizeLongEv+0x3b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter12ByteSizeLongEv+0x62): undefined reference to `google::protobuf::internal::WireFormatLite::Int32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter12ByteSizeLongEv+0x115): undefined reference to `google::protobuf::internal::WireFormatLite::Int32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter12ByteSizeLongEv+0x3ac): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliased(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf2io19EpsCopyOutputStream23WriteStringMaybeAliasedEjRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPh[_ZN6google8protobuf2io19EpsCopyOutputStream23WriteStringMaybeAliasedEjRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPh]+0xd5): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V0LayerParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x53c): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x58c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x5fa): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x9f4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa05): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb6e): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb7f): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xbfe): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc0e): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc1e): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc2b): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc3b): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc4b): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V0LayerParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe45): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe5d): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe78): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe85): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V0LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe35): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x37): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x57): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc7): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x159): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1c0): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x223): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x283): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2e3): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x36d): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x11ac): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x11cc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x11e7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x11ff): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1217): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x122f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1240): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x124e): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x125f): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1270): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1281): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1292): more undefined references to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1662): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x167a): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x168a): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x169a): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x16aa): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x16ba): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x16ca): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x16da): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe14LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1a03): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x61): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x77): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe7): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1b0): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x209): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x274): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x911): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x934): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x94c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x9cb): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa71): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc62): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc77): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd9c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xdb7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xdc7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xddf): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xdf7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe08): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe19): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe2a): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe3b): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe4c): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe5d): more undefined references to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x107d): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1090): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x10a3): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x10b6): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x10c9): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x10dc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x10ef): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe16V1LayerParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1300): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x68): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x8e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa7): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x238): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2a0): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x30c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x327): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x33f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x357): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x36f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x380): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3de): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3f1): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x404): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x43d): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe12NetParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x42d): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x47): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x5d6): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x61f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x750): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xaac): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xac7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xadf): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xaf7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb08): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb19): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb2a): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd31): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd44): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd57): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd6a): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd7d): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd90): more undefined references to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xf3e): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xf4e): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZNK12opencv_caffe15SolverParameter18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc86): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `google::protobuf::internal::InternalMetadata::~InternalMetadata()': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadataD2Ev[_ZN6google8protobuf8internal16InternalMetadataD5Ev]+0x25): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DetectionOutputParameter::~DetectionOutputParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD2Ev+0x34): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD2Ev+0x4c): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD2Ev+0x84): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD2Ev+0x11e): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD2Ev+0x146): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD2Ev+0x183): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD2Ev+0x1a3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DetectionOutputParameter::~DetectionOutputParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD0Ev+0x34): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD0Ev+0x49): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD0Ev+0xc4): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD0Ev+0xef): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD0Ev+0x113): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD0Ev+0x169): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD0Ev+0x193): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterD0Ev+0x1b3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PriorBoxParameter_CodeType_descriptor()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe37PriorBoxParameter_CodeType_descriptorEv+0xe): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const*, bool)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FillerParameter_VarianceNorm_descriptor()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe39FillerParameter_VarianceNorm_descriptorEv+0xe): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const*, bool)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter_SnapshotFormat_descriptor()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe41SolverParameter_SnapshotFormat_descriptorEv+0xe): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const*, bool)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter_SolverMode_descriptor()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe37SolverParameter_SolverMode_descriptorEv+0xe): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const*, bool)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter_SolverType_descriptor()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe37SolverParameter_SolverType_descriptorEv+0xe): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const*, bool)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe33ParamSpec_DimCheckMode_descriptorEv+0xe): more undefined references to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const*, bool)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProto::BlobProto(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoC2EPN6google8protobuf5ArenaEb+0x3e): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::Datum::Datum(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5DatumC2EPN6google8protobuf5ArenaEb+0x3a): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetParameter::NetParameter(google::protobuf::Arena*, bool) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12NetParameterC2EPN6google8protobuf5ArenaEb+0x13): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12NetParameterC2EPN6google8protobuf5ArenaEb+0x1a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetParameter::NetParameter(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2EPN6google8protobuf5ArenaEb+0x49): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2EPN6google8protobuf5ArenaEb+0x50): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter::SolverParameter(google::protobuf::Arena*, bool) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15SolverParameterC2EPN6google8protobuf5ArenaEb+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter::SolverParameter(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2EPN6google8protobuf5ArenaEb+0x3c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2EPN6google8protobuf5ArenaEb+0x43): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverState::SolverState(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateC2EPN6google8protobuf5ArenaEb+0x3a): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState::NetState(google::protobuf::Arena*, bool) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe8NetStateC2EPN6google8protobuf5ArenaEb+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState::NetState(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetStateC2EPN6google8protobuf5ArenaEb+0x32): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule::NetStateRule(google::protobuf::Arena*, bool) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12NetStateRuleC2EPN6google8protobuf5ArenaEb+0x4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12NetStateRuleC2EPN6google8protobuf5ArenaEb+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule::NetStateRule(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRuleC2EPN6google8protobuf5ArenaEb+0x35): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRuleC2EPN6google8protobuf5ArenaEb+0x41): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParamSpec::ParamSpec(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpecC2EPN6google8protobuf5ArenaEb+0x29): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter::LayerParameter(google::protobuf::Arena*, bool) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14LayerParameterC2EPN6google8protobuf5ArenaEb+0x4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14LayerParameterC2EPN6google8protobuf5ArenaEb+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter::LayerParameter(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterC2EPN6google8protobuf5ArenaEb+0x3c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterC2EPN6google8protobuf5ArenaEb+0x48): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterC2EPN6google8protobuf5ArenaEb+0x4f): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter::SharedDtor()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter10SharedDtorEv[_ZN12opencv_caffe14LayerParameter10SharedDtorEv]+0x6): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter10SharedDtorEv[_ZN12opencv_caffe14LayerParameter10SharedDtorEv]+0x1f): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter10SharedDtorEv[_ZN12opencv_caffe14LayerParameter10SharedDtorEv]+0x34): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter10SharedDtorEv[_ZN12opencv_caffe14LayerParameter10SharedDtorEv]+0x40a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter10SharedDtorEv[_ZN12opencv_caffe14LayerParameter10SharedDtorEv]+0x484): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter10SharedDtorEv[_ZN12opencv_caffe14LayerParameter10SharedDtorEv]+0x4e2): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter10SharedDtorEv[_ZN12opencv_caffe14LayerParameter10SharedDtorEv]+0x540): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter10SharedDtorEv[_ZN12opencv_caffe14LayerParameter10SharedDtorEv]+0x5ba): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter10SharedDtorEv[_ZN12opencv_caffe14LayerParameter10SharedDtorEv]+0x618): more undefined references to `vtable for google::protobuf::MessageLite' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter::~LayerParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterD2Ev+0x3a): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterD2Ev+0x9a): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterD2Ev+0xa3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterD2Ev+0xac): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterD2Ev+0xb3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterD2Ev+0xde): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterD2Ev+0x11a): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterD2Ev+0x17e): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterD2Ev+0x198): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterD2Ev+0x1b8): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterD2Ev+0x1d5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterD2Ev+0x1f5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterD2Ev+0x235): more undefined references to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TransformationParameter::TransformationParameter(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameterC2EPN6google8protobuf5ArenaEb+0x39): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DataParameter::DataParameter(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterC2EPN6google8protobuf5ArenaEb+0x7): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SaveOutputParameter::SaveOutputParameter(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterC2EPN6google8protobuf5ArenaEb+0x7): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterC2EPN6google8protobuf5ArenaEb+0x35): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5DataParameter::HDF5DataParameter(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameterC2EPN6google8protobuf5ArenaEb+0x2d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameterC2EPN6google8protobuf5ArenaEb+0x22): more undefined references to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter::V1LayerParameter(google::protobuf::Arena*, bool) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2EPN6google8protobuf5ArenaEb+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2EPN6google8protobuf5ArenaEb+0x24): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2EPN6google8protobuf5ArenaEb+0x44): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2EPN6google8protobuf5ArenaEb+0x4c): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2EPN6google8protobuf5ArenaEb+0x55): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2EPN6google8protobuf5ArenaEb+0x6c): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2EPN6google8protobuf5ArenaEb+0x74): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2EPN6google8protobuf5ArenaEb+0x7c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2EPN6google8protobuf5ArenaEb+0x83): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter::V1LayerParameter(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2EPN6google8protobuf5ArenaEb+0x46): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2EPN6google8protobuf5ArenaEb+0x55): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2EPN6google8protobuf5ArenaEb+0xf5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2EPN6google8protobuf5ArenaEb+0xfc): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter::SharedDtor()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter10SharedDtorEv[_ZN12opencv_caffe16V1LayerParameter10SharedDtorEv]+0xc): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter10SharedDtorEv[_ZN12opencv_caffe16V1LayerParameter10SharedDtorEv]+0x21): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter::~V1LayerParameter()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x4c): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x54): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x5c): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x95): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x9e): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0xb9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0xc2): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0xc9): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0xf4): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x13a): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x142): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x14a): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x183): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x18c): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x1ab): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x1c0): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x1e8): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x1fd): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x248): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterD2Ev+0x260): more undefined references to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V0LayerParameter::V0LayerParameter(google::protobuf::Arena*, bool)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterC2EPN6google8protobuf5ArenaEb+0x4e): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobShape* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe9BlobShapeEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe9BlobProtoEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe9BlobProtoEJEEEPT_PS1_DpOT0_+0x5e): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProtoVector* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15BlobProtoVectorEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PermuteParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16PermuteParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizeBBoxParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe22NormalizeBBoxParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PriorBoxParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe17PriorBoxParameterEJEEEPT_PS1_DpOT0_+0x15): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DetectionOutputParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe24DetectionOutputParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe5DatumEJEEEPT_PS1_DpOT0_+0x11): more undefined references to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::Datum* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe5DatumEJEEEPT_PS1_DpOT0_+0x3a): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FillerParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15FillerParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetParameterEJEEEPT_PS1_DpOT0_+0x16): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetParameterEJEEEPT_PS1_DpOT0_+0x1d): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetParameterEJEEEPT_PS1_DpOT0_+0x59): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetParameterEJEEEPT_PS1_DpOT0_+0x60): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetParameterEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetParameterEJEEEPT_PS1_DpOT0_+0x57): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetParameterEJEEEPT_PS1_DpOT0_+0x96): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetParameterEJEEEPT_PS1_DpOT0_+0x11d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15SolverParameterEJEEEPT_PS1_DpOT0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15SolverParameterEJEEEPT_PS1_DpOT0_+0x2c): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15SolverParameterEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15SolverParameterEJEEEPT_PS1_DpOT0_+0x49): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15SolverParameterEJEEEPT_PS1_DpOT0_+0xa2): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15SolverParameterEJEEEPT_PS1_DpOT0_+0x1c2): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverState* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe11SolverStateEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe11SolverStateEJEEEPT_PS1_DpOT0_+0x32): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe8NetStateEJEEEPT_PS1_DpOT0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe8NetStateEJEEEPT_PS1_DpOT0_+0x2c): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe8NetStateEJEEEPT_PS1_DpOT0_+0x17): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe8NetStateEJEEEPT_PS1_DpOT0_+0x3f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe8NetStateEJEEEPT_PS1_DpOT0_+0x92): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetStateRuleEJEEEPT_PS1_DpOT0_+0x4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetStateRuleEJEEEPT_PS1_DpOT0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetStateRuleEJEEEPT_PS1_DpOT0_+0x35): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetStateRuleEJEEEPT_PS1_DpOT0_+0x3c): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetStateRuleEJEEEPT_PS1_DpOT0_+0x15): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetStateRuleEJEEEPT_PS1_DpOT0_+0x40): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetStateRuleEJEEEPT_PS1_DpOT0_+0x4d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetStateRuleEJEEEPT_PS1_DpOT0_+0xa5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12NetStateRuleEJEEEPT_PS1_DpOT0_+0xb1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParamSpec* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe9ParamSpecEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe9ParamSpecEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe9ParamSpecEJEEEPT_PS1_DpOT0_+0x64): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe14LayerParameterEJEEEPT_PS1_DpOT0_+0x17): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe14LayerParameterEJEEEPT_PS1_DpOT0_+0x1e): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe14LayerParameterEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe14LayerParameterEJEEEPT_PS1_DpOT0_+0x4c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe14LayerParameterEJEEEPT_PS1_DpOT0_+0x59): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe14LayerParameterEJEEEPT_PS1_DpOT0_+0x60): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TransformationParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe23TransformationParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe23TransformationParameterEJEEEPT_PS1_DpOT0_+0x3a): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LossParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe13LossParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::AccuracyParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe17AccuracyParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ArgMaxParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15ArgMaxParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConcatParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15ConcatParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BatchNormParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe18BatchNormParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe13BiasParameterEJEEEPT_PS1_DpOT0_+0x11): more undefined references to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DataParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe13DataParameterEJEEEPT_PS1_DpOT0_+0x19): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe13DataParameterEJEEEPT_PS1_DpOT0_+0x75): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NonMaximumSuppressionParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe30NonMaximumSuppressionParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SaveOutputParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19SaveOutputParameterEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19SaveOutputParameterEJEEEPT_PS1_DpOT0_+0x21): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19SaveOutputParameterEJEEEPT_PS1_DpOT0_+0x2d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19SaveOutputParameterEJEEEPT_PS1_DpOT0_+0x69): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19SaveOutputParameterEJEEEPT_PS1_DpOT0_+0x88): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DropoutParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16DropoutParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DummyDataParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe18DummyDataParameterEJEEEPT_PS1_DpOT0_+0x26): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EltwiseParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16EltwiseParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ELUParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12ELUParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EmbedParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe14EmbedParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12ExpParameterEJEEEPT_PS1_DpOT0_+0x11): more undefined references to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5DataParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe17HDF5DataParameterEJEEEPT_PS1_DpOT0_+0x26): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5OutputParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19HDF5OutputParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19HDF5OutputParameterEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19HDF5OutputParameterEJEEEPT_PS1_DpOT0_+0x4d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HingeLossParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe18HingeLossParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ImageDataParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe18ImageDataParameterEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe18ImageDataParameterEJEEEPT_PS1_DpOT0_+0x21): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe18ImageDataParameterEJEEEPT_PS1_DpOT0_+0x2d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe18ImageDataParameterEJEEEPT_PS1_DpOT0_+0x89): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe18ImageDataParameterEJEEEPT_PS1_DpOT0_+0xb2): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InfogainLossParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe21InfogainLossParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe21InfogainLossParameterEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe21InfogainLossParameterEJEEEPT_PS1_DpOT0_+0x4d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InnerProductParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe21InnerProductParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InputParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe14InputParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LogParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12LogParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LRNParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12LRNParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::MemoryDataParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19MemoryDataParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12MVNParameterEJEEEPT_PS1_DpOT0_+0x11): more undefined references to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PythonParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15PythonParameterEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15PythonParameterEJEEEPT_PS1_DpOT0_+0x21): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15PythonParameterEJEEEPT_PS1_DpOT0_+0x2d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15PythonParameterEJEEEPT_PS1_DpOT0_+0x69): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe15PythonParameterEJEEEPT_PS1_DpOT0_+0x88): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::RecurrentParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe18RecurrentParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReductionParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe18ReductionParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReLUParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe13ReLUParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReshapeParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16ReshapeParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ScaleParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe14ScaleParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16SigmoidParameterEJEEEPT_PS1_DpOT0_+0x11): more undefined references to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::WindowDataParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19WindowDataParameterEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19WindowDataParameterEJEEEPT_PS1_DpOT0_+0x21): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19WindowDataParameterEJEEEPT_PS1_DpOT0_+0x2d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19WindowDataParameterEJEEEPT_PS1_DpOT0_+0x79): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19WindowDataParameterEJEEEPT_PS1_DpOT0_+0x98): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SPPParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe12SPPParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V1LayerParameterEJEEEPT_PS1_DpOT0_+0x14): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V1LayerParameterEJEEEPT_PS1_DpOT0_+0x37): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V1LayerParameterEJEEEPT_PS1_DpOT0_+0x5a): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V1LayerParameterEJEEEPT_PS1_DpOT0_+0x62): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V1LayerParameterEJEEEPT_PS1_DpOT0_+0x6c): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V1LayerParameterEJEEEPT_PS1_DpOT0_+0x86): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V1LayerParameterEJEEEPT_PS1_DpOT0_+0x8e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V1LayerParameterEJEEEPT_PS1_DpOT0_+0x99): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V1LayerParameterEJEEEPT_PS1_DpOT0_+0xa0): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V1LayerParameterEJEEEPT_PS1_DpOT0_+0x22): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V1LayerParameterEJEEEPT_PS1_DpOT0_+0x56): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V1LayerParameterEJEEEPT_PS1_DpOT0_+0x66): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V1LayerParameterEJEEEPT_PS1_DpOT0_+0x119): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V1LayerParameterEJEEEPT_PS1_DpOT0_+0x120): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V0LayerParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V0LayerParameterEJEEEPT_PS1_DpOT0_+0x16): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V0LayerParameterEJEEEPT_PS1_DpOT0_+0x2e): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe16V0LayerParameterEJEEEPT_PS1_DpOT0_+0x142): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PReLUParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe14PReLUParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizedBBox* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe14NormalizedBBoxEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ROIPoolingParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe19ROIPoolingParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ProposalParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe17ProposalParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PSROIPoolingParameter* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN12opencv_caffe21PSROIPoolingParameterEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `char const* google::protobuf::internal::VarintParse(char const*, unsigned long*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal11VarintParseImEEPKcS4_PT_[_ZN6google8protobuf8internal11VarintParseImEEPKcS4_PT_]+0x31): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `char const* google::protobuf::internal::VarintParse(char const*, unsigned int*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal11VarintParseIjEEPKcS4_PT_[_ZN6google8protobuf8internal11VarintParseIjEEPKcS4_PT_]+0x29): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `google::protobuf::UnknownFieldSet* google::protobuf::internal::InternalMetadata::mutable_unknown_fields_slow()': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadata27mutable_unknown_fields_slowINS0_15UnknownFieldSetEEEPT_v[_ZN6google8protobuf8internal16InternalMetadata27mutable_unknown_fields_slowINS0_15UnknownFieldSetEEEPT_v]+0x27): undefined reference to `google::protobuf::Arena::AllocateAlignedWithCleanup(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobShape::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShape14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4a): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShape14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x71): undefined reference to `google::protobuf::internal::PackedInt64Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShape14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xca): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShape14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf4): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShape14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1b6): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FillerParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4f): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xd0): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1e5): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::LazyString const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1f3): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2b4): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2e4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x304): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParamSpec::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpec14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4f): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpec14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xde): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpec14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x109): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpec14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x186): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpec14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1f2): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpec14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x200): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpec14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x234): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LossParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13LossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa2): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13LossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xd4): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13LossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x149): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13LossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x20b): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13LossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x234): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13LossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x254): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13LossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x27c): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::AccuracyParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17AccuracyParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9a): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17AccuracyParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc1): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17AccuracyParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x129): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17AccuracyParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1d4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17AccuracyParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1f4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17AccuracyParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x214): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ArgMaxParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ArgMaxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9a): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ArgMaxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc1): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ArgMaxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x129): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ArgMaxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1d4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ArgMaxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1f4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ArgMaxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x214): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConcatParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ConcatParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x95): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ConcatParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x114): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ConcatParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x171): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ConcatParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x184): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15ConcatParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1a4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BatchNormParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18BatchNormParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18BatchNormParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x111): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18BatchNormParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x17b): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18BatchNormParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1e4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18BatchNormParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x204): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ContrastiveLossParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24ContrastiveLossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x95): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24ContrastiveLossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x114): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24ContrastiveLossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x151): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24ContrastiveLossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x164): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DataParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x58): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x12c): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x19d): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2b1): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2bf): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x361): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NonMaximumSuppressionParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe30NonMaximumSuppressionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9a): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe30NonMaximumSuppressionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc1): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe30NonMaximumSuppressionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x129): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe30NonMaximumSuppressionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x194): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SaveOutputParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4b): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xcf): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x10a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x118): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1dd): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1fc): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DropoutParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16DropoutParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x95): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16DropoutParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x114): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16DropoutParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x151): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16DropoutParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x164): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ELUParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ELUParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x8b): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ELUParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xcf): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ELUParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf9): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ExpParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ExpParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9a): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ExpParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc1): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12ExpParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x108): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FlattenParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16FlattenParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x95): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16FlattenParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x114): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16FlattenParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x171): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16FlattenParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x184): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16FlattenParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1a4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5DataParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4b): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa6): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf2): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x100): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x12f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1d4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1fc): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5OutputParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x43): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x7b): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x89): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe7): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x10f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HingeLossParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18HingeLossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc1): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18HingeLossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18HingeLossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x144): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18HingeLossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x184): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18HingeLossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x19c): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ImageDataParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4c): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x95): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa3): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x127): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x35c): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InfogainLossParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x43): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x7b): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x89): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe7): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x10f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LogParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LogParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9a): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LogParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc1): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LogParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x108): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::MemoryDataParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19MemoryDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xd1): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19MemoryDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x139): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19MemoryDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1bb): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19MemoryDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x21c): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19MemoryDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x23c): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19MemoryDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x25c): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19MemoryDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x27c): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::MVNParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12MVNParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9a): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12MVNParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc1): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12MVNParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x131): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12MVNParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1b4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12MVNParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1d4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PowerParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PowerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9a): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PowerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc1): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PowerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x108): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PythonParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4b): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9c): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xaa): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x13f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x18e): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1f4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReductionParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ReductionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa2): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ReductionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xd4): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ReductionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x149): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ReductionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1ce): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ReductionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x214): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ReductionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x234): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReLUParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13ReLUParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x95): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13ReLUParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x11b): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13ReLUParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x149): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13ReLUParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x19c): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13ReLUParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1c4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SigmoidParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SigmoidParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xbe): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SigmoidParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SigmoidParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x144): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SigmoidParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x184): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SigmoidParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x19c): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SoftmaxParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SoftmaxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x95): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SoftmaxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x11b): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SoftmaxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x149): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SoftmaxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1b4): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SoftmaxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1e4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16SoftmaxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x20c): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TanHParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TanHParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xbe): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TanHParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TanHParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x144): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TanHParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x184): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TanHParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x19c): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TileParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TileParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x95): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TileParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x114): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TileParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x171): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TileParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x184): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13TileParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1a4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ThresholdParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ThresholdParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x8b): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ThresholdParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xcf): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ThresholdParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf9): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::WindowDataParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4b): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x96): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa4): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x127): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x17d): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::LazyString const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x37d): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizedBBox::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14NormalizedBBox14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14NormalizedBBox14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x201): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14NormalizedBBox14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x242): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14NormalizedBBox14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x28c): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14NormalizedBBox14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2ac): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ROIPoolingParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19ROIPoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9a): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19ROIPoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc1): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19ROIPoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x129): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19ROIPoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1b4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19ROIPoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1d4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PSROIPoolingParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21PSROIPoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9a): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21PSROIPoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc1): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21PSROIPoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x129): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21PSROIPoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1b4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21PSROIPoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1d4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PermuteParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x52): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf8): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x166): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x193): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1b8): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x214): undefined reference to `google::protobuf::internal::PackedUInt32Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EltwiseParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x5f): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xbf): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x18d): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x25d): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x294): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2b4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x315): undefined reference to `google::protobuf::internal::PackedFloatParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::Datum::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x5f): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xec): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x17c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x24e): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x25c): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x331): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x364): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x384): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3a4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3c4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3ec): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x474): undefined reference to `google::protobuf::internal::PackedFloatParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PriorBoxParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x57): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x107): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1b1): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x242): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2d2): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4e2): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x5f2): more undefined references to `google::protobuf::RepeatedField::Reserve(int)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PriorBoxParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x767): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x795): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x817): undefined reference to `google::protobuf::internal::PackedFloatParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xab): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xde): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x104): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1c0): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1e6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1f5): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x274): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x294): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x86): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x95): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xd6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe5): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x16f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x230): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x244): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x286): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2e4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x304): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x334): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TransformationParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x5f): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1ce): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x28e): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x29c): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x328): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x35c): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x384): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3ac): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3d4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x464): undefined reference to `google::protobuf::internal::PackedFloatParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::CropParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x55): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xab): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1a5): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x238): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x274): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2cc): undefined reference to `google::protobuf::internal::PackedUInt32Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SliceParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x54): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xb3): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x239): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x288): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2bc): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2e4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x334): undefined reference to `google::protobuf::internal::PackedUInt32Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ProposalParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x53): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xb9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1d2): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2f2): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x383): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3b4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3d4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3f4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x414): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x49c): undefined reference to `google::protobuf::internal::PackedFloatParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x57): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa9): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xb7): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x13a): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x15d): undefined reference to `google::protobuf::internal::PackedDoubleParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x197): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1f4): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x225): undefined reference to `google::protobuf::internal::PackedFloatParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x35f): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x48d): undefined reference to `google::protobuf::RepeatedField::Add(float const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4b9): undefined reference to `google::protobuf::RepeatedField::Add(float const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x515): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x547): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParameterParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ParameterParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x68): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ParameterParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xbb): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ParameterParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ParameterParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x111): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReshapeParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9a): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc1): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x129): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x16e): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1c4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1e4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizeBBoxParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe22NormalizeBBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x8f): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe22NormalizeBBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe22NormalizeBBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x119): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe22NormalizeBBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1a3): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe22NormalizeBBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x204): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe22NormalizeBBoxParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x224): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BiasParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13BiasParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9a): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13BiasParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc1): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13BiasParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x129): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13BiasParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1aa): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13BiasParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1c4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13BiasParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1e4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConvolutionParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x53): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x97): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x22c): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x262): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x6dd): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x712): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x752): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x792): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x7d2): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x855): undefined reference to `google::protobuf::internal::PackedUInt32Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EmbedParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14EmbedParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x8e): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14EmbedParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x151): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14EmbedParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1e9): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14EmbedParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x22a): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14EmbedParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x244): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14EmbedParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x264): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14EmbedParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x284): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InnerProductParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xdc): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x156): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x251): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x292): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2b4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2d4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2f4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InnerProductParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x314): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::RecurrentParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18RecurrentParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xd1): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18RecurrentParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x14e): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18RecurrentParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x201): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18RecurrentParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x242): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18RecurrentParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x264): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18RecurrentParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x284): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18RecurrentParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2a4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ScaleParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14ScaleParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x8e): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14ScaleParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x111): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14ScaleParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1f9): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14ScaleParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x23a): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14ScaleParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x254): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14ScaleParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x274): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14ScaleParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x294): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PReLUParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PReLUParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x95): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PReLUParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x11a): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PReLUParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x15a): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PReLUParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x171): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14PReLUParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x184): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DetectionOutputParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x58): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xd4): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1bc): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1e9): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3ba): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProtoVector::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVector14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x49): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVector14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9b): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVector14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe0): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVector14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x128): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVector14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x15b): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverState::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4b): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xae): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe1): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x17e): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1e6): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x228): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x27c): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2a4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V0LayerParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x50): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xac): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x106): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x13b): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x346): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::LazyString const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x354): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4fe): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x59e): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x5fb): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x609): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x759): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x8e2): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xbd3): undefined reference to `google::protobuf::internal::PackedFloatParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InputParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x49): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9b): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe0): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x128): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x15b): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x53): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe3): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x125): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1d2): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1e0): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x225): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x234): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x312): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x320): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x379): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x387): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3e7): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3f5): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x466): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x52a): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x57c): undefined reference to `google::protobuf::internal::PackedInt32Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x50): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xb7): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x11e): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x151): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x95f): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x96d): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9b8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9c7): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa03): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa12): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xaa2): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xafd): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xb6d): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xbe0): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc53): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xdcf): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x12f3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1313): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1330): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1350): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x13bd): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1413): undefined reference to `google::protobuf::internal::PackedFloatParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1448): undefined reference to `google::protobuf::internal::PackedBoolParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DummyDataParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x57): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xba): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc8): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x114): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2a2): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2b0): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x37b): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3a0): undefined reference to `google::protobuf::internal::PackedUInt32Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x425): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x45d): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x495): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4cd): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SPPParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa2): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xd4): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x146): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x171): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x227): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x254): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x27c): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12SPPParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2a4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LRNParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xcf): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x19f): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x234): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x275): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2c4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2e4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12LRNParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x304): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PoolingParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x57): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x12f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x19e): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x402): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PoolingParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x443): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x53): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x97): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe1): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::LazyString const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1a2): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3b8): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3fb): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::LazyString const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x494): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x60c): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x668): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x7a8): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xaf5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xb04): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xb55): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xb63): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xbae): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc00): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc20): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xca6): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xcda): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xd1f): undefined reference to `google::protobuf::internal::PackedInt32Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `void google::protobuf::internal::InternalMetadata::DoMergeFrom(google::protobuf::UnknownFieldSet const&)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadata11DoMergeFromINS0_15UnknownFieldSetEEEvRKT_[_ZN6google8protobuf8internal16InternalMetadata11DoMergeFromINS0_15UnknownFieldSetEEEvRKT_]+0x15): undefined reference to `google::protobuf::UnknownFieldSet::MergeFrom(google::protobuf::UnknownFieldSet const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadata11DoMergeFromINS0_15UnknownFieldSetEEEvRKT_[_ZN6google8protobuf8internal16InternalMetadata11DoMergeFromINS0_15UnknownFieldSetEEEvRKT_]+0x3e): undefined reference to `google::protobuf::UnknownFieldSet::MergeFrom(google::protobuf::UnknownFieldSet const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FillerParameter::FillerParameter(opencv_caffe::FillerParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15FillerParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FillerParameter::FillerParameter(opencv_caffe::FillerParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameterC2ERKS0_+0x76): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::NonEmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizeBBoxParameter::NormalizeBBoxParameter(opencv_caffe::NormalizeBBoxParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe22NormalizeBBoxParameterC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FillerParameter::MergeFrom(opencv_caffe::FillerParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameter9MergeFromERKS0_+0xfa): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::NonEmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState::NetState(opencv_caffe::NetState const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe8NetStateC2ERKS0_+0x4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe8NetStateC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState::NetState(opencv_caffe::NetState const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetStateC2ERKS0_+0x3b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState::MergeFrom(opencv_caffe::NetState const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetState9MergeFromERKS0_+0x15): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule::NetStateRule(opencv_caffe::NetStateRule const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12NetStateRuleC2ERKS0_+0x4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12NetStateRuleC2ERKS0_+0xc): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12NetStateRuleC2ERKS0_+0x13): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule::NetStateRule(opencv_caffe::NetStateRule const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRuleC2ERKS0_+0x39): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRuleC2ERKS0_+0x49): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule::MergeFrom(opencv_caffe::NetStateRule const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule9MergeFromERKS0_+0x15): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule9MergeFromERKS0_+0x22): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParamSpec::ParamSpec(opencv_caffe::ParamSpec const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe9ParamSpecC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParamSpec::ParamSpec(opencv_caffe::ParamSpec const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpecC2ERKS0_+0x4f): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpecC2ERKS0_+0x79): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParamSpec::MergeFrom(opencv_caffe::ParamSpec const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpec9MergeFromERKS0_+0xaa): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LossParameter::LossParameter(opencv_caffe::LossParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe13LossParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::AccuracyParameter::AccuracyParameter(opencv_caffe::AccuracyParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe17AccuracyParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ArgMaxParameter::ArgMaxParameter(opencv_caffe::ArgMaxParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15ArgMaxParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConcatParameter::ConcatParameter(opencv_caffe::ConcatParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15ConcatParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BatchNormParameter::BatchNormParameter(opencv_caffe::BatchNormParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe18BatchNormParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe13BiasParameterC2ERKS0_+0xb): more undefined references to `vtable for google::protobuf::MessageLite' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DataParameter::DataParameter(opencv_caffe::DataParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterC2ERKS0_+0x59): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterC2ERKS0_+0x8c): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameterC2ERKS0_+0xd4): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DataParameter::MergeFrom(opencv_caffe::DataParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameter9MergeFromERKS0_+0x11b): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13DataParameter9MergeFromERKS0_+0x15a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NonMaximumSuppressionParameter::NonMaximumSuppressionParameter(opencv_caffe::NonMaximumSuppressionParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe30NonMaximumSuppressionParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SaveOutputParameter::SaveOutputParameter(opencv_caffe::SaveOutputParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe19SaveOutputParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SaveOutputParameter::SaveOutputParameter(opencv_caffe::SaveOutputParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterC2ERKS0_+0x59): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterC2ERKS0_+0xc8): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterC2ERKS0_+0xf0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterC2ERKS0_+0x120): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterC2ERKS0_+0x150): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameterC2ERKS0_+0x17c): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19SaveOutputParameter9MergeFromERKS0_+0xbf): more undefined references to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DropoutParameter::DropoutParameter(opencv_caffe::DropoutParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16DropoutParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ELUParameter::ELUParameter(opencv_caffe::ELUParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12ELUParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EmbedParameter::EmbedParameter(opencv_caffe::EmbedParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14EmbedParameterC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ExpParameter::ExpParameter(opencv_caffe::ExpParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12ExpParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FlattenParameter::FlattenParameter(opencv_caffe::FlattenParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16FlattenParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe17HDF5DataParameterC2ERKS0_+0x3): more undefined references to `vtable for google::protobuf::MessageLite' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5DataParameter::HDF5DataParameter(opencv_caffe::HDF5DataParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameterC2ERKS0_+0x4f): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameterC2ERKS0_+0x79): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5DataParameter::MergeFrom(opencv_caffe::HDF5DataParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameter9MergeFromERKS0_+0x9a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5OutputParameter::HDF5OutputParameter(opencv_caffe::HDF5OutputParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe19HDF5OutputParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5OutputParameter::HDF5OutputParameter(opencv_caffe::HDF5OutputParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameterC2ERKS0_+0x4f): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameterC2ERKS0_+0x84): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5OutputParameter::MergeFrom(opencv_caffe::HDF5OutputParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameter9MergeFromERKS0_+0x70): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HingeLossParameter::HingeLossParameter(opencv_caffe::HingeLossParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe18HingeLossParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ImageDataParameter::ImageDataParameter(opencv_caffe::ImageDataParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe18ImageDataParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ImageDataParameter::ImageDataParameter(opencv_caffe::ImageDataParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterC2ERKS0_+0x59): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterC2ERKS0_+0x9c): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterC2ERKS0_+0xdc): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameterC2ERKS0_+0x104): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ImageDataParameter::MergeFrom(opencv_caffe::ImageDataParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameter9MergeFromERKS0_+0x13f): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameter9MergeFromERKS0_+0x17a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ImageDataParameter9MergeFromERKS0_+0x1ae): more undefined references to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InfogainLossParameter::InfogainLossParameter(opencv_caffe::InfogainLossParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe21InfogainLossParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InfogainLossParameter::InfogainLossParameter(opencv_caffe::InfogainLossParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameterC2ERKS0_+0x4f): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameterC2ERKS0_+0x84): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InfogainLossParameter::MergeFrom(opencv_caffe::InfogainLossParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameter9MergeFromERKS0_+0x70): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InnerProductParameter::InnerProductParameter(opencv_caffe::InnerProductParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe21InnerProductParameterC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LogParameter::LogParameter(opencv_caffe::LogParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12LogParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LRNParameter::LRNParameter(opencv_caffe::LRNParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12LRNParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::MemoryDataParameter::MemoryDataParameter(opencv_caffe::MemoryDataParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe19MemoryDataParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::MVNParameter::MVNParameter(opencv_caffe::MVNParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12MVNParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16PoolingParameterC2ERKS0_+0x3): more undefined references to `vtable for google::protobuf::MessageLite' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PythonParameter::PythonParameter(opencv_caffe::PythonParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterC2ERKS0_+0x59): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterC2ERKS0_+0xb0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterC2ERKS0_+0xdc): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameterC2ERKS0_+0x104): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PythonParameter::MergeFrom(opencv_caffe::PythonParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameter9MergeFromERKS0_+0xae): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameter9MergeFromERKS0_+0xea): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15PythonParameter9MergeFromERKS0_+0x11d): more undefined references to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::RecurrentParameter::RecurrentParameter(opencv_caffe::RecurrentParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe18RecurrentParameterC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReductionParameter::ReductionParameter(opencv_caffe::ReductionParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe18ReductionParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReLUParameter::ReLUParameter(opencv_caffe::ReLUParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe13ReLUParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ScaleParameter::ScaleParameter(opencv_caffe::ScaleParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14ScaleParameterC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SigmoidParameter::SigmoidParameter(opencv_caffe::SigmoidParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16SigmoidParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16SoftmaxParameterC2ERKS0_+0x3): more undefined references to `vtable for google::protobuf::MessageLite' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::WindowDataParameter::WindowDataParameter(opencv_caffe::WindowDataParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterC2ERKS0_+0x59): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterC2ERKS0_+0xac): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterC2ERKS0_+0xf0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::NonEmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterC2ERKS0_+0x11c): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameterC2ERKS0_+0x14c): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::WindowDataParameter::MergeFrom(opencv_caffe::WindowDataParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameter9MergeFromERKS0_+0x14f): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameter9MergeFromERKS0_+0x18e): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameter9MergeFromERKS0_+0x1c2): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameter9MergeFromERKS0_+0x1f6): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::NonEmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SPPParameter::SPPParameter(opencv_caffe::SPPParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12SPPParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PReLUParameter::PReLUParameter(opencv_caffe::PReLUParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14PReLUParameterC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NormalizedBBox::NormalizedBBox(opencv_caffe::NormalizedBBox const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14NormalizedBBoxC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ROIPoolingParameter::ROIPoolingParameter(opencv_caffe::ROIPoolingParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe19ROIPoolingParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PSROIPoolingParameter::PSROIPoolingParameter(opencv_caffe::PSROIPoolingParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe21PSROIPoolingParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProtoVector::BlobProtoVector(opencv_caffe::BlobProtoVector const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15BlobProtoVectorC2ERKS0_+0x12): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15BlobProtoVectorC2ERKS0_+0x19): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProtoVector::BlobProtoVector(opencv_caffe::BlobProtoVector const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVectorC2ERKS0_+0x8f): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverState::SolverState(opencv_caffe::SolverState const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe11SolverStateC2ERKS0_+0x12): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe11SolverStateC2ERKS0_+0x19): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverState::SolverState(opencv_caffe::SolverState const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateC2ERKS0_+0x80): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateC2ERKS0_+0xaf): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverStateC2ERKS0_+0x110): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProtoVector::MergeFrom(opencv_caffe::BlobProtoVector const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVector9MergeFromERKS0_+0x63): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverState::MergeFrom(opencv_caffe::SolverState const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState9MergeFromERKS0_+0xa3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState9MergeFromERKS0_+0x102): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InputParameter::InputParameter(opencv_caffe::InputParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14InputParameterC2ERKS0_+0x12): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14InputParameterC2ERKS0_+0x19): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InputParameter::InputParameter(opencv_caffe::InputParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameterC2ERKS0_+0x8f): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InputParameter::MergeFrom(opencv_caffe::InputParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameter9MergeFromERKS0_+0x63): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobShape::BlobShape(opencv_caffe::BlobShape const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe9BlobShapeC2ERKS0_+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe9BlobShapeC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobShape::BlobShape(opencv_caffe::BlobShape const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShapeC2ERKS0_+0x84): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParameterParameter::ParameterParameter(opencv_caffe::ParameterParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe18ParameterParameterC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReshapeParameter::ReshapeParameter(opencv_caffe::ReshapeParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16ReshapeParameterC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobShape::MergeFrom(opencv_caffe::BlobShape const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShape9MergeFromERKS0_+0x4c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PriorBoxParameter::PriorBoxParameter(opencv_caffe::PriorBoxParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe17PriorBoxParameterC2ERKS0_+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe17PriorBoxParameterC2ERKS0_+0xc): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe17PriorBoxParameterC2ERKS0_+0x14): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe17PriorBoxParameterC2ERKS0_+0x1d): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe17PriorBoxParameterC2ERKS0_+0x26): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe17PriorBoxParameterC2ERKS0_+0x2f): more undefined references to `google::protobuf::RepeatedField::~RepeatedField()' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PriorBoxParameter::PriorBoxParameter(opencv_caffe::PriorBoxParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe17PriorBoxParameterC2ERKS0_+0x48): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PriorBoxParameter::PriorBoxParameter(opencv_caffe::PriorBoxParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameterC2ERKS0_+0x1b4): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameterC2ERKS0_+0x1ec): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameterC2ERKS0_+0x21c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameterC2ERKS0_+0x244): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameterC2ERKS0_+0x26c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameterC2ERKS0_+0x294): more undefined references to `google::protobuf::RepeatedField::Reserve(int)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::Datum::Datum(opencv_caffe::Datum const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe5DatumC2ERKS0_+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe5DatumC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::Datum::Datum(opencv_caffe::Datum const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5DatumC2ERKS0_+0x78): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5DatumC2ERKS0_+0xa6): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5DatumC2ERKS0_+0xcc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TransformationParameter::TransformationParameter(opencv_caffe::TransformationParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe23TransformationParameterC2ERKS0_+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe23TransformationParameterC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TransformationParameter::TransformationParameter(opencv_caffe::TransformationParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameterC2ERKS0_+0x78): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameterC2ERKS0_+0xa6): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameterC2ERKS0_+0xcc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EltwiseParameter::EltwiseParameter(opencv_caffe::EltwiseParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16EltwiseParameterC2ERKS0_+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16EltwiseParameterC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EltwiseParameter::EltwiseParameter(opencv_caffe::EltwiseParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameterC2ERKS0_+0x94): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V0LayerParameter::V0LayerParameter(opencv_caffe::V0LayerParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V0LayerParameterC2ERKS0_+0x10): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V0LayerParameterC2ERKS0_+0x19): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V0LayerParameterC2ERKS0_+0x2f): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V0LayerParameterC2ERKS0_+0x36): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V0LayerParameter::V0LayerParameter(opencv_caffe::V0LayerParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterC2ERKS0_+0xcf): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterC2ERKS0_+0x1df): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterC2ERKS0_+0x224): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterC2ERKS0_+0x24c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterC2ERKS0_+0x324): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::NonEmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterC2ERKS0_+0x354): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterC2ERKS0_+0x384): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterC2ERKS0_+0x3b4): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameterC2ERKS0_+0x3e0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ProposalParameter::ProposalParameter(opencv_caffe::ProposalParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe17ProposalParameterC2ERKS0_+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe17ProposalParameterC2ERKS0_+0xc): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe17ProposalParameterC2ERKS0_+0x13): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ProposalParameter::ProposalParameter(opencv_caffe::ProposalParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameterC2ERKS0_+0xb4): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameterC2ERKS0_+0xdc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PriorBoxParameter::MergeFrom(opencv_caffe::PriorBoxParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameter9MergeFromERKS0_+0x16a): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameter9MergeFromERKS0_+0x1b4): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameter9MergeFromERKS0_+0x1f1): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17PriorBoxParameter9MergeFromERKS0_+0x22e): more undefined references to `google::protobuf::RepeatedField::Reserve(int)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::Datum::MergeFrom(opencv_caffe::Datum const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum9MergeFromERKS0_+0x112): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TransformationParameter::MergeFrom(opencv_caffe::TransformationParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter9MergeFromERKS0_+0xbc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter9MergeFromERKS0_+0x112): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EltwiseParameter::MergeFrom(opencv_caffe::EltwiseParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameter9MergeFromERKS0_+0x74): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V0LayerParameter::MergeFrom(opencv_caffe::V0LayerParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter9MergeFromERKS0_+0x3b2): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter9MergeFromERKS0_+0x3fc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter9MergeFromERKS0_+0x43d): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter9MergeFromERKS0_+0x4d5): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter9MergeFromERKS0_+0x508): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter9MergeFromERKS0_+0x53b): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter9MergeFromERKS0_+0x56e): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter9MergeFromERKS0_+0x5a1): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::NonEmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ProposalParameter::MergeFrom(opencv_caffe::ProposalParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter9MergeFromERKS0_+0xb4): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter9MergeFromERKS0_+0xec): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProto::BlobProto(opencv_caffe::BlobProto const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe9BlobProtoC2ERKS0_+0x10): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe9BlobProtoC2ERKS0_+0x18): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe9BlobProtoC2ERKS0_+0x20): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe9BlobProtoC2ERKS0_+0x29): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe9BlobProtoC2ERKS0_+0x30): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProto::BlobProto(opencv_caffe::BlobProto const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoC2ERKS0_+0xde): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoC2ERKS0_+0x124): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoC2ERKS0_+0x14c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoC2ERKS0_+0x174): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoC2ERKS0_+0x19c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProtoC2ERKS0_+0x210): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PermuteParameter::PermuteParameter(opencv_caffe::PermuteParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16PermuteParameterC2ERKS0_+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16PermuteParameterC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PermuteParameter::PermuteParameter(opencv_caffe::PermuteParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameterC2ERKS0_+0x84): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConvolutionParameter::ConvolutionParameter(opencv_caffe::ConvolutionParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe20ConvolutionParameterC2ERKS0_+0x10): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe20ConvolutionParameterC2ERKS0_+0x18): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe20ConvolutionParameterC2ERKS0_+0x20): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe20ConvolutionParameterC2ERKS0_+0x29): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe20ConvolutionParameterC2ERKS0_+0x30): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConvolutionParameter::ConvolutionParameter(opencv_caffe::ConvolutionParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterC2ERKS0_+0x13c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterC2ERKS0_+0x164): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterC2ERKS0_+0x18c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameterC2ERKS0_+0x1b4): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::CropParameter::CropParameter(opencv_caffe::CropParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe13CropParameterC2ERKS0_+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe13CropParameterC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::CropParameter::CropParameter(opencv_caffe::CropParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameterC2ERKS0_+0x8c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DummyDataParameter::DummyDataParameter(opencv_caffe::DummyDataParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe18DummyDataParameterC2ERKS0_+0xb): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe18DummyDataParameterC2ERKS0_+0x14): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe18DummyDataParameterC2ERKS0_+0x1d): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe18DummyDataParameterC2ERKS0_+0x26): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe18DummyDataParameterC2ERKS0_+0x3c): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe18DummyDataParameterC2ERKS0_+0x43): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe18DummyDataParameterC2ERKS0_+0x69): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DummyDataParameter::DummyDataParameter(opencv_caffe::DummyDataParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterC2ERKS0_+0x15c): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterC2ERKS0_+0x1af): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterC2ERKS0_+0x1f4): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterC2ERKS0_+0x21c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterC2ERKS0_+0x244): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameterC2ERKS0_+0x26c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SliceParameter::SliceParameter(opencv_caffe::SliceParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14SliceParameterC2ERKS0_+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14SliceParameterC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SliceParameter::SliceParameter(opencv_caffe::SliceParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameterC2ERKS0_+0x8c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PermuteParameter::MergeFrom(opencv_caffe::PermuteParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameter9MergeFromERKS0_+0x4c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ConvolutionParameter::MergeFrom(opencv_caffe::ConvolutionParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameter9MergeFromERKS0_+0x184): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameter9MergeFromERKS0_+0x1bc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameter9MergeFromERKS0_+0x1f9): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe20ConvolutionParameter9MergeFromERKS0_+0x236): more undefined references to `google::protobuf::RepeatedField::Reserve(int)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DummyDataParameter::MergeFrom(opencv_caffe::DummyDataParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter9MergeFromERKS0_+0xa3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter9MergeFromERKS0_+0xf3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter9MergeFromERKS0_+0x142): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter9MergeFromERKS0_+0x17f): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter9MergeFromERKS0_+0x1bc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter9MergeFromERKS0_+0x1f9): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SliceParameter::MergeFrom(opencv_caffe::SliceParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameter9MergeFromERKS0_+0x74): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetParameter::MergeFrom(opencv_caffe::NetParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter9MergeFromERKS0_+0x24): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter9MergeFromERKS0_+0xf6): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter9MergeFromERKS0_+0x153): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter9MergeFromERKS0_+0x1a3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter9MergeFromERKS0_+0x1ec): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameter9MergeFromERKS0_+0x288): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter::MergeFrom(opencv_caffe::SolverParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter9MergeFromERKS0_+0x17): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter9MergeFromERKS0_+0x3d3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter9MergeFromERKS0_+0x41d): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter9MergeFromERKS0_+0x46b): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter9MergeFromERKS0_+0x4b2): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter9MergeFromERKS0_+0x55b): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter9MergeFromERKS0_+0x594): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter9MergeFromERKS0_+0x5cd): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter9MergeFromERKS0_+0x606): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter9MergeFromERKS0_+0x63f): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::NonEmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter9MergeFromERKS0_+0x678): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::NonEmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter::MergeFrom(opencv_caffe::V1LayerParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter9MergeFromERKS0_+0x17): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter9MergeFromERKS0_+0x24): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter9MergeFromERKS0_+0x88): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter9MergeFromERKS0_+0x2ab): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter9MergeFromERKS0_+0x2fa): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter9MergeFromERKS0_+0x337): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter9MergeFromERKS0_+0x38c): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter9MergeFromERKS0_+0x3fc): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter9MergeFromERKS0_+0x463): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter9MergeFromERKS0_+0x4b2): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter9MergeFromERKS0_+0x55a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PermuteParameter::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameter9MergeImplEPN6google8protobuf7MessageERKS3_+0x4c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProtoVector::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVector9MergeImplEPN6google8protobuf7MessageERKS3_+0x63): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::CropParameter::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameter9MergeImplEPN6google8protobuf7MessageERKS3_+0x5c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InputParameter::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameter9MergeImplEPN6google8protobuf7MessageERKS3_+0x63): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DetectionOutputParameter::DetectionOutputParameter(opencv_caffe::DetectionOutputParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe24DetectionOutputParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe24DetectionOutputParameterC2ERKS0_+0x41): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DetectionOutputParameter::DetectionOutputParameter(opencv_caffe::DetectionOutputParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe24DetectionOutputParameterC2ERKS0_+0x155): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobShape::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShape9MergeImplEPN6google8protobuf7MessageERKS3_+0x4c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InfogainLossParameter::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameter9MergeImplEPN6google8protobuf7MessageERKS3_+0x70): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule9MergeImplEPN6google8protobuf7MessageERKS3_+0x15): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule9MergeImplEPN6google8protobuf7MessageERKS3_+0x22): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetState9MergeImplEPN6google8protobuf7MessageERKS3_+0x15): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5OutputParameter::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameter9MergeImplEPN6google8protobuf7MessageERKS3_+0x70): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EltwiseParameter::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameter9MergeImplEPN6google8protobuf7MessageERKS3_+0x74): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SliceParameter::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameter9MergeImplEPN6google8protobuf7MessageERKS3_+0x74): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetParameter::NetParameter(opencv_caffe::NetParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12NetParameterC2ERKS0_+0x6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12NetParameterC2ERKS0_+0x10): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12NetParameterC2ERKS0_+0x56): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12NetParameterC2ERKS0_+0x74): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12NetParameterC2ERKS0_+0x80): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12NetParameterC2ERKS0_+0x8b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe12NetParameterC2ERKS0_+0xa2): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetParameter::NetParameter(opencv_caffe::NetParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2ERKS0_+0x6c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2ERKS0_+0x113): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2ERKS0_+0x177): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2ERKS0_+0x1cf): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2ERKS0_+0x21f): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2ERKS0_+0x264): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2ERKS0_+0x2d8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2ERKS0_+0x35e): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2ERKS0_+0x3a0): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2ERKS0_+0x3b3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2ERKS0_+0x3c6): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2ERKS0_+0x3e8): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2ERKS0_+0x3fb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetParameterC2ERKS0_+0x407): more undefined references to `vtable for google::protobuf::MessageLite' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParameterParameter::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ParameterParameter9MergeImplEPN6google8protobuf7MessageERKS3_+0xcc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParamSpec::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpec9MergeImplEPN6google8protobuf7MessageERKS3_+0xaa): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParameterParameter::MergeFrom(opencv_caffe::ParameterParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ParameterParameter9MergeFromERKS0_+0xcc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverState::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState9MergeImplEPN6google8protobuf7MessageERKS3_+0xa3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState9MergeImplEPN6google8protobuf7MessageERKS3_+0x102): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5DataParameter::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameter9MergeImplEPN6google8protobuf7MessageERKS3_+0x9a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::Datum::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum9MergeImplEPN6google8protobuf7MessageERKS3_+0xbc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum9MergeImplEPN6google8protobuf7MessageERKS3_+0x112): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter::SolverParameter(opencv_caffe::SolverParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15SolverParameterC2ERKS0_+0xd): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x37): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x4d): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x65): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x6e): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x76): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15SolverParameterC2ERKS0_+0xa3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe15SolverParameterC2ERKS0_+0xbb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter::SolverParameter(opencv_caffe::SolverParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x41): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x115): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x237): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x287): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x2cc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x2fc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x36f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x44a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::NonEmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x48a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::NonEmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x4ca): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x50a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x54a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x586): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x610): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x623): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x632): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x64d): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x660): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameterC2ERKS0_+0x68d): more undefined references to `vtable for google::protobuf::MessageLite' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ProposalParameter::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter9MergeImplEPN6google8protobuf7MessageERKS3_+0xb4): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter9MergeImplEPN6google8protobuf7MessageERKS3_+0xec): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReshapeParameter::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameter9MergeImplEPN6google8protobuf7MessageERKS3_+0x114): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReshapeParameter::MergeFrom(opencv_caffe::ReshapeParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameter9MergeFromERKS0_+0x114): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter::V1LayerParameter(opencv_caffe::V1LayerParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x27): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x2f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x3b): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x59): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x6c): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x75): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x86): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x8f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x96): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0xc2): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0xd5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter::V1LayerParameter(opencv_caffe::V1LayerParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x45): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x5a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x193): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x1ee): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x4ba): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x522): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x57f): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x5c4): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x5ec): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x624): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x654): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameterC2ERKS0_+0x1272): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter::MergeFrom(opencv_caffe::LayerParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter9MergeFromERKS0_+0x19): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter9MergeFromERKS0_+0x26): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter9MergeFromERKS0_+0x422): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter9MergeFromERKS0_+0x464): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter9MergeFromERKS0_+0x4f5): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameter9MergeFromERKS0_+0x528): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter::LayerParameter(opencv_caffe::LayerParameter const&) [clone .cold]': opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x10): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x30): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x50): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x6a): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x7a): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x82): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x8a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x91): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14LayerParameterC2ERKS0_+0xb0): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-caffe.pb.cc:(.text.unlikely._ZN12opencv_caffe14LayerParameterC2ERKS0_+0xdf): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::LayerParameter::LayerParameter(opencv_caffe::LayerParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x41): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x51): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x1a7): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x6e8): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x71c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x1b12): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14LayerParameterC2ERKS0_+0x1b42): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProto::MergeFrom(opencv_caffe::BlobProto const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto9MergeFromERKS0_+0xfc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto9MergeFromERKS0_+0x13c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto9MergeFromERKS0_+0x179): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto9MergeFromERKS0_+0x1b6): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto9MergeFromERKS0_+0x20e): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobProto9MergeFromERKS0_+0x29c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::TransformationParameter::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter9MergeImplEPN6google8protobuf7MessageERKS3_+0xbc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe23TransformationParameter9MergeImplEPN6google8protobuf7MessageERKS3_+0x112): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `void google::protobuf::internal::InternalMetadata::DoClear()': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadata7DoClearINS0_15UnknownFieldSetEEEvv[_ZN6google8protobuf8internal16InternalMetadata7DoClearINS0_15UnknownFieldSetEEEvv]+0x1e): undefined reference to `google::protobuf::UnknownFieldSet::ClearFallback()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadata7DoClearINS0_15UnknownFieldSetEEEvv[_ZN6google8protobuf8internal16InternalMetadata7DoClearINS0_15UnknownFieldSetEEEvv]+0x4d): undefined reference to `google::protobuf::UnknownFieldSet::ClearFallback()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FillerParameter::Clear()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameter5ClearEv+0x4b): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToDefault(google::protobuf::internal::LazyString const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState::Clear()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetState5ClearEv+0x9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule::Clear()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule5ClearEv+0x9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule5ClearEv+0x12): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::WindowDataParameter::Clear()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameter5ClearEv+0xeb): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToDefault(google::protobuf::internal::LazyString const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobShape::CopyFrom(opencv_caffe::BlobShape const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9BlobShape8CopyFromERKS0_+0x7c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::PermuteParameter::CopyFrom(opencv_caffe::PermuteParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16PermuteParameter8CopyFromERKS0_+0x7c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::CropParameter::CopyFrom(opencv_caffe::CropParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe13CropParameter8CopyFromERKS0_+0x9c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ProposalParameter::CopyFrom(opencv_caffe::ProposalParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter8CopyFromERKS0_+0x10c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17ProposalParameter8CopyFromERKS0_+0x14c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InputParameter::CopyFrom(opencv_caffe::InputParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14InputParameter8CopyFromERKS0_+0xe3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SliceParameter::CopyFrom(opencv_caffe::SliceParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe14SliceParameter8CopyFromERKS0_+0xbc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::EltwiseParameter::CopyFrom(opencv_caffe::EltwiseParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16EltwiseParameter8CopyFromERKS0_+0xbc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::Datum::CopyFrom(opencv_caffe::Datum const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum8CopyFromERKS0_+0x10c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe5Datum8CopyFromERKS0_+0x1a2): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParameterParameter::CopyFrom(opencv_caffe::ParameterParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18ParameterParameter8CopyFromERKS0_+0x12c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetStateRule::CopyFrom(opencv_caffe::NetStateRule const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule8CopyFromERKS0_+0x17): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe12NetStateRule8CopyFromERKS0_+0x20): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ParamSpec::CopyFrom(opencv_caffe::ParamSpec const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe9ParamSpec8CopyFromERKS0_+0x13a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::InfogainLossParameter::CopyFrom(opencv_caffe::InfogainLossParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe21InfogainLossParameter8CopyFromERKS0_+0x98): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::NetState::CopyFrom(opencv_caffe::NetState const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetState8CopyFromERKS0_+0x21): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe8NetState8CopyFromERKS0_+0x4f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::ReshapeParameter::CopyFrom(opencv_caffe::ReshapeParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16ReshapeParameter8CopyFromERKS0_+0x18f): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5OutputParameter::CopyFrom(opencv_caffe::HDF5OutputParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19HDF5OutputParameter8CopyFromERKS0_+0x98): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverState::CopyFrom(opencv_caffe::SolverState const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState8CopyFromERKS0_+0xb3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe11SolverState8CopyFromERKS0_+0x12a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::BlobProtoVector::CopyFrom(opencv_caffe::BlobProtoVector const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15BlobProtoVector8CopyFromERKS0_+0x172): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::HDF5DataParameter::CopyFrom(opencv_caffe::HDF5DataParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe17HDF5DataParameter8CopyFromERKS0_+0x11a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::DummyDataParameter::Clear()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe18DummyDataParameter5ClearEv+0x8c): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToDefault(google::protobuf::internal::LazyString const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V0LayerParameter::Clear()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V0LayerParameter5ClearEv+0x233): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToDefault(google::protobuf::internal::LazyString const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::FillerParameter::CopyFrom(opencv_caffe::FillerParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15FillerParameter8CopyFromERKS0_+0xab): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToDefault(google::protobuf::internal::LazyString const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::WindowDataParameter::CopyFrom(opencv_caffe::WindowDataParameter const&)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe19WindowDataParameter8CopyFromERKS0_+0x112): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToDefault(google::protobuf::internal::LazyString const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter::Clear()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter5ClearEv+0x12): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter5ClearEv+0x1b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter5ClearEv+0x7f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter5ClearEv+0x88): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter5ClearEv+0x10f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter5ClearEv+0x118): more undefined references to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::SolverParameter::Clear()': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter5ClearEv+0x2de): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToDefault(google::protobuf::internal::LazyString const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe15SolverParameter5ClearEv+0x309): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToDefault(google::protobuf::internal::LazyString const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `char const* google::protobuf::internal::ReadPackedVarintArray(void*, char const*, google::protobuf::internal::ParseContext*, bool (*)(int), google::protobuf::internal::InternalMetadata*, int)::{lambda(unsigned long)#1}>(char const*, char const*, google::protobuf::internal::PackedEnumParser(void*, char const*, google::protobuf::internal::ParseContext*, bool (*)(int), google::protobuf::internal::InternalMetadata*, int)::{lambda(unsigned long)#1})': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal21ReadPackedVarintArrayIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS6_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES6_S6_S6_T_[_ZN6google8protobuf8internal21ReadPackedVarintArrayIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS6_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES6_S6_S6_T_]+0x6f): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal21ReadPackedVarintArrayIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS6_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES6_S6_S6_T_[_ZN6google8protobuf8internal21ReadPackedVarintArrayIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS6_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES6_S6_S6_T_]+0xd4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal21ReadPackedVarintArrayIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS6_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES6_S6_S6_T_[_ZN6google8protobuf8internal21ReadPackedVarintArrayIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS6_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES6_S6_S6_T_]+0x11b): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `char const* google::protobuf::internal::EpsCopyInputStream::ReadPackedVarint(void*, char const*, google::protobuf::internal::ParseContext*, bool (*)(int), google::protobuf::internal::InternalMetadata*, int)::{lambda(unsigned long)#1}>(char const*, google::protobuf::internal::PackedEnumParser(void*, char const*, google::protobuf::internal::ParseContext*, bool (*)(int), google::protobuf::internal::InternalMetadata*, int)::{lambda(unsigned long)#1})': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal18EpsCopyInputStream16ReadPackedVarintIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS7_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES7_S7_T_[_ZN6google8protobuf8internal18EpsCopyInputStream16ReadPackedVarintIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS7_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES7_S7_T_]+0xd4): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal18EpsCopyInputStream16ReadPackedVarintIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS7_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES7_S7_T_[_ZN6google8protobuf8internal18EpsCopyInputStream16ReadPackedVarintIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS7_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES7_S7_T_]+0x129): undefined reference to `google::protobuf::internal::EpsCopyInputStream::Next()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal18EpsCopyInputStream16ReadPackedVarintIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS7_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES7_S7_T_[_ZN6google8protobuf8internal18EpsCopyInputStream16ReadPackedVarintIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS7_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES7_S7_T_]+0x1e4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal18EpsCopyInputStream16ReadPackedVarintIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS7_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES7_S7_T_[_ZN6google8protobuf8internal18EpsCopyInputStream16ReadPackedVarintIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS7_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES7_S7_T_]+0x222): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal18EpsCopyInputStream16ReadPackedVarintIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS7_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES7_S7_T_[_ZN6google8protobuf8internal18EpsCopyInputStream16ReadPackedVarintIZNS1_16PackedEnumParserINS0_15UnknownFieldSetEEEPKcPvS7_PNS1_12ParseContextEPFbiEPNS1_16InternalMetadataEiEUlmE_EES7_S7_T_]+0x23f): undefined reference to `google::protobuf::internal::ReadSizeFallback(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `opencv_caffe::V1LayerParameter::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x60): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x112): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x196): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1d1): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x217): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2a5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2b4): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2f5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x304): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x351): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x35f): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3cd): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x421): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4c3): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x556): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xbc6): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc4e): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf06): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf79): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf88): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xfd3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xff3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1010): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x10e4): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x113e): undefined reference to `google::protobuf::internal::PackedFloatParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN12opencv_caffe16V1LayerParameter14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x116d): undefined reference to `google::protobuf::internal::PackedFloatParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_caffe::BlobShape const&, opencv_caffe::BlobShape*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN12opencv_caffe9BlobShapeEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN12opencv_caffe9BlobShapeEE5MergeERKS4_PS4_]+0x4c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_caffe::NetState const&, opencv_caffe::NetState*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN12opencv_caffe8NetStateEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN12opencv_caffe8NetStateEE5MergeERKS4_PS4_]+0x15): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_caffe::ParamSpec const&, opencv_caffe::ParamSpec*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN12opencv_caffe9ParamSpecEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN12opencv_caffe9ParamSpecEE5MergeERKS4_PS4_]+0xaa): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_caffe::NetStateRule const&, opencv_caffe::NetStateRule*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN12opencv_caffe12NetStateRuleEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN12opencv_caffe12NetStateRuleEE5MergeERKS4_PS4_]+0x15): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN12opencv_caffe12NetStateRuleEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN12opencv_caffe12NetStateRuleEE5MergeERKS4_PS4_]+0x22): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_caffe::FillerParameter const&, opencv_caffe::FillerParameter*)': opencv-caffe.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN12opencv_caffe15FillerParameterEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN12opencv_caffe15FillerParameterEE5MergeERKS4_PS4_]+0xfa): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::NonEmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `_GLOBAL__sub_I.00102_opencv_caffe.pb.cc': opencv-caffe.pb.cc:(.text.startup._GLOBAL__sub_I.00102_opencv_caffe.pb.cc+0xf): undefined reference to `google::protobuf::internal::AddDescriptorsRunner::AddDescriptorsRunner(google::protobuf::internal::DescriptorTable const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o): in function `_GLOBAL__sub_I_opencv_caffe.pb.cc': opencv-caffe.pb.cc:(.text.startup._GLOBAL__sub_I_opencv_caffe.pb.cc+0x36): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTIN12opencv_caffe9BlobShapeE[_ZTIN12opencv_caffe9BlobShapeE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTIN12opencv_caffe9BlobProtoE[_ZTIN12opencv_caffe9BlobProtoE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTIN12opencv_caffe15BlobProtoVectorE[_ZTIN12opencv_caffe15BlobProtoVectorE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTIN12opencv_caffe16PermuteParameterE[_ZTIN12opencv_caffe16PermuteParameterE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTIN12opencv_caffe22NormalizeBBoxParameterE[_ZTIN12opencv_caffe22NormalizeBBoxParameterE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTIN12opencv_caffe17PriorBoxParameterE[_ZTIN12opencv_caffe17PriorBoxParameterE]+0x10): more undefined references to `typeinfo for google::protobuf::Message' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9BlobShapeE[_ZTVN12opencv_caffe9BlobShapeE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9BlobShapeE[_ZTVN12opencv_caffe9BlobShapeE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9BlobShapeE[_ZTVN12opencv_caffe9BlobShapeE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9BlobShapeE[_ZTVN12opencv_caffe9BlobShapeE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9BlobShapeE[_ZTVN12opencv_caffe9BlobShapeE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9BlobShapeE[_ZTVN12opencv_caffe9BlobShapeE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9BlobProtoE[_ZTVN12opencv_caffe9BlobProtoE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9BlobProtoE[_ZTVN12opencv_caffe9BlobProtoE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9BlobProtoE[_ZTVN12opencv_caffe9BlobProtoE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9BlobProtoE[_ZTVN12opencv_caffe9BlobProtoE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9BlobProtoE[_ZTVN12opencv_caffe9BlobProtoE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9BlobProtoE[_ZTVN12opencv_caffe9BlobProtoE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15BlobProtoVectorE[_ZTVN12opencv_caffe15BlobProtoVectorE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15BlobProtoVectorE[_ZTVN12opencv_caffe15BlobProtoVectorE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15BlobProtoVectorE[_ZTVN12opencv_caffe15BlobProtoVectorE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15BlobProtoVectorE[_ZTVN12opencv_caffe15BlobProtoVectorE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15BlobProtoVectorE[_ZTVN12opencv_caffe15BlobProtoVectorE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15BlobProtoVectorE[_ZTVN12opencv_caffe15BlobProtoVectorE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16PermuteParameterE[_ZTVN12opencv_caffe16PermuteParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16PermuteParameterE[_ZTVN12opencv_caffe16PermuteParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16PermuteParameterE[_ZTVN12opencv_caffe16PermuteParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16PermuteParameterE[_ZTVN12opencv_caffe16PermuteParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16PermuteParameterE[_ZTVN12opencv_caffe16PermuteParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16PermuteParameterE[_ZTVN12opencv_caffe16PermuteParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe22NormalizeBBoxParameterE[_ZTVN12opencv_caffe22NormalizeBBoxParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe22NormalizeBBoxParameterE[_ZTVN12opencv_caffe22NormalizeBBoxParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe22NormalizeBBoxParameterE[_ZTVN12opencv_caffe22NormalizeBBoxParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe22NormalizeBBoxParameterE[_ZTVN12opencv_caffe22NormalizeBBoxParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe22NormalizeBBoxParameterE[_ZTVN12opencv_caffe22NormalizeBBoxParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe22NormalizeBBoxParameterE[_ZTVN12opencv_caffe22NormalizeBBoxParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17PriorBoxParameterE[_ZTVN12opencv_caffe17PriorBoxParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17PriorBoxParameterE[_ZTVN12opencv_caffe17PriorBoxParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17PriorBoxParameterE[_ZTVN12opencv_caffe17PriorBoxParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17PriorBoxParameterE[_ZTVN12opencv_caffe17PriorBoxParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17PriorBoxParameterE[_ZTVN12opencv_caffe17PriorBoxParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17PriorBoxParameterE[_ZTVN12opencv_caffe17PriorBoxParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe24DetectionOutputParameterE[_ZTVN12opencv_caffe24DetectionOutputParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe24DetectionOutputParameterE[_ZTVN12opencv_caffe24DetectionOutputParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe24DetectionOutputParameterE[_ZTVN12opencv_caffe24DetectionOutputParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe24DetectionOutputParameterE[_ZTVN12opencv_caffe24DetectionOutputParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe24DetectionOutputParameterE[_ZTVN12opencv_caffe24DetectionOutputParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe24DetectionOutputParameterE[_ZTVN12opencv_caffe24DetectionOutputParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe5DatumE[_ZTVN12opencv_caffe5DatumE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe5DatumE[_ZTVN12opencv_caffe5DatumE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe5DatumE[_ZTVN12opencv_caffe5DatumE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe5DatumE[_ZTVN12opencv_caffe5DatumE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe5DatumE[_ZTVN12opencv_caffe5DatumE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe5DatumE[_ZTVN12opencv_caffe5DatumE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15FillerParameterE[_ZTVN12opencv_caffe15FillerParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15FillerParameterE[_ZTVN12opencv_caffe15FillerParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15FillerParameterE[_ZTVN12opencv_caffe15FillerParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15FillerParameterE[_ZTVN12opencv_caffe15FillerParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15FillerParameterE[_ZTVN12opencv_caffe15FillerParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15FillerParameterE[_ZTVN12opencv_caffe15FillerParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12NetParameterE[_ZTVN12opencv_caffe12NetParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12NetParameterE[_ZTVN12opencv_caffe12NetParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12NetParameterE[_ZTVN12opencv_caffe12NetParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12NetParameterE[_ZTVN12opencv_caffe12NetParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12NetParameterE[_ZTVN12opencv_caffe12NetParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12NetParameterE[_ZTVN12opencv_caffe12NetParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15SolverParameterE[_ZTVN12opencv_caffe15SolverParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15SolverParameterE[_ZTVN12opencv_caffe15SolverParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15SolverParameterE[_ZTVN12opencv_caffe15SolverParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15SolverParameterE[_ZTVN12opencv_caffe15SolverParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15SolverParameterE[_ZTVN12opencv_caffe15SolverParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15SolverParameterE[_ZTVN12opencv_caffe15SolverParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe11SolverStateE[_ZTVN12opencv_caffe11SolverStateE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe11SolverStateE[_ZTVN12opencv_caffe11SolverStateE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe11SolverStateE[_ZTVN12opencv_caffe11SolverStateE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe11SolverStateE[_ZTVN12opencv_caffe11SolverStateE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe11SolverStateE[_ZTVN12opencv_caffe11SolverStateE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe11SolverStateE[_ZTVN12opencv_caffe11SolverStateE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe8NetStateE[_ZTVN12opencv_caffe8NetStateE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe8NetStateE[_ZTVN12opencv_caffe8NetStateE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe8NetStateE[_ZTVN12opencv_caffe8NetStateE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe8NetStateE[_ZTVN12opencv_caffe8NetStateE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe8NetStateE[_ZTVN12opencv_caffe8NetStateE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe8NetStateE[_ZTVN12opencv_caffe8NetStateE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12NetStateRuleE[_ZTVN12opencv_caffe12NetStateRuleE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12NetStateRuleE[_ZTVN12opencv_caffe12NetStateRuleE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12NetStateRuleE[_ZTVN12opencv_caffe12NetStateRuleE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12NetStateRuleE[_ZTVN12opencv_caffe12NetStateRuleE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12NetStateRuleE[_ZTVN12opencv_caffe12NetStateRuleE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12NetStateRuleE[_ZTVN12opencv_caffe12NetStateRuleE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9ParamSpecE[_ZTVN12opencv_caffe9ParamSpecE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9ParamSpecE[_ZTVN12opencv_caffe9ParamSpecE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9ParamSpecE[_ZTVN12opencv_caffe9ParamSpecE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9ParamSpecE[_ZTVN12opencv_caffe9ParamSpecE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9ParamSpecE[_ZTVN12opencv_caffe9ParamSpecE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe9ParamSpecE[_ZTVN12opencv_caffe9ParamSpecE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14LayerParameterE[_ZTVN12opencv_caffe14LayerParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14LayerParameterE[_ZTVN12opencv_caffe14LayerParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14LayerParameterE[_ZTVN12opencv_caffe14LayerParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14LayerParameterE[_ZTVN12opencv_caffe14LayerParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14LayerParameterE[_ZTVN12opencv_caffe14LayerParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14LayerParameterE[_ZTVN12opencv_caffe14LayerParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe23TransformationParameterE[_ZTVN12opencv_caffe23TransformationParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe23TransformationParameterE[_ZTVN12opencv_caffe23TransformationParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe23TransformationParameterE[_ZTVN12opencv_caffe23TransformationParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe23TransformationParameterE[_ZTVN12opencv_caffe23TransformationParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe23TransformationParameterE[_ZTVN12opencv_caffe23TransformationParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe23TransformationParameterE[_ZTVN12opencv_caffe23TransformationParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13LossParameterE[_ZTVN12opencv_caffe13LossParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13LossParameterE[_ZTVN12opencv_caffe13LossParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13LossParameterE[_ZTVN12opencv_caffe13LossParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13LossParameterE[_ZTVN12opencv_caffe13LossParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13LossParameterE[_ZTVN12opencv_caffe13LossParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13LossParameterE[_ZTVN12opencv_caffe13LossParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17AccuracyParameterE[_ZTVN12opencv_caffe17AccuracyParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17AccuracyParameterE[_ZTVN12opencv_caffe17AccuracyParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17AccuracyParameterE[_ZTVN12opencv_caffe17AccuracyParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17AccuracyParameterE[_ZTVN12opencv_caffe17AccuracyParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17AccuracyParameterE[_ZTVN12opencv_caffe17AccuracyParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17AccuracyParameterE[_ZTVN12opencv_caffe17AccuracyParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15ArgMaxParameterE[_ZTVN12opencv_caffe15ArgMaxParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15ArgMaxParameterE[_ZTVN12opencv_caffe15ArgMaxParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15ArgMaxParameterE[_ZTVN12opencv_caffe15ArgMaxParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15ArgMaxParameterE[_ZTVN12opencv_caffe15ArgMaxParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15ArgMaxParameterE[_ZTVN12opencv_caffe15ArgMaxParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15ArgMaxParameterE[_ZTVN12opencv_caffe15ArgMaxParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15ConcatParameterE[_ZTVN12opencv_caffe15ConcatParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15ConcatParameterE[_ZTVN12opencv_caffe15ConcatParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15ConcatParameterE[_ZTVN12opencv_caffe15ConcatParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15ConcatParameterE[_ZTVN12opencv_caffe15ConcatParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15ConcatParameterE[_ZTVN12opencv_caffe15ConcatParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15ConcatParameterE[_ZTVN12opencv_caffe15ConcatParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18BatchNormParameterE[_ZTVN12opencv_caffe18BatchNormParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18BatchNormParameterE[_ZTVN12opencv_caffe18BatchNormParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18BatchNormParameterE[_ZTVN12opencv_caffe18BatchNormParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18BatchNormParameterE[_ZTVN12opencv_caffe18BatchNormParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18BatchNormParameterE[_ZTVN12opencv_caffe18BatchNormParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18BatchNormParameterE[_ZTVN12opencv_caffe18BatchNormParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13BiasParameterE[_ZTVN12opencv_caffe13BiasParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13BiasParameterE[_ZTVN12opencv_caffe13BiasParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13BiasParameterE[_ZTVN12opencv_caffe13BiasParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13BiasParameterE[_ZTVN12opencv_caffe13BiasParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13BiasParameterE[_ZTVN12opencv_caffe13BiasParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13BiasParameterE[_ZTVN12opencv_caffe13BiasParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe24ContrastiveLossParameterE[_ZTVN12opencv_caffe24ContrastiveLossParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe24ContrastiveLossParameterE[_ZTVN12opencv_caffe24ContrastiveLossParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe24ContrastiveLossParameterE[_ZTVN12opencv_caffe24ContrastiveLossParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe24ContrastiveLossParameterE[_ZTVN12opencv_caffe24ContrastiveLossParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe24ContrastiveLossParameterE[_ZTVN12opencv_caffe24ContrastiveLossParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe24ContrastiveLossParameterE[_ZTVN12opencv_caffe24ContrastiveLossParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe20ConvolutionParameterE[_ZTVN12opencv_caffe20ConvolutionParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe20ConvolutionParameterE[_ZTVN12opencv_caffe20ConvolutionParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe20ConvolutionParameterE[_ZTVN12opencv_caffe20ConvolutionParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe20ConvolutionParameterE[_ZTVN12opencv_caffe20ConvolutionParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe20ConvolutionParameterE[_ZTVN12opencv_caffe20ConvolutionParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe20ConvolutionParameterE[_ZTVN12opencv_caffe20ConvolutionParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13CropParameterE[_ZTVN12opencv_caffe13CropParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13CropParameterE[_ZTVN12opencv_caffe13CropParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13CropParameterE[_ZTVN12opencv_caffe13CropParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13CropParameterE[_ZTVN12opencv_caffe13CropParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13CropParameterE[_ZTVN12opencv_caffe13CropParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13CropParameterE[_ZTVN12opencv_caffe13CropParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13DataParameterE[_ZTVN12opencv_caffe13DataParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13DataParameterE[_ZTVN12opencv_caffe13DataParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13DataParameterE[_ZTVN12opencv_caffe13DataParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13DataParameterE[_ZTVN12opencv_caffe13DataParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13DataParameterE[_ZTVN12opencv_caffe13DataParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13DataParameterE[_ZTVN12opencv_caffe13DataParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe30NonMaximumSuppressionParameterE[_ZTVN12opencv_caffe30NonMaximumSuppressionParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe30NonMaximumSuppressionParameterE[_ZTVN12opencv_caffe30NonMaximumSuppressionParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe30NonMaximumSuppressionParameterE[_ZTVN12opencv_caffe30NonMaximumSuppressionParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe30NonMaximumSuppressionParameterE[_ZTVN12opencv_caffe30NonMaximumSuppressionParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe30NonMaximumSuppressionParameterE[_ZTVN12opencv_caffe30NonMaximumSuppressionParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe30NonMaximumSuppressionParameterE[_ZTVN12opencv_caffe30NonMaximumSuppressionParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19SaveOutputParameterE[_ZTVN12opencv_caffe19SaveOutputParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19SaveOutputParameterE[_ZTVN12opencv_caffe19SaveOutputParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19SaveOutputParameterE[_ZTVN12opencv_caffe19SaveOutputParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19SaveOutputParameterE[_ZTVN12opencv_caffe19SaveOutputParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19SaveOutputParameterE[_ZTVN12opencv_caffe19SaveOutputParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19SaveOutputParameterE[_ZTVN12opencv_caffe19SaveOutputParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16DropoutParameterE[_ZTVN12opencv_caffe16DropoutParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16DropoutParameterE[_ZTVN12opencv_caffe16DropoutParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16DropoutParameterE[_ZTVN12opencv_caffe16DropoutParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16DropoutParameterE[_ZTVN12opencv_caffe16DropoutParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16DropoutParameterE[_ZTVN12opencv_caffe16DropoutParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16DropoutParameterE[_ZTVN12opencv_caffe16DropoutParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18DummyDataParameterE[_ZTVN12opencv_caffe18DummyDataParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18DummyDataParameterE[_ZTVN12opencv_caffe18DummyDataParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18DummyDataParameterE[_ZTVN12opencv_caffe18DummyDataParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18DummyDataParameterE[_ZTVN12opencv_caffe18DummyDataParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18DummyDataParameterE[_ZTVN12opencv_caffe18DummyDataParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18DummyDataParameterE[_ZTVN12opencv_caffe18DummyDataParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16EltwiseParameterE[_ZTVN12opencv_caffe16EltwiseParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16EltwiseParameterE[_ZTVN12opencv_caffe16EltwiseParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16EltwiseParameterE[_ZTVN12opencv_caffe16EltwiseParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16EltwiseParameterE[_ZTVN12opencv_caffe16EltwiseParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16EltwiseParameterE[_ZTVN12opencv_caffe16EltwiseParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16EltwiseParameterE[_ZTVN12opencv_caffe16EltwiseParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12ELUParameterE[_ZTVN12opencv_caffe12ELUParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12ELUParameterE[_ZTVN12opencv_caffe12ELUParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12ELUParameterE[_ZTVN12opencv_caffe12ELUParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12ELUParameterE[_ZTVN12opencv_caffe12ELUParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12ELUParameterE[_ZTVN12opencv_caffe12ELUParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12ELUParameterE[_ZTVN12opencv_caffe12ELUParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14EmbedParameterE[_ZTVN12opencv_caffe14EmbedParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14EmbedParameterE[_ZTVN12opencv_caffe14EmbedParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14EmbedParameterE[_ZTVN12opencv_caffe14EmbedParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14EmbedParameterE[_ZTVN12opencv_caffe14EmbedParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14EmbedParameterE[_ZTVN12opencv_caffe14EmbedParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14EmbedParameterE[_ZTVN12opencv_caffe14EmbedParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12ExpParameterE[_ZTVN12opencv_caffe12ExpParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12ExpParameterE[_ZTVN12opencv_caffe12ExpParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12ExpParameterE[_ZTVN12opencv_caffe12ExpParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12ExpParameterE[_ZTVN12opencv_caffe12ExpParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12ExpParameterE[_ZTVN12opencv_caffe12ExpParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12ExpParameterE[_ZTVN12opencv_caffe12ExpParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16FlattenParameterE[_ZTVN12opencv_caffe16FlattenParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16FlattenParameterE[_ZTVN12opencv_caffe16FlattenParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16FlattenParameterE[_ZTVN12opencv_caffe16FlattenParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16FlattenParameterE[_ZTVN12opencv_caffe16FlattenParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16FlattenParameterE[_ZTVN12opencv_caffe16FlattenParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16FlattenParameterE[_ZTVN12opencv_caffe16FlattenParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17HDF5DataParameterE[_ZTVN12opencv_caffe17HDF5DataParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17HDF5DataParameterE[_ZTVN12opencv_caffe17HDF5DataParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17HDF5DataParameterE[_ZTVN12opencv_caffe17HDF5DataParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17HDF5DataParameterE[_ZTVN12opencv_caffe17HDF5DataParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17HDF5DataParameterE[_ZTVN12opencv_caffe17HDF5DataParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17HDF5DataParameterE[_ZTVN12opencv_caffe17HDF5DataParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19HDF5OutputParameterE[_ZTVN12opencv_caffe19HDF5OutputParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19HDF5OutputParameterE[_ZTVN12opencv_caffe19HDF5OutputParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19HDF5OutputParameterE[_ZTVN12opencv_caffe19HDF5OutputParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19HDF5OutputParameterE[_ZTVN12opencv_caffe19HDF5OutputParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19HDF5OutputParameterE[_ZTVN12opencv_caffe19HDF5OutputParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19HDF5OutputParameterE[_ZTVN12opencv_caffe19HDF5OutputParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18HingeLossParameterE[_ZTVN12opencv_caffe18HingeLossParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18HingeLossParameterE[_ZTVN12opencv_caffe18HingeLossParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18HingeLossParameterE[_ZTVN12opencv_caffe18HingeLossParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18HingeLossParameterE[_ZTVN12opencv_caffe18HingeLossParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18HingeLossParameterE[_ZTVN12opencv_caffe18HingeLossParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18HingeLossParameterE[_ZTVN12opencv_caffe18HingeLossParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ImageDataParameterE[_ZTVN12opencv_caffe18ImageDataParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ImageDataParameterE[_ZTVN12opencv_caffe18ImageDataParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ImageDataParameterE[_ZTVN12opencv_caffe18ImageDataParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ImageDataParameterE[_ZTVN12opencv_caffe18ImageDataParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ImageDataParameterE[_ZTVN12opencv_caffe18ImageDataParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ImageDataParameterE[_ZTVN12opencv_caffe18ImageDataParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21InfogainLossParameterE[_ZTVN12opencv_caffe21InfogainLossParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21InfogainLossParameterE[_ZTVN12opencv_caffe21InfogainLossParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21InfogainLossParameterE[_ZTVN12opencv_caffe21InfogainLossParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21InfogainLossParameterE[_ZTVN12opencv_caffe21InfogainLossParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21InfogainLossParameterE[_ZTVN12opencv_caffe21InfogainLossParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21InfogainLossParameterE[_ZTVN12opencv_caffe21InfogainLossParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21InnerProductParameterE[_ZTVN12opencv_caffe21InnerProductParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21InnerProductParameterE[_ZTVN12opencv_caffe21InnerProductParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21InnerProductParameterE[_ZTVN12opencv_caffe21InnerProductParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21InnerProductParameterE[_ZTVN12opencv_caffe21InnerProductParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21InnerProductParameterE[_ZTVN12opencv_caffe21InnerProductParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21InnerProductParameterE[_ZTVN12opencv_caffe21InnerProductParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14InputParameterE[_ZTVN12opencv_caffe14InputParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14InputParameterE[_ZTVN12opencv_caffe14InputParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14InputParameterE[_ZTVN12opencv_caffe14InputParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14InputParameterE[_ZTVN12opencv_caffe14InputParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14InputParameterE[_ZTVN12opencv_caffe14InputParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14InputParameterE[_ZTVN12opencv_caffe14InputParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12LogParameterE[_ZTVN12opencv_caffe12LogParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12LogParameterE[_ZTVN12opencv_caffe12LogParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12LogParameterE[_ZTVN12opencv_caffe12LogParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12LogParameterE[_ZTVN12opencv_caffe12LogParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12LogParameterE[_ZTVN12opencv_caffe12LogParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12LogParameterE[_ZTVN12opencv_caffe12LogParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12LRNParameterE[_ZTVN12opencv_caffe12LRNParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12LRNParameterE[_ZTVN12opencv_caffe12LRNParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12LRNParameterE[_ZTVN12opencv_caffe12LRNParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12LRNParameterE[_ZTVN12opencv_caffe12LRNParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12LRNParameterE[_ZTVN12opencv_caffe12LRNParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12LRNParameterE[_ZTVN12opencv_caffe12LRNParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19MemoryDataParameterE[_ZTVN12opencv_caffe19MemoryDataParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19MemoryDataParameterE[_ZTVN12opencv_caffe19MemoryDataParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19MemoryDataParameterE[_ZTVN12opencv_caffe19MemoryDataParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19MemoryDataParameterE[_ZTVN12opencv_caffe19MemoryDataParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19MemoryDataParameterE[_ZTVN12opencv_caffe19MemoryDataParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19MemoryDataParameterE[_ZTVN12opencv_caffe19MemoryDataParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12MVNParameterE[_ZTVN12opencv_caffe12MVNParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12MVNParameterE[_ZTVN12opencv_caffe12MVNParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12MVNParameterE[_ZTVN12opencv_caffe12MVNParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12MVNParameterE[_ZTVN12opencv_caffe12MVNParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12MVNParameterE[_ZTVN12opencv_caffe12MVNParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12MVNParameterE[_ZTVN12opencv_caffe12MVNParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ParameterParameterE[_ZTVN12opencv_caffe18ParameterParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ParameterParameterE[_ZTVN12opencv_caffe18ParameterParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ParameterParameterE[_ZTVN12opencv_caffe18ParameterParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ParameterParameterE[_ZTVN12opencv_caffe18ParameterParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ParameterParameterE[_ZTVN12opencv_caffe18ParameterParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ParameterParameterE[_ZTVN12opencv_caffe18ParameterParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16PoolingParameterE[_ZTVN12opencv_caffe16PoolingParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16PoolingParameterE[_ZTVN12opencv_caffe16PoolingParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16PoolingParameterE[_ZTVN12opencv_caffe16PoolingParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16PoolingParameterE[_ZTVN12opencv_caffe16PoolingParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16PoolingParameterE[_ZTVN12opencv_caffe16PoolingParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16PoolingParameterE[_ZTVN12opencv_caffe16PoolingParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14PowerParameterE[_ZTVN12opencv_caffe14PowerParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14PowerParameterE[_ZTVN12opencv_caffe14PowerParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14PowerParameterE[_ZTVN12opencv_caffe14PowerParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14PowerParameterE[_ZTVN12opencv_caffe14PowerParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14PowerParameterE[_ZTVN12opencv_caffe14PowerParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14PowerParameterE[_ZTVN12opencv_caffe14PowerParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15PythonParameterE[_ZTVN12opencv_caffe15PythonParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15PythonParameterE[_ZTVN12opencv_caffe15PythonParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15PythonParameterE[_ZTVN12opencv_caffe15PythonParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15PythonParameterE[_ZTVN12opencv_caffe15PythonParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15PythonParameterE[_ZTVN12opencv_caffe15PythonParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe15PythonParameterE[_ZTVN12opencv_caffe15PythonParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18RecurrentParameterE[_ZTVN12opencv_caffe18RecurrentParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18RecurrentParameterE[_ZTVN12opencv_caffe18RecurrentParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18RecurrentParameterE[_ZTVN12opencv_caffe18RecurrentParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18RecurrentParameterE[_ZTVN12opencv_caffe18RecurrentParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18RecurrentParameterE[_ZTVN12opencv_caffe18RecurrentParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18RecurrentParameterE[_ZTVN12opencv_caffe18RecurrentParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ReductionParameterE[_ZTVN12opencv_caffe18ReductionParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ReductionParameterE[_ZTVN12opencv_caffe18ReductionParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ReductionParameterE[_ZTVN12opencv_caffe18ReductionParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ReductionParameterE[_ZTVN12opencv_caffe18ReductionParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ReductionParameterE[_ZTVN12opencv_caffe18ReductionParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ReductionParameterE[_ZTVN12opencv_caffe18ReductionParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13ReLUParameterE[_ZTVN12opencv_caffe13ReLUParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13ReLUParameterE[_ZTVN12opencv_caffe13ReLUParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13ReLUParameterE[_ZTVN12opencv_caffe13ReLUParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13ReLUParameterE[_ZTVN12opencv_caffe13ReLUParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13ReLUParameterE[_ZTVN12opencv_caffe13ReLUParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13ReLUParameterE[_ZTVN12opencv_caffe13ReLUParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16ReshapeParameterE[_ZTVN12opencv_caffe16ReshapeParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16ReshapeParameterE[_ZTVN12opencv_caffe16ReshapeParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16ReshapeParameterE[_ZTVN12opencv_caffe16ReshapeParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16ReshapeParameterE[_ZTVN12opencv_caffe16ReshapeParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16ReshapeParameterE[_ZTVN12opencv_caffe16ReshapeParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16ReshapeParameterE[_ZTVN12opencv_caffe16ReshapeParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14ScaleParameterE[_ZTVN12opencv_caffe14ScaleParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14ScaleParameterE[_ZTVN12opencv_caffe14ScaleParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14ScaleParameterE[_ZTVN12opencv_caffe14ScaleParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14ScaleParameterE[_ZTVN12opencv_caffe14ScaleParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14ScaleParameterE[_ZTVN12opencv_caffe14ScaleParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14ScaleParameterE[_ZTVN12opencv_caffe14ScaleParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16SigmoidParameterE[_ZTVN12opencv_caffe16SigmoidParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16SigmoidParameterE[_ZTVN12opencv_caffe16SigmoidParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16SigmoidParameterE[_ZTVN12opencv_caffe16SigmoidParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16SigmoidParameterE[_ZTVN12opencv_caffe16SigmoidParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16SigmoidParameterE[_ZTVN12opencv_caffe16SigmoidParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16SigmoidParameterE[_ZTVN12opencv_caffe16SigmoidParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14SliceParameterE[_ZTVN12opencv_caffe14SliceParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14SliceParameterE[_ZTVN12opencv_caffe14SliceParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14SliceParameterE[_ZTVN12opencv_caffe14SliceParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14SliceParameterE[_ZTVN12opencv_caffe14SliceParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14SliceParameterE[_ZTVN12opencv_caffe14SliceParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14SliceParameterE[_ZTVN12opencv_caffe14SliceParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16SoftmaxParameterE[_ZTVN12opencv_caffe16SoftmaxParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16SoftmaxParameterE[_ZTVN12opencv_caffe16SoftmaxParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16SoftmaxParameterE[_ZTVN12opencv_caffe16SoftmaxParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16SoftmaxParameterE[_ZTVN12opencv_caffe16SoftmaxParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16SoftmaxParameterE[_ZTVN12opencv_caffe16SoftmaxParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16SoftmaxParameterE[_ZTVN12opencv_caffe16SoftmaxParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13TanHParameterE[_ZTVN12opencv_caffe13TanHParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13TanHParameterE[_ZTVN12opencv_caffe13TanHParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13TanHParameterE[_ZTVN12opencv_caffe13TanHParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13TanHParameterE[_ZTVN12opencv_caffe13TanHParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13TanHParameterE[_ZTVN12opencv_caffe13TanHParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13TanHParameterE[_ZTVN12opencv_caffe13TanHParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13TileParameterE[_ZTVN12opencv_caffe13TileParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13TileParameterE[_ZTVN12opencv_caffe13TileParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13TileParameterE[_ZTVN12opencv_caffe13TileParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13TileParameterE[_ZTVN12opencv_caffe13TileParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13TileParameterE[_ZTVN12opencv_caffe13TileParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe13TileParameterE[_ZTVN12opencv_caffe13TileParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ThresholdParameterE[_ZTVN12opencv_caffe18ThresholdParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ThresholdParameterE[_ZTVN12opencv_caffe18ThresholdParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ThresholdParameterE[_ZTVN12opencv_caffe18ThresholdParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ThresholdParameterE[_ZTVN12opencv_caffe18ThresholdParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ThresholdParameterE[_ZTVN12opencv_caffe18ThresholdParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe18ThresholdParameterE[_ZTVN12opencv_caffe18ThresholdParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19WindowDataParameterE[_ZTVN12opencv_caffe19WindowDataParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19WindowDataParameterE[_ZTVN12opencv_caffe19WindowDataParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19WindowDataParameterE[_ZTVN12opencv_caffe19WindowDataParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19WindowDataParameterE[_ZTVN12opencv_caffe19WindowDataParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19WindowDataParameterE[_ZTVN12opencv_caffe19WindowDataParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19WindowDataParameterE[_ZTVN12opencv_caffe19WindowDataParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12SPPParameterE[_ZTVN12opencv_caffe12SPPParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12SPPParameterE[_ZTVN12opencv_caffe12SPPParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12SPPParameterE[_ZTVN12opencv_caffe12SPPParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12SPPParameterE[_ZTVN12opencv_caffe12SPPParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12SPPParameterE[_ZTVN12opencv_caffe12SPPParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe12SPPParameterE[_ZTVN12opencv_caffe12SPPParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16V1LayerParameterE[_ZTVN12opencv_caffe16V1LayerParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16V1LayerParameterE[_ZTVN12opencv_caffe16V1LayerParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16V1LayerParameterE[_ZTVN12opencv_caffe16V1LayerParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16V1LayerParameterE[_ZTVN12opencv_caffe16V1LayerParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16V1LayerParameterE[_ZTVN12opencv_caffe16V1LayerParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16V1LayerParameterE[_ZTVN12opencv_caffe16V1LayerParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16V0LayerParameterE[_ZTVN12opencv_caffe16V0LayerParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16V0LayerParameterE[_ZTVN12opencv_caffe16V0LayerParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16V0LayerParameterE[_ZTVN12opencv_caffe16V0LayerParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16V0LayerParameterE[_ZTVN12opencv_caffe16V0LayerParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16V0LayerParameterE[_ZTVN12opencv_caffe16V0LayerParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe16V0LayerParameterE[_ZTVN12opencv_caffe16V0LayerParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14PReLUParameterE[_ZTVN12opencv_caffe14PReLUParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14PReLUParameterE[_ZTVN12opencv_caffe14PReLUParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14PReLUParameterE[_ZTVN12opencv_caffe14PReLUParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14PReLUParameterE[_ZTVN12opencv_caffe14PReLUParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14PReLUParameterE[_ZTVN12opencv_caffe14PReLUParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14PReLUParameterE[_ZTVN12opencv_caffe14PReLUParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14NormalizedBBoxE[_ZTVN12opencv_caffe14NormalizedBBoxE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14NormalizedBBoxE[_ZTVN12opencv_caffe14NormalizedBBoxE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14NormalizedBBoxE[_ZTVN12opencv_caffe14NormalizedBBoxE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14NormalizedBBoxE[_ZTVN12opencv_caffe14NormalizedBBoxE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14NormalizedBBoxE[_ZTVN12opencv_caffe14NormalizedBBoxE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe14NormalizedBBoxE[_ZTVN12opencv_caffe14NormalizedBBoxE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19ROIPoolingParameterE[_ZTVN12opencv_caffe19ROIPoolingParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19ROIPoolingParameterE[_ZTVN12opencv_caffe19ROIPoolingParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19ROIPoolingParameterE[_ZTVN12opencv_caffe19ROIPoolingParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19ROIPoolingParameterE[_ZTVN12opencv_caffe19ROIPoolingParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19ROIPoolingParameterE[_ZTVN12opencv_caffe19ROIPoolingParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe19ROIPoolingParameterE[_ZTVN12opencv_caffe19ROIPoolingParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17ProposalParameterE[_ZTVN12opencv_caffe17ProposalParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17ProposalParameterE[_ZTVN12opencv_caffe17ProposalParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17ProposalParameterE[_ZTVN12opencv_caffe17ProposalParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17ProposalParameterE[_ZTVN12opencv_caffe17ProposalParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17ProposalParameterE[_ZTVN12opencv_caffe17ProposalParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe17ProposalParameterE[_ZTVN12opencv_caffe17ProposalParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21PSROIPoolingParameterE[_ZTVN12opencv_caffe21PSROIPoolingParameterE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21PSROIPoolingParameterE[_ZTVN12opencv_caffe21PSROIPoolingParameterE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21PSROIPoolingParameterE[_ZTVN12opencv_caffe21PSROIPoolingParameterE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21PSROIPoolingParameterE[_ZTVN12opencv_caffe21PSROIPoolingParameterE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21PSROIPoolingParameterE[_ZTVN12opencv_caffe21PSROIPoolingParameterE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZTVN12opencv_caffe21PSROIPoolingParameterE[_ZTVN12opencv_caffe21PSROIPoolingParameterE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZN12opencv_caffe21PSROIPoolingParameter12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZN12opencv_caffe17ProposalParameter12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZN12opencv_caffe19ROIPoolingParameter12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZN12opencv_caffe14NormalizedBBox12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZN12opencv_caffe14PReLUParameter12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-caffe.pb.cc.o):(.data.rel.ro._ZN12opencv_caffe16V0LayerParameter12_class_data_E+0x0): more undefined references to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto_Segment::ByteSizeLong() const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx19TensorProto_Segment12ByteSizeLongEv+0x45): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::AttributeProto::GetMetadata() const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ValueInfoProto::GetMetadata() const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14ValueInfoProto11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::NodeProto::GetMetadata() const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ModelProto::GetMetadata() const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::StringStringEntryProto::GetMetadata() const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx22StringStringEntryProto11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto11GetMetadataEv+0x16): more undefined references to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `void google::protobuf::internal::InternalMetadata::DeleteOutOfLineHelper() [clone .isra.0]': opencv-onnx.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadata21DeleteOutOfLineHelperINS0_15UnknownFieldSetEEEvv.isra.0+0x34): undefined reference to `google::protobuf::UnknownFieldSet::ClearFallback()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::OperatorSetIdProto::ByteSizeLong() const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx18OperatorSetIdProto12ByteSizeLongEv+0x2f): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto_Dimension::ByteSizeLong() const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx26TensorShapeProto_Dimension12ByteSizeLongEv+0x3d): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx26TensorShapeProto_Dimension12ByteSizeLongEv+0x8b): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::StringStringEntryProto::ByteSizeLong() const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx22StringStringEntryProto12ByteSizeLongEv+0x16): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx22StringStringEntryProto12ByteSizeLongEv+0x48): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx16TensorShapeProto12ByteSizeLongEv+0x61): more undefined references to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x93): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x16c): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1ec): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x214): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x22c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x24c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x272): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto_Tensor::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx16TypeProto_Tensor18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xad): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx16TypeProto_Tensor18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx16TypeProto_Tensor18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx16TypeProto_Tensor18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x103): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto_Segment::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx19TensorProto_Segment18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x117): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx19TensorProto_Segment18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x124): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx19TensorProto_Segment18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x104): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::StringStringEntryProto::~StringStringEntryProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoD2Ev+0x2e): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoD2Ev+0x41): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoD2Ev+0x5b): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoD2Ev+0x6a): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoD2Ev+0x79): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoD2Ev+0x8a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::StringStringEntryProto::~StringStringEntryProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoD0Ev+0x2f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoD0Ev+0x43): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoD0Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoD0Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoD0Ev+0x81): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoD0Ev+0x92): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoD0Ev+0xb9): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto_Segment::~TensorProto_Segment()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx19TensorProto_SegmentD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx19TensorProto_SegmentD2Ev+0x58): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx19TensorProto_SegmentD2Ev+0x73): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9TypeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xcd): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9TypeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xf7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9TypeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x104): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9TypeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc0): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto_Segment::~TensorProto_Segment()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx19TensorProto_SegmentD0Ev+0x37): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx19TensorProto_SegmentD0Ev+0x5e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx19TensorProto_SegmentD0Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx19TensorProto_SegmentD0Ev+0xa8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::StringStringEntryProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx22StringStringEntryProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x107): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx22StringStringEntryProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x11f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx22StringStringEntryProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xee): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::OperatorSetIdProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx18OperatorSetIdProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x114): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx18OperatorSetIdProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x12c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx18OperatorSetIdProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x10a): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto::~TensorShapeProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProtoD0Ev+0x43): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProtoD0Ev+0x6a): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProtoD0Ev+0x9f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProtoD0Ev+0xcd): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProtoD0Ev+0x105): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto::~TensorShapeProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProtoD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProtoD2Ev+0x68): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProtoD2Ev+0xa7): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProtoD2Ev+0xd5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProtoD2Ev+0x105): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto_Tensor::~TypeProto_Tensor()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TypeProto_TensorD2Ev+0x30): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TypeProto_TensorD2Ev+0x44): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TypeProto_TensorD2Ev+0x92): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto_Tensor::~TypeProto_Tensor()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TypeProto_TensorD0Ev+0x31): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TypeProto_TensorD0Ev+0x46): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TypeProto_TensorD0Ev+0x9a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TypeProto_TensorD0Ev+0xc1): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::OperatorSetIdProto::~OperatorSetIdProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProtoD2Ev+0x30): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProtoD2Ev+0x3f): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProtoD2Ev+0x50): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProtoD2Ev+0x76): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProtoD2Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::OperatorSetIdProto::~OperatorSetIdProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProtoD0Ev+0x31): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProtoD0Ev+0x40): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProtoD0Ev+0x51): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProtoD0Ev+0x78): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProtoD0Ev+0xab): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProtoD0Ev+0xc0): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto_Dimension::~TensorShapeProto_Dimension()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionD2Ev+0x30): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionD2Ev+0x44): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionD2Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionD2Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionD2Ev+0x8a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionD2Ev+0xfc): undefined reference to `google::protobuf::internal::ArenaStringPtr::Destroy(google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto_Dimension::~TensorShapeProto_Dimension()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionD0Ev+0x31): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionD0Ev+0x46): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionD0Ev+0x6b): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionD0Ev+0x7a): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionD0Ev+0x92): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionD0Ev+0xb9): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionD0Ev+0x114): undefined reference to `google::protobuf::internal::ArenaStringPtr::Destroy(google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto::ByteSizeLong() const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto12ByteSizeLongEv+0x10): undefined reference to `google::protobuf::internal::WireFormatLite::Int64Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto12ByteSizeLongEv+0x49): undefined reference to `google::protobuf::internal::WireFormatLite::Int32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto12ByteSizeLongEv+0x79): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto12ByteSizeLongEv+0x83): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto12ByteSizeLongEv+0xa3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto12ByteSizeLongEv+0xca): undefined reference to `google::protobuf::internal::WireFormatLite::Int64Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto12ByteSizeLongEv+0x124): undefined reference to `google::protobuf::internal::WireFormatLite::UInt64Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto12ByteSizeLongEv+0x1fc): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto12ByteSizeLongEv+0x1ab): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::AttributeProto::ByteSizeLong() const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto12ByteSizeLongEv+0x1b): undefined reference to `google::protobuf::internal::WireFormatLite::Int64Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto12ByteSizeLongEv+0x2d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto12ByteSizeLongEv+0x3a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto12ByteSizeLongEv+0x5b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto12ByteSizeLongEv+0x1a3): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::NodeProto::ByteSizeLong() const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto12ByteSizeLongEv+0x13): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto12ByteSizeLongEv+0x1e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto12ByteSizeLongEv+0x3b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto12ByteSizeLongEv+0x65): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto12ByteSizeLongEv+0x6f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto12ByteSizeLongEv+0x8b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto12ByteSizeLongEv+0x126): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::GraphProto::ByteSizeLong() const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto12ByteSizeLongEv+0x1ba): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ModelProto::ByteSizeLong() const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto12ByteSizeLongEv+0x56): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto12ByteSizeLongEv+0xe5): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto12ByteSizeLongEv+0x1ea): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ValueInfoProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14ValueInfoProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x75): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14ValueInfoProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x147): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14ValueInfoProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x15f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14ValueInfoProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x17f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14ValueInfoProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x134): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto_Dimension::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx26TensorShapeProto_Dimension18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x154): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx26TensorShapeProto_Dimension18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x187): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx26TensorShapeProto_Dimension18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x19f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx26TensorShapeProto_Dimension18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x147): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::NodeProto::~NodeProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD0Ev+0x40): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD0Ev+0x49): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD0Ev+0x50): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD0Ev+0x7c): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD0Ev+0x9b): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD0Ev+0xaa): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD0Ev+0xb9): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD0Ev+0xc8): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD0Ev+0xd7): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD0Ev+0x100): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD0Ev+0x115): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::NodeProto::~NodeProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD2Ev+0x42): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD2Ev+0x4b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD2Ev+0x52): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD2Ev+0x7d): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD2Ev+0xa3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD2Ev+0xb2): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD2Ev+0xc1): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD2Ev+0xd0): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD2Ev+0xdf): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD2Ev+0x108): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoD2Ev+0x11d): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::GraphProto::~GraphProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoD2Ev+0x8f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoD2Ev+0xba): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoD2Ev+0xe3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoD2Ev+0xf8): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoD2Ev+0x10d): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoD2Ev+0x185): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoD2Ev+0x195): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoD2Ev+0x1b5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoD2Ev+0x1d5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoD2Ev+0x1f5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoD2Ev+0x215): more undefined references to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ModelProto::~ModelProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD2Ev+0x52): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD2Ev+0x7d): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD2Ev+0xa3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD2Ev+0xb2): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD2Ev+0xc1): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD2Ev+0xd0): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD2Ev+0xdf): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD2Ev+0x13b): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD2Ev+0x14d): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD2Ev+0x16d): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD2Ev+0x195): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ModelProto::~ModelProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD0Ev+0x50): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD0Ev+0x7c): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD0Ev+0x9b): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD0Ev+0xaa): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD0Ev+0xb9): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD0Ev+0xc8): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD0Ev+0xd7): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD0Ev+0x133): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD0Ev+0x145): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD0Ev+0x165): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoD0Ev+0x185): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto::~TensorProto() [clone .part.0]': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0x10): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0x25): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0x3a): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0x4f): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0xa9): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0xd5): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0x107): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0x119): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0x125): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0x12e): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0x137): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0x140): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0x149): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0x152): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0x17a): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev.part.0+0x1c3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto::~TensorProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev+0x32): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev+0x3e): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev+0x47): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev+0x50): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev+0x59): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev+0x62): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev+0x6b): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev+0x72): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD2Ev+0x9a): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::AttributeProto::~AttributeProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoD2Ev+0x58): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoD2Ev+0x61): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoD2Ev+0x6a): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoD2Ev+0x71): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoD2Ev+0x9c): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoD2Ev+0xc3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoD2Ev+0xd8): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoD2Ev+0xed): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoD2Ev+0x102): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoD2Ev+0x117): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoD2Ev+0x192): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoD2Ev+0x1a5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoD2Ev+0x1c5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoD2Ev+0x1e5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto::~TensorProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD0Ev+0x38): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD0Ev+0x44): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD0Ev+0x4d): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD0Ev+0x56): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD0Ev+0x5f): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD0Ev+0x68): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD0Ev+0x71): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD0Ev+0x78): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoD0Ev+0xa0): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x24a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x266): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x53c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x557): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x56f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x587): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x59f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x5b1): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x670): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x683): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x71e): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteRawFallback(void const*, int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x731): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x744): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x757): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x76b): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteRawFallback(void const*, int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x77e): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x791): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x657): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::AttributeProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x171): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x20a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x227): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2b9): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x319): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3fc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x417): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x42f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x447): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x458): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x469): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x558): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x56b): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x57b): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x58e): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x5a1): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx14AttributeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x535): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::NodeProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x36): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x91): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x154): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1bc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1dc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1f7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x37b): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x393): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3ab): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3c0): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx9NodeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x320): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::GraphProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x57): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xbf): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x11f): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x177): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1ce): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x20f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x21f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x237): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x247): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x257): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x330): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x348): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10GraphProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x31d): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ModelProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x157): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1ab): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1e7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1f7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x205): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x378): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x388): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x398): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3d2): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3ea): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x402): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x41a): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZNK11opencv_onnx10ModelProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3bf): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::AttributeProto_AttributeType_descriptor()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx39AttributeProto_AttributeType_descriptorEv+0xe): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const*, bool)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto_DataType_descriptor()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx31TensorProto_DataType_descriptorEv+0xe): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const*, bool)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::Version_descriptor()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18Version_descriptorEv+0xe): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const*, bool)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::AttributeProto::AttributeProto(google::protobuf::Arena*, bool) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx14AttributeProtoC2EPN6google8protobuf5ArenaEb+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx14AttributeProtoC2EPN6google8protobuf5ArenaEb+0xd): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx14AttributeProtoC2EPN6google8protobuf5ArenaEb+0x14): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::AttributeProto::AttributeProto(google::protobuf::Arena*, bool)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoC2EPN6google8protobuf5ArenaEb+0x4f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoC2EPN6google8protobuf5ArenaEb+0x56): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ValueInfoProto::ValueInfoProto(google::protobuf::Arena*, bool)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoC2EPN6google8protobuf5ArenaEb+0x2a): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::NodeProto::NodeProto(google::protobuf::Arena*, bool) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx9NodeProtoC2EPN6google8protobuf5ArenaEb+0x4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx9NodeProtoC2EPN6google8protobuf5ArenaEb+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::NodeProto::NodeProto(google::protobuf::Arena*, bool)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoC2EPN6google8protobuf5ArenaEb+0x35): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoC2EPN6google8protobuf5ArenaEb+0x41): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoC2EPN6google8protobuf5ArenaEb+0x48): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ModelProto::ModelProto(google::protobuf::Arena*, bool)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoC2EPN6google8protobuf5ArenaEb+0x3e): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::StringStringEntryProto::StringStringEntryProto(google::protobuf::Arena*, bool)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoC2EPN6google8protobuf5ArenaEb+0x7): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::GraphProto::GraphProto(google::protobuf::Arena*, bool)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoC2EPN6google8protobuf5ArenaEb+0x3a): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto::TensorProto(google::protobuf::Arena*, bool) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx11TensorProtoC2EPN6google8protobuf5ArenaEb+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx11TensorProtoC2EPN6google8protobuf5ArenaEb+0xc): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx11TensorProtoC2EPN6google8protobuf5ArenaEb+0x15): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx11TensorProtoC2EPN6google8protobuf5ArenaEb+0x1c): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto::TensorProto(google::protobuf::Arena*, bool)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2EPN6google8protobuf5ArenaEb+0x65): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2EPN6google8protobuf5ArenaEb+0x6c): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2EPN6google8protobuf5ArenaEb+0x78): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto_Dimension::TensorShapeProto_Dimension(google::protobuf::Arena*, bool)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionC2EPN6google8protobuf5ArenaEb+0x29): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto_Dimension::clear_value()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension11clear_valueEv+0x2c): undefined reference to `google::protobuf::internal::ArenaStringPtr::Destroy(google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto::set_allocated_tensor_type(opencv_onnx::TypeProto_Tensor*)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProto25set_allocated_tensor_typeEPNS_16TypeProto_TensorE+0x4c): undefined reference to `google::protobuf::internal::GetOwnedMessageInternal(google::protobuf::Arena*, google::protobuf::MessageLite*, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto::TypeProto(google::protobuf::Arena*, bool)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProtoC2EPN6google8protobuf5ArenaEb+0x29): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto::clear_value()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProto11clear_valueEv+0x6d): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto::~TypeProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProtoD2Ev+0x2e): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProtoD2Ev+0x41): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProtoD2Ev+0x5b): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProtoD2Ev+0x6a): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProtoD2Ev+0x82): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto::~TypeProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProtoD0Ev+0x2f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProtoD0Ev+0x43): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProtoD0Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProtoD0Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProtoD0Ev+0x8a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProtoD0Ev+0xb1): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ValueInfoProto::~ValueInfoProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD2Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD2Ev+0x49): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD2Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD2Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD2Ev+0x81): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD2Ev+0xa1): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD2Ev+0x112): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD2Ev+0x16b): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ValueInfoProto::~ValueInfoProto()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD0Ev+0x32): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD0Ev+0x46): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD0Ev+0x6b): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD0Ev+0x7a): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD0Ev+0x89): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD0Ev+0xd2): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD0Ev+0x10f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD0Ev+0x144): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoD0Ev+0x175): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::OperatorSetIdProto::OperatorSetIdProto(google::protobuf::Arena*, bool)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProtoC2EPN6google8protobuf5ArenaEb+0x2a): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::AttributeProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx14AttributeProtoEJEEEPT_PS1_DpOT0_+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx14AttributeProtoEJEEEPT_PS1_DpOT0_+0xe): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx14AttributeProtoEJEEEPT_PS1_DpOT0_+0x15): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx14AttributeProtoEJEEEPT_PS1_DpOT0_+0x3f): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx14AttributeProtoEJEEEPT_PS1_DpOT0_+0x49): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx14AttributeProtoEJEEEPT_PS1_DpOT0_+0x50): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::AttributeProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx14AttributeProtoEJEEEPT_PS1_DpOT0_+0x1e): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx14AttributeProtoEJEEEPT_PS1_DpOT0_+0x67): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx14AttributeProtoEJEEEPT_PS1_DpOT0_+0x8a): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx14AttributeProtoEJEEEPT_PS1_DpOT0_+0x143): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ValueInfoProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx14ValueInfoProtoEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx14ValueInfoProtoEJEEEPT_PS1_DpOT0_+0x26): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::NodeProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx9NodeProtoEJEEEPT_PS1_DpOT0_+0x7): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx9NodeProtoEJEEEPT_PS1_DpOT0_+0xe): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx9NodeProtoEJEEEPT_PS1_DpOT0_+0x3b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx9NodeProtoEJEEEPT_PS1_DpOT0_+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::NodeProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx9NodeProtoEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx9NodeProtoEJEEEPT_PS1_DpOT0_+0x43): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx9NodeProtoEJEEEPT_PS1_DpOT0_+0x50): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx9NodeProtoEJEEEPT_PS1_DpOT0_+0x65): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx9NodeProtoEJEEEPT_PS1_DpOT0_+0xc5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx9NodeProtoEJEEEPT_PS1_DpOT0_+0xd1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ModelProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx10ModelProtoEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx10ModelProtoEJEEEPT_PS1_DpOT0_+0x46): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::StringStringEntryProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx22StringStringEntryProtoEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx22StringStringEntryProtoEJEEEPT_PS1_DpOT0_+0x20): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx22StringStringEntryProtoEJEEEPT_PS1_DpOT0_+0x55): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::GraphProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx10GraphProtoEJEEEPT_PS1_DpOT0_+0x15): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx10GraphProtoEJEEEPT_PS1_DpOT0_+0x86): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto_Segment* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx19TensorProto_SegmentEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx11TensorProtoEJEEEPT_PS1_DpOT0_+0x14): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx11TensorProtoEJEEEPT_PS1_DpOT0_+0x1c): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx11TensorProtoEJEEEPT_PS1_DpOT0_+0x26): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx11TensorProtoEJEEEPT_PS1_DpOT0_+0x2d): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx11TensorProtoEJEEEPT_PS1_DpOT0_+0x1c): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx11TensorProtoEJEEEPT_PS1_DpOT0_+0x78): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx11TensorProtoEJEEEPT_PS1_DpOT0_+0x7f): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx11TensorProtoEJEEEPT_PS1_DpOT0_+0x90): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto_Dimension* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx26TensorShapeProto_DimensionEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx26TensorShapeProto_DimensionEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx26TensorShapeProto_DimensionEJEEEPT_PS1_DpOT0_+0x4d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx16TensorShapeProtoEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto_Tensor* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx16TypeProto_TensorEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx9TypeProtoEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx9TypeProtoEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx9TypeProtoEJEEEPT_PS1_DpOT0_+0x4d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::OperatorSetIdProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx18OperatorSetIdProtoEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx18OperatorSetIdProtoEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN11opencv_onnx18OperatorSetIdProtoEJEEEPT_PS1_DpOT0_+0x4d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::StringStringEntryProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x43): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x96): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe5): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf3): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x11b): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto_Segment::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx19TensorProto_Segment14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x95): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx19TensorProto_Segment14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x115): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx19TensorProto_Segment14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x171): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx19TensorProto_Segment14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x184): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx19TensorProto_Segment14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1a4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto_Dimension::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4f): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xaa): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x137): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x182): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x190): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1bb): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1ec): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x274): undefined reference to `google::protobuf::internal::ArenaStringPtr::Destroy(google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::OperatorSetIdProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4b): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9d): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x122): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x166): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x174): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x194): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x50): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xae): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe3): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x117): undefined reference to `google::protobuf::internal::PackedUInt64Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x157): undefined reference to `google::protobuf::internal::PackedDoubleParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1b4): undefined reference to `google::protobuf::internal::PackedInt64Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x205): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x214): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x254): undefined reference to `google::protobuf::internal::PackedInt32Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x284): undefined reference to `google::protobuf::internal::PackedFloatParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2c4): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x330): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3eb): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x478): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x5f7): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x6ac): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x6d3): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x6fd): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x727): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x754): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto_Tensor::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TypeProto_Tensor14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x96): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TypeProto_Tensor14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xda): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TypeProto_Tensor14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x109): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TypeProto_Tensor14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x187): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TypeProto_Tensor14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x194): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TypeProto_Tensor14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1bc): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ValueInfoProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x43): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9f): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe5): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf3): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x11f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x190): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4b): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9e): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe5): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf3): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x11f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x15d): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::AttributeProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x53): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xae): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe7): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x19b): undefined reference to `google::protobuf::UnknownFieldSet::AddVarint(int, unsigned long)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x208): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x250): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x298): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2e0): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x305): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x314): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x422): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x49c): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x588): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x596): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x5fd): undefined reference to `google::protobuf::internal::PackedInt64Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x62c): undefined reference to `google::protobuf::internal::PackedFloatParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x662): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::NodeProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x50): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x96): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa4): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xd7): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x16a): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x178): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1b5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1c4): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x231): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x240): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x28d): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ModelProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4f): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa6): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xda): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x13a): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x148): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1aa): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1b8): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x201): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x20f): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2c1): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::GraphProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4a): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa6): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xda): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x140): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x14e): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1a0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1ae): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x212): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x220): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x282): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x290): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x32a): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x338): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x396): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3a4): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x49): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9b): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe0): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x128): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x15b): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::StringStringEntryProto::StringStringEntryProto(opencv_onnx::StringStringEntryProto const&) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx22StringStringEntryProtoC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::StringStringEntryProto::StringStringEntryProto(opencv_onnx::StringStringEntryProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoC2ERKS0_+0x59): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoC2ERKS0_+0x9c): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProtoC2ERKS0_+0xcc): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::StringStringEntryProto::MergeFrom(opencv_onnx::StringStringEntryProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProto9MergeFromERKS0_+0x70): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx22StringStringEntryProto9MergeFromERKS0_+0xa0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto_Segment::TensorProto_Segment(opencv_onnx::TensorProto_Segment const&) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx19TensorProto_SegmentC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto_Dimension::TensorShapeProto_Dimension(opencv_onnx::TensorShapeProto_Dimension const&) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx26TensorShapeProto_DimensionC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto_Dimension::TensorShapeProto_Dimension(opencv_onnx::TensorShapeProto_Dimension const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionC2ERKS0_+0x59): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionC2ERKS0_+0xcc): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_DimensionC2ERKS0_+0x10b): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto_Dimension::MergeFrom(opencv_onnx::TensorShapeProto_Dimension const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension9MergeFromERKS0_+0x82): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension9MergeFromERKS0_+0xb4): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension9MergeFromERKS0_+0x10b): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension9MergeFromERKS0_+0x144): undefined reference to `google::protobuf::internal::ArenaStringPtr::Destroy(google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::OperatorSetIdProto::OperatorSetIdProto(opencv_onnx::OperatorSetIdProto const&) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx18OperatorSetIdProtoC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::OperatorSetIdProto::OperatorSetIdProto(opencv_onnx::OperatorSetIdProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProtoC2ERKS0_+0x4f): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProtoC2ERKS0_+0x8c): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::OperatorSetIdProto::MergeFrom(opencv_onnx::OperatorSetIdProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProto9MergeFromERKS0_+0x8a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::NodeProto::NodeProto(opencv_onnx::NodeProto const&) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx9NodeProtoC2ERKS0_+0xb): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx9NodeProtoC2ERKS0_+0x13): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx9NodeProtoC2ERKS0_+0x1a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx9NodeProtoC2ERKS0_+0x42): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::NodeProto::NodeProto(opencv_onnx::NodeProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoC2ERKS0_+0x3f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoC2ERKS0_+0x4f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoC2ERKS0_+0xab): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoC2ERKS0_+0xff): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoC2ERKS0_+0x164): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoC2ERKS0_+0x1a4): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoC2ERKS0_+0x1d0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProtoC2ERKS0_+0x200): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::NodeProto::MergeFrom(opencv_onnx::NodeProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto9MergeFromERKS0_+0x17): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto9MergeFromERKS0_+0x24): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto9MergeFromERKS0_+0xb3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto9MergeFromERKS0_+0x114): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto9MergeFromERKS0_+0x144): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto9MergeFromERKS0_+0x172): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto9MergeFromERKS0_+0x1a0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::GraphProto::GraphProto(opencv_onnx::GraphProto const&) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x15): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x2b): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x41): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x59): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x71): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x78): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::GraphProto::GraphProto(opencv_onnx::GraphProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x13d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x156): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x197): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x1f7): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x247): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x297): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x2e7): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x34e): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProtoC2ERKS0_+0x38e): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ModelProto::ModelProto(opencv_onnx::ModelProto const&) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx10ModelProtoC2ERKS0_+0x1e): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx10ModelProtoC2ERKS0_+0x34): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx10ModelProtoC2ERKS0_+0x3b): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ModelProto::ModelProto(opencv_onnx::ModelProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoC2ERKS0_+0xb3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoC2ERKS0_+0x127): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoC2ERKS0_+0x177): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoC2ERKS0_+0x204): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoC2ERKS0_+0x234): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoC2ERKS0_+0x260): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProtoC2ERKS0_+0x290): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::GraphProto::MergeFrom(opencv_onnx::GraphProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto9MergeFromERKS0_+0xc3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto9MergeFromERKS0_+0x11b): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto9MergeFromERKS0_+0x173): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto9MergeFromERKS0_+0x1cb): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto9MergeFromERKS0_+0x229): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto9MergeFromERKS0_+0x29e): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10GraphProto9MergeFromERKS0_+0x2d6): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto::TensorShapeProto(opencv_onnx::TensorShapeProto const&) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx16TensorShapeProtoC2ERKS0_+0x12): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx16TensorShapeProtoC2ERKS0_+0x19): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto::TensorShapeProto(opencv_onnx::TensorShapeProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProtoC2ERKS0_+0x8f): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto_Tensor::TypeProto_Tensor(opencv_onnx::TypeProto_Tensor const&) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx16TypeProto_TensorC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto::MergeFrom(opencv_onnx::TensorShapeProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProto9MergeFromERKS0_+0x63): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ModelProto::MergeFrom(opencv_onnx::ModelProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto9MergeFromERKS0_+0xe3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto9MergeFromERKS0_+0x133): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto9MergeFromERKS0_+0x1d6): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto9MergeFromERKS0_+0x20d): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto9MergeFromERKS0_+0x244): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx10ModelProto9MergeFromERKS0_+0x277): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto::MergeFrom(opencv_onnx::TensorProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto9MergeFromERKS0_+0x34): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto9MergeFromERKS0_+0xfa): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto9MergeFromERKS0_+0x14f): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto9MergeFromERKS0_+0x19c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto9MergeFromERKS0_+0x1dc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto9MergeFromERKS0_+0x219): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto9MergeFromERKS0_+0x256): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto9MergeFromERKS0_+0x2fc): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto9MergeFromERKS0_+0x339): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto9MergeFromERKS0_+0x372): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::AttributeProto::MergeFrom(opencv_onnx::AttributeProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto9MergeFromERKS0_+0x2d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto9MergeFromERKS0_+0x13b): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto9MergeFromERKS0_+0x193): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto9MergeFromERKS0_+0x1dc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto9MergeFromERKS0_+0x219): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto9MergeFromERKS0_+0x2bc): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto9MergeFromERKS0_+0x2f9): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto9MergeFromERKS0_+0x336): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto9MergeFromERKS0_+0x373): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto::TypeProto(opencv_onnx::TypeProto const&) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx9TypeProtoC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto::TypeProto(opencv_onnx::TypeProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProtoC2ERKS0_+0x53): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProtoC2ERKS0_+0x94): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ValueInfoProto::ValueInfoProto(opencv_onnx::ValueInfoProto const&) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx14ValueInfoProtoC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ValueInfoProto::ValueInfoProto(opencv_onnx::ValueInfoProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoC2ERKS0_+0x59): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoC2ERKS0_+0xdc): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProtoC2ERKS0_+0x104): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TypeProto::MergeFrom(opencv_onnx::TypeProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProto9MergeFromERKS0_+0x70): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::ValueInfoProto::MergeFrom(opencv_onnx::ValueInfoProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProto9MergeFromERKS0_+0xb4): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14ValueInfoProto9MergeFromERKS0_+0xe2): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProto9MergeImplEPN6google8protobuf7MessageERKS3_+0x63): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto::TensorProto(opencv_onnx::TensorProto const&) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x2c): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x38): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x41): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x49): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x52): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x5b): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x64): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto::TensorProto(opencv_onnx::TensorProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0xab): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x15c): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x1c4): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x1fc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x234): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x25c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x284): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x2ac): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x382): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x3b6): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x3ee): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x440): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x453): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x466): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x479): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x48c): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProtoC2ERKS0_+0x49f): more undefined references to `vtable for google::protobuf::MessageLite' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::AttributeProto::AttributeProto(opencv_onnx::AttributeProto const&) [clone .cold]': opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x1e): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x36): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x3e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x47): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x50): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: opencv-onnx.pb.cc:(.text.unlikely._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x57): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::AttributeProto::AttributeProto(opencv_onnx::AttributeProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x87): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x110): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x1af): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x1ff): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x244): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x26c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x31a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x35a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x39a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProtoC2ERKS0_+0x3d6): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::OperatorSetIdProto::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProto9MergeImplEPN6google8protobuf7MessageERKS3_+0x8a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9TypeProto9MergeImplEPN6google8protobuf7MessageERKS3_+0x70): more undefined references to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto_Dimension::Clear()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension5ClearEv+0x64): undefined reference to `google::protobuf::internal::ArenaStringPtr::Destroy(google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto::Clear()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProto5ClearEv+0xbc): undefined reference to `google::protobuf::internal::ArenaStringPtr::Destroy(google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto::CopyFrom(opencv_onnx::TensorShapeProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProto8CopyFromERKS0_+0x113): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx16TensorShapeProto8CopyFromERKS0_+0x194): undefined reference to `google::protobuf::internal::ArenaStringPtr::Destroy(google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::OperatorSetIdProto::CopyFrom(opencv_onnx::OperatorSetIdProto const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx18OperatorSetIdProto8CopyFromERKS0_+0xf2): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorShapeProto_Dimension::CopyFrom(opencv_onnx::TensorShapeProto_Dimension const&)': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx26TensorShapeProto_Dimension8CopyFromERKS0_+0x80): undefined reference to `google::protobuf::internal::ArenaStringPtr::Destroy(google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::TensorProto::Clear()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx11TensorProto5ClearEv+0x1e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::AttributeProto::Clear()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto5ClearEv+0x20): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx14AttributeProto5ClearEv+0x73): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `opencv_onnx::NodeProto::Clear()': opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto5ClearEv+0xc): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN11opencv_onnx9NodeProto5ClearEv+0x15): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_onnx::OperatorSetIdProto const&, opencv_onnx::OperatorSetIdProto*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN11opencv_onnx18OperatorSetIdProtoEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN11opencv_onnx18OperatorSetIdProtoEE5MergeERKS4_PS4_]+0x8a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_onnx::StringStringEntryProto const&, opencv_onnx::StringStringEntryProto*)': opencv-onnx.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN11opencv_onnx22StringStringEntryProtoEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN11opencv_onnx22StringStringEntryProtoEE5MergeERKS4_PS4_]+0x70): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: opencv-onnx.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN11opencv_onnx22StringStringEntryProtoEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN11opencv_onnx22StringStringEntryProtoEE5MergeERKS4_PS4_]+0xa0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `_GLOBAL__sub_I.00102_opencv_onnx.pb.cc': opencv-onnx.pb.cc:(.text.startup._GLOBAL__sub_I.00102_opencv_onnx.pb.cc+0xf): undefined reference to `google::protobuf::internal::AddDescriptorsRunner::AddDescriptorsRunner(google::protobuf::internal::DescriptorTable const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o): in function `_GLOBAL__sub_I_opencv_onnx.pb.cc': opencv-onnx.pb.cc:(.text.startup._GLOBAL__sub_I_opencv_onnx.pb.cc+0xf): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTIN11opencv_onnx14AttributeProtoE[_ZTIN11opencv_onnx14AttributeProtoE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTIN11opencv_onnx14ValueInfoProtoE[_ZTIN11opencv_onnx14ValueInfoProtoE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTIN11opencv_onnx9NodeProtoE[_ZTIN11opencv_onnx9NodeProtoE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTIN11opencv_onnx10ModelProtoE[_ZTIN11opencv_onnx10ModelProtoE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTIN11opencv_onnx22StringStringEntryProtoE[_ZTIN11opencv_onnx22StringStringEntryProtoE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTIN11opencv_onnx10GraphProtoE[_ZTIN11opencv_onnx10GraphProtoE]+0x10): more undefined references to `typeinfo for google::protobuf::Message' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx14AttributeProtoE[_ZTVN11opencv_onnx14AttributeProtoE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx14AttributeProtoE[_ZTVN11opencv_onnx14AttributeProtoE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx14AttributeProtoE[_ZTVN11opencv_onnx14AttributeProtoE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx14AttributeProtoE[_ZTVN11opencv_onnx14AttributeProtoE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx14AttributeProtoE[_ZTVN11opencv_onnx14AttributeProtoE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx14AttributeProtoE[_ZTVN11opencv_onnx14AttributeProtoE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx14ValueInfoProtoE[_ZTVN11opencv_onnx14ValueInfoProtoE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx14ValueInfoProtoE[_ZTVN11opencv_onnx14ValueInfoProtoE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx14ValueInfoProtoE[_ZTVN11opencv_onnx14ValueInfoProtoE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx14ValueInfoProtoE[_ZTVN11opencv_onnx14ValueInfoProtoE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx14ValueInfoProtoE[_ZTVN11opencv_onnx14ValueInfoProtoE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx14ValueInfoProtoE[_ZTVN11opencv_onnx14ValueInfoProtoE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx9NodeProtoE[_ZTVN11opencv_onnx9NodeProtoE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx9NodeProtoE[_ZTVN11opencv_onnx9NodeProtoE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx9NodeProtoE[_ZTVN11opencv_onnx9NodeProtoE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx9NodeProtoE[_ZTVN11opencv_onnx9NodeProtoE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx9NodeProtoE[_ZTVN11opencv_onnx9NodeProtoE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx9NodeProtoE[_ZTVN11opencv_onnx9NodeProtoE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx10ModelProtoE[_ZTVN11opencv_onnx10ModelProtoE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx10ModelProtoE[_ZTVN11opencv_onnx10ModelProtoE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx10ModelProtoE[_ZTVN11opencv_onnx10ModelProtoE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx10ModelProtoE[_ZTVN11opencv_onnx10ModelProtoE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx10ModelProtoE[_ZTVN11opencv_onnx10ModelProtoE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx10ModelProtoE[_ZTVN11opencv_onnx10ModelProtoE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx22StringStringEntryProtoE[_ZTVN11opencv_onnx22StringStringEntryProtoE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx22StringStringEntryProtoE[_ZTVN11opencv_onnx22StringStringEntryProtoE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx22StringStringEntryProtoE[_ZTVN11opencv_onnx22StringStringEntryProtoE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx22StringStringEntryProtoE[_ZTVN11opencv_onnx22StringStringEntryProtoE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx22StringStringEntryProtoE[_ZTVN11opencv_onnx22StringStringEntryProtoE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx22StringStringEntryProtoE[_ZTVN11opencv_onnx22StringStringEntryProtoE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx10GraphProtoE[_ZTVN11opencv_onnx10GraphProtoE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx10GraphProtoE[_ZTVN11opencv_onnx10GraphProtoE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx10GraphProtoE[_ZTVN11opencv_onnx10GraphProtoE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx10GraphProtoE[_ZTVN11opencv_onnx10GraphProtoE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx10GraphProtoE[_ZTVN11opencv_onnx10GraphProtoE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx10GraphProtoE[_ZTVN11opencv_onnx10GraphProtoE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx19TensorProto_SegmentE[_ZTVN11opencv_onnx19TensorProto_SegmentE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx19TensorProto_SegmentE[_ZTVN11opencv_onnx19TensorProto_SegmentE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx19TensorProto_SegmentE[_ZTVN11opencv_onnx19TensorProto_SegmentE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx19TensorProto_SegmentE[_ZTVN11opencv_onnx19TensorProto_SegmentE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx19TensorProto_SegmentE[_ZTVN11opencv_onnx19TensorProto_SegmentE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx19TensorProto_SegmentE[_ZTVN11opencv_onnx19TensorProto_SegmentE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx11TensorProtoE[_ZTVN11opencv_onnx11TensorProtoE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx11TensorProtoE[_ZTVN11opencv_onnx11TensorProtoE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx11TensorProtoE[_ZTVN11opencv_onnx11TensorProtoE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx11TensorProtoE[_ZTVN11opencv_onnx11TensorProtoE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx11TensorProtoE[_ZTVN11opencv_onnx11TensorProtoE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx11TensorProtoE[_ZTVN11opencv_onnx11TensorProtoE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx26TensorShapeProto_DimensionE[_ZTVN11opencv_onnx26TensorShapeProto_DimensionE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx26TensorShapeProto_DimensionE[_ZTVN11opencv_onnx26TensorShapeProto_DimensionE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx26TensorShapeProto_DimensionE[_ZTVN11opencv_onnx26TensorShapeProto_DimensionE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx26TensorShapeProto_DimensionE[_ZTVN11opencv_onnx26TensorShapeProto_DimensionE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx26TensorShapeProto_DimensionE[_ZTVN11opencv_onnx26TensorShapeProto_DimensionE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx26TensorShapeProto_DimensionE[_ZTVN11opencv_onnx26TensorShapeProto_DimensionE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx16TensorShapeProtoE[_ZTVN11opencv_onnx16TensorShapeProtoE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx16TensorShapeProtoE[_ZTVN11opencv_onnx16TensorShapeProtoE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx16TensorShapeProtoE[_ZTVN11opencv_onnx16TensorShapeProtoE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx16TensorShapeProtoE[_ZTVN11opencv_onnx16TensorShapeProtoE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx16TensorShapeProtoE[_ZTVN11opencv_onnx16TensorShapeProtoE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx16TensorShapeProtoE[_ZTVN11opencv_onnx16TensorShapeProtoE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx16TypeProto_TensorE[_ZTVN11opencv_onnx16TypeProto_TensorE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx16TypeProto_TensorE[_ZTVN11opencv_onnx16TypeProto_TensorE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx16TypeProto_TensorE[_ZTVN11opencv_onnx16TypeProto_TensorE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx16TypeProto_TensorE[_ZTVN11opencv_onnx16TypeProto_TensorE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx16TypeProto_TensorE[_ZTVN11opencv_onnx16TypeProto_TensorE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx16TypeProto_TensorE[_ZTVN11opencv_onnx16TypeProto_TensorE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx9TypeProtoE[_ZTVN11opencv_onnx9TypeProtoE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx9TypeProtoE[_ZTVN11opencv_onnx9TypeProtoE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx9TypeProtoE[_ZTVN11opencv_onnx9TypeProtoE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx9TypeProtoE[_ZTVN11opencv_onnx9TypeProtoE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx9TypeProtoE[_ZTVN11opencv_onnx9TypeProtoE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx9TypeProtoE[_ZTVN11opencv_onnx9TypeProtoE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx18OperatorSetIdProtoE[_ZTVN11opencv_onnx18OperatorSetIdProtoE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx18OperatorSetIdProtoE[_ZTVN11opencv_onnx18OperatorSetIdProtoE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx18OperatorSetIdProtoE[_ZTVN11opencv_onnx18OperatorSetIdProtoE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx18OperatorSetIdProtoE[_ZTVN11opencv_onnx18OperatorSetIdProtoE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx18OperatorSetIdProtoE[_ZTVN11opencv_onnx18OperatorSetIdProtoE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZTVN11opencv_onnx18OperatorSetIdProtoE[_ZTVN11opencv_onnx18OperatorSetIdProtoE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZN11opencv_onnx18OperatorSetIdProto12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZN11opencv_onnx9TypeProto12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZN11opencv_onnx16TypeProto_Tensor12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZN11opencv_onnx16TensorShapeProto12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZN11opencv_onnx26TensorShapeProto_Dimension12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(opencv-onnx.pb.cc.o):(.data.rel.ro._ZN11opencv_onnx11TensorProto12_class_data_E+0x0): more undefined references to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `void google::protobuf::internal::arena_destruct_object >(void*)': attr_value.pb.cc:(.text._ZN6google8protobuf8internal21arena_destruct_objectINS0_16RepeatedPtrFieldINS0_7MessageEEEEEvPv[_ZN6google8protobuf8internal21arena_destruct_objectINS0_16RepeatedPtrFieldINS0_7MessageEEEEEvPv]+0x15): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue_ListValue::GetMetadata() const': attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue::GetMetadata() const': attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList_AttrEntry_DoNotUse::GetMetadata() const': attr_value.pb.cc:(.text._ZNK17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUse11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::GetMetadata() const': attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapEntry, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::SpaceUsedLong() const': attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapEntryIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE13SpaceUsedLongEv[_ZNK6google8protobuf8internal8MapEntryIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE13SpaceUsedLongEv]+0x9): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::GetMap() const': attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE6GetMapEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE6GetMapEv]+0x5): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::size() const': attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4sizeEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4sizeEv]+0x5): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::MutableMap()': attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE10MutableMapEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE10MutableMapEv]+0x5): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE10MutableMapEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE10MutableMapEv]+0xd): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `void google::protobuf::internal::InternalMetadata::DeleteOutOfLineHelper() [clone .isra.0]': attr_value.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadata21DeleteOutOfLineHelperINS0_15UnknownFieldSetEEEvv.isra.0+0x34): undefined reference to `google::protobuf::UnknownFieldSet::ClearFallback()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::TypeDefinedMapFieldBase, std::allocator >, opencv_tensorflow::AttrValue>::MapEnd(google::protobuf::MapIterator*) const': attr_value.pb.cc:(.text._ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE6MapEndEPNS0_11MapIteratorE[_ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE6MapEndEPNS0_11MapIteratorE]+0x1b): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::UnsafeShallowSwap(google::protobuf::internal::MapFieldBase*)': attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE17UnsafeShallowSwapEPNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE17UnsafeShallowSwapEPNS1_12MapFieldBaseE]+0xd): undefined reference to `google::protobuf::internal::MapFieldBase::InternalSwap(google::protobuf::internal::MapFieldBase*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::TypeDefinedMapFieldBase, std::allocator >, opencv_tensorflow::AttrValue>::CopyIterator(google::protobuf::MapIterator*, google::protobuf::MapIterator const&) const': attr_value.pb.cc:(.text._ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE12CopyIteratorEPNS0_11MapIteratorERKSC_[_ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE12CopyIteratorEPNS0_11MapIteratorERKSC_]+0xa2): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE12CopyIteratorEPNS0_11MapIteratorERKSC_[_ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE12CopyIteratorEPNS0_11MapIteratorERKSC_]+0xb1): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE12CopyIteratorEPNS0_11MapIteratorERKSC_[_ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE12CopyIteratorEPNS0_11MapIteratorERKSC_]+0xc0): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE12CopyIteratorEPNS0_11MapIteratorERKSC_[_ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE12CopyIteratorEPNS0_11MapIteratorERKSC_]+0xcf): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE12CopyIteratorEPNS0_11MapIteratorERKSC_[_ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE12CopyIteratorEPNS0_11MapIteratorERKSC_]+0xdc): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE12CopyIteratorEPNS0_11MapIteratorERKSC_[_ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE12CopyIteratorEPNS0_11MapIteratorERKSC_]+0xe4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE12CopyIteratorEPNS0_11MapIteratorERKSC_[_ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE12CopyIteratorEPNS0_11MapIteratorERKSC_]+0x11a): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::TypeDefinedMapFieldBase, std::allocator >, opencv_tensorflow::AttrValue>::MapBegin(google::protobuf::MapIterator*) const': attr_value.pb.cc:(.text._ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8MapBeginEPNS0_11MapIteratorE[_ZNK6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8MapBeginEPNS0_11MapIteratorE]+0x24): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue_ListValue::~AttrValue_ListValue()': attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueD2Ev+0x63): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueD2Ev+0x6c): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueD2Ev+0x75): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueD2Ev+0x7e): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueD2Ev+0x87): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueD2Ev+0x8e): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueD2Ev+0xb9): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueD2Ev+0x120): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueD2Ev+0x138): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueD2Ev+0x155): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueD2Ev+0x198): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue_ListValue::AttrValue_ListValue(google::protobuf::Arena*, bool) [clone .cold]': attr_value.pb.cc:(.text.unlikely._ZN17opencv_tensorflow19AttrValue_ListValueC2EPN6google8protobuf5ArenaEb+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue_ListValue::AttrValue_ListValue(google::protobuf::Arena*, bool)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueC2EPN6google8protobuf5ArenaEb+0x2d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList_AttrEntry_DoNotUse::NameAttrList_AttrEntry_DoNotUse()': attr_value.pb.cc:(.text._ZN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseC2Ev+0x3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList_AttrEntry_DoNotUse::NameAttrList_AttrEntry_DoNotUse(google::protobuf::Arena*)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseC2EPN6google8protobuf5ArenaE+0x3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::InternalSwap(opencv_tensorflow::NameAttrList*)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrList12InternalSwapEPS0_+0x25): undefined reference to `google::protobuf::internal::MapFieldBase::InternalSwap(google::protobuf::internal::MapFieldBase*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue_ListValue* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*) [clone .cold]': attr_value.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow19AttrValue_ListValueEJEEEPT_PS1_DpOT0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow19AttrValue_ListValueEJEEEPT_PS1_DpOT0_+0x2c): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue_ListValue* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': attr_value.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow19AttrValue_ListValueEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow19AttrValue_ListValueEJEEEPT_PS1_DpOT0_+0x37): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow19AttrValue_ListValueEJEEEPT_PS1_DpOT0_+0xf0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': attr_value.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow9AttrValueEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x48): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned int, std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x89): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0xbe): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0xf9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, std::__cxx11::basic_string, std::allocator >*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x111): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x167): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x18f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x1b4): undefined reference to `google::protobuf::internal::ReadSizeFallback(char const*, unsigned int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x1f8): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList_AttrEntry_DoNotUse* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': attr_value.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseEJEEEPT_PS1_DpOT0_+0x55): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue_ListValue::AttrValue_ListValue(opencv_tensorflow::AttrValue_ListValue const&) [clone .cold]': attr_value.pb.cc:(.text.unlikely._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x18): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: attr_value.pb.cc:(.text.unlikely._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x2b): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: attr_value.pb.cc:(.text.unlikely._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x34): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: attr_value.pb.cc:(.text.unlikely._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x3d): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: attr_value.pb.cc:(.text.unlikely._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x46): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: attr_value.pb.cc:(.text.unlikely._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x4e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: attr_value.pb.cc:(.text.unlikely._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x55): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text.unlikely._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x7b): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue_ListValue::AttrValue_ListValue(opencv_tensorflow::AttrValue_ListValue const&)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x32): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x187): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x1ea): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x244): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x26c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x294): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValueC2ERKS0_+0x2bc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue_ListValue::MergeFrom(opencv_tensorflow::AttrValue_ListValue const&)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue9MergeFromERKS0_+0x17): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue9MergeFromERKS0_+0xb6): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue9MergeFromERKS0_+0x126): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue9MergeFromERKS0_+0x184): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue9MergeFromERKS0_+0x1bc): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue9MergeFromERKS0_+0x1f9): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue9MergeFromERKS0_+0x236): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue_ListValue::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x57): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xca): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xd8): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x144): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x152): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x18d): undefined reference to `google::protobuf::internal::PackedEnumParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1c5): undefined reference to `google::protobuf::internal::PackedInt64Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x205): undefined reference to `google::protobuf::internal::PackedBoolParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x22d): undefined reference to `google::protobuf::internal::PackedFloatParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x252): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x261): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2bb): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2e3): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x415): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x486): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x50a): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x533): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x55c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x585): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x5ae): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::ContainsMapKey(google::protobuf::MapKey const&) const': attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x172): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x181): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x190): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x19f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1ae): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1b5): undefined reference to `google::protobuf::FieldDescriptor::kCppTypeToName' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1c1): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1d0): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1df): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1fb): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x20b): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x213): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x272): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x281): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x290): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x29f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x2ac): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x2b4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x322): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x331): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x340): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x34f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x35c): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x364): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x39c): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x3a4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x3b4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::LookupMapValue(google::protobuf::MapKey const&, google::protobuf::MapValueConstRef*) const': attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x36): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1a2): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1b1): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1c0): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1cf): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1de): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1e5): undefined reference to `google::protobuf::FieldDescriptor::kCppTypeToName' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1f1): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x200): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x20f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x22b): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x23b): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x243): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2aa): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2b9): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2c8): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2d7): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2e4): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2ec): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x372): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x381): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x390): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x39f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x3ac): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x3b4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x3e8): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x3f0): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x400): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::InsertOrLookupMapValue(google::protobuf::MapKey const&, google::protobuf::MapValueRef*)': attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x37): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x43): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x1e5): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x1f4): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x203): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x212): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x221): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x228): undefined reference to `google::protobuf::FieldDescriptor::kCppTypeToName' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x234): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x243): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x252): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x26e): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x27e): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x286): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x2f2): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x301): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x310): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x31f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x32a): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x332): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3ba): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3c9): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3d8): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3e7): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3f4): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3fc): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x42e): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x436): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x446): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::SpaceUsedExcludingSelfNoLock() const': attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE28SpaceUsedExcludingSelfNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE28SpaceUsedExcludingSelfNoLockEv]+0xd7): undefined reference to `google::protobuf::internal::StringSpaceUsedExcludingSelfLong(std::__cxx11::basic_string, std::allocator > const&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE28SpaceUsedExcludingSelfNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE28SpaceUsedExcludingSelfNoLockEv]+0xe3): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `_GLOBAL__sub_I.00102_attr_value.pb.cc': attr_value.pb.cc:(.text.startup._GLOBAL__sub_I.00102_attr_value.pb.cc+0xf): undefined reference to `google::protobuf::internal::AddDescriptorsRunner::AddDescriptorsRunner(google::protobuf::internal::DescriptorTable const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `_GLOBAL__sub_I_attr_value.pb.cc': attr_value.pb.cc:(.text.startup._GLOBAL__sub_I_attr_value.pb.cc+0x169): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text.startup._GLOBAL__sub_I_attr_value.pb.cc+0x1f9): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue_ListValue::Clear()': attr_value.pb.cc:(.text._ZN17opencv_tensorflow19AttrValue_ListValue5ClearEv+0xc): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue_ListValue::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x36): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2e4): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x32c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x397): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3c4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3d4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3e4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3f7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x492): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteRawFallback(void const*, int, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4a2): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4b5): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4c8): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4dc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteRawFallback(void const*, int, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4ef): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x48a): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2dd): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2ee): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3af): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3df): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x40f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x43f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x46d): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x485): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x49d): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4c5): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4f4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x514): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x52f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x547): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x55c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x577): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x39f): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': attr_value.pb.cc:(.text._ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE[_ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE]+0xce): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE[_ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE]+0x105): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE[_ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE]+0x126): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE[_ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE]+0x14f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x43): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x62): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb6): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1d0): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1ea): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x224): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x237): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x268): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2f3): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x335): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x361): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x38c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3a4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4f0): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x55f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x581): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x87a): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x8d5): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x904): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x914): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x927): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x93a): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x994): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x9be): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x8c5): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue_ListValue::ByteSizeLong() const': attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue12ByteSizeLongEv+0x13): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue12ByteSizeLongEv+0x1d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue12ByteSizeLongEv+0x3b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue12ByteSizeLongEv+0x62): undefined reference to `google::protobuf::internal::WireFormatLite::Int64Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow19AttrValue_ListValue12ByteSizeLongEv+0x1ed): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue::ByteSizeLong() const': attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue12ByteSizeLongEv+0x51): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow9AttrValue12ByteSizeLongEv+0x66): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::ByteSizeLong() const': attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList12ByteSizeLongEv+0x1e): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList12ByteSizeLongEv+0x2a): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList12ByteSizeLongEv+0x77): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList12ByteSizeLongEv+0x239): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK17opencv_tensorflow12NameAttrList12ByteSizeLongEv+0x280): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue::clear_value()': attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue11clear_valueEv+0x40): undefined reference to `google::protobuf::internal::ArenaStringPtr::Destroy(google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue::set_allocated_shape(opencv_tensorflow::TensorShapeProto*)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue19set_allocated_shapeEPNS_16TensorShapeProtoE+0x47): undefined reference to `google::protobuf::internal::GetOwnedMessageInternal(google::protobuf::Arena*, google::protobuf::MessageLite*, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue::set_allocated_tensor(opencv_tensorflow::TensorProto*)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue20set_allocated_tensorEPNS_11TensorProtoE+0x47): undefined reference to `google::protobuf::internal::GetOwnedMessageInternal(google::protobuf::Arena*, google::protobuf::MessageLite*, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue::set_allocated_list(opencv_tensorflow::AttrValue_ListValue*)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue18set_allocated_listEPNS_19AttrValue_ListValueE+0x47): undefined reference to `google::protobuf::internal::GetOwnedMessageInternal(google::protobuf::Arena*, google::protobuf::MessageLite*, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue::set_allocated_func(opencv_tensorflow::NameAttrList*)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue18set_allocated_funcEPNS_12NameAttrListE+0x47): undefined reference to `google::protobuf::internal::GetOwnedMessageInternal(google::protobuf::Arena*, google::protobuf::MessageLite*, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue::~AttrValue()': attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValueD2Ev+0x3d): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValueD2Ev+0x63): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValueD2Ev+0x7b): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::DeleteMapValue(google::protobuf::MapKey const&)': attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x9d): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0xa9): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x11a): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x129): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x138): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x147): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x156): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x15d): undefined reference to `google::protobuf::FieldDescriptor::kCppTypeToName' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x169): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x178): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x187): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x1a3): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x1b0): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x1b8): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x222): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x231): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x240): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x24f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x25c): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x264): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2a2): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2b1): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2c0): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2cf): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2dc): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2e4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x312): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x31a): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x334): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::Parser, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>, google::protobuf::Map, std::allocator >, opencv_tensorflow::AttrValue> >::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x63): undefined reference to `google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, std::__cxx11::basic_string, std::allocator >*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x87): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0xdf): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x182): undefined reference to `google::protobuf::internal::GenericSwap(google::protobuf::Message*, google::protobuf::Message*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x1a5): undefined reference to `google::protobuf::internal::ReadSizeFallback(char const*, unsigned int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x207): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x24a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x2e8): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned int, std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x329): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x35e): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x399): undefined reference to `google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, std::__cxx11::basic_string, std::allocator >*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x3b1): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x3f4): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x417): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x50c): undefined reference to `google::protobuf::internal::GenericSwap(google::protobuf::Message*, google::protobuf::Message*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x51c): undefined reference to `google::protobuf::internal::ReadSizeFallback(char const*, unsigned int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x560): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x58c): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x6e7): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrList14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x63): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrList14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xb9): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrList14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xef): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrList14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x12e): undefined reference to `google::protobuf::internal::ParseContext::ReadSizeAndPushLimitAndDepth(char const*, int*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrList14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x220): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrList14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x231): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrList14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x248): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::Clear()': attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE5ClearEv[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE5ClearEv]+0xe): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue::~AttrValue()': attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValueD0Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValueD0Ev+0x6d): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValueD0Ev+0xbb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValueD0Ev+0xd0): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::Map, std::allocator >, opencv_tensorflow::AttrValue>::InnerMap::clear()': attr_value.pb.cc:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap5clearEv[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap5clearEv]+0xbf): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap5clearEv[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap5clearEv]+0xea): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap5clearEv[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE8InnerMap5clearEv]+0x1d3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::~MapField()': attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EED2Ev[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EED5Ev]+0x28): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::NameAttrList(google::protobuf::Arena*, bool) [clone .cold]': attr_value.pb.cc:(.text.unlikely._ZN17opencv_tensorflow12NameAttrListC2EPN6google8protobuf5ArenaEb+0x1c): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: attr_value.pb.cc:(.text.unlikely._ZN17opencv_tensorflow12NameAttrListC2EPN6google8protobuf5ArenaEb+0x23): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::NameAttrList(google::protobuf::Arena*, bool)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListC2EPN6google8protobuf5ArenaEb+0x4a): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListC2EPN6google8protobuf5ArenaEb+0x5d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListC2EPN6google8protobuf5ArenaEb+0xbf): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::~MapField()': attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EED0Ev[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EED5Ev]+0x27): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::~NameAttrList()': attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListD2Ev+0x36): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListD2Ev+0x4b): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListD2Ev+0x7b): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListD2Ev+0x82): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListD2Ev+0xa9): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::ArenaDtor(void*)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrList9ArenaDtorEPv+0x29): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*) [clone .cold]': attr_value.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow12NameAttrListEJEEEPT_PS1_DpOT0_+0x1f): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: attr_value.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow12NameAttrListEJEEEPT_PS1_DpOT0_+0x26): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': attr_value.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow12NameAttrListEJEEEPT_PS1_DpOT0_+0x1e): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow12NameAttrListEJEEEPT_PS1_DpOT0_+0x4c): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow12NameAttrListEJEEEPT_PS1_DpOT0_+0x66): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow12NameAttrListEJEEEPT_PS1_DpOT0_+0xc6): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow12NameAttrListEJEEEPT_PS1_DpOT0_+0x113): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow12NameAttrListEJEEEPT_PS1_DpOT0_+0x125): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue::MergeFrom(opencv_tensorflow::AttrValue const&)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue9MergeFromERKS0_+0x5d): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue9MergeFromERKS0_+0x1ba): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue9MergeFromERKS0_+0x370): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)': attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE]+0xbb): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE]+0xf4): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE]+0xfc): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(std::__cxx11::basic_string, std::allocator > const*, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::MergeFrom(google::protobuf::internal::MapFieldBase const&)': attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x1a): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x22): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x1d8): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x241): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x736): undefined reference to `google::protobuf::Arena::AllocateAlignedWithCleanup(unsigned long, std::type_info const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x443): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::NameAttrList(opencv_tensorflow::NameAttrList const&) [clone .cold]': attr_value.pb.cc:(.text.unlikely._ZN17opencv_tensorflow12NameAttrListC2ERKS0_+0x1b): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: attr_value.pb.cc:(.text.unlikely._ZN17opencv_tensorflow12NameAttrListC2ERKS0_+0x22): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::NameAttrList(opencv_tensorflow::NameAttrList const&)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListC2ERKS0_+0x50): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListC2ERKS0_+0xcd): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListC2ERKS0_+0x10f): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::MergeFrom(opencv_tensorflow::NameAttrList const&)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrList9MergeFromERKS0_+0x77): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrList9MergeImplEPN6google8protobuf7MessageERKS3_+0x77): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList_AttrEntry_DoNotUse::MergeFrom(opencv_tensorflow::NameAttrList_AttrEntry_DoNotUse const&)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUse9MergeFromERKS0_+0xbb): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUse9MergeFromERKS0_+0xf4): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUse9MergeFromERKS0_+0xfc): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(std::__cxx11::basic_string, std::allocator > const*, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_tensorflow::NameAttrList_AttrEntry_DoNotUse const&, opencv_tensorflow::NameAttrList_AttrEntry_DoNotUse*)': attr_value.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseEE5MergeERKS4_PS4_]+0xbb): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseEE5MergeERKS4_PS4_]+0xf4): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseEE5MergeERKS4_PS4_]+0xfc): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(std::__cxx11::basic_string, std::allocator > const*, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `void google::protobuf::internal::RepeatedPtrFieldBase::AddAllocatedSlowWithCopy::TypeHandler>(google::protobuf::RepeatedPtrField::TypeHandler::Type*, google::protobuf::Arena*, google::protobuf::Arena*)': attr_value.pb.cc:(.text._ZN6google8protobuf8internal20RepeatedPtrFieldBase24AddAllocatedSlowWithCopyINS0_16RepeatedPtrFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseEE11TypeHandlerEEEvPNT_4TypeEPNS0_5ArenaESD_[_ZN6google8protobuf8internal20RepeatedPtrFieldBase24AddAllocatedSlowWithCopyINS0_16RepeatedPtrFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseEE11TypeHandlerEEEvPNT_4TypeEPNS0_5ArenaESD_]+0x31): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal20RepeatedPtrFieldBase24AddAllocatedSlowWithCopyINS0_16RepeatedPtrFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseEE11TypeHandlerEEEvPNT_4TypeEPNS0_5ArenaESD_[_ZN6google8protobuf8internal20RepeatedPtrFieldBase24AddAllocatedSlowWithCopyINS0_16RepeatedPtrFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseEE11TypeHandlerEEEvPNT_4TypeEPNS0_5ArenaESD_]+0xc7): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::SyncRepeatedFieldWithMapNoLock() const': attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv]+0x46): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv]+0x108): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv]+0x4d4): undefined reference to `google::protobuf::Arena::AllocateAlignedWithCleanup(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4f): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x8f): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xdc): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xed): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x103): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x21f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2c4): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2d2): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3f0): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x443): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x46b): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4dc): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x514): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValue14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x574): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue::AttrValue(opencv_tensorflow::AttrValue const&) [clone .cold]': attr_value.pb.cc:(.text.unlikely._ZN17opencv_tensorflow9AttrValueC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::AttrValue::AttrValue(opencv_tensorflow::AttrValue const&)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValueC2ERKS0_+0xaa): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow9AttrValueC2ERKS0_+0xcd): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::~NameAttrList()': attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListD0Ev+0x37): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListD0Ev+0x4c): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListD0Ev+0x7c): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListD0Ev+0x83): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrListD0Ev+0xab): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::Swap(google::protobuf::internal::MapFieldBase*)': attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4SwapEPNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4SwapEPNS1_12MapFieldBaseE]+0x18): undefined reference to `google::protobuf::internal::MapFieldBase::Swap(google::protobuf::internal::MapFieldBase*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4SwapEPNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4SwapEPNS1_12MapFieldBaseE]+0x36): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::~MapEntryImpl()': attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x36): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x45): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x97): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0xc3): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0xfb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x127): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x143): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x18b): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList_AttrEntry_DoNotUse::~NameAttrList_AttrEntry_DoNotUse()': attr_value.pb.cc:(.text._ZN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseD2Ev[_ZN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseD5Ev]+0x43): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList_AttrEntry_DoNotUse::~NameAttrList_AttrEntry_DoNotUse()': attr_value.pb.cc:(.text._ZN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseD0Ev[_ZN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseD5Ev]+0x43): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::Clear()': attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv]+0x45): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv]+0x152): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv]+0x17d): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv]+0x273): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv]+0x264): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::Clear()': attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrList5ClearEv+0x15): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `opencv_tensorflow::NameAttrList::CopyFrom(opencv_tensorflow::NameAttrList const&)': attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrList8CopyFromERKS0_+0x32): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: attr_value.pb.cc:(.text._ZN17opencv_tensorflow12NameAttrList8CopyFromERKS0_+0xab): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::SyncMapWithRepeatedFieldNoLock() const': attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0xdc): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x108): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x33b): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x474): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x4da): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x6da): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x6e9): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x6f6): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x6fe): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x7eb): undefined reference to `google::protobuf::Arena::AllocateAlignedWithCleanup(unsigned long, std::type_info const*)' /usr/bin/ld: attr_value.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x9fb): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow19AttrValue_ListValueE[_ZTIN17opencv_tensorflow19AttrValue_ListValueE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow9AttrValueE[_ZTIN17opencv_tensorflow9AttrValueE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTIN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTIN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTIN6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEEE[_ZTIN6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEEE]+0x10): undefined reference to `typeinfo for google::protobuf::internal::MapFieldBase' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow12NameAttrListE[_ZTIN17opencv_tensorflow12NameAttrListE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x90): undefined reference to `google::protobuf::Message::SetCachedSize(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE[_ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE[_ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE[_ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE[_ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE]+0x90): undefined reference to `google::protobuf::Message::SetCachedSize(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEEE[_ZTVN6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEEE]+0x60): undefined reference to `google::protobuf::internal::MapFieldBase::Swap(google::protobuf::internal::MapFieldBase*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEEE[_ZTVN6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEEE]+0x68): undefined reference to `google::protobuf::internal::MapFieldBase::UnsafeShallowSwap(google::protobuf::internal::MapFieldBase*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEEE[_ZTVN6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEEE]+0x80): undefined reference to `google::protobuf::internal::MapFieldBase::SpaceUsedExcludingSelfNoLock() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEEE[_ZTVN6google8protobuf8internal23TypeDefinedMapFieldBaseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEEE]+0x88): undefined reference to `google::protobuf::internal::MapFieldBase::SyncRepeatedFieldWithMapNoLock() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow19AttrValue_ListValueE[_ZTVN17opencv_tensorflow19AttrValue_ListValueE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow19AttrValue_ListValueE[_ZTVN17opencv_tensorflow19AttrValue_ListValueE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow19AttrValue_ListValueE[_ZTVN17opencv_tensorflow19AttrValue_ListValueE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow19AttrValue_ListValueE[_ZTVN17opencv_tensorflow19AttrValue_ListValueE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow19AttrValue_ListValueE[_ZTVN17opencv_tensorflow19AttrValue_ListValueE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow19AttrValue_ListValueE[_ZTVN17opencv_tensorflow19AttrValue_ListValueE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow9AttrValueE[_ZTVN17opencv_tensorflow9AttrValueE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow9AttrValueE[_ZTVN17opencv_tensorflow9AttrValueE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow9AttrValueE[_ZTVN17opencv_tensorflow9AttrValueE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow9AttrValueE[_ZTVN17opencv_tensorflow9AttrValueE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow9AttrValueE[_ZTVN17opencv_tensorflow9AttrValueE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow9AttrValueE[_ZTVN17opencv_tensorflow9AttrValueE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseE[_ZTVN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseE[_ZTVN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseE[_ZTVN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseE[_ZTVN17opencv_tensorflow31NameAttrList_AttrEntry_DoNotUseE]+0x90): undefined reference to `google::protobuf::Message::SetCachedSize(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow12NameAttrListE[_ZTVN17opencv_tensorflow12NameAttrListE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow12NameAttrListE[_ZTVN17opencv_tensorflow12NameAttrListE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow12NameAttrListE[_ZTVN17opencv_tensorflow12NameAttrListE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow12NameAttrListE[_ZTVN17opencv_tensorflow12NameAttrListE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow12NameAttrListE[_ZTVN17opencv_tensorflow12NameAttrListE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow12NameAttrListE[_ZTVN17opencv_tensorflow12NameAttrListE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow12NameAttrList12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow9AttrValue12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(attr_value.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow19AttrValue_ListValue12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::GraphDef::GetMetadata() const': graph.pb.cc:(.text._ZNK17opencv_tensorflow8GraphDef11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef_AttrEntry_DoNotUse::GetMetadata() const': graph.pb.cc:(.text._ZNK17opencv_tensorflow26NodeDef_AttrEntry_DoNotUse11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::GetMetadata() const': graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapEntry, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::SpaceUsedLong() const': graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapEntryIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE13SpaceUsedLongEv[_ZNK6google8protobuf8internal8MapEntryIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE13SpaceUsedLongEv]+0x9): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::GetMap() const': graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE6GetMapEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE6GetMapEv]+0x5): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::MutableMap()': graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE10MutableMapEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE10MutableMapEv]+0x5): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE10MutableMapEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE10MutableMapEv]+0xd): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::size() const': graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4sizeEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4sizeEv]+0x5): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `void google::protobuf::internal::InternalMetadata::DeleteOutOfLineHelper() [clone .isra.0]': graph.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadata21DeleteOutOfLineHelperINS0_15UnknownFieldSetEEEvv.isra.0+0x34): undefined reference to `google::protobuf::UnknownFieldSet::ClearFallback()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::UnsafeShallowSwap(google::protobuf::internal::MapFieldBase*)': graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE17UnsafeShallowSwapEPNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE17UnsafeShallowSwapEPNS1_12MapFieldBaseE]+0xd): undefined reference to `google::protobuf::internal::MapFieldBase::InternalSwap(google::protobuf::internal::MapFieldBase*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x48): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned int, std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x89): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0xbe): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0xf9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, std::__cxx11::basic_string, std::allocator >*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x111): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x167): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x18f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x1b4): undefined reference to `google::protobuf::internal::ReadSizeFallback(char const*, unsigned int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x1f8): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)': graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE]+0xb3): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE]+0xec): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE]+0xf4): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(std::__cxx11::basic_string, std::allocator > const*, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef_AttrEntry_DoNotUse::NodeDef_AttrEntry_DoNotUse()': graph.pb.cc:(.text._ZN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseC2Ev+0x3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef_AttrEntry_DoNotUse::NodeDef_AttrEntry_DoNotUse(google::protobuf::Arena*)': graph.pb.cc:(.text._ZN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseC2EPN6google8protobuf5ArenaE+0x3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef_AttrEntry_DoNotUse::MergeFrom(opencv_tensorflow::NodeDef_AttrEntry_DoNotUse const&)': graph.pb.cc:(.text._ZN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUse9MergeFromERKS0_+0xb3): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUse9MergeFromERKS0_+0xec): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUse9MergeFromERKS0_+0xf4): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(std::__cxx11::basic_string, std::allocator > const*, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::InternalSwap(opencv_tensorflow::NodeDef*)': graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef12InternalSwapEPS0_+0x55): undefined reference to `google::protobuf::internal::MapFieldBase::InternalSwap(google::protobuf::internal::MapFieldBase*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::GraphDef* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': graph.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow8GraphDefEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef_AttrEntry_DoNotUse* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': graph.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseEJEEEPT_PS1_DpOT0_+0x55): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::GraphDef::GraphDef(opencv_tensorflow::GraphDef const&) [clone .cold]': graph.pb.cc:(.text.unlikely._ZN17opencv_tensorflow8GraphDefC2ERKS0_+0x1e): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: graph.pb.cc:(.text.unlikely._ZN17opencv_tensorflow8GraphDefC2ERKS0_+0x25): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::GraphDef::GraphDef(opencv_tensorflow::GraphDef const&)': graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDefC2ERKS0_+0x12f): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::GraphDef::MergeFrom(opencv_tensorflow::GraphDef const&)': graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef9MergeFromERKS0_+0xb3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::GraphDef::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef9MergeImplEPN6google8protobuf7MessageERKS3_+0xb3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::ContainsMapKey(google::protobuf::MapKey const&) const': graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x172): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x181): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x190): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x19f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1ae): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1b5): undefined reference to `google::protobuf::FieldDescriptor::kCppTypeToName' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1c1): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1d0): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1df): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1fb): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x20b): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x213): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x272): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x281): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x290): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x29f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x2ac): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x2b4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x322): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x331): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x340): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x34f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x35c): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x364): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x39c): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x3a4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x3b4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::LookupMapValue(google::protobuf::MapKey const&, google::protobuf::MapValueConstRef*) const': graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x36): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1a2): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1b1): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1c0): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1cf): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1de): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1e5): undefined reference to `google::protobuf::FieldDescriptor::kCppTypeToName' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1f1): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x200): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x20f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x22b): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x23b): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x243): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2aa): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2b9): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2c8): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2d7): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2e4): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2ec): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x372): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x381): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x390): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x39f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x3ac): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x3b4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x3e8): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x3f0): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x400): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::InsertOrLookupMapValue(google::protobuf::MapKey const&, google::protobuf::MapValueRef*)': graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x37): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x43): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x1e5): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x1f4): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x203): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x212): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x221): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x228): undefined reference to `google::protobuf::FieldDescriptor::kCppTypeToName' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x234): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x243): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x252): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x26e): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x27e): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x286): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x2f2): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x301): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x310): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x31f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x32a): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x332): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3ba): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3c9): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3d8): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3e7): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3f4): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3fc): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x42e): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x436): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x446): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::MergeFrom(google::protobuf::internal::MapFieldBase const&)': graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x1a): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x22): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x1c6): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x22d): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x6ea): undefined reference to `google::protobuf::Arena::AllocateAlignedWithCleanup(unsigned long, std::type_info const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x40d): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::MergeFrom(opencv_tensorflow::NodeDef const&)': graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef9MergeFromERKS0_+0x15): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef9MergeFromERKS0_+0xb7): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef9MergeFromERKS0_+0xd7): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef9MergeFromERKS0_+0xf7): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_tensorflow::NodeDef const&, opencv_tensorflow::NodeDef*)': graph.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow7NodeDefEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow7NodeDefEE5MergeERKS4_PS4_]+0x15): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow7NodeDefEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow7NodeDefEE5MergeERKS4_PS4_]+0xb7): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow7NodeDefEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow7NodeDefEE5MergeERKS4_PS4_]+0xd7): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow7NodeDefEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow7NodeDefEE5MergeERKS4_PS4_]+0xf7): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef9MergeImplEPN6google8protobuf7MessageERKS3_+0x15): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef9MergeImplEPN6google8protobuf7MessageERKS3_+0xb7): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef9MergeImplEPN6google8protobuf7MessageERKS3_+0xd7): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef9MergeImplEPN6google8protobuf7MessageERKS3_+0xf7): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::SpaceUsedExcludingSelfNoLock() const': graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE28SpaceUsedExcludingSelfNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE28SpaceUsedExcludingSelfNoLockEv]+0xd7): undefined reference to `google::protobuf::internal::StringSpaceUsedExcludingSelfLong(std::__cxx11::basic_string, std::allocator > const&)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE28SpaceUsedExcludingSelfNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE28SpaceUsedExcludingSelfNoLockEv]+0xe3): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_tensorflow::NodeDef_AttrEntry_DoNotUse const&, opencv_tensorflow::NodeDef_AttrEntry_DoNotUse*)': graph.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseEE5MergeERKS4_PS4_]+0xb3): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseEE5MergeERKS4_PS4_]+0xec): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseEE5MergeERKS4_PS4_]+0xf4): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(std::__cxx11::basic_string, std::allocator > const*, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `void google::protobuf::internal::RepeatedPtrFieldBase::AddAllocatedSlowWithCopy::TypeHandler>(google::protobuf::RepeatedPtrField::TypeHandler::Type*, google::protobuf::Arena*, google::protobuf::Arena*)': graph.pb.cc:(.text._ZN6google8protobuf8internal20RepeatedPtrFieldBase24AddAllocatedSlowWithCopyINS0_16RepeatedPtrFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseEE11TypeHandlerEEEvPNT_4TypeEPNS0_5ArenaESD_[_ZN6google8protobuf8internal20RepeatedPtrFieldBase24AddAllocatedSlowWithCopyINS0_16RepeatedPtrFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseEE11TypeHandlerEEEvPNT_4TypeEPNS0_5ArenaESD_]+0x31): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal20RepeatedPtrFieldBase24AddAllocatedSlowWithCopyINS0_16RepeatedPtrFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseEE11TypeHandlerEEEvPNT_4TypeEPNS0_5ArenaESD_[_ZN6google8protobuf8internal20RepeatedPtrFieldBase24AddAllocatedSlowWithCopyINS0_16RepeatedPtrFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseEE11TypeHandlerEEEvPNT_4TypeEPNS0_5ArenaESD_]+0xc7): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `_GLOBAL__sub_I.00102_graph.pb.cc': graph.pb.cc:(.text.startup._GLOBAL__sub_I.00102_graph.pb.cc+0xf): undefined reference to `google::protobuf::internal::AddDescriptorsRunner::AddDescriptorsRunner(google::protobuf::internal::DescriptorTable const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `_GLOBAL__sub_I_graph.pb.cc': graph.pb.cc:(.text.startup._GLOBAL__sub_I_graph.pb.cc+0x94): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: graph.pb.cc:(.text.startup._GLOBAL__sub_I_graph.pb.cc+0x123): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::GraphDef::~GraphDef()': graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDefD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDefD2Ev+0x70): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDefD2Ev+0xcb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDefD2Ev+0xed): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDefD2Ev+0x135): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::GraphDef::~GraphDef()': graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDefD0Ev+0x43): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDefD0Ev+0x6e): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDefD0Ev+0xd3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDefD0Ev+0x105): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDefD0Ev+0x125): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': graph.pb.cc:(.text._ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE[_ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE]+0xc5): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE[_ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE]+0xfc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE[_ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE]+0x12e): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE[_ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE]+0x157): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x63): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x88): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x9e): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x11b): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x139): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x191): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2b4): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2ce): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x317): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x32c): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x33f): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x370): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3d8): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x575): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x5a1): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x5cc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x5e4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x748): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x7c0): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x838): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x8a7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x8c9): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xbb0): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc05): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc3c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc4f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc62): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc72): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xccc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xce4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xcfc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe33): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe4c): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xbfa): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::GraphDef::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': graph.pb.cc:(.text._ZNK17opencv_tensorflow8GraphDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x69): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow8GraphDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x14a): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow8GraphDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x174): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow8GraphDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1a5): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow8GraphDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1d1): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow8GraphDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1ff): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow8GraphDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x216): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow8GraphDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1f7): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::ByteSizeLong() const': graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef12ByteSizeLongEv+0x19): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef12ByteSizeLongEv+0x23): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef12ByteSizeLongEv+0x3b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef12ByteSizeLongEv+0x65): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef12ByteSizeLongEv+0x71): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef12ByteSizeLongEv+0xc7): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef12ByteSizeLongEv+0x289): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZNK17opencv_tensorflow7NodeDef12ByteSizeLongEv+0x2f4): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::GraphDef::ByteSizeLong() const': graph.pb.cc:(.text._ZNK17opencv_tensorflow8GraphDef12ByteSizeLongEv+0xe6): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::Clear()': graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE5ClearEv[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE5ClearEv]+0x9): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::SyncRepeatedFieldWithMapNoLock() const': graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv]+0x46): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv]+0xf8): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv]+0x478): undefined reference to `google::protobuf::Arena::AllocateAlignedWithCleanup(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::~MapEntryImpl()': graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x2e): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x3d): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x52): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x79): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef_AttrEntry_DoNotUse::~NodeDef_AttrEntry_DoNotUse()': graph.pb.cc:(.text._ZN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseD2Ev[_ZN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseD5Ev]+0x43): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef_AttrEntry_DoNotUse::~NodeDef_AttrEntry_DoNotUse()': graph.pb.cc:(.text._ZN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseD0Ev[_ZN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseD5Ev]+0x43): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::DeleteMapValue(google::protobuf::MapKey const&)': graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x9d): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0xa9): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x11a): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x129): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x138): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x147): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x156): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x15d): undefined reference to `google::protobuf::FieldDescriptor::kCppTypeToName' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x169): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x178): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x187): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x1a3): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x1b0): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x1b8): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x222): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x231): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x240): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x24f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x25c): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x264): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2a2): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2b1): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2c0): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2cf): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2dc): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2e4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x312): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x31a): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x334): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::Parser, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>, google::protobuf::Map, std::allocator >, opencv_tensorflow::AttrValue> >::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x63): undefined reference to `google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, std::__cxx11::basic_string, std::allocator >*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x87): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0xdf): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x183): undefined reference to `google::protobuf::internal::GenericSwap(google::protobuf::Message*, google::protobuf::Message*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x1ad): undefined reference to `google::protobuf::internal::ReadSizeFallback(char const*, unsigned int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x20f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x252): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x2f0): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned int, std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x331): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x366): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x3a1): undefined reference to `google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, std::__cxx11::basic_string, std::allocator >*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x3b9): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x3fc): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x427): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x51c): undefined reference to `google::protobuf::internal::GenericSwap(google::protobuf::Message*, google::protobuf::Message*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x52c): undefined reference to `google::protobuf::internal::ReadSizeFallback(char const*, unsigned int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x570): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x59c): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x6b7): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x5a): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9d): undefined reference to `google::protobuf::internal::ParseContext::ReadSizeAndPushLimitAndDepth(char const*, int*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x187): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1d6): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1e7): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1fd): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x236): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x248): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x25e): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2b6): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2c7): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2dd): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x32a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x33b): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x351): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x393): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::Clear()': graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv]+0x45): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv]+0x1cc): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::Clear()': graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef5ClearEv+0x9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef5ClearEv+0x1e): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef5ClearEv+0x2a): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef5ClearEv+0x36): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::GraphDef::Clear()': graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef5ClearEv+0x42): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef5ClearEv+0x57): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef5ClearEv+0x63): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef5ClearEv+0x6f): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::GraphDef::CopyFrom(opencv_tensorflow::GraphDef const&)': graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef8CopyFromERKS0_+0xcb): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::CopyFrom(opencv_tensorflow::NodeDef const&)': graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef8CopyFromERKS0_+0x17): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef8CopyFromERKS0_+0x2c): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef8CopyFromERKS0_+0x38): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef8CopyFromERKS0_+0x44): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::SyncMapWithRepeatedFieldNoLock() const': graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x39b): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x406): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x5f9): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x608): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x615): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x61d): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x717): undefined reference to `google::protobuf::Arena::AllocateAlignedWithCleanup(unsigned long, std::type_info const*)' /usr/bin/ld: graph.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x95b): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::~MapField()': graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EED2Ev[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EED5Ev]+0x28): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::NodeDef(google::protobuf::Arena*, bool) [clone .cold]': graph.pb.cc:(.text.unlikely._ZN17opencv_tensorflow7NodeDefC2EPN6google8protobuf5ArenaEb+0x1c): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: graph.pb.cc:(.text.unlikely._ZN17opencv_tensorflow7NodeDefC2EPN6google8protobuf5ArenaEb+0x24): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: graph.pb.cc:(.text.unlikely._ZN17opencv_tensorflow7NodeDefC2EPN6google8protobuf5ArenaEb+0x2b): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::NodeDef(google::protobuf::Arena*, bool)': graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefC2EPN6google8protobuf5ArenaEb+0x3a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefC2EPN6google8protobuf5ArenaEb+0x41): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefC2EPN6google8protobuf5ArenaEb+0x66): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefC2EPN6google8protobuf5ArenaEb+0xee): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::~MapField()': graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EED0Ev[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EED5Ev]+0x27): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::NodeDef(opencv_tensorflow::NodeDef const&) [clone .cold]': graph.pb.cc:(.text.unlikely._ZN17opencv_tensorflow7NodeDefC2ERKS0_+0x1c): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: graph.pb.cc:(.text.unlikely._ZN17opencv_tensorflow7NodeDefC2ERKS0_+0x24): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: graph.pb.cc:(.text.unlikely._ZN17opencv_tensorflow7NodeDefC2ERKS0_+0x2b): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::NodeDef(opencv_tensorflow::NodeDef const&)': graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefC2ERKS0_+0x32): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefC2ERKS0_+0x69): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefC2ERKS0_+0xf4): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefC2ERKS0_+0x129): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefC2ERKS0_+0x137): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefC2ERKS0_+0x16c): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefC2ERKS0_+0x17a): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefC2ERKS0_+0x1bb): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::~NodeDef()': graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD2Ev+0x5f): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD2Ev+0x67): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD2Ev+0x6e): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD2Ev+0x99): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD2Ev+0xc3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD2Ev+0xd8): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD2Ev+0xed): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD2Ev+0x102): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::ArenaDtor(void*)': graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDef9ArenaDtorEPv+0x29): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef::~NodeDef()': graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD0Ev+0x5b): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD0Ev+0x63): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD0Ev+0x6a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD0Ev+0x96): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD0Ev+0xbb): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD0Ev+0xd0): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD0Ev+0xe5): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow7NodeDefD0Ev+0xfa): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*) [clone .cold]': graph.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow7NodeDefEJEEEPT_PS1_DpOT0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: graph.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow7NodeDefEJEEEPT_PS1_DpOT0_+0x48): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: graph.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow7NodeDefEJEEEPT_PS1_DpOT0_+0x50): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: graph.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow7NodeDefEJEEEPT_PS1_DpOT0_+0x57): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::NodeDef* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': graph.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow7NodeDefEJEEEPT_PS1_DpOT0_+0x1c): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow7NodeDefEJEEEPT_PS1_DpOT0_+0x3e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow7NodeDefEJEEEPT_PS1_DpOT0_+0x54): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow7NodeDefEJEEEPT_PS1_DpOT0_+0x8a): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow7NodeDefEJEEEPT_PS1_DpOT0_+0xea): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow7NodeDefEJEEEPT_PS1_DpOT0_+0x128): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow7NodeDefEJEEEPT_PS1_DpOT0_+0x148): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow7NodeDefEJEEEPT_PS1_DpOT0_+0x15d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `opencv_tensorflow::GraphDef::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x86): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xbb): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x126): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x159): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1db): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x224): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x270): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: graph.pb.cc:(.text._ZN17opencv_tensorflow8GraphDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x284): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::Swap(google::protobuf::internal::MapFieldBase*)': graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4SwapEPNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4SwapEPNS1_12MapFieldBaseE]+0x18): undefined reference to `google::protobuf::internal::MapFieldBase::Swap(google::protobuf::internal::MapFieldBase*)' /usr/bin/ld: graph.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4SwapEPNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4SwapEPNS1_12MapFieldBaseE]+0x35): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow8GraphDefE[_ZTIN17opencv_tensorflow8GraphDefE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTIN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTIN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow7NodeDefE[_ZTIN17opencv_tensorflow7NodeDefE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x90): undefined reference to `google::protobuf::Message::SetCachedSize(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE[_ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE[_ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE[_ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE[_ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE]+0x90): undefined reference to `google::protobuf::Message::SetCachedSize(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow8GraphDefE[_ZTVN17opencv_tensorflow8GraphDefE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow8GraphDefE[_ZTVN17opencv_tensorflow8GraphDefE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow8GraphDefE[_ZTVN17opencv_tensorflow8GraphDefE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow8GraphDefE[_ZTVN17opencv_tensorflow8GraphDefE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow8GraphDefE[_ZTVN17opencv_tensorflow8GraphDefE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow8GraphDefE[_ZTVN17opencv_tensorflow8GraphDefE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseE[_ZTVN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseE[_ZTVN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseE[_ZTVN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseE[_ZTVN17opencv_tensorflow26NodeDef_AttrEntry_DoNotUseE]+0x90): undefined reference to `google::protobuf::Message::SetCachedSize(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow7NodeDefE[_ZTVN17opencv_tensorflow7NodeDefE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow7NodeDefE[_ZTVN17opencv_tensorflow7NodeDefE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow7NodeDefE[_ZTVN17opencv_tensorflow7NodeDefE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow7NodeDefE[_ZTVN17opencv_tensorflow7NodeDefE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow7NodeDefE[_ZTVN17opencv_tensorflow7NodeDefE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow7NodeDefE[_ZTVN17opencv_tensorflow7NodeDefE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow7NodeDef12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(graph.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow8GraphDef12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `opencv_tensorflow::TensorProto::GetMetadata() const': tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `void google::protobuf::internal::InternalMetadata::DeleteOutOfLineHelper() [clone .isra.0]': tensor.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadata21DeleteOutOfLineHelperINS0_15UnknownFieldSetEEEvv.isra.0+0x34): undefined reference to `google::protobuf::UnknownFieldSet::ClearFallback()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `opencv_tensorflow::TensorProto::TensorProto(google::protobuf::Arena*, bool) [clone .cold]': tensor.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11TensorProtoC2EPN6google8protobuf5ArenaEb+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11TensorProtoC2EPN6google8protobuf5ArenaEb+0xc): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11TensorProtoC2EPN6google8protobuf5ArenaEb+0x14): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11TensorProtoC2EPN6google8protobuf5ArenaEb+0x1b): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `opencv_tensorflow::TensorProto::TensorProto(google::protobuf::Arena*, bool)': tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoC2EPN6google8protobuf5ArenaEb+0x5f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoC2EPN6google8protobuf5ArenaEb+0x66): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `opencv_tensorflow::TensorProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*) [clone .cold]': tensor.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow11TensorProtoEJEEEPT_PS1_DpOT0_+0x14): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow11TensorProtoEJEEEPT_PS1_DpOT0_+0x1c): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow11TensorProtoEJEEEPT_PS1_DpOT0_+0x24): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow11TensorProtoEJEEEPT_PS1_DpOT0_+0x2b): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `opencv_tensorflow::TensorProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': tensor.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow11TensorProtoEJEEEPT_PS1_DpOT0_+0x22): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow11TensorProtoEJEEEPT_PS1_DpOT0_+0x7a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow11TensorProtoEJEEEPT_PS1_DpOT0_+0x81): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `opencv_tensorflow::TensorProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4c): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x88): undefined reference to `google::protobuf::internal::PackedInt32Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xb9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf0): undefined reference to `google::protobuf::internal::PackedDoubleParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x130): undefined reference to `google::protobuf::internal::PackedBoolParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x15d): undefined reference to `google::protobuf::internal::PackedInt64Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x185): undefined reference to `google::protobuf::internal::PackedFloatParser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1b6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1c5): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x25e): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x26c): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2ed): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x382): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3c4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3ec): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4dc): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x5a5): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x626): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x6d5): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x77e): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x7aa): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x7d6): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x801): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x82d): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x85c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x88b): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x8b7): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `opencv_tensorflow::TensorProto::TensorProto(opencv_tensorflow::TensorProto const&) [clone .cold]': tensor.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x10): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x18): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x24): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x2d): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x36): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x3e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x47): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x50): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x59): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x60): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `opencv_tensorflow::TensorProto::TensorProto(opencv_tensorflow::TensorProto const&)': tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x9e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x1af): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x24f): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x264): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x29c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x2d4): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x304): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x32c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x354): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x37c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoC2ERKS0_+0x3a4): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `opencv_tensorflow::TensorProto::MergeFrom(opencv_tensorflow::TensorProto const&)': tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto9MergeFromERKS0_+0x34): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto9MergeFromERKS0_+0x11c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto9MergeFromERKS0_+0x159): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto9MergeFromERKS0_+0x196): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto9MergeFromERKS0_+0x1e3): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto9MergeFromERKS0_+0x202): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto9MergeFromERKS0_+0x252): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto9MergeFromERKS0_+0x2a2): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto9MergeFromERKS0_+0x2e4): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto9MergeFromERKS0_+0x31c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `_GLOBAL__sub_I.00102_tensor.pb.cc': tensor.pb.cc:(.text.startup._GLOBAL__sub_I.00102_tensor.pb.cc+0xf): undefined reference to `google::protobuf::internal::AddDescriptorsRunner::AddDescriptorsRunner(google::protobuf::internal::DescriptorTable const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `_GLOBAL__sub_I_tensor.pb.cc': tensor.pb.cc:(.text.startup._GLOBAL__sub_I_tensor.pb.cc+0x4d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `opencv_tensorflow::TensorProto::~TensorProto()': tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoD2Ev+0x63): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoD2Ev+0x6f): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoD2Ev+0x77): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoD2Ev+0x7f): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoD2Ev+0x87): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoD2Ev+0x8f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoD2Ev+0x97): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoD2Ev+0xa0): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoD2Ev+0xa9): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoD2Ev+0xb0): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoD2Ev+0xdb): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoD2Ev+0x113): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProtoD2Ev+0x12d): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `opencv_tensorflow::TensorProto::Clear()': tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto5ClearEv+0x1e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto5ClearEv+0x56): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `opencv_tensorflow::TensorProto::CopyFrom(opencv_tensorflow::TensorProto const&)': tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto8CopyFromERKS0_+0x30): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: tensor.pb.cc:(.text._ZN17opencv_tensorflow11TensorProto8CopyFromERKS0_+0x68): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `opencv_tensorflow::TensorProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xbc): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2aa): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2c6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x5fc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x617): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x62c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x647): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x7b6): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x7c9): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x7dd): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x7ed): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteRawFallback(void const*, int, unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x7fd): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteRawFallback(void const*, int, unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x810): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x820): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteRawFallback(void const*, int, unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x833): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x84d): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x863): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteRawFallback(void const*, int, unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x876): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x88d): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x8a1): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteRawFallback(void const*, int, unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x8b4): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x8c7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x8de): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x8f8): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x7a6): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o): in function `opencv_tensorflow::TensorProto::ByteSizeLong() const': tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto12ByteSizeLongEv+0x59): undefined reference to `google::protobuf::internal::WireFormatLite::Int32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto12ByteSizeLongEv+0x89): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto12ByteSizeLongEv+0x93): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto12ByteSizeLongEv+0xb3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto12ByteSizeLongEv+0xff): undefined reference to `google::protobuf::internal::WireFormatLite::Int64Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto12ByteSizeLongEv+0x182): undefined reference to `google::protobuf::internal::WireFormatLite::Int32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: tensor.pb.cc:(.text._ZNK17opencv_tensorflow11TensorProto12ByteSizeLongEv+0x252): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow11TensorProtoE[_ZTIN17opencv_tensorflow11TensorProtoE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11TensorProtoE[_ZTVN17opencv_tensorflow11TensorProtoE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11TensorProtoE[_ZTVN17opencv_tensorflow11TensorProtoE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11TensorProtoE[_ZTVN17opencv_tensorflow11TensorProtoE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11TensorProtoE[_ZTVN17opencv_tensorflow11TensorProtoE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11TensorProtoE[_ZTVN17opencv_tensorflow11TensorProtoE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11TensorProtoE[_ZTVN17opencv_tensorflow11TensorProtoE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow11TensorProto12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto_Dim::GetMetadata() const': tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow20TensorShapeProto_Dim11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto::GetMetadata() const': tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow16TensorShapeProto11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `void google::protobuf::internal::InternalMetadata::DeleteOutOfLineHelper() [clone .isra.0]': tensor_shape.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadata21DeleteOutOfLineHelperINS0_15UnknownFieldSetEEEvv.isra.0+0x34): undefined reference to `google::protobuf::UnknownFieldSet::ClearFallback()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto_Dim::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow20TensorShapeProto_Dim18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb0): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow20TensorShapeProto_Dim18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x13c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow20TensorShapeProto_Dim18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x15c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow20TensorShapeProto_Dim18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x11e): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto_Dim::ByteSizeLong() const': tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow20TensorShapeProto_Dim12ByteSizeLongEv+0x34): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto::ByteSizeLong() const': tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow16TensorShapeProto12ByteSizeLongEv+0x57): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow16TensorShapeProto12ByteSizeLongEv+0xc7): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto::~TensorShapeProto()': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProtoD0Ev+0x43): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProtoD0Ev+0x6a): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProtoD0Ev+0x9f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProtoD0Ev+0xcd): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProtoD0Ev+0x105): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto::~TensorShapeProto()': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProtoD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProtoD2Ev+0x68): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProtoD2Ev+0xa7): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProtoD2Ev+0xd5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProtoD2Ev+0x105): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto_Dim::~TensorShapeProto_Dim()': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_DimD2Ev+0x30): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_DimD2Ev+0x3f): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_DimD2Ev+0x50): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_DimD2Ev+0x76): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_DimD2Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto_Dim::~TensorShapeProto_Dim()': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_DimD0Ev+0x31): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_DimD0Ev+0x40): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_DimD0Ev+0x51): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_DimD0Ev+0x78): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_DimD0Ev+0xab): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_DimD0Ev+0xc0): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x125): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x148): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1b3): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1d7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1f7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x20f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x226): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZNK17opencv_tensorflow16TensorShapeProto18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x253): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto_Dim::TensorShapeProto_Dim(google::protobuf::Arena*, bool)': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_DimC2EPN6google8protobuf5ArenaEb+0x29): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto_Dim* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': tensor_shape.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow20TensorShapeProto_DimEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow20TensorShapeProto_DimEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow20TensorShapeProto_DimEJEEEPT_PS1_DpOT0_+0x4d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': tensor_shape.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16TensorShapeProtoEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto_Dim::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_Dim14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4a): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_Dim14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9c): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_Dim14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe5): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_Dim14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf6): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_Dim14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x10c): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_Dim14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x135): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_Dim14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1ac): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto_Dim::TensorShapeProto_Dim(opencv_tensorflow::TensorShapeProto_Dim const&) [clone .cold]': tensor_shape.pb.cc:(.text.unlikely._ZN17opencv_tensorflow20TensorShapeProto_DimC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto_Dim::TensorShapeProto_Dim(opencv_tensorflow::TensorShapeProto_Dim const&)': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_DimC2ERKS0_+0x4d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_DimC2ERKS0_+0x84): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto_Dim::MergeFrom(opencv_tensorflow::TensorShapeProto_Dim const&)': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_Dim9MergeFromERKS0_+0x74): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto::TensorShapeProto(opencv_tensorflow::TensorShapeProto const&) [clone .cold]': tensor_shape.pb.cc:(.text.unlikely._ZN17opencv_tensorflow16TensorShapeProtoC2ERKS0_+0x12): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: tensor_shape.pb.cc:(.text.unlikely._ZN17opencv_tensorflow16TensorShapeProtoC2ERKS0_+0x19): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto::TensorShapeProto(opencv_tensorflow::TensorShapeProto const&)': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProtoC2ERKS0_+0x97): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto::MergeFrom(opencv_tensorflow::TensorShapeProto const&)': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProto9MergeFromERKS0_+0x73): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProto9MergeImplEPN6google8protobuf7MessageERKS3_+0x73): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto_Dim::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_Dim9MergeImplEPN6google8protobuf7MessageERKS3_+0x74): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto_Dim::Clear()': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_Dim5ClearEv+0x9): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto::Clear()': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProto5ClearEv+0x42): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto_Dim::CopyFrom(opencv_tensorflow::TensorShapeProto_Dim const&)': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_Dim8CopyFromERKS0_+0x25): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow20TensorShapeProto_Dim8CopyFromERKS0_+0xa3): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto::CopyFrom(opencv_tensorflow::TensorShapeProto const&)': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProto8CopyFromERKS0_+0x42): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `opencv_tensorflow::TensorShapeProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x94): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xd1): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x168): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1b0): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1c1): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: tensor_shape.pb.cc:(.text._ZN17opencv_tensorflow16TensorShapeProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1d4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_tensorflow::TensorShapeProto_Dim const&, opencv_tensorflow::TensorShapeProto_Dim*)': tensor_shape.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow20TensorShapeProto_DimEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow20TensorShapeProto_DimEE5MergeERKS4_PS4_]+0x74): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `_GLOBAL__sub_I.00102_tensor_shape.pb.cc': tensor_shape.pb.cc:(.text.startup._GLOBAL__sub_I.00102_tensor_shape.pb.cc+0xf): undefined reference to `google::protobuf::internal::AddDescriptorsRunner::AddDescriptorsRunner(google::protobuf::internal::DescriptorTable const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o): in function `_GLOBAL__sub_I_tensor_shape.pb.cc': tensor_shape.pb.cc:(.text.startup._GLOBAL__sub_I_tensor_shape.pb.cc+0x4d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow20TensorShapeProto_DimE[_ZTIN17opencv_tensorflow20TensorShapeProto_DimE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow16TensorShapeProtoE[_ZTIN17opencv_tensorflow16TensorShapeProtoE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow20TensorShapeProto_DimE[_ZTVN17opencv_tensorflow20TensorShapeProto_DimE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow20TensorShapeProto_DimE[_ZTVN17opencv_tensorflow20TensorShapeProto_DimE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow20TensorShapeProto_DimE[_ZTVN17opencv_tensorflow20TensorShapeProto_DimE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow20TensorShapeProto_DimE[_ZTVN17opencv_tensorflow20TensorShapeProto_DimE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow20TensorShapeProto_DimE[_ZTVN17opencv_tensorflow20TensorShapeProto_DimE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow20TensorShapeProto_DimE[_ZTVN17opencv_tensorflow20TensorShapeProto_DimE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow16TensorShapeProtoE[_ZTVN17opencv_tensorflow16TensorShapeProtoE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow16TensorShapeProtoE[_ZTVN17opencv_tensorflow16TensorShapeProtoE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow16TensorShapeProtoE[_ZTVN17opencv_tensorflow16TensorShapeProtoE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow16TensorShapeProtoE[_ZTVN17opencv_tensorflow16TensorShapeProtoE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow16TensorShapeProtoE[_ZTVN17opencv_tensorflow16TensorShapeProtoE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow16TensorShapeProtoE[_ZTVN17opencv_tensorflow16TensorShapeProtoE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow16TensorShapeProto12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tensor_shape.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow20TensorShapeProto_Dim12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o): in function `opencv_tensorflow::VersionDef::ByteSizeLong() const': versions.pb.cc:(.text._ZNK17opencv_tensorflow10VersionDef12ByteSizeLongEv+0x9): undefined reference to `google::protobuf::internal::WireFormatLite::Int32Size(google::protobuf::RepeatedField const&)' /usr/bin/ld: versions.pb.cc:(.text._ZNK17opencv_tensorflow10VersionDef12ByteSizeLongEv+0x73): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o): in function `opencv_tensorflow::VersionDef::GetMetadata() const': versions.pb.cc:(.text._ZNK17opencv_tensorflow10VersionDef11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o): in function `void google::protobuf::internal::InternalMetadata::DeleteOutOfLineHelper() [clone .isra.0]': versions.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadata21DeleteOutOfLineHelperINS0_15UnknownFieldSetEEEvv.isra.0+0x34): undefined reference to `google::protobuf::UnknownFieldSet::ClearFallback()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o): in function `opencv_tensorflow::VersionDef::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': versions.pb.cc:(.text._ZNK17opencv_tensorflow10VersionDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x194): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: versions.pb.cc:(.text._ZNK17opencv_tensorflow10VersionDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1c1): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: versions.pb.cc:(.text._ZNK17opencv_tensorflow10VersionDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1d5): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: versions.pb.cc:(.text._ZNK17opencv_tensorflow10VersionDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x21e): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: versions.pb.cc:(.text._ZNK17opencv_tensorflow10VersionDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x216): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o): in function `opencv_tensorflow::VersionDef::~VersionDef()': versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDefD0Ev+0x38): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDefD0Ev+0x3f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDefD0Ev+0x67): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o): in function `opencv_tensorflow::VersionDef::~VersionDef()': versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDefD2Ev+0x3b): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDefD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDefD2Ev+0x69): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o): in function `opencv_tensorflow::VersionDef* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': versions.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow10VersionDefEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o): in function `opencv_tensorflow::VersionDef::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4f): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xaa): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x129): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x164): undefined reference to `google::protobuf::internal::PackedInt32Parser(void*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1c4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1e4): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x279): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2d6): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o): in function `opencv_tensorflow::VersionDef::VersionDef(opencv_tensorflow::VersionDef const&) [clone .cold]': versions.pb.cc:(.text.unlikely._ZN17opencv_tensorflow10VersionDefC2ERKS0_+0x4): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: versions.pb.cc:(.text.unlikely._ZN17opencv_tensorflow10VersionDefC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: versions.pb.cc:(.text.unlikely._ZN17opencv_tensorflow10VersionDefC2ERKS0_+0x36): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o): in function `opencv_tensorflow::VersionDef::VersionDef(opencv_tensorflow::VersionDef const&)': versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDefC2ERKS0_+0x74): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o): in function `opencv_tensorflow::VersionDef::MergeFrom(opencv_tensorflow::VersionDef const&)': versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDef9MergeFromERKS0_+0x64): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o): in function `opencv_tensorflow::VersionDef::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDef9MergeImplEPN6google8protobuf7MessageERKS3_+0x64): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o): in function `opencv_tensorflow::VersionDef::CopyFrom(opencv_tensorflow::VersionDef const&)': versions.pb.cc:(.text._ZN17opencv_tensorflow10VersionDef8CopyFromERKS0_+0x9c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o): in function `_GLOBAL__sub_I.00102_versions.pb.cc': versions.pb.cc:(.text.startup._GLOBAL__sub_I.00102_versions.pb.cc+0xf): undefined reference to `google::protobuf::internal::AddDescriptorsRunner::AddDescriptorsRunner(google::protobuf::internal::DescriptorTable const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow10VersionDefE[_ZTIN17opencv_tensorflow10VersionDefE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow10VersionDefE[_ZTVN17opencv_tensorflow10VersionDefE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow10VersionDefE[_ZTVN17opencv_tensorflow10VersionDefE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow10VersionDefE[_ZTVN17opencv_tensorflow10VersionDefE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow10VersionDefE[_ZTVN17opencv_tensorflow10VersionDefE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow10VersionDefE[_ZTVN17opencv_tensorflow10VersionDefE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow10VersionDefE[_ZTVN17opencv_tensorflow10VersionDefE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(versions.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow10VersionDef12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(init.cpp.o): in function `cv::dnn::dnn4_v20231225::(anonymous namespace)::ProtobufShutdown::~ProtobufShutdown()': init.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512_GLOBAL__N_116ProtobufShutdownD2Ev+0x8): undefined reference to `google::protobuf::ShutdownProtobufLibrary()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXNodeWrapper::getNumInputs() const': onnx_graph_simplifier.cpp:(.text._ZNK2cv3dnn14dnn4_v2023122515ONNXNodeWrapper12getNumInputsEv[_ZNK2cv3dnn14dnn4_v2023122515ONNXNodeWrapper12getNumInputsEv]+0xe): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXGraphWrapper::getNumOutputs(int) const': onnx_graph_simplifier.cpp:(.text._ZNK2cv3dnn14dnn4_v2023122516ONNXGraphWrapper13getNumOutputsEi[_ZNK2cv3dnn14dnn4_v2023122516ONNXGraphWrapper13getNumOutputsEi]+0x31): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXNodeWrapper::setInputNames(std::vector, std::allocator >, std::allocator, std::allocator > > > const&)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122515ONNXNodeWrapper13setInputNamesERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EE[_ZN2cv3dnn14dnn4_v2023122515ONNXNodeWrapper13setInputNamesERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EE]+0x1e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122515ONNXNodeWrapper13setInputNamesERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EE[_ZN2cv3dnn14dnn4_v2023122515ONNXNodeWrapper13setInputNamesERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EE]+0x47): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXNodeWrapper::setType(std::__cxx11::basic_string, std::allocator > const&)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122515ONNXNodeWrapper7setTypeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN2cv3dnn14dnn4_v2023122515ONNXNodeWrapper7setTypeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x21): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXNodeWrapper::getInputName[abi:cxx11](int) const': onnx_graph_simplifier.cpp:(.text._ZNK2cv3dnn14dnn4_v2023122515ONNXNodeWrapper12getInputNameB5cxx11Ei[_ZNK2cv3dnn14dnn4_v2023122515ONNXNodeWrapper12getInputNameB5cxx11Ei]+0x23): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZNK2cv3dnn14dnn4_v2023122515ONNXNodeWrapper12getInputNameB5cxx11Ei[_ZNK2cv3dnn14dnn4_v2023122515ONNXNodeWrapper12getInputNameB5cxx11Ei]+0x3a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::AdjustSliceAllOptionalInputsSubgraph::finalize(cv::Ptr const&, cv::Ptr const&, std::vector, std::allocator > >&)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122536AdjustSliceAllOptionalInputsSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122536AdjustSliceAllOptionalInputsSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x9f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::SoftMaxSubgraphBase::finalize(cv::Ptr const&, cv::Ptr const&, std::vector, std::allocator > >&)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122519SoftMaxSubgraphBase8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122519SoftMaxSubgraphBase8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0xe6): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122519SoftMaxSubgraphBase8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122519SoftMaxSubgraphBase8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x129): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::CeluSubgraph::finalize(cv::Ptr const&, cv::Ptr const&, std::vector, std::allocator > >&)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512CeluSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122512CeluSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0xef): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122512CeluSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122512CeluSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x131): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::ExpandSubgraph::finalize(cv::Ptr const&, cv::Ptr const&, std::vector, std::allocator > >&)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122514ExpandSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122514ExpandSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0xae): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122514ExpandSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122514ExpandSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x128): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator >&&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::AttentionSingleHeadSubGraph::finalize(cv::Ptr const&, cv::Ptr const&, std::vector, std::allocator > >&)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0xe1): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x1b1): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x290): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x32c): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x35a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x372): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x3a8): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x3c8): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x3e8): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x408): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x42c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x46f): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122527AttentionSingleHeadSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x4c8): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::AttentionSubGraph::finalize(cv::Ptr const&, cv::Ptr const&, std::vector, std::allocator > >&)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0xe1): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x1b1): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x290): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x32c): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x35a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x372): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x3a8): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x3c8): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x3e8): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x408): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x42c): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x46f): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517AttentionSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x4c8): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::NormalizeSubgraphBase::finalize(cv::Ptr const&, cv::Ptr const&, std::vector, std::allocator > >&)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122521NormalizeSubgraphBase8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122521NormalizeSubgraphBase8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0xd2): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122521NormalizeSubgraphBase8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122521NormalizeSubgraphBase8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x15a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122521NormalizeSubgraphBase8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122521NormalizeSubgraphBase8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x1a0): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122521NormalizeSubgraphBase8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122521NormalizeSubgraphBase8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x1c0): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::LayerNormSubGraph::finalize(cv::Ptr const&, cv::Ptr const&, std::vector, std::allocator > >&)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517LayerNormSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517LayerNormSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0xd2): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517LayerNormSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517LayerNormSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x163): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517LayerNormSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517LayerNormSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x193): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517LayerNormSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517LayerNormSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x1a8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517LayerNormSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517LayerNormSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x1e0): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517LayerNormSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122517LayerNormSubGraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x200): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::getMatFromTensor(opencv_onnx::TensorProto const&) [clone .cold]': onnx_graph_simplifier.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0x50): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0x62): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0x8f): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0xab): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0xd2): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text.unlikely._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0xf6): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::getMatFromTensor(opencv_onnx::TensorProto const&)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0x154): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0x1d9): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0x293): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0x3c2): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0x3f6): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0x469): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0x606): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0x721): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0x74c): undefined reference to `google::protobuf::internal::NameOfEnum[abi:cxx11](google::protobuf::EnumDescriptor const*, int)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0xac5): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0xb49): undefined reference to `google::protobuf::RepeatedField::~RepeatedField()' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516getMatFromTensorERKN11opencv_onnx11TensorProtoE+0xb56): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::simplifySubgraphs(opencv_onnx::GraphProto&)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517simplifySubgraphsERN11opencv_onnx10GraphProtoE+0x1e18): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXGraphWrapper::getOutputName[abi:cxx11](int, int) const': onnx_graph_simplifier.cpp:(.text._ZNK2cv3dnn14dnn4_v2023122516ONNXGraphWrapper13getOutputNameB5cxx11Eii[_ZNK2cv3dnn14dnn4_v2023122516ONNXGraphWrapper13getOutputNameB5cxx11Eii]+0x81): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZNK2cv3dnn14dnn4_v2023122516ONNXGraphWrapper13getOutputNameB5cxx11Eii[_ZNK2cv3dnn14dnn4_v2023122516ONNXGraphWrapper13getOutputNameB5cxx11Eii]+0xca): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::GatherCastSubgraph::match(cv::Ptr const&, int, std::vector >&)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122518GatherCastSubgraph5matchERKNS_3PtrINS0_18ImportGraphWrapperEEEiRSt6vectorIiSaIiEE[_ZN2cv3dnn14dnn4_v2023122518GatherCastSubgraph5matchERKNS_3PtrINS0_18ImportGraphWrapperEEEiRSt6vectorIiSaIiEE]+0x265): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122518GatherCastSubgraph5matchERKNS_3PtrINS0_18ImportGraphWrapperEEEiRSt6vectorIiSaIiEE[_ZN2cv3dnn14dnn4_v2023122518GatherCastSubgraph5matchERKNS_3PtrINS0_18ImportGraphWrapperEEEiRSt6vectorIiSaIiEE]+0x2d1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122518GatherCastSubgraph5matchERKNS_3PtrINS0_18ImportGraphWrapperEEEiRSt6vectorIiSaIiEE[_ZN2cv3dnn14dnn4_v2023122518GatherCastSubgraph5matchERKNS_3PtrINS0_18ImportGraphWrapperEEEiRSt6vectorIiSaIiEE]+0x2e9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::ONNXGraphWrapper::removeNode(int)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516ONNXGraphWrapper10removeNodeEi[_ZN2cv3dnn14dnn4_v2023122516ONNXGraphWrapper10removeNodeEi]+0x51): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::CloseGap(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(onnx_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::ExtractScalesSubgraph::finalize(cv::Ptr const&, cv::Ptr const&, std::vector, std::allocator > >&)': onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122521ExtractScalesSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122521ExtractScalesSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x2a5): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122521ExtractScalesSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122521ExtractScalesSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x34e): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122521ExtractScalesSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122521ExtractScalesSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x387): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::DeleteSubrange(int, int)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122521ExtractScalesSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122521ExtractScalesSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x3c9): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: onnx_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122521ExtractScalesSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE[_ZN2cv3dnn14dnn4_v2023122521ExtractScalesSubgraph8finalizeERKNS_3PtrINS0_18ImportGraphWrapperEEERKNS3_INS0_17ImportNodeWrapperEEERSt6vectorIS9_SaIS9_EE]+0x3e9): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::TFNodeWrapper::setInputNames(std::vector, std::allocator >, std::allocator, std::allocator > > > const&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122513TFNodeWrapper13setInputNamesERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EE[_ZN2cv3dnn14dnn4_v2023122513TFNodeWrapper13setInputNamesERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EE]+0x19): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122513TFNodeWrapper13setInputNamesERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EE[_ZN2cv3dnn14dnn4_v2023122513TFNodeWrapper13setInputNamesERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EE]+0x47): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::TFNodeWrapper::getNumInputs() const': tf_graph_simplifier.cpp:(.text._ZNK2cv3dnn14dnn4_v2023122513TFNodeWrapper12getNumInputsEv[_ZNK2cv3dnn14dnn4_v2023122513TFNodeWrapper12getNumInputsEv]+0x9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::TFNodeWrapper::getInputName[abi:cxx11](int) const': tf_graph_simplifier.cpp:(.text._ZNK2cv3dnn14dnn4_v2023122513TFNodeWrapper12getInputNameB5cxx11Ei[_ZNK2cv3dnn14dnn4_v2023122513TFNodeWrapper12getInputNameB5cxx11Ei]+0x25): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::TFNodeWrapper::setType(std::__cxx11::basic_string, std::allocator > const&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122513TFNodeWrapper7setTypeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN2cv3dnn14dnn4_v2023122513TFNodeWrapper7setTypeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x1b): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122513TFNodeWrapper7setTypeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN2cv3dnn14dnn4_v2023122513TFNodeWrapper7setTypeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x24): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::releaseTensor(opencv_tensorflow::TensorProto*)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122513releaseTensorEPN17opencv_tensorflow11TensorProtoE+0x23): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122513releaseTensorEPN17opencv_tensorflow11TensorProtoE+0x4a): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122513releaseTensorEPN17opencv_tensorflow11TensorProtoE+0x52): undefined reference to `google::protobuf::internal::ArenaStringPtr::Release(std::__cxx11::basic_string, std::allocator > const*, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::ReshapeKerasSubgraph::match(cv::Ptr const&, int, std::vector >&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph5matchERKNS_3PtrINS0_18ImportGraphWrapperEEEiRSt6vectorIiSaIiEE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph5matchERKNS_3PtrINS0_18ImportGraphWrapperEEEiRSt6vectorIiSaIiEE]+0x89): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph5matchERKNS_3PtrINS0_18ImportGraphWrapperEEEiRSt6vectorIiSaIiEE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph5matchERKNS_3PtrINS0_18ImportGraphWrapperEEEiRSt6vectorIiSaIiEE]+0xbc): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::sortByExecutionOrder(opencv_tensorflow::GraphDef&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520sortByExecutionOrderERN17opencv_tensorflow8GraphDefE+0x2c9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520sortByExecutionOrderERN17opencv_tensorflow8GraphDefE+0x2dd): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520sortByExecutionOrderERN17opencv_tensorflow8GraphDefE+0xbe0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::simplifySubgraphs(opencv_tensorflow::GraphDef&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517simplifySubgraphsERN17opencv_tensorflow8GraphDefE+0x128a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::PReLUSubgraph::finalize(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef*, std::vector >&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122513PReLUSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122513PReLUSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x35): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::ReLU6KerasSubgraph::match(cv::Ptr const&, int, std::vector >&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122518ReLU6KerasSubgraph5matchERKNS_3PtrINS0_18ImportGraphWrapperEEEiRSt6vectorIiSaIiEE[_ZN2cv3dnn14dnn4_v2023122518ReLU6KerasSubgraph5matchERKNS_3PtrINS0_18ImportGraphWrapperEEEiRSt6vectorIiSaIiEE]+0xf3): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `opencv_tensorflow::AttrValue& google::protobuf::Map, std::allocator >, opencv_tensorflow::AttrValue>::at, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&)': tf_graph_simplifier.cpp:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERS9_RKS7_[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERS9_RKS7_]+0xca): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERS9_RKS7_[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERS9_RKS7_]+0xd9): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERS9_RKS7_[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERS9_RKS7_]+0xe8): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERS9_RKS7_[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERS9_RKS7_]+0x118): undefined reference to `google::protobuf::internal::LogMessage::operator<<(std::__cxx11::basic_string, std::allocator > const&)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERS9_RKS7_[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERS9_RKS7_]+0x125): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERS9_RKS7_[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERS9_RKS7_]+0x13e): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERS9_RKS7_[_ZN6google8protobuf3MapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN17opencv_tensorflow9AttrValueEE2atIS7_EERS9_RKS7_]+0x19a): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::ResizeBilinearSubgraphDown::finalize(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef*, std::vector >&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122526ResizeBilinearSubgraphDown8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122526ResizeBilinearSubgraphDown8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x2f): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122526ResizeBilinearSubgraphDown8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122526ResizeBilinearSubgraphDown8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x37): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::DeconvolutionSameKerasSubgraph::finalize(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef*, std::vector >&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x2b): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x71): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0xc0): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x146): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x152): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x299): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x2b9): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x2d9): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122530DeconvolutionSameKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x2f9): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::DeconvolutionValidKerasSubgraph::finalize(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef*, std::vector >&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x19): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x6a): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0xc5): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0xd1): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x163): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x16f): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x2c9): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x2e9): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x309): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122531DeconvolutionValidKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x329): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::ReshapeKerasSubgraph::finalize(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef*, std::vector >&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x9c): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x1b9): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x1c5): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x255): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::DeleteSubrange(int, int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x263): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x2c6): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x2ed): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x2fc): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x30b): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x346): undefined reference to `google::protobuf::internal::LogMessage::operator<<(std::__cxx11::basic_string, std::allocator > const&)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x353): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x36c): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122520ReshapeKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x47b): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::KerasMVNSubgraph::finalize(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef*, std::vector >&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516KerasMVNSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122516KerasMVNSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x35): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516KerasMVNSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122516KerasMVNSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x10c): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516KerasMVNSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122516KerasMVNSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x114): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516KerasMVNSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122516KerasMVNSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x26c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RemoveLast()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516KerasMVNSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122516KerasMVNSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x375): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122516KerasMVNSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122516KerasMVNSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x3c9): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::BatchNormSubgraph::finalize(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef*, std::vector >&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517BatchNormSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122517BatchNormSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x32): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517BatchNormSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122517BatchNormSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0xdc): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RemoveLast()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517BatchNormSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122517BatchNormSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x11c): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517BatchNormSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122517BatchNormSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x124): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517BatchNormSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122517BatchNormSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x385): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517BatchNormSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122517BatchNormSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x3d9): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::UpsamplingKerasSubgraph::finalize(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef*, std::vector >&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x30): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0xcb): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0xd7): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x127): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x185): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x1bf): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x252): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator >&&, google::protobuf::Arena*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x2d6): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x2de): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x425): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x50e): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x562): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x684): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122523UpsamplingKerasSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x6b0): undefined reference to `google::protobuf::RepeatedField::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::BatchNormNoGammaSubgraph::finalize(opencv_tensorflow::GraphDef&, opencv_tensorflow::NodeDef*, std::vector >&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x2c): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0xd2): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RemoveLast()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x118): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x120): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x2c6): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x357): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator >&&, google::protobuf::Arena*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x377): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x37f): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x4bd): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x549): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x61d): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x66a): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x723): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE[_ZN2cv3dnn14dnn4_v2023122524BatchNormNoGammaSubgraph8finalizeERN17opencv_tensorflow8GraphDefEPNS3_7NodeDefERSt6vectorIS7_SaIS7_EE]+0x771): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::removePhaseSwitches(opencv_tensorflow::GraphDef&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122519removePhaseSwitchesERN17opencv_tensorflow8GraphDefE+0x28f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122519removePhaseSwitchesERN17opencv_tensorflow8GraphDefE+0x2ee): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122519removePhaseSwitchesERN17opencv_tensorflow8GraphDefE+0x300): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122519removePhaseSwitchesERN17opencv_tensorflow8GraphDefE+0x4c2): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122519removePhaseSwitchesERN17opencv_tensorflow8GraphDefE+0x4cf): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122519removePhaseSwitchesERN17opencv_tensorflow8GraphDefE+0x811): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122519removePhaseSwitchesERN17opencv_tensorflow8GraphDefE+0x825): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122519removePhaseSwitchesERN17opencv_tensorflow8GraphDefE+0xd19): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122519removePhaseSwitchesERN17opencv_tensorflow8GraphDefE+0xd2d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122519removePhaseSwitchesERN17opencv_tensorflow8GraphDefE+0x1464): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::CloseGap(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::TFGraphWrapper::removeNode(int)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122514TFGraphWrapper10removeNodeEi[_ZN2cv3dnn14dnn4_v2023122514TFGraphWrapper10removeNodeEi]+0x30): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::CloseGap(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(tf_graph_simplifier.cpp.o): in function `cv::dnn::dnn4_v20231225::RemoveIdentityOps(opencv_tensorflow::GraphDef&)': tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517RemoveIdentityOpsERN17opencv_tensorflow8GraphDefE+0x17b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517RemoveIdentityOpsERN17opencv_tensorflow8GraphDefE+0x18d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517RemoveIdentityOpsERN17opencv_tensorflow8GraphDefE+0x389): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517RemoveIdentityOpsERN17opencv_tensorflow8GraphDefE+0x39d): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517RemoveIdentityOpsERN17opencv_tensorflow8GraphDefE+0x751): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Mutable(int)' /usr/bin/ld: tf_graph_simplifier.cpp:(.text._ZN2cv3dnn14dnn4_v2023122517RemoveIdentityOpsERN17opencv_tensorflow8GraphDefE+0xf8d): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::CloseGap(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDefLibrary::GetMetadata() const': function.pb.cc:(.text._ZNK17opencv_tensorflow18FunctionDefLibrary11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node_AttrEntry_DoNotUse::GetMetadata() const': function.pb.cc:(.text._ZNK17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUse11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::GetMetadata() const': function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef::GetMetadata() const': function.pb.cc:(.text._ZNK17opencv_tensorflow11FunctionDef11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::GradientDef::GetMetadata() const': function.pb.cc:(.text._ZNK17opencv_tensorflow11GradientDef11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapEntry, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::SpaceUsedLong() const': function.pb.cc:(.text._ZNK6google8protobuf8internal8MapEntryIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE13SpaceUsedLongEv[_ZNK6google8protobuf8internal8MapEntryIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE13SpaceUsedLongEv]+0x9): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::GetMap() const': function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE6GetMapEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE6GetMapEv]+0x5): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::MutableMap()': function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE10MutableMapEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE10MutableMapEv]+0x5): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE10MutableMapEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE10MutableMapEv]+0xd): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::size() const': function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4sizeEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4sizeEv]+0x5): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `void google::protobuf::internal::InternalMetadata::DeleteOutOfLineHelper() [clone .isra.0]': function.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadata21DeleteOutOfLineHelperINS0_15UnknownFieldSetEEEvv.isra.0+0x34): undefined reference to `google::protobuf::UnknownFieldSet::ClearFallback()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::GradientDef::ByteSizeLong() const': function.pb.cc:(.text._ZNK17opencv_tensorflow11GradientDef12ByteSizeLongEv+0x27): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow11GradientDef12ByteSizeLongEv+0x6c): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::UnsafeShallowSwap(google::protobuf::internal::MapFieldBase*)': function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE17UnsafeShallowSwapEPNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE17UnsafeShallowSwapEPNS1_12MapFieldBaseE]+0xd): undefined reference to `google::protobuf::internal::MapFieldBase::InternalSwap(google::protobuf::internal::MapFieldBase*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::GradientDef::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': function.pb.cc:(.text._ZNK17opencv_tensorflow11GradientDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x68): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow11GradientDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd0): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow11GradientDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x154): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow11GradientDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x16c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow11GradientDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x13e): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x48): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned int, std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x89): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0xbe): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0xf9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, std::__cxx11::basic_string, std::allocator >*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x111): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x167): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x18f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x1b4): undefined reference to `google::protobuf::internal::ReadSizeFallback(char const*, unsigned int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE14_InternalParseEPKcPNS1_12ParseContextE]+0x1f8): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::GradientDef::~GradientDef()': function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefD2Ev+0x2e): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefD2Ev+0x41): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefD2Ev+0x5b): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefD2Ev+0x6a): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefD2Ev+0x79): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefD2Ev+0x8a): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::GradientDef::~GradientDef()': function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefD0Ev+0x2f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefD0Ev+0x43): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefD0Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefD0Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefD0Ev+0x81): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefD0Ev+0x92): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefD0Ev+0xb9): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)': function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE]+0xb3): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE]+0xec): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE21CheckTypeAndMergeFromERKNS0_11MessageLiteE]+0xf4): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(std::__cxx11::basic_string, std::allocator > const*, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDefLibrary::~FunctionDefLibrary()': function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibraryD0Ev+0x55): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibraryD0Ev+0x81): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibraryD0Ev+0xc7): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibraryD0Ev+0xd5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibraryD0Ev+0xf5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibraryD0Ev+0x135): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDefLibrary::~FunctionDefLibrary()': function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibraryD2Ev+0x54): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibraryD2Ev+0x7f): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibraryD2Ev+0xc7): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibraryD2Ev+0xd5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibraryD2Ev+0xf5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibraryD2Ev+0x135): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node_AttrEntry_DoNotUse::FunctionDef_Node_AttrEntry_DoNotUse()': function.pb.cc:(.text._ZN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseC2Ev+0x3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node_AttrEntry_DoNotUse::FunctionDef_Node_AttrEntry_DoNotUse(google::protobuf::Arena*)': function.pb.cc:(.text._ZN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseC2EPN6google8protobuf5ArenaE+0x3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node_AttrEntry_DoNotUse::MergeFrom(opencv_tensorflow::FunctionDef_Node_AttrEntry_DoNotUse const&)': function.pb.cc:(.text._ZN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUse9MergeFromERKS0_+0xb3): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUse9MergeFromERKS0_+0xec): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUse9MergeFromERKS0_+0xf4): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(std::__cxx11::basic_string, std::allocator > const*, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::InternalSwap(opencv_tensorflow::FunctionDef_Node*)': function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node12InternalSwapEPS0_+0xb5): undefined reference to `google::protobuf::internal::MapFieldBase::InternalSwap(google::protobuf::internal::MapFieldBase*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::GradientDef::GradientDef(google::protobuf::Arena*, bool)': function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefC2EPN6google8protobuf5ArenaEb+0x7): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDefLibrary* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow18FunctionDefLibraryEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node_AttrEntry_DoNotUse* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseEJEEEPT_PS1_DpOT0_+0x55): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow11FunctionDefEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::GradientDef* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow11GradientDefEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow11GradientDefEJEEEPT_PS1_DpOT0_+0x20): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow11GradientDefEJEEEPT_PS1_DpOT0_+0x55): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::GradientDef::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x56): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x95): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xd2): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe3): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf9): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x141): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x152): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x168): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x193): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::GradientDef::GradientDef(opencv_tensorflow::GradientDef const&) [clone .cold]': function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11GradientDefC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::GradientDef::GradientDef(opencv_tensorflow::GradientDef const&)': function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefC2ERKS0_+0x57): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefC2ERKS0_+0x7e): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDefC2ERKS0_+0xb4): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::GradientDef::MergeFrom(opencv_tensorflow::GradientDef const&)': function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef9MergeFromERKS0_+0x74): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef9MergeFromERKS0_+0x94): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDefLibrary::FunctionDefLibrary(opencv_tensorflow::FunctionDefLibrary const&) [clone .cold]': function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow18FunctionDefLibraryC2ERKS0_+0x12): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow18FunctionDefLibraryC2ERKS0_+0x28): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow18FunctionDefLibraryC2ERKS0_+0x2f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDefLibrary::FunctionDefLibrary(opencv_tensorflow::FunctionDefLibrary const&)': function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibraryC2ERKS0_+0xc7): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibraryC2ERKS0_+0x117): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDefLibrary::MergeFrom(opencv_tensorflow::FunctionDefLibrary const&)': function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary9MergeFromERKS0_+0x73): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary9MergeFromERKS0_+0xc3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef::FunctionDef(opencv_tensorflow::FunctionDef const&) [clone .cold]': function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11FunctionDefC2ERKS0_+0x1e): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow11FunctionDefC2ERKS0_+0x25): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef::FunctionDef(opencv_tensorflow::FunctionDef const&)': function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDefC2ERKS0_+0xe7): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef::MergeFrom(opencv_tensorflow::FunctionDef const&)': function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDef9MergeFromERKS0_+0x93): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDefLibrary::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary9MergeImplEPN6google8protobuf7MessageERKS3_+0x73): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary9MergeImplEPN6google8protobuf7MessageERKS3_+0xc3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDef9MergeImplEPN6google8protobuf7MessageERKS3_+0x93): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::GradientDef::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef9MergeImplEPN6google8protobuf7MessageERKS3_+0x74): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef9MergeImplEPN6google8protobuf7MessageERKS3_+0x94): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::GradientDef::Clear()': function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef5ClearEv+0x9): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef5ClearEv+0x12): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::GradientDef::CopyFrom(opencv_tensorflow::GradientDef const&)': function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef8CopyFromERKS0_+0x27): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef8CopyFromERKS0_+0x2f): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef8CopyFromERKS0_+0xb7): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11GradientDef8CopyFromERKS0_+0xe3): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDefLibrary::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x49): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xa3): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xd7): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x139): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x180): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1c9): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x210): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_tensorflow::FunctionDef const&, opencv_tensorflow::FunctionDef*)': function.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow11FunctionDefEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow11FunctionDefEE5MergeERKS4_PS4_]+0x93): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_tensorflow::GradientDef const&, opencv_tensorflow::GradientDef*)': function.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow11GradientDefEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow11GradientDefEE5MergeERKS4_PS4_]+0x74): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow11GradientDefEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow11GradientDefEE5MergeERKS4_PS4_]+0x94): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::ContainsMapKey(google::protobuf::MapKey const&) const': function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x172): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x181): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x190): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x19f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1ae): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1b5): undefined reference to `google::protobuf::FieldDescriptor::kCppTypeToName' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1c1): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1d0): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1df): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x1fb): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x20b): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x213): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x272): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x281): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x290): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x29f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x2ac): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x2b4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x322): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x331): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x340): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x34f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x35c): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x364): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x39c): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x3a4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14ContainsMapKeyERKNS0_6MapKeyE]+0x3b4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::LookupMapValue(google::protobuf::MapKey const&, google::protobuf::MapValueConstRef*) const': function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x36): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1a2): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1b1): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1c0): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1cf): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1de): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1e5): undefined reference to `google::protobuf::FieldDescriptor::kCppTypeToName' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x1f1): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x200): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x20f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x22b): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x23b): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x243): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2aa): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2b9): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2c8): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2d7): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2e4): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x2ec): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x372): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x381): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x390): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x39f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x3ac): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x3b4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x3e8): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x3f0): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14LookupMapValueERKNS0_6MapKeyEPNS0_16MapValueConstRefE]+0x400): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::InsertOrLookupMapValue(google::protobuf::MapKey const&, google::protobuf::MapValueRef*)': function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x37): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x43): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x1e5): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x1f4): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x203): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x212): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x221): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x228): undefined reference to `google::protobuf::FieldDescriptor::kCppTypeToName' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x234): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x243): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x252): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x26e): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x27e): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x286): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x2f2): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x301): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x310): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x31f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x32a): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x332): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3ba): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3c9): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3d8): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3e7): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3f4): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x3fc): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x42e): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x436): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE22InsertOrLookupMapValueERKNS0_6MapKeyEPNS0_11MapValueRefE]+0x446): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::MergeFrom(google::protobuf::internal::MapFieldBase const&)': function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x1a): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x22): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x1c6): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x22d): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x6ea): undefined reference to `google::protobuf::Arena::AllocateAlignedWithCleanup(unsigned long, std::type_info const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE9MergeFromERKNS1_12MapFieldBaseE]+0x40d): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::MergeFrom(opencv_tensorflow::FunctionDef_Node const&)': function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node9MergeFromERKS0_+0x15): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node9MergeFromERKS0_+0x22): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node9MergeFromERKS0_+0x2f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node9MergeFromERKS0_+0xa7): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_tensorflow::FunctionDef_Node const&, opencv_tensorflow::FunctionDef_Node*)': function.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow16FunctionDef_NodeEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow16FunctionDef_NodeEE5MergeERKS4_PS4_]+0x15): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow16FunctionDef_NodeEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow16FunctionDef_NodeEE5MergeERKS4_PS4_]+0x22): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow16FunctionDef_NodeEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow16FunctionDef_NodeEE5MergeERKS4_PS4_]+0x2f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow16FunctionDef_NodeEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow16FunctionDef_NodeEE5MergeERKS4_PS4_]+0xa7): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node9MergeImplEPN6google8protobuf7MessageERKS3_+0x15): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node9MergeImplEPN6google8protobuf7MessageERKS3_+0x22): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node9MergeImplEPN6google8protobuf7MessageERKS3_+0x2f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::MergeFrom(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node9MergeImplEPN6google8protobuf7MessageERKS3_+0xa7): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::SpaceUsedExcludingSelfNoLock() const': function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE28SpaceUsedExcludingSelfNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE28SpaceUsedExcludingSelfNoLockEv]+0xd7): undefined reference to `google::protobuf::internal::StringSpaceUsedExcludingSelfLong(std::__cxx11::basic_string, std::allocator > const&)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE28SpaceUsedExcludingSelfNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE28SpaceUsedExcludingSelfNoLockEv]+0xe3): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_tensorflow::FunctionDef_Node_AttrEntry_DoNotUse const&, opencv_tensorflow::FunctionDef_Node_AttrEntry_DoNotUse*)': function.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseEE5MergeERKS4_PS4_]+0xb3): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseEE5MergeERKS4_PS4_]+0xec): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseEE5MergeERKS4_PS4_]+0xf4): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(std::__cxx11::basic_string, std::allocator > const*, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `void google::protobuf::internal::RepeatedPtrFieldBase::AddAllocatedSlowWithCopy::TypeHandler>(google::protobuf::RepeatedPtrField::TypeHandler::Type*, google::protobuf::Arena*, google::protobuf::Arena*)': function.pb.cc:(.text._ZN6google8protobuf8internal20RepeatedPtrFieldBase24AddAllocatedSlowWithCopyINS0_16RepeatedPtrFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseEE11TypeHandlerEEEvPNT_4TypeEPNS0_5ArenaESD_[_ZN6google8protobuf8internal20RepeatedPtrFieldBase24AddAllocatedSlowWithCopyINS0_16RepeatedPtrFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseEE11TypeHandlerEEEvPNT_4TypeEPNS0_5ArenaESD_]+0x31): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal20RepeatedPtrFieldBase24AddAllocatedSlowWithCopyINS0_16RepeatedPtrFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseEE11TypeHandlerEEEvPNT_4TypeEPNS0_5ArenaESD_[_ZN6google8protobuf8internal20RepeatedPtrFieldBase24AddAllocatedSlowWithCopyINS0_16RepeatedPtrFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseEE11TypeHandlerEEEvPNT_4TypeEPNS0_5ArenaESD_]+0xc7): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::Reserve(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `_GLOBAL__sub_I.00102_function.pb.cc': function.pb.cc:(.text.startup._GLOBAL__sub_I.00102_function.pb.cc+0xf): undefined reference to `google::protobuf::internal::AddDescriptorsRunner::AddDescriptorsRunner(google::protobuf::internal::DescriptorTable const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `_GLOBAL__sub_I_function.pb.cc': function.pb.cc:(.text.startup._GLOBAL__sub_I_function.pb.cc+0xf): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: function.pb.cc:(.text.startup._GLOBAL__sub_I_function.pb.cc+0x13b): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': function.pb.cc:(.text._ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE[_ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE]+0xc5): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE[_ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE]+0xfc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE[_ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE]+0x12e): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE[_ZNK6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE18_InternalSerializeEPhPNS0_2io19EpsCopyOutputStreamE]+0x157): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x21): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x50): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x66): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x108): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x11e): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x17a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1a8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1be): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x21a): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x23b): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x296): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3bc): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3d6): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x41f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x43f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x45f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x474): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x48a): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4be): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x530): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x6d5): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x701): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x72c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x744): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x8a8): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x917): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x939): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc20): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc75): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xcac): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xcbf): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xccf): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xce2): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd3c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe73): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xe8c): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xc6a): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::ByteSizeLong() const': function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node12ByteSizeLongEv+0x19): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node12ByteSizeLongEv+0x24): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node12ByteSizeLongEv+0x39): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node12ByteSizeLongEv+0x62): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node12ByteSizeLongEv+0x6c): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node12ByteSizeLongEv+0x8b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node12ByteSizeLongEv+0xb5): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node12ByteSizeLongEv+0xc0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::size() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node12ByteSizeLongEv+0xe3): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Get(int) const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node12ByteSizeLongEv+0x10d): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node12ByteSizeLongEv+0x11c): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node12ByteSizeLongEv+0x16f): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node12ByteSizeLongEv+0x339): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow16FunctionDef_Node12ByteSizeLongEv+0x374): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::Clear()': function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE5ClearEv[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE5ClearEv]+0x9): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::SyncRepeatedFieldWithMapNoLock() const': function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv]+0x46): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv]+0xf8): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncRepeatedFieldWithMapNoLockEv]+0x478): undefined reference to `google::protobuf::Arena::AllocateAlignedWithCleanup(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::~MapEntryImpl()': function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x2e): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x3d): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x52): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x79): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED2Ev[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EED5Ev]+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node_AttrEntry_DoNotUse::~FunctionDef_Node_AttrEntry_DoNotUse()': function.pb.cc:(.text._ZN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseD2Ev[_ZN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseD5Ev]+0x43): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node_AttrEntry_DoNotUse::~FunctionDef_Node_AttrEntry_DoNotUse()': function.pb.cc:(.text._ZN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseD0Ev[_ZN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseD5Ev]+0x43): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::DeleteMapValue(google::protobuf::MapKey const&)': function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x9d): undefined reference to `google::protobuf::internal::MapFieldBase::SyncMapWithRepeatedField() const' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0xa9): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x11a): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x129): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x138): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x147): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x156): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x15d): undefined reference to `google::protobuf::FieldDescriptor::kCppTypeToName' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x169): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x178): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x187): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x1a3): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x1b0): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x1b8): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x222): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x231): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x240): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x24f): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x25c): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x264): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2a2): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2b1): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2c0): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2cf): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2dc): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x2e4): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x312): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x31a): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE14DeleteMapValueERKNS0_6MapKeyE]+0x334): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapEntryImpl, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::Parser, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>, google::protobuf::Map, std::allocator >, opencv_tensorflow::AttrValue> >::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x63): undefined reference to `google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, std::__cxx11::basic_string, std::allocator >*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x87): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0xdf): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x183): undefined reference to `google::protobuf::internal::GenericSwap(google::protobuf::Message*, google::protobuf::Message*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x1ad): undefined reference to `google::protobuf::internal::ReadSizeFallback(char const*, unsigned int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x20f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x252): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x2f0): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned int, std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x331): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x366): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x3a1): undefined reference to `google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, std::__cxx11::basic_string, std::allocator >*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x3b9): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x3fc): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x427): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x51c): undefined reference to `google::protobuf::internal::GenericSwap(google::protobuf::Message*, google::protobuf::Message*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x52c): undefined reference to `google::protobuf::internal::ReadSizeFallback(char const*, unsigned int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x570): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x59c): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE[_ZN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EE6ParserINS1_12MapFieldLiteIS4_SB_SC_LSE_9ELSE_11EEENS0_3MapISB_SC_EEE14_InternalParseEPKcPNS1_12ParseContextE]+0x6b7): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x5e): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9d): undefined reference to `google::protobuf::internal::ParseContext::ReadSizeAndPushLimitAndDepth(char const*, int*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x187): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1c6): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1d8): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1ee): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x241): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x253): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x265): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2c1): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Add()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2d3): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2e5): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x342): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x353): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x369): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3b1): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::Clear()': function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv]+0x45): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE5ClearEv]+0x1cc): undefined reference to `google::protobuf::internal::MapFieldBase::SetMapDirty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::Clear()': function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node5ClearEv+0x9): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node5ClearEv+0x12): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node5ClearEv+0x1b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node5ClearEv+0x30): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::CopyFrom(opencv_tensorflow::FunctionDef_Node const&)': function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node8CopyFromERKS0_+0x17): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node8CopyFromERKS0_+0x20): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node8CopyFromERKS0_+0x29): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node8CopyFromERKS0_+0x3e): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::SyncMapWithRepeatedFieldNoLock() const': function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x39b): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x406): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x5f9): undefined reference to `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x608): undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x615): undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x61d): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x717): undefined reference to `google::protobuf::Arena::AllocateAlignedWithCleanup(unsigned long, std::type_info const*)' /usr/bin/ld: function.pb.cc:(.text._ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv[_ZNK6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE30SyncMapWithRepeatedFieldNoLockEv]+0x95b): undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::~MapField()': function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EED2Ev[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EED5Ev]+0x28): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::FunctionDef_Node(google::protobuf::Arena*, bool) [clone .cold]': function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow16FunctionDef_NodeC2EPN6google8protobuf5ArenaEb+0x27): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow16FunctionDef_NodeC2EPN6google8protobuf5ArenaEb+0x2f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow16FunctionDef_NodeC2EPN6google8protobuf5ArenaEb+0x37): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow16FunctionDef_NodeC2EPN6google8protobuf5ArenaEb+0x3f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow16FunctionDef_NodeC2EPN6google8protobuf5ArenaEb+0x46): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::FunctionDef_Node(google::protobuf::Arena*, bool)': function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeC2EPN6google8protobuf5ArenaEb+0x3a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeC2EPN6google8protobuf5ArenaEb+0x49): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeC2EPN6google8protobuf5ArenaEb+0x58): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeC2EPN6google8protobuf5ArenaEb+0x7e): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeC2EPN6google8protobuf5ArenaEb+0x90): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeC2EPN6google8protobuf5ArenaEb+0x10e): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::~MapField()': function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EED0Ev[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EED5Ev]+0x27): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::FunctionDef_Node(opencv_tensorflow::FunctionDef_Node const&) [clone .cold]': function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow16FunctionDef_NodeC2ERKS0_+0x26): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow16FunctionDef_NodeC2ERKS0_+0x2e): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow16FunctionDef_NodeC2ERKS0_+0x36): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow16FunctionDef_NodeC2ERKS0_+0x3f): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN17opencv_tensorflow16FunctionDef_NodeC2ERKS0_+0x46): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::FunctionDef_Node(opencv_tensorflow::FunctionDef_Node const&)': function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeC2ERKS0_+0x36): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeC2ERKS0_+0x46): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeC2ERKS0_+0x56): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::RepeatedPtrField, std::allocator > > const&)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeC2ERKS0_+0x9a): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeC2ERKS0_+0x127): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeC2ERKS0_+0x16b): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::~FunctionDef_Node()': function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeD2Ev+0x4f): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeD2Ev+0x64): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeD2Ev+0x98): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeD2Ev+0xa0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeD2Ev+0xa8): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeD2Ev+0xb0): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeD2Ev+0xb7): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_NodeD2Ev+0xde): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node::ArenaDtor(void*)': function.pb.cc:(.text._ZN17opencv_tensorflow16FunctionDef_Node9ArenaDtorEPv+0x2c): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*) [clone .cold]': function.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x4): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0xf): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x16): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x60): undefined reference to `google::protobuf::internal::MapFieldBase::~MapFieldBase()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x68): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x70): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x78): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::~RepeatedPtrField()' /usr/bin/ld: function.pb.cc:(.text.unlikely._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x7f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef_Node* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x22): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x44): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x54): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x64): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x94): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0xbb): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x114): undefined reference to `google::protobuf::internal::ThreadSafeArena::AddCleanup(void*, void (*)(void*))' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x15b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x16a): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x176): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::RepeatedPtrField(google::protobuf::Arena*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x196): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow16FunctionDef_NodeEJEEEPT_PS1_DpOT0_+0x1ab): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x94): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc7): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x128): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x170): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x196): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1c1): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `google::protobuf::internal::MapField, std::allocator >, opencv_tensorflow::AttrValue, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)11>::Swap(google::protobuf::internal::MapFieldBase*)': function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4SwapEPNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4SwapEPNS1_12MapFieldBaseE]+0x18): undefined reference to `google::protobuf::internal::MapFieldBase::Swap(google::protobuf::internal::MapFieldBase*)' /usr/bin/ld: function.pb.cc:(.text._ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4SwapEPNS1_12MapFieldBaseE[_ZN6google8protobuf8internal8MapFieldIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EE4SwapEPNS1_12MapFieldBaseE]+0x35): undefined reference to `google::protobuf::internal::kGlobalEmptyTable' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef::~FunctionDef()': function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDefD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDefD2Ev+0x6c): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDefD2Ev+0xc8): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDefD2Ev+0xfd): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDefD2Ev+0x135): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef::Clear()': function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDef5ClearEv+0x42): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDef5ClearEv+0x4b): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDef5ClearEv+0x54): undefined reference to `google::protobuf::RepeatedPtrField, std::allocator > >::Clear()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDef5ClearEv+0x69): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDefLibrary::Clear()': function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary5ClearEv+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary5ClearEv+0x7b): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDefLibrary::CopyFrom(opencv_tensorflow::FunctionDefLibrary const&)': function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary8CopyFromERKS0_+0x83): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow18FunctionDefLibrary8CopyFromERKS0_+0xe3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef::CopyFrom(opencv_tensorflow::FunctionDef const&)': function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDef8CopyFromERKS0_+0xa3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef::~FunctionDef()': function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDefD0Ev+0x43): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDefD0Ev+0x6a): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDefD0Ev+0xc0): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDefD0Ev+0xf5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: function.pb.cc:(.text._ZN17opencv_tensorflow11FunctionDefD0Ev+0x125): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': function.pb.cc:(.text._ZNK17opencv_tensorflow11FunctionDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x47): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow11FunctionDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x94): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow11FunctionDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xcf): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow11FunctionDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xf7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow11FunctionDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xef): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDefLibrary::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': function.pb.cc:(.text._ZNK17opencv_tensorflow18FunctionDefLibrary18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x9e): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow18FunctionDefLibrary18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd8): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow18FunctionDefLibrary18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x104): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow18FunctionDefLibrary18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x117): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow18FunctionDefLibrary18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x137): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDef::ByteSizeLong() const': function.pb.cc:(.text._ZNK17opencv_tensorflow11FunctionDef12ByteSizeLongEv+0xa1): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o): in function `opencv_tensorflow::FunctionDefLibrary::ByteSizeLong() const': function.pb.cc:(.text._ZNK17opencv_tensorflow18FunctionDefLibrary12ByteSizeLongEv+0x9a): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: function.pb.cc:(.text._ZNK17opencv_tensorflow18FunctionDefLibrary12ByteSizeLongEv+0x11e): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow18FunctionDefLibraryE[_ZTIN17opencv_tensorflow18FunctionDefLibraryE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTIN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTIN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow16FunctionDef_NodeE[_ZTIN17opencv_tensorflow16FunctionDef_NodeE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow11FunctionDefE[_ZTIN17opencv_tensorflow11FunctionDefE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow11GradientDefE[_ZTIN17opencv_tensorflow11GradientDefE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE[_ZTVN6google8protobuf8internal12MapEntryImplIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENS0_7MessageENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSE_11EEE]+0x90): undefined reference to `google::protobuf::Message::SetCachedSize(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE[_ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE[_ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE[_ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE[_ZTVN6google8protobuf8internal8MapEntryIN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_9AttrValueELNS1_14WireFormatLite9FieldTypeE9ELSD_11EEE]+0x90): undefined reference to `google::protobuf::Message::SetCachedSize(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow18FunctionDefLibraryE[_ZTVN17opencv_tensorflow18FunctionDefLibraryE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow18FunctionDefLibraryE[_ZTVN17opencv_tensorflow18FunctionDefLibraryE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow18FunctionDefLibraryE[_ZTVN17opencv_tensorflow18FunctionDefLibraryE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow18FunctionDefLibraryE[_ZTVN17opencv_tensorflow18FunctionDefLibraryE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow18FunctionDefLibraryE[_ZTVN17opencv_tensorflow18FunctionDefLibraryE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow18FunctionDefLibraryE[_ZTVN17opencv_tensorflow18FunctionDefLibraryE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseE[_ZTVN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseE[_ZTVN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseE[_ZTVN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseE[_ZTVN17opencv_tensorflow35FunctionDef_Node_AttrEntry_DoNotUseE]+0x90): undefined reference to `google::protobuf::Message::SetCachedSize(int) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow16FunctionDef_NodeE[_ZTVN17opencv_tensorflow16FunctionDef_NodeE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow16FunctionDef_NodeE[_ZTVN17opencv_tensorflow16FunctionDef_NodeE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow16FunctionDef_NodeE[_ZTVN17opencv_tensorflow16FunctionDef_NodeE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow16FunctionDef_NodeE[_ZTVN17opencv_tensorflow16FunctionDef_NodeE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow16FunctionDef_NodeE[_ZTVN17opencv_tensorflow16FunctionDef_NodeE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow16FunctionDef_NodeE[_ZTVN17opencv_tensorflow16FunctionDef_NodeE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11FunctionDefE[_ZTVN17opencv_tensorflow11FunctionDefE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11FunctionDefE[_ZTVN17opencv_tensorflow11FunctionDefE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11FunctionDefE[_ZTVN17opencv_tensorflow11FunctionDefE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11FunctionDefE[_ZTVN17opencv_tensorflow11FunctionDefE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11FunctionDefE[_ZTVN17opencv_tensorflow11FunctionDefE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11FunctionDefE[_ZTVN17opencv_tensorflow11FunctionDefE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11GradientDefE[_ZTVN17opencv_tensorflow11GradientDefE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11GradientDefE[_ZTVN17opencv_tensorflow11GradientDefE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11GradientDefE[_ZTVN17opencv_tensorflow11GradientDefE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11GradientDefE[_ZTVN17opencv_tensorflow11GradientDefE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11GradientDefE[_ZTVN17opencv_tensorflow11GradientDefE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow11GradientDefE[_ZTVN17opencv_tensorflow11GradientDefE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow11GradientDef12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow11FunctionDef12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow16FunctionDef_Node12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(function.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow18FunctionDefLibrary12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_ArgDef::GetMetadata() const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_AttrDef::GetMetadata() const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef::GetMetadata() const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDeprecation::GetMetadata() const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDeprecation11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpList::GetMetadata() const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow6OpList11GetMetadataEv+0x16): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const* (*)(), std::once_flag*, google::protobuf::Metadata const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `void google::protobuf::internal::InternalMetadata::DeleteOutOfLineHelper() [clone .isra.0]': op_def.pb.cc:(.text._ZN6google8protobuf8internal16InternalMetadata21DeleteOutOfLineHelperINS0_15UnknownFieldSetEEEvv.isra.0+0x34): undefined reference to `google::protobuf::UnknownFieldSet::ClearFallback()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_ArgDef::ByteSizeLong() const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef12ByteSizeLongEv+0x91): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDeprecation::ByteSizeLong() const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDeprecation12ByteSizeLongEv+0x33): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDeprecation::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDeprecation18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xb0): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDeprecation18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x13c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDeprecation18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x15c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDeprecation18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x11e): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpList::~OpList()': op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpListD0Ev+0x43): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpListD0Ev+0x6a): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpListD0Ev+0x9f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpListD0Ev+0xcd): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpListD0Ev+0x105): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpList::~OpList()': op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpListD2Ev+0x42): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpListD2Ev+0x68): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpListD2Ev+0xa7): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpListD2Ev+0xd5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpListD2Ev+0x105): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDeprecation::~OpDeprecation()': op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecationD2Ev+0x30): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecationD2Ev+0x3f): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecationD2Ev+0x50): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecationD2Ev+0x76): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecationD2Ev+0x93): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDeprecation::~OpDeprecation()': op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecationD0Ev+0x31): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecationD0Ev+0x40): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecationD0Ev+0x51): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecationD0Ev+0x78): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecationD0Ev+0xab): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecationD0Ev+0xc0): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_ArgDef::~OpDef_ArgDef()': op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD2Ev+0x2e): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD2Ev+0x45): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD2Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD2Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD2Ev+0x81): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD2Ev+0x90): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD2Ev+0x9f): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD2Ev+0xae): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD2Ev+0xbf): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_ArgDef::~OpDef_ArgDef()': op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD0Ev+0x2c): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD0Ev+0x40): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD0Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD0Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD0Ev+0x81): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD0Ev+0x90): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD0Ev+0x9f): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD0Ev+0xae): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD0Ev+0xbf): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefD0Ev+0xee): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_ArgDef::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x130): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x198): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x200): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x268): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2d0): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x347): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x367): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3ac): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3cc): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3ec): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x40c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x42c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow12OpDef_ArgDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x399): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef::~OpDef()': op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD0Ev+0x66): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD0Ev+0x92): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD0Ev+0xb3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD0Ev+0xc2): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD0Ev+0xd1): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD0Ev+0xe0): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD0Ev+0x156): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD0Ev+0x165): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD0Ev+0x185): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD0Ev+0x1a5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD0Ev+0x1c5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD0Ev+0x1d5): more undefined references to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef::~OpDef()': op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD2Ev+0x68): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD2Ev+0x93): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD2Ev+0xb3): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD2Ev+0xc2): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD2Ev+0xd1): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD2Ev+0xe0): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD2Ev+0x156): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD2Ev+0x165): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD2Ev+0x185): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD2Ev+0x1a5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD2Ev+0x1c5): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefD2Ev+0x1d5): more undefined references to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_ArgDef::OpDef_ArgDef(google::protobuf::Arena*, bool)': op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefC2EPN6google8protobuf5ArenaEb+0x7): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefC2EPN6google8protobuf5ArenaEb+0x34): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_AttrDef::OpDef_AttrDef(google::protobuf::Arena*, bool)': op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefC2EPN6google8protobuf5ArenaEb+0x7): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefC2EPN6google8protobuf5ArenaEb+0x39): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef::OpDef(google::protobuf::Arena*, bool)': op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefC2EPN6google8protobuf5ArenaEb+0x36): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecationC2EPN6google8protobuf5ArenaEb+0x22): more undefined references to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_ArgDef* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow12OpDef_ArgDefEJEEEPT_PS1_DpOT0_+0x21): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow12OpDef_ArgDefEJEEEPT_PS1_DpOT0_+0x2d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow12OpDef_ArgDefEJEEEPT_PS1_DpOT0_+0x71): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow12OpDef_ArgDefEJEEEPT_PS1_DpOT0_+0x90): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_AttrDef* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow13OpDef_AttrDefEJEEEPT_PS1_DpOT0_+0x15): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow13OpDef_AttrDefEJEEEPT_PS1_DpOT0_+0x21): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow13OpDef_AttrDefEJEEEPT_PS1_DpOT0_+0x28): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow13OpDef_AttrDefEJEEEPT_PS1_DpOT0_+0x79): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow13OpDef_AttrDefEJEEEPT_PS1_DpOT0_+0x98): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow5OpDefEJEEEPT_PS1_DpOT0_+0x15): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow5OpDefEJEEEPT_PS1_DpOT0_+0x56): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDeprecation* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow13OpDeprecationEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow13OpDeprecationEJEEEPT_PS1_DpOT0_+0x18): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow13OpDeprecationEJEEEPT_PS1_DpOT0_+0x4d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpList* google::protobuf::Arena::CreateMaybeMessage(google::protobuf::Arena*)': op_def.pb.cc:(.text._ZN6google8protobuf5Arena18CreateMaybeMessageIN17opencv_tensorflow6OpListEJEEEPT_PS1_DpOT0_+0x11): undefined reference to `google::protobuf::Arena::AllocateAlignedWithHook(unsigned long, std::type_info const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_ArgDef::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x70): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc6): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x10e): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x121): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x13c): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x171): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x184): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x19f): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1d1): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1e4): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1ff): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x26f): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2b1): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2c4): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2df): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x311): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x324): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x33f): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3d4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3f4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_AttrDef::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4f): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x8d): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x117): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1a9): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1ba): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1d0): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x211): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x222): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x238): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2a5): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2b6): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2cc): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x312): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x344): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x35c): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDeprecation::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecation14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4a): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecation14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9c): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecation14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe5): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecation14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf6): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecation14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x10c): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecation14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x135): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecation14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x1ac): undefined reference to `google::protobuf::internal::VarintParseSlow32(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_ArgDef::OpDef_ArgDef(opencv_tensorflow::OpDef_ArgDef const&) [clone .cold]': op_def.pb.cc:(.text.unlikely._ZN17opencv_tensorflow12OpDef_ArgDefC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_ArgDef::OpDef_ArgDef(opencv_tensorflow::OpDef_ArgDef const&)': op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefC2ERKS0_+0x57): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefC2ERKS0_+0x82): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefC2ERKS0_+0xb1): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefC2ERKS0_+0xe0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefC2ERKS0_+0x10f): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDefC2ERKS0_+0x13a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef9MergeFromERKS0_+0xd8): more undefined references to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_AttrDef::OpDef_AttrDef(opencv_tensorflow::OpDef_AttrDef const&) [clone .cold]': op_def.pb.cc:(.text.unlikely._ZN17opencv_tensorflow13OpDef_AttrDefC2ERKS0_+0xb): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_AttrDef::OpDef_AttrDef(opencv_tensorflow::OpDef_AttrDef const&)': op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefC2ERKS0_+0x57): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefC2ERKS0_+0x82): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefC2ERKS0_+0xb1): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefC2ERKS0_+0x174): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_AttrDef::MergeFrom(opencv_tensorflow::OpDef_AttrDef const&)': op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef9MergeFromERKS0_+0xf8): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef9MergeFromERKS0_+0x127): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef9MergeFromERKS0_+0x156): more undefined references to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDeprecation::OpDeprecation(opencv_tensorflow::OpDeprecation const&) [clone .cold]': op_def.pb.cc:(.text.unlikely._ZN17opencv_tensorflow13OpDeprecationC2ERKS0_+0x3): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDeprecation::OpDeprecation(opencv_tensorflow::OpDeprecation const&)': op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecationC2ERKS0_+0x4d): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecationC2ERKS0_+0x84): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDeprecation::MergeFrom(opencv_tensorflow::OpDeprecation const&)': op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecation9MergeFromERKS0_+0x74): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef::OpDef(opencv_tensorflow::OpDef const&) [clone .cold]': op_def.pb.cc:(.text.unlikely._ZN17opencv_tensorflow5OpDefC2ERKS0_+0x1e): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: op_def.pb.cc:(.text.unlikely._ZN17opencv_tensorflow5OpDefC2ERKS0_+0x34): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: op_def.pb.cc:(.text.unlikely._ZN17opencv_tensorflow5OpDefC2ERKS0_+0x4a): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: op_def.pb.cc:(.text.unlikely._ZN17opencv_tensorflow5OpDefC2ERKS0_+0x51): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef::OpDef(opencv_tensorflow::OpDef const&)': op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefC2ERKS0_+0xda): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefC2ERKS0_+0x109): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefC2ERKS0_+0x114): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefC2ERKS0_+0x143): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefC2ERKS0_+0x14e): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefC2ERKS0_+0x1d4): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefC2ERKS0_+0x227): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefC2ERKS0_+0x277): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDefC2ERKS0_+0x2d0): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpList::OpList(opencv_tensorflow::OpList const&) [clone .cold]': op_def.pb.cc:(.text.unlikely._ZN17opencv_tensorflow6OpListC2ERKS0_+0x12): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos()' /usr/bin/ld: op_def.pb.cc:(.text.unlikely._ZN17opencv_tensorflow6OpListC2ERKS0_+0x19): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpList::OpList(opencv_tensorflow::OpList const&)': op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpListC2ERKS0_+0x8f): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpList::MergeFrom(opencv_tensorflow::OpList const&)': op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpList9MergeFromERKS0_+0x63): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef::MergeFrom(opencv_tensorflow::OpDef const&)': op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef9MergeFromERKS0_+0x113): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef9MergeFromERKS0_+0x16b): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef9MergeFromERKS0_+0x1c3): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef9MergeFromERKS0_+0x226): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef9MergeFromERKS0_+0x255): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef9MergeFromERKS0_+0x280): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpList::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpList9MergeImplEPN6google8protobuf7MessageERKS3_+0x63): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDeprecation::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecation9MergeImplEPN6google8protobuf7MessageERKS3_+0x74): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_ArgDef::MergeImpl(google::protobuf::Message*, google::protobuf::Message const&)': op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef9MergeImplEPN6google8protobuf7MessageERKS3_+0xd8): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef9MergeImplEPN6google8protobuf7MessageERKS3_+0x107): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef9MergeImplEPN6google8protobuf7MessageERKS3_+0x136): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef9MergeImplEPN6google8protobuf7MessageERKS3_+0x161): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef9MergeImplEPN6google8protobuf7MessageERKS3_+0x18c): more undefined references to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_ArgDef::Clear()': op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef5ClearEv+0x9): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef5ClearEv+0x12): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef5ClearEv+0x1b): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef5ClearEv+0x24): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef5ClearEv+0x2d): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecation5ClearEv+0x9): more undefined references to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDeprecation::CopyFrom(opencv_tensorflow::OpDeprecation const&)': op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDeprecation8CopyFromERKS0_+0xa3): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_ArgDef::CopyFrom(opencv_tensorflow::OpDef_ArgDef const&)': op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef8CopyFromERKS0_+0x17): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef8CopyFromERKS0_+0x20): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef8CopyFromERKS0_+0x29): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef8CopyFromERKS0_+0x32): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow12OpDef_ArgDef8CopyFromERKS0_+0x3b): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x6a): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xc6): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xf9): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x22d): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x27a): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x28d): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2a8): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2e1): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x2f4): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x30f): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x359): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3a0): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x3e9): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x430): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x479): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4c0): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x4f1): undefined reference to `google::protobuf::internal::ArenaStringPtr::Mutable[abi:cxx11](google::protobuf::internal::ArenaStringPtr::EmptyDefault, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x504): undefined reference to `google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string, std::allocator >*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x51f): undefined reference to `google::protobuf::internal::VerifyUTF8(google::protobuf::stringpiece_internal::StringPiece, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x5c4): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x5ec): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x604): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x62c): undefined reference to `google::protobuf::internal::VarintParseSlow64(char const*, unsigned int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpList::_InternalParse(char const*, google::protobuf::internal::ParseContext*)': op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpList14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x49): undefined reference to `google::protobuf::internal::ReadTagFallback(char const*, unsigned int)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpList14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x9b): undefined reference to `google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpList14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0xe0): undefined reference to `google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpList14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x128): undefined reference to `google::protobuf::internal::UnknownFieldParse(unsigned long, google::protobuf::UnknownFieldSet*, char const*, google::protobuf::internal::ParseContext*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow6OpList14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE+0x15b): undefined reference to `google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `google::protobuf::internal::GenericTypeHandler::Merge(opencv_tensorflow::OpDef_ArgDef const&, opencv_tensorflow::OpDef_ArgDef*)': op_def.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow12OpDef_ArgDefEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow12OpDef_ArgDefEE5MergeERKS4_PS4_]+0xd8): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow12OpDef_ArgDefEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow12OpDef_ArgDefEE5MergeERKS4_PS4_]+0x107): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow12OpDef_ArgDefEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow12OpDef_ArgDefEE5MergeERKS4_PS4_]+0x136): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow12OpDef_ArgDefEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow12OpDef_ArgDefEE5MergeERKS4_PS4_]+0x161): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: op_def.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow12OpDef_ArgDefEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow12OpDef_ArgDefEE5MergeERKS4_PS4_]+0x18c): undefined reference to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):op_def.pb.cc:(.text._ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow13OpDef_AttrDefEE5MergeERKS4_PS4_[_ZN6google8protobuf8internal18GenericTypeHandlerIN17opencv_tensorflow13OpDef_AttrDefEE5MergeERKS4_PS4_]+0xf8): more undefined references to `google::protobuf::internal::ArenaStringPtr::Set(google::protobuf::internal::ArenaStringPtr::EmptyDefault, std::__cxx11::basic_string, std::allocator > const&, google::protobuf::Arena*)' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `_GLOBAL__sub_I.00102_op_def.pb.cc': op_def.pb.cc:(.text.startup._GLOBAL__sub_I.00102_op_def.pb.cc+0xf): undefined reference to `google::protobuf::internal::AddDescriptorsRunner::AddDescriptorsRunner(google::protobuf::internal::DescriptorTable const*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `_GLOBAL__sub_I_op_def.pb.cc': op_def.pb.cc:(.text.startup._GLOBAL__sub_I_op_def.pb.cc+0xf): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_AttrDef::~OpDef_AttrDef()': op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD2Ev+0x2e): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD2Ev+0x45): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD2Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD2Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD2Ev+0x81): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD2Ev+0x90): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD2Ev+0xc9): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_AttrDef::Clear()': op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef5ClearEv+0x9): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef5ClearEv+0x12): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDef5ClearEv+0x1b): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef::Clear()': op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef5ClearEv+0x42): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef5ClearEv+0x4b): undefined reference to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):op_def.pb.cc:(.text._ZN17opencv_tensorflow5OpDef5ClearEv+0x54): more undefined references to `google::protobuf::internal::ArenaStringPtr::ClearToEmpty()' follow /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_AttrDef::~OpDef_AttrDef()': op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD0Ev+0x2f): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD0Ev+0x43): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD0Ev+0x63): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD0Ev+0x72): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD0Ev+0x81): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD0Ev+0x90): undefined reference to `google::protobuf::internal::ArenaStringPtr::DestroyNoArenaSlowPath()' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD0Ev+0xc9): undefined reference to `vtable for google::protobuf::MessageLite' /usr/bin/ld: op_def.pb.cc:(.text._ZN17opencv_tensorflow13OpDef_AttrDefD0Ev+0xf8): undefined reference to `google::protobuf::internal::ThreadSafeArena::~ThreadSafeArena()' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_AttrDef::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x78): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x159): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x198): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x200): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x268): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2d7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2f7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x33c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x35c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x37c): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x397): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3b7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x327): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x70): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xd0): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x130): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x1b4): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x287): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x29f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2b7): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x2d8): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x340): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3a0): undefined reference to `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x3f8): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x40f): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x426): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x43d): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x47d): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x495): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4ad): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cxx11::basic_string, std::allocator > const&, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4c0): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x46d): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpList::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow6OpList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x4b): undefined reference to `google::protobuf::io::CodedOutputStream::WriteVarint32ToArrayOutOfLineHelper(unsigned int, unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow6OpList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0x87): undefined reference to `google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow6OpList18_InternalSerializeEPhPN6google8protobuf2io19EpsCopyOutputStreamE+0xa7): undefined reference to `google::protobuf::internal::WireFormat::InternalSerializeUnknownFieldsToArray(google::protobuf::UnknownFieldSet const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef_AttrDef::ByteSizeLong() const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow13OpDef_AttrDef12ByteSizeLongEv+0xe3): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpDef::ByteSizeLong() const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef12ByteSizeLongEv+0x183): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: op_def.pb.cc:(.text._ZNK17opencv_tensorflow5OpDef12ByteSizeLongEv+0x1da): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o): in function `opencv_tensorflow::OpList::ByteSizeLong() const': op_def.pb.cc:(.text._ZNK17opencv_tensorflow6OpList12ByteSizeLongEv+0x6d): undefined reference to `google::protobuf::Message::MaybeComputeUnknownFieldsSize(unsigned long, google::protobuf::internal::CachedSize*) const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow12OpDef_ArgDefE[_ZTIN17opencv_tensorflow12OpDef_ArgDefE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow13OpDef_AttrDefE[_ZTIN17opencv_tensorflow13OpDef_AttrDefE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow5OpDefE[_ZTIN17opencv_tensorflow5OpDefE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow13OpDeprecationE[_ZTIN17opencv_tensorflow13OpDeprecationE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTIN17opencv_tensorflow6OpListE[_ZTIN17opencv_tensorflow6OpListE]+0x10): undefined reference to `typeinfo for google::protobuf::Message' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow12OpDef_ArgDefE[_ZTVN17opencv_tensorflow12OpDef_ArgDefE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow12OpDef_ArgDefE[_ZTVN17opencv_tensorflow12OpDef_ArgDefE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow12OpDef_ArgDefE[_ZTVN17opencv_tensorflow12OpDef_ArgDefE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow12OpDef_ArgDefE[_ZTVN17opencv_tensorflow12OpDef_ArgDefE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow12OpDef_ArgDefE[_ZTVN17opencv_tensorflow12OpDef_ArgDefE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow12OpDef_ArgDefE[_ZTVN17opencv_tensorflow12OpDef_ArgDefE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow13OpDef_AttrDefE[_ZTVN17opencv_tensorflow13OpDef_AttrDefE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow13OpDef_AttrDefE[_ZTVN17opencv_tensorflow13OpDef_AttrDefE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow13OpDef_AttrDefE[_ZTVN17opencv_tensorflow13OpDef_AttrDefE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow13OpDef_AttrDefE[_ZTVN17opencv_tensorflow13OpDef_AttrDefE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow13OpDef_AttrDefE[_ZTVN17opencv_tensorflow13OpDef_AttrDefE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow13OpDef_AttrDefE[_ZTVN17opencv_tensorflow13OpDef_AttrDefE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow5OpDefE[_ZTVN17opencv_tensorflow5OpDefE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow5OpDefE[_ZTVN17opencv_tensorflow5OpDefE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow5OpDefE[_ZTVN17opencv_tensorflow5OpDefE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow5OpDefE[_ZTVN17opencv_tensorflow5OpDefE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow5OpDefE[_ZTVN17opencv_tensorflow5OpDefE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow5OpDefE[_ZTVN17opencv_tensorflow5OpDefE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow13OpDeprecationE[_ZTVN17opencv_tensorflow13OpDeprecationE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow13OpDeprecationE[_ZTVN17opencv_tensorflow13OpDeprecationE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow13OpDeprecationE[_ZTVN17opencv_tensorflow13OpDeprecationE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow13OpDeprecationE[_ZTVN17opencv_tensorflow13OpDeprecationE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow13OpDeprecationE[_ZTVN17opencv_tensorflow13OpDeprecationE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow13OpDeprecationE[_ZTVN17opencv_tensorflow13OpDeprecationE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow6OpListE[_ZTVN17opencv_tensorflow6OpListE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow6OpListE[_ZTVN17opencv_tensorflow6OpListE]+0x40): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow6OpListE[_ZTVN17opencv_tensorflow6OpListE]+0x48): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow6OpListE[_ZTVN17opencv_tensorflow6OpListE]+0x78): undefined reference to `google::protobuf::Message::CopyFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow6OpListE[_ZTVN17opencv_tensorflow6OpListE]+0x80): undefined reference to `google::protobuf::Message::MergeFrom(google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZTVN17opencv_tensorflow6OpListE[_ZTVN17opencv_tensorflow6OpListE]+0x88): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow6OpList12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow13OpDeprecation12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow5OpDef12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow13OpDef_AttrDef12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(op_def.pb.cc.o):(.data.rel.ro._ZN17opencv_tensorflow12OpDef_ArgDef12_class_data_E+0x0): undefined reference to `google::protobuf::Message::CopyWithSizeCheck(google::protobuf::Message*, google::protobuf::Message const&)' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(accum.cpp.o): in function `cv::accumulate(cv::_InputArray const&, cv::_InputOutputArray const&, cv::_InputArray const&)': accum.cpp:(.text._ZN2cv10accumulateERKNS_11_InputArrayERKNS_17_InputOutputArrayES2_+0x6ca): undefined reference to `ippicviAdd_8u32f_C1IR' /usr/bin/ld: accum.cpp:(.text._ZN2cv10accumulateERKNS_11_InputArrayERKNS_17_InputOutputArrayES2_+0x84f): undefined reference to `ippicviAdd_8u32f_C1IMR' /usr/bin/ld: accum.cpp:(.text._ZN2cv10accumulateERKNS_11_InputArrayERKNS_17_InputOutputArrayES2_+0x8a4): undefined reference to `ippicviAdd_16u32f_C1IR' /usr/bin/ld: accum.cpp:(.text._ZN2cv10accumulateERKNS_11_InputArrayERKNS_17_InputOutputArrayES2_+0x93c): undefined reference to `ippicviAdd_32f_C1IR' /usr/bin/ld: accum.cpp:(.text._ZN2cv10accumulateERKNS_11_InputArrayERKNS_17_InputOutputArrayES2_+0x96b): undefined reference to `ippicviAdd_16u32f_C1IMR' /usr/bin/ld: accum.cpp:(.text._ZN2cv10accumulateERKNS_11_InputArrayERKNS_17_InputOutputArrayES2_+0xa5d): undefined reference to `ippicviAdd_32f_C1IMR' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(accum.cpp.o): in function `cv::accumulateSquare(cv::_InputArray const&, cv::_InputOutputArray const&, cv::_InputArray const&)': accum.cpp:(.text._ZN2cv16accumulateSquareERKNS_11_InputArrayERKNS_17_InputOutputArrayES2_+0x6ca): undefined reference to `ippicviAddSquare_8u32f_C1IR' /usr/bin/ld: accum.cpp:(.text._ZN2cv16accumulateSquareERKNS_11_InputArrayERKNS_17_InputOutputArrayES2_+0x84f): undefined reference to `ippicviAddSquare_8u32f_C1IMR' /usr/bin/ld: accum.cpp:(.text._ZN2cv16accumulateSquareERKNS_11_InputArrayERKNS_17_InputOutputArrayES2_+0x8a4): undefined reference to `ippicviAddSquare_16u32f_C1IR' /usr/bin/ld: accum.cpp:(.text._ZN2cv16accumulateSquareERKNS_11_InputArrayERKNS_17_InputOutputArrayES2_+0x93c): undefined reference to `ippicviAddSquare_32f_C1IR' /usr/bin/ld: accum.cpp:(.text._ZN2cv16accumulateSquareERKNS_11_InputArrayERKNS_17_InputOutputArrayES2_+0x96b): undefined reference to `ippicviAddSquare_16u32f_C1IMR' /usr/bin/ld: accum.cpp:(.text._ZN2cv16accumulateSquareERKNS_11_InputArrayERKNS_17_InputOutputArrayES2_+0xa5d): undefined reference to `ippicviAddSquare_32f_C1IMR' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(accum.cpp.o): in function `cv::accumulateProduct(cv::_InputArray const&, cv::_InputArray const&, cv::_InputOutputArray const&, cv::_InputArray const&)': accum.cpp:(.text._ZN2cv17accumulateProductERKNS_11_InputArrayES2_RKNS_17_InputOutputArrayES2_+0x827): undefined reference to `ippicviAddProduct_8u32f_C1IR' /usr/bin/ld: accum.cpp:(.text._ZN2cv17accumulateProductERKNS_11_InputArrayES2_RKNS_17_InputOutputArrayES2_+0x9d1): undefined reference to `ippicviAddProduct_8u32f_C1IMR' /usr/bin/ld: accum.cpp:(.text._ZN2cv17accumulateProductERKNS_11_InputArrayES2_RKNS_17_InputOutputArrayES2_+0xa26): undefined reference to `ippicviAddProduct_16u32f_C1IR' /usr/bin/ld: accum.cpp:(.text._ZN2cv17accumulateProductERKNS_11_InputArrayES2_RKNS_17_InputOutputArrayES2_+0xaca): undefined reference to `ippicviAddProduct_32f_C1IR' /usr/bin/ld: accum.cpp:(.text._ZN2cv17accumulateProductERKNS_11_InputArrayES2_RKNS_17_InputOutputArrayES2_+0xaf1): undefined reference to `ippicviAddProduct_16u32f_C1IMR' /usr/bin/ld: accum.cpp:(.text._ZN2cv17accumulateProductERKNS_11_InputArrayES2_RKNS_17_InputOutputArrayES2_+0xb2e): undefined reference to `ippicviAddProduct_32f_C1IMR' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(accum.cpp.o): in function `cv::accumulateWeighted(cv::_InputArray const&, cv::_InputOutputArray const&, double, cv::_InputArray const&)': accum.cpp:(.text._ZN2cv18accumulateWeightedERKNS_11_InputArrayERKNS_17_InputOutputArrayEdS2_+0x6ba): undefined reference to `ippicviAddWeighted_8u32f_C1IR' /usr/bin/ld: accum.cpp:(.text._ZN2cv18accumulateWeightedERKNS_11_InputArrayERKNS_17_InputOutputArrayEdS2_+0x841): undefined reference to `ippicviAddWeighted_8u32f_C1IMR' /usr/bin/ld: accum.cpp:(.text._ZN2cv18accumulateWeightedERKNS_11_InputArrayERKNS_17_InputOutputArrayEdS2_+0x896): undefined reference to `ippicviAddWeighted_16u32f_C1IR' /usr/bin/ld: accum.cpp:(.text._ZN2cv18accumulateWeightedERKNS_11_InputArrayERKNS_17_InputOutputArrayEdS2_+0x93a): undefined reference to `ippicviAddWeighted_32f_C1IR' /usr/bin/ld: accum.cpp:(.text._ZN2cv18accumulateWeightedERKNS_11_InputArrayERKNS_17_InputOutputArrayEdS2_+0x961): undefined reference to `ippicviAddWeighted_16u32f_C1IMR' /usr/bin/ld: accum.cpp:(.text._ZN2cv18accumulateWeightedERKNS_11_InputArrayERKNS_17_InputOutputArrayEdS2_+0x9a2): undefined reference to `ippicviAddWeighted_32f_C1IMR' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(bilateral_filter.dispatch.cpp.o): in function `cv::ipp_bilateralFilterParallel::operator()(cv::Range const&) const': bilateral_filter.dispatch.cpp:(.text._ZNK2cv27ipp_bilateralFilterParallelclERKNS_5RangeE[_ZNK2cv27ipp_bilateralFilterParallelclERKNS_5RangeE]+0x84): undefined reference to `iwiTile_SetRoi' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZNK2cv27ipp_bilateralFilterParallelclERKNS_5RangeE[_ZNK2cv27ipp_bilateralFilterParallelclERKNS_5RangeE]+0xd9): undefined reference to `iwiFilterBilateral' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZNK2cv27ipp_bilateralFilterParallelclERKNS_5RangeE[_ZNK2cv27ipp_bilateralFilterParallelclERKNS_5RangeE]+0x10f): undefined reference to `iwGetStatusString' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(bilateral_filter.dispatch.cpp.o): in function `ipp::IwiImage::~IwiImage()': bilateral_filter.dispatch.cpp:(.text._ZN3ipp8IwiImageD2Ev[_ZN3ipp8IwiImageD5Ev]+0x1c): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN3ipp8IwiImageD2Ev[_ZN3ipp8IwiImageD5Ev]+0x59): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN3ipp8IwiImageD2Ev[_ZN3ipp8IwiImageD5Ev]+0x7e): undefined reference to `iwiImage_Release' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN3ipp8IwiImageD2Ev[_ZN3ipp8IwiImageD5Ev]+0xc5): undefined reference to `iwGetStatusString' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(bilateral_filter.dispatch.cpp.o): in function `cv::bilateralFilter(cv::_InputArray const&, cv::_OutputArray const&, int, double, double, int) [clone .cold]': bilateral_filter.dispatch.cpp:(.text.unlikely._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1b4): undefined reference to `iwGetStatusString' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text.unlikely._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x242): undefined reference to `iwGetStatusString' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text.unlikely._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x2bc): undefined reference to `iwGetStatusString' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text.unlikely._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x374): undefined reference to `iwGetStatusString' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(bilateral_filter.dispatch.cpp.o):bilateral_filter.dispatch.cpp:(.text.unlikely._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x3a5): more undefined references to `iwGetStatusString' follow /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(bilateral_filter.dispatch.cpp.o): in function `cv::bilateralFilter(cv::_InputArray const&, cv::_OutputArray const&, int, double, double, int)': bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0xefc): undefined reference to `iwiImage_Init' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1019): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1081): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x109e): undefined reference to `iwiImage_Init' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x11bc): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1224): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x129c): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x12ea): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x130d): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x135b): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1a94): undefined reference to `iwiImage_Release' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1c6d): undefined reference to `iwiFilterBilateral' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1c93): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1ce1): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1d04): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1d52): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1dc3): undefined reference to `iwiImage_Release' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1f28): undefined reference to `iwiImage_Release' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1f59): undefined reference to `iwiImage_Release' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1f9e): undefined reference to `iwiImage_Release' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1fd1): undefined reference to `iwiImage_Release' /usr/bin/ld: bilateral_filter.dispatch.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x222a): undefined reference to `ippicvGetL2CacheSize' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(canny.cpp.o): in function `cv::ipp_Canny(cv::Mat const&, cv::Mat const&, cv::Mat const&, cv::Mat&, float, float, bool, int) [clone .cold]': canny.cpp:(.text.unlikely._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x19): undefined reference to `iwGetStatusString' /usr/bin/ld: canny.cpp:(.text.unlikely._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x50): undefined reference to `iwGetStatusString' /usr/bin/ld: canny.cpp:(.text.unlikely._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x87): undefined reference to `iwGetStatusString' /usr/bin/ld: canny.cpp:(.text.unlikely._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xbe): undefined reference to `iwGetStatusString' /usr/bin/ld: canny.cpp:(.text.unlikely._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xf5): undefined reference to `iwGetStatusString' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(canny.cpp.o):canny.cpp:(.text.unlikely._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x1a2): more undefined references to `iwGetStatusString' follow /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(canny.cpp.o): in function `cv::ipp_Canny(cv::Mat const&, cv::Mat const&, cv::Mat const&, cv::Mat&, float, float, bool, int)': canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x10f): undefined reference to `iwiImage_Init' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x13c): undefined reference to `iwiImage_Init' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x257): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x2c7): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x3d0): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x43a): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x4c7): undefined reference to `iwiFilterCanny' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x4e9): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x531): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x554): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x5a2): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x5e2): undefined reference to `iwiImage_Init' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x60f): undefined reference to `iwiImage_Init' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x63c): undefined reference to `iwiImage_Init' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x759): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x7c9): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x8f0): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0x960): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xa70): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xada): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xb26): undefined reference to `iwiFilterCannyDeriv' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xb48): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xb90): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xbb3): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xc01): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xc24): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(canny.cpp.o):canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xc72): more undefined references to `iwAtomic_AddInt' follow /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(canny.cpp.o): in function `cv::ipp_Canny(cv::Mat const&, cv::Mat const&, cv::Mat const&, cv::Mat&, float, float, bool, int)': canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xcae): undefined reference to `iwiImage_Release' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xce2): undefined reference to `iwiImage_Release' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xd15): undefined reference to `iwiImage_Release' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xd45): undefined reference to `iwiImage_Release' /usr/bin/ld: canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xd72): undefined reference to `iwiImage_Release' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(canny.cpp.o):canny.cpp:(.text._ZN2cvL9ipp_CannyERKNS_3MatES2_S2_RS0_ffbi+0xda5): more undefined references to `iwiImage_Release' follow /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_hsv.dispatch.cpp.o): in function `cv::hal::cvtBGRtoHSV(unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int, int, int, bool, bool, bool)': color_hsv.dispatch.cpp:(.text._ZN2cv3hal11cvtBGRtoHSVEPKhmPhmiiiibbb+0x22d): undefined reference to `ippicviRGBToHLS_8u_C3R' /usr/bin/ld: color_hsv.dispatch.cpp:(.text._ZN2cv3hal11cvtBGRtoHSVEPKhmPhmiiiibbb+0x2e3): undefined reference to `ippicviRGBToHLS_8u_C3R' /usr/bin/ld: color_hsv.dispatch.cpp:(.text._ZN2cv3hal11cvtBGRtoHSVEPKhmPhmiiiibbb+0x3ba): undefined reference to `ippicviRGBToHLS_8u_C3R' /usr/bin/ld: color_hsv.dispatch.cpp:(.text._ZN2cv3hal11cvtBGRtoHSVEPKhmPhmiiiibbb+0x463): undefined reference to `ippicviRGBToHLS_8u_C3R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_hsv.dispatch.cpp.o): in function `cv::hal::cvtHSVtoBGR(unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int, int, int, bool, bool, bool)': color_hsv.dispatch.cpp:(.text._ZN2cv3hal11cvtHSVtoBGREPKhmPhmiiiibbb+0x133): undefined reference to `ippicviHSVToRGB_8u_C3R' /usr/bin/ld: color_hsv.dispatch.cpp:(.text._ZN2cv3hal11cvtHSVtoBGREPKhmPhmiiiibbb+0x1ea): undefined reference to `ippicviHLSToRGB_8u_C3R' /usr/bin/ld: color_hsv.dispatch.cpp:(.text._ZN2cv3hal11cvtHSVtoBGREPKhmPhmiiiibbb+0x3ce): undefined reference to `ippicviHLSToRGB_8u_C3R' /usr/bin/ld: color_hsv.dispatch.cpp:(.text._ZN2cv3hal11cvtHSVtoBGREPKhmPhmiiiibbb+0x482): undefined reference to `ippicviHSVToRGB_8u_C3R' /usr/bin/ld: color_hsv.dispatch.cpp:(.text._ZN2cv3hal11cvtHSVtoBGREPKhmPhmiiiibbb+0x4b0): undefined reference to `ippicviHSVToRGB_8u_C3R' /usr/bin/ld: color_hsv.dispatch.cpp:(.text._ZN2cv3hal11cvtHSVtoBGREPKhmPhmiiiibbb+0x5a8): undefined reference to `ippicviHLSToRGB_8u_C3R' /usr/bin/ld: color_hsv.dispatch.cpp:(.text._ZN2cv3hal11cvtHSVtoBGREPKhmPhmiiiibbb+0x65b): undefined reference to `ippicviHLSToRGB_8u_C3R' /usr/bin/ld: color_hsv.dispatch.cpp:(.text._ZN2cv3hal11cvtHSVtoBGREPKhmPhmiiiibbb+0x69b): undefined reference to `ippicviHSVToRGB_8u_C3R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o): in function `cv::ippiSwapChannels_32f_C3C4Rf(float const*, int, float*, int, IppiSize, int const*)': color_rgb.dispatch.cpp:(.text._ZN2cvL27ippiSwapChannels_32f_C3C4RfEPKfiPfi8IppiSizePKi+0x9): undefined reference to `ippicviSwapChannels_32f_C3C4R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o): in function `cv::ippiSwapChannels_16u_C3C4Rf(unsigned short const*, int, unsigned short*, int, IppiSize, int const*)': color_rgb.dispatch.cpp:(.text._ZN2cvL27ippiSwapChannels_16u_C3C4RfEPKtiPti8IppiSizePKi+0xa): undefined reference to `ippicviSwapChannels_16u_C3C4R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o): in function `cv::ippiSwapChannels_8u_C3C4Rf(unsigned char const*, int, unsigned char*, int, IppiSize, int const*)': color_rgb.dispatch.cpp:(.text._ZN2cvL26ippiSwapChannels_8u_C3C4RfEPKhiPhi8IppiSizePKi+0xa): undefined reference to `ippicviSwapChannels_8u_C3C4R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o): in function `cv::CvtColorIPPLoop_Invoker >::operator()(cv::Range const&) const': color_rgb.dispatch.cpp:(.text._ZNK2cv23CvtColorIPPLoop_InvokerINS_18IPPGray2BGRFunctorItEEEclERKNS_5RangeE[_ZNK2cv23CvtColorIPPLoop_InvokerINS_18IPPGray2BGRFunctorItEEEclERKNS_5RangeE]+0x41): undefined reference to `ippicviGrayToRGB_16u_C1C3R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o): in function `cv::CvtColorIPPLoop_Invoker >::operator()(cv::Range const&) const': color_rgb.dispatch.cpp:(.text._ZNK2cv23CvtColorIPPLoop_InvokerINS_18IPPGray2BGRFunctorIfEEEclERKNS_5RangeE[_ZNK2cv23CvtColorIPPLoop_InvokerINS_18IPPGray2BGRFunctorIfEEEclERKNS_5RangeE]+0x41): undefined reference to `ippicviGrayToRGB_32f_C1C3R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o): in function `cv::CvtColorIPPLoop_Invoker >::operator()(cv::Range const&) const': color_rgb.dispatch.cpp:(.text._ZNK2cv23CvtColorIPPLoop_InvokerINS_19IPPGray2BGRAFunctorIhEEEclERKNS_5RangeE[_ZNK2cv23CvtColorIPPLoop_InvokerINS_19IPPGray2BGRAFunctorIhEEEclERKNS_5RangeE]+0x49): undefined reference to `ippicviGrayToRGB_8u_C1C4R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o): in function `cv::CvtColorIPPLoop_Invoker >::operator()(cv::Range const&) const': color_rgb.dispatch.cpp:(.text._ZNK2cv23CvtColorIPPLoop_InvokerINS_19IPPGray2BGRAFunctorItEEEclERKNS_5RangeE[_ZNK2cv23CvtColorIPPLoop_InvokerINS_19IPPGray2BGRAFunctorItEEEclERKNS_5RangeE]+0x49): undefined reference to `ippicviGrayToRGB_16u_C1C4R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o): in function `cv::CvtColorIPPLoop_Invoker >::operator()(cv::Range const&) const': color_rgb.dispatch.cpp:(.text._ZNK2cv23CvtColorIPPLoop_InvokerINS_19IPPGray2BGRAFunctorIfEEEclERKNS_5RangeE[_ZNK2cv23CvtColorIPPLoop_InvokerINS_19IPPGray2BGRAFunctorIfEEEclERKNS_5RangeE]+0x4a): undefined reference to `ippicviGrayToRGB_32f_C1C4R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o): in function `cv::hal::cvtBGRtoGray(unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int, int, int, bool)': color_rgb.dispatch.cpp:(.text._ZN2cv3hal12cvtBGRtoGrayEPKhmPhmiiiib+0xa9): undefined reference to `ippicviRGBToGray_32f_C3C1R' /usr/bin/ld: color_rgb.dispatch.cpp:(.text._ZN2cv3hal12cvtBGRtoGrayEPKhmPhmiiiib+0x20b): undefined reference to `ippicviRGBToGray_32f_AC4C1R' /usr/bin/ld: color_rgb.dispatch.cpp:(.text._ZN2cv3hal12cvtBGRtoGrayEPKhmPhmiiiib+0x343): undefined reference to `ippicviColorToGray_32f_AC4C1R' /usr/bin/ld: color_rgb.dispatch.cpp:(.text._ZN2cv3hal12cvtBGRtoGrayEPKhmPhmiiiib+0x3f3): undefined reference to `ippicviColorToGray_32f_C3C1R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o): in function `cv::hal::cvtRGBAtoMultipliedRGBA(unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int)': color_rgb.dispatch.cpp:(.text._ZN2cv3hal23cvtRGBAtoMultipliedRGBAEPKhmPhmii+0x48): undefined reference to `ippicviAlphaPremul_8u_AC4R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o):(.data.rel.ro._ZN2cvL22ippiSwapChannelsC4RTabE+0x0): undefined reference to `ippicviSwapChannels_8u_C4R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o):(.data.rel.ro._ZN2cvL22ippiSwapChannelsC4RTabE+0x10): undefined reference to `ippicviSwapChannels_16u_C4R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o):(.data.rel.ro._ZN2cvL22ippiSwapChannelsC4RTabE+0x28): undefined reference to `ippicviSwapChannels_32f_C4R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o):(.data.rel._ZN2cv22ippiSwapChannelsC3RTabE+0x0): undefined reference to `ippicviSwapChannels_8u_C3R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o):(.data.rel._ZN2cv22ippiSwapChannelsC3RTabE+0x10): undefined reference to `ippicviSwapChannels_16u_C3R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o):(.data.rel._ZN2cv22ippiSwapChannelsC3RTabE+0x28): undefined reference to `ippicviSwapChannels_32f_C3R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o):(.data.rel._ZN2cv24ippiSwapChannelsC4C3RTabE+0x0): undefined reference to `ippicviSwapChannels_8u_C4C3R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o):(.data.rel._ZN2cv24ippiSwapChannelsC4C3RTabE+0x10): undefined reference to `ippicviSwapChannels_16u_C4C3R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o):(.data.rel._ZN2cv24ippiSwapChannelsC4C3RTabE+0x28): undefined reference to `ippicviSwapChannels_32f_C4C3R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o):(.data.rel.ro._ZN2cvL17ippiCopyAC4C3RTabE+0x0): undefined reference to `ippicviCopy_8u_AC4C3R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o):(.data.rel.ro._ZN2cvL17ippiCopyAC4C3RTabE+0x10): undefined reference to `ippicviCopy_16u_AC4C3R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_rgb.dispatch.cpp.o):(.data.rel.ro._ZN2cvL17ippiCopyAC4C3RTabE+0x28): undefined reference to `ippicviCopy_32f_AC4C3R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(color_yuv.dispatch.cpp.o): in function `cv::cvtColorYUV2Gray_420(cv::_InputArray const&, cv::_OutputArray const&)': color_yuv.dispatch.cpp:(.text._ZN2cv20cvtColorYUV2Gray_420ERKNS_11_InputArrayERKNS_12_OutputArrayE+0x18e): undefined reference to `ippicviCopy_8u_C1R_L' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(deriv.cpp.o): in function `cv::ipp_Laplacian(cv::_InputArray const&, cv::_OutputArray const&, int, double, double, int) [clone .cold]': deriv.cpp:(.text.unlikely._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x12): undefined reference to `iwGetStatusString' /usr/bin/ld: deriv.cpp:(.text.unlikely._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x49): undefined reference to `iwGetStatusString' /usr/bin/ld: deriv.cpp:(.text.unlikely._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x80): undefined reference to `iwGetStatusString' /usr/bin/ld: deriv.cpp:(.text.unlikely._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x142): undefined reference to `iwGetStatusString' /usr/bin/ld: deriv.cpp:(.text.unlikely._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x179): undefined reference to `iwGetStatusString' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(deriv.cpp.o):deriv.cpp:(.text.unlikely._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1b0): more undefined references to `iwGetStatusString' follow /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(deriv.cpp.o): in function `cv::ipp_Laplacian(cv::_InputArray const&, cv::_OutputArray const&, int, double, double, int)': deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x213): undefined reference to `iwiImage_Init' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x347): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x3bb): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x3de): undefined reference to `iwiImage_Init' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x50f): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x583): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x5a5): undefined reference to `iwiImage_Init' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x678): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x6eb): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x713): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x724): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x752): undefined reference to `iwiImage_Init' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x825): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x898): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x8c1): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x8d2): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x8f5): undefined reference to `iwiMaskToSize' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x997): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x9e5): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0xa08): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0xa56): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0xa79): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(deriv.cpp.o):deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0xac7): more undefined references to `iwAtomic_AddInt' follow /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(deriv.cpp.o): in function `cv::ipp_Laplacian(cv::_InputArray const&, cv::_OutputArray const&, int, double, double, int)': deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0xdf1): undefined reference to `iwiFilterLaplacian' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0xe41): undefined reference to `iwiScale' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0xe65): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0xeb3): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0xed6): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0xf24): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0xf47): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(deriv.cpp.o):deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0xf95): more undefined references to `iwAtomic_AddInt' follow /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(deriv.cpp.o): in function `cv::ipp_Laplacian(cv::_InputArray const&, cv::_OutputArray const&, int, double, double, int)': deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x104d): undefined reference to `iwiImage_Release' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1075): undefined reference to `iwiImage_Release' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x10a5): undefined reference to `iwiImage_Release' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x10d5): undefined reference to `iwiImage_Release' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1105): undefined reference to `iwiImage_Release' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(deriv.cpp.o):deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1125): more undefined references to `iwiImage_Release' follow /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(deriv.cpp.o): in function `cv::ipp_Laplacian(cv::_InputArray const&, cv::_OutputArray const&, int, double, double, int)': deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x12a0): undefined reference to `iwiImage_BorderSub' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x12e9): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1356): undefined reference to `iwiImage_Alloc' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x139e): undefined reference to `iwiScale' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x13cd): undefined reference to `iwiImage_BorderAdd' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x150d): undefined reference to `iwiImage_Release' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1575): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x15e8): undefined reference to `iwiImage_InitExternalConst' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1645): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x16b8): undefined reference to `iwiImage_InitExternalConst' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1707): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1774): undefined reference to `iwiImage_Alloc' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x17d5): undefined reference to `iwiImage_Release' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x17f5): undefined reference to `iwiImage_Release' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x19bd): undefined reference to `iwiImage_Release' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x19e5): undefined reference to `iwiImage_Release' /usr/bin/ld: deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1a05): undefined reference to `iwiImage_Release' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(deriv.cpp.o):deriv.cpp:(.text._ZN2cvL13ipp_LaplacianERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x1a25): more undefined references to `iwiImage_Release' follow /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(distransform.cpp.o): in function `cv::distanceTransform_L1_8U(cv::_InputArray const&, cv::_OutputArray const&)': distransform.cpp:(.text._ZN2cvL23distanceTransform_L1_8UERKNS_11_InputArrayERKNS_12_OutputArrayE+0x119): undefined reference to `ippicviDistanceTransform_3x3_8u_C1R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(distransform.cpp.o): in function `cv::distanceTransform(cv::_InputArray const&, cv::_OutputArray const&, cv::_OutputArray const&, int, int, int)': distransform.cpp:(.text._ZN2cv17distanceTransformERKNS_11_InputArrayERKNS_12_OutputArrayES5_iii+0x15fa): undefined reference to `ippicviDistanceTransform_5x5_8u32f_C1R' /usr/bin/ld: distransform.cpp:(.text._ZN2cv17distanceTransformERKNS_11_InputArrayERKNS_12_OutputArrayES5_iii+0x176b): undefined reference to `ippicviTrueDistanceTransformGetBufferSize_8u32f_C1R' /usr/bin/ld: distransform.cpp:(.text._ZN2cv17distanceTransformERKNS_11_InputArrayERKNS_12_OutputArrayES5_iii+0x1780): undefined reference to `ippicvMalloc_L' /usr/bin/ld: distransform.cpp:(.text._ZN2cv17distanceTransformERKNS_11_InputArrayERKNS_12_OutputArrayES5_iii+0x17ac): undefined reference to `ippicviTrueDistanceTransform_8u32f_C1R' /usr/bin/ld: distransform.cpp:(.text._ZN2cv17distanceTransformERKNS_11_InputArrayERKNS_12_OutputArrayES5_iii+0x17b6): undefined reference to `ippicvFree' /usr/bin/ld: distransform.cpp:(.text._ZN2cv17distanceTransformERKNS_11_InputArrayERKNS_12_OutputArrayES5_iii+0x1fad): undefined reference to `ippicviDistanceTransform_3x3_8u32f_C1R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(filter.dispatch.cpp.o): in function `cv::cpu_baseline::RowVec_32f::ippiOperator(unsigned char const*, unsigned char*, int, int) const': filter.dispatch.cpp:(.text._ZNK2cv12cpu_baseline10RowVec_32f12ippiOperatorEPKhPhii[_ZNK2cv12cpu_baseline10RowVec_32f12ippiOperatorEPKhPhii]+0x196): undefined reference to `ippicviFilterRowBorderPipelineGetBufferSize_32f_C3R' /usr/bin/ld: filter.dispatch.cpp:(.text._ZNK2cv12cpu_baseline10RowVec_32f12ippiOperatorEPKhPhii[_ZNK2cv12cpu_baseline10RowVec_32f12ippiOperatorEPKhPhii]+0x1e9): undefined reference to `ippicviFilterRowBorderPipeline_32f_C1R' /usr/bin/ld: filter.dispatch.cpp:(.text._ZNK2cv12cpu_baseline10RowVec_32f12ippiOperatorEPKhPhii[_ZNK2cv12cpu_baseline10RowVec_32f12ippiOperatorEPKhPhii]+0x239): undefined reference to `ippicviFilterRowBorderPipeline_32f_C3R' /usr/bin/ld: filter.dispatch.cpp:(.text._ZNK2cv12cpu_baseline10RowVec_32f12ippiOperatorEPKhPhii[_ZNK2cv12cpu_baseline10RowVec_32f12ippiOperatorEPKhPhii]+0x284): undefined reference to `ippicviFilterRowBorderPipelineGetBufferSize_32f_C1R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(histogram.cpp.o): in function `cv::TLSData::deleteDataInstance(void*) const': histogram.cpp:(.text._ZNK2cv7TLSDataINS_23ipp_calcHistParallelTLSEE18deleteDataInstanceEPv[_ZNK2cv7TLSDataINS_23ipp_calcHistParallelTLSEE18deleteDataInstanceEPv]+0x13): undefined reference to `ippicvFree' /usr/bin/ld: histogram.cpp:(.text._ZNK2cv7TLSDataINS_23ipp_calcHistParallelTLSEE18deleteDataInstanceEPv[_ZNK2cv7TLSDataINS_23ipp_calcHistParallelTLSEE18deleteDataInstanceEPv]+0x21): undefined reference to `ippicvFree' /usr/bin/ld: histogram.cpp:(.text._ZNK2cv7TLSDataINS_23ipp_calcHistParallelTLSEE18deleteDataInstanceEPv[_ZNK2cv7TLSDataINS_23ipp_calcHistParallelTLSEE18deleteDataInstanceEPv]+0x2f): undefined reference to `ippicvFree' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(histogram.cpp.o): in function `cv::ipp_calcHistParallel::operator()(cv::Range const&) const': histogram.cpp:(.text._ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE[_ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE]+0x17e): undefined reference to `ippicviCopy_32s_C1R' /usr/bin/ld: histogram.cpp:(.text._ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE[_ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE]+0x19c): undefined reference to `ippicvMalloc_L' /usr/bin/ld: histogram.cpp:(.text._ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE[_ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE]+0x1cb): undefined reference to `ippicvFree' /usr/bin/ld: histogram.cpp:(.text._ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE[_ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE]+0x1e5): undefined reference to `ippicvMalloc_L' /usr/bin/ld: histogram.cpp:(.text._ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE[_ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE]+0x22f): undefined reference to `ippicviHistogramUniformInit' /usr/bin/ld: histogram.cpp:(.text._ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE[_ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE]+0x25b): undefined reference to `ippicvFree' /usr/bin/ld: histogram.cpp:(.text._ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE[_ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE]+0x275): undefined reference to `ippicvMalloc_L' /usr/bin/ld: histogram.cpp:(.text._ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE[_ZNK2cv20ipp_calcHistParallelclERKNS_5RangeE]+0x2aa): undefined reference to `ippicviHistogramInit' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(histogram.cpp.o): in function `cv::calcHist(cv::Mat const*, int, int const*, cv::_InputArray const&, cv::_OutputArray const&, int, int const*, float const**, bool, bool) [clone .cold]': histogram.cpp:(.text.unlikely._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x141): undefined reference to `ippicvFree' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(histogram.cpp.o): in function `cv::calcHist(cv::Mat const*, int, int const*, cv::_InputArray const&, cv::_OutputArray const&, int, int const*, float const**, bool, bool)': histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x512): undefined reference to `ippicviHistogram_32f_C1R' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x566): undefined reference to `ippicviHistogramGetBufferSize' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x630): undefined reference to `ippicvMalloc_L' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x650): undefined reference to `ippicviConvert_32s32f_C1R' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x66d): undefined reference to `ippicviAdd_32f_C1IR' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x67a): undefined reference to `ippicvFree' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x54cf): undefined reference to `ippicvGetL2CacheSize' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x63eb): undefined reference to `ippicviCopy_32s_C1R' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x6439): undefined reference to `ippicvMalloc_L' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x6460): undefined reference to `ippicvFree' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x6478): undefined reference to `ippicvMalloc_L' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x64be): undefined reference to `ippicviHistogramUniformInit' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x64e5): undefined reference to `ippicvFree' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x64fd): undefined reference to `ippicvMalloc_L' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x6529): undefined reference to `ippicviHistogramInit' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x6532): undefined reference to `ippicviHistogram_16u_C1R' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x653e): undefined reference to `ippicviHistogram_8u_C1R' /usr/bin/ld: histogram.cpp:(.text._ZN2cv8calcHistEPKNS_3MatEiPKiRKNS_11_InputArrayERKNS_12_OutputArrayEiS4_PPKfbb+0x6575): undefined reference to `ippicviConvert_32s32f_C1R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(imgwarp.cpp.o): in function `cv::ipp_warpAffineParallel::operator()(cv::Range const&) const': imgwarp.cpp:(.text._ZNK2cv22ipp_warpAffineParallelclERKNS_5RangeE[_ZNK2cv22ipp_warpAffineParallelclERKNS_5RangeE]+0xc0): undefined reference to `iwiTile_SetRoi' /usr/bin/ld: imgwarp.cpp:(.text._ZNK2cv22ipp_warpAffineParallelclERKNS_5RangeE[_ZNK2cv22ipp_warpAffineParallelclERKNS_5RangeE]+0x11e): undefined reference to `iwiWarpAffine' /usr/bin/ld: imgwarp.cpp:(.text._ZNK2cv22ipp_warpAffineParallelclERKNS_5RangeE[_ZNK2cv22ipp_warpAffineParallelclERKNS_5RangeE]+0x183): undefined reference to `iwGetStatusString' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(imgwarp.cpp.o): in function `cv::warpAffine(cv::_InputArray const&, cv::_OutputArray const&, cv::_InputArray const&, cv::Size_, int, int, cv::Scalar_ const&) [clone .cold]': imgwarp.cpp:(.text.unlikely._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x19): undefined reference to `iwGetStatusString' /usr/bin/ld: imgwarp.cpp:(.text.unlikely._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x4b): undefined reference to `iwGetStatusString' /usr/bin/ld: imgwarp.cpp:(.text.unlikely._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x190): undefined reference to `iwGetStatusString' /usr/bin/ld: imgwarp.cpp:(.text.unlikely._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x207): undefined reference to `iwGetStatusString' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(imgwarp.cpp.o):imgwarp.cpp:(.text.unlikely._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x24b): more undefined references to `iwGetStatusString' follow /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(imgwarp.cpp.o): in function `cv::warpAffine(cv::_InputArray const&, cv::_OutputArray const&, cv::_InputArray const&, cv::Size_, int, int, cv::Scalar_ const&)': imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x6eb): undefined reference to `iwiImage_Init' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x81f): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x896): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x8b8): undefined reference to `iwiImage_Init' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x9e7): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0xa5a): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0xc27): undefined reference to `iwiWarpAffine' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0xc5c): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0xcaa): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0xccd): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0xd1b): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0xf33): undefined reference to `ippicvGetL2CacheSize' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x10f5): undefined reference to `iwiImage_Release' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x1115): undefined reference to `iwiImage_Release' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x1135): undefined reference to `iwiImage_Release' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x1165): undefined reference to `iwiImage_Release' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x12df): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x132d): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x1350): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x139e): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x1425): undefined reference to `iwiImage_Release' /usr/bin/ld: imgwarp.cpp:(.text._ZN2cv10warpAffineERKNS_11_InputArrayERKNS_12_OutputArrayES2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x1455): undefined reference to `iwiImage_Release' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(moments.cpp.o): in function `cv::moments(cv::_InputArray const&, bool) [clone .cold]': moments.cpp:(.text.unlikely._ZN2cv7momentsERKNS_11_InputArrayEb+0x9): undefined reference to `ippicvFree' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(moments.cpp.o): in function `cv::moments(cv::_InputArray const&, bool)': moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xda9): undefined reference to `ippicviMoments64f_32f_C1R' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xdc4): undefined reference to `ippicviMomentGetStateSize_64f' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xde2): undefined reference to `ippicvMalloc_L' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xdfb): undefined reference to `ippicviMomentInit_64f' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xe43): undefined reference to `ippicviGetSpatialMoment_64f' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xe66): undefined reference to `ippicviGetSpatialMoment_64f' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xe81): undefined reference to `ippicviGetSpatialMoment_64f' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xe9c): undefined reference to `ippicviGetSpatialMoment_64f' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xeba): undefined reference to `ippicviGetSpatialMoment_64f' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(moments.cpp.o):moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xed5): more undefined references to `ippicviGetSpatialMoment_64f' follow /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(moments.cpp.o): in function `cv::moments(cv::_InputArray const&, bool)': moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xf5f): undefined reference to `ippicviGetCentralMoment_64f' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xf82): undefined reference to `ippicviGetCentralMoment_64f' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xf9a): undefined reference to `ippicviGetCentralMoment_64f' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xfb2): undefined reference to `ippicviGetCentralMoment_64f' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xfcd): undefined reference to `ippicviGetCentralMoment_64f' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(moments.cpp.o):moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0xfe8): more undefined references to `ippicviGetCentralMoment_64f' follow /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(moments.cpp.o): in function `cv::moments(cv::_InputArray const&, bool)': moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0x1018): undefined reference to `ippicviGetNormalizedCentralMoment_64f' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0x103b): undefined reference to `ippicviGetNormalizedCentralMoment_64f' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0x1053): undefined reference to `ippicviGetNormalizedCentralMoment_64f' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0x106b): undefined reference to `ippicviGetNormalizedCentralMoment_64f' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0x1086): undefined reference to `ippicviGetNormalizedCentralMoment_64f' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(moments.cpp.o):moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0x10a1): more undefined references to `ippicviGetNormalizedCentralMoment_64f' follow /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(moments.cpp.o): in function `cv::moments(cv::_InputArray const&, bool)': moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0x10c6): undefined reference to `ippicvFree' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0x12ad): undefined reference to `ippicviMoments64f_8u_C1R' /usr/bin/ld: moments.cpp:(.text._ZN2cv7momentsERKNS_11_InputArrayEb+0x1300): undefined reference to `ippicviMoments64f_16u_C1R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(resize.cpp.o): in function `cv::ipp_resizeParallel::~ipp_resizeParallel()': resize.cpp:(.text._ZN2cv18ipp_resizeParallelD2Ev[_ZN2cv18ipp_resizeParallelD5Ev]+0x25): undefined reference to `iwiResize_Free' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(resize.cpp.o): in function `cv::ipp_resizeAffineParallel::~ipp_resizeAffineParallel()': resize.cpp:(.text._ZN2cv24ipp_resizeAffineParallelD2Ev[_ZN2cv24ipp_resizeAffineParallelD5Ev]+0x25): undefined reference to `iwiWarpAffine_Free' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(resize.cpp.o): in function `cv::ipp_resizeAffineParallel::operator()(cv::Range const&) const': resize.cpp:(.text._ZNK2cv24ipp_resizeAffineParallelclERKNS_5RangeE[_ZNK2cv24ipp_resizeAffineParallelclERKNS_5RangeE]+0xc0): undefined reference to `iwiTile_SetRoi' /usr/bin/ld: resize.cpp:(.text._ZNK2cv24ipp_resizeAffineParallelclERKNS_5RangeE[_ZNK2cv24ipp_resizeAffineParallelclERKNS_5RangeE]+0xf7): undefined reference to `iwiWarpAffine_Process' /usr/bin/ld: resize.cpp:(.text._ZNK2cv24ipp_resizeAffineParallelclERKNS_5RangeE[_ZNK2cv24ipp_resizeAffineParallelclERKNS_5RangeE]+0x15b): undefined reference to `iwGetStatusString' /usr/bin/ld: resize.cpp:(.text._ZNK2cv24ipp_resizeAffineParallelclERKNS_5RangeE[_ZNK2cv24ipp_resizeAffineParallelclERKNS_5RangeE]+0x19a): undefined reference to `iwGetStatusString' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(resize.cpp.o): in function `cv::ipp_resizeParallel::operator()(cv::Range const&) const': resize.cpp:(.text._ZNK2cv18ipp_resizeParallelclERKNS_5RangeE[_ZNK2cv18ipp_resizeParallelclERKNS_5RangeE]+0xc0): undefined reference to `iwiTile_SetRoi' /usr/bin/ld: resize.cpp:(.text._ZNK2cv18ipp_resizeParallelclERKNS_5RangeE[_ZNK2cv18ipp_resizeParallelclERKNS_5RangeE]+0x128): undefined reference to `iwiResize_Process' /usr/bin/ld: resize.cpp:(.text._ZNK2cv18ipp_resizeParallelclERKNS_5RangeE[_ZNK2cv18ipp_resizeParallelclERKNS_5RangeE]+0x18b): undefined reference to `iwGetStatusString' /usr/bin/ld: resize.cpp:(.text._ZNK2cv18ipp_resizeParallelclERKNS_5RangeE[_ZNK2cv18ipp_resizeParallelclERKNS_5RangeE]+0x1ca): undefined reference to `iwGetStatusString' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(resize.cpp.o): in function `cv::ipp_resizeParallel::~ipp_resizeParallel()': resize.cpp:(.text._ZN2cv18ipp_resizeParallelD0Ev[_ZN2cv18ipp_resizeParallelD5Ev]+0x2d): undefined reference to `iwiResize_Free' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(resize.cpp.o): in function `cv::ipp_resizeAffineParallel::~ipp_resizeAffineParallel()': resize.cpp:(.text._ZN2cv24ipp_resizeAffineParallelD0Ev[_ZN2cv24ipp_resizeAffineParallelD5Ev]+0x2d): undefined reference to `iwiWarpAffine_Free' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(resize.cpp.o): in function `cv::hal::resize(int, unsigned char const*, unsigned long, int, int, unsigned char*, unsigned long, int, int, double, double, int) [clone .cold]': resize.cpp:(.text.unlikely._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x164): undefined reference to `iwGetStatusString' /usr/bin/ld: resize.cpp:(.text.unlikely._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x1c4): undefined reference to `iwGetStatusString' /usr/bin/ld: resize.cpp:(.text.unlikely._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x212): undefined reference to `iwGetStatusString' /usr/bin/ld: resize.cpp:(.text.unlikely._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x29e): undefined reference to `iwGetStatusString' /usr/bin/ld: resize.cpp:(.text.unlikely._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x308): undefined reference to `iwGetStatusString' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(resize.cpp.o):resize.cpp:(.text.unlikely._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x33f): more undefined references to `iwGetStatusString' follow /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(resize.cpp.o): in function `cv::hal::resize(int, unsigned char const*, unsigned long, int, int, unsigned char*, unsigned long, int, int, double, double, int)': resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x1476): undefined reference to `iwiImage_Init' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x14c5): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x1538): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x156f): undefined reference to `iwiImage_Init' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x15be): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x1632): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x1850): undefined reference to `iwiWarpAffine_InitAlloc' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x1912): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x1960): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x1983): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x19d1): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x30e9): undefined reference to `iwiResize_InitAlloc' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x35c2): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x3610): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x3633): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x3681): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x36cc): undefined reference to `iwiImage_Release' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x36ea): undefined reference to `iwiImage_Release' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x372f): undefined reference to `iwiImage_Release' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x3765): undefined reference to `iwiImage_Release' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x37c0): undefined reference to `iwiResize_Free' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x37d1): undefined reference to `iwiWarpAffine_Free' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x38a9): undefined reference to `ippicvGetL2CacheSize' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x38f5): undefined reference to `iwiImage_Release' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x3925): undefined reference to `iwiImage_Release' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x3948): undefined reference to `iwiResize_Free' /usr/bin/ld: resize.cpp:(.text._ZN2cv3hal6resizeEiPKhmiiPhmiiddi+0x3959): undefined reference to `iwiWarpAffine_Free' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(samplers.cpp.o): in function `cv::getRectSubPix(cv::_InputArray const&, cv::Size_, cv::Point_, cv::_OutputArray const&, int)': samplers.cpp:(.text._ZN2cv13getRectSubPixERKNS_11_InputArrayENS_5Size_IiEENS_6Point_IfEERKNS_12_OutputArrayEi+0x18f): undefined reference to `ippicviCopySubpixIntersect_8u32f_C1R' /usr/bin/ld: samplers.cpp:(.text._ZN2cv13getRectSubPixERKNS_11_InputArrayENS_5Size_IiEENS_6Point_IfEERKNS_12_OutputArrayEi+0x19b): undefined reference to `ippicviCopySubpixIntersect_8u_C1R' /usr/bin/ld: samplers.cpp:(.text._ZN2cv13getRectSubPixERKNS_11_InputArrayENS_5Size_IiEENS_6Point_IfEERKNS_12_OutputArrayEi+0x495): undefined reference to `ippicviCopySubpixIntersect_32f_C1R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(sumpixels.dispatch.cpp.o): in function `cv::hal::integral(int, int, int, unsigned char const*, unsigned long, unsigned char*, unsigned long, unsigned char*, unsigned long, unsigned char*, unsigned long, int, int, int)': sumpixels.dispatch.cpp:(.text._ZN2cv3hal8integralEiiiPKhmPhmS3_mS3_miii+0x35e): undefined reference to `ippicviSqrIntegral_8u32f64f_C1R' /usr/bin/ld: sumpixels.dispatch.cpp:(.text._ZN2cv3hal8integralEiiiPKhmPhmS3_mS3_miii+0x5c3): undefined reference to `ippicviSqrIntegral_8u32s64f_C1R' /usr/bin/ld: sumpixels.dispatch.cpp:(.text._ZN2cv3hal8integralEiiiPKhmPhmS3_mS3_miii+0x683): undefined reference to `ippicviIntegral_8u32f_C1R' /usr/bin/ld: sumpixels.dispatch.cpp:(.text._ZN2cv3hal8integralEiiiPKhmPhmS3_mS3_miii+0x78c): undefined reference to `ippicviIntegral_32f_C1R' /usr/bin/ld: sumpixels.dispatch.cpp:(.text._ZN2cv3hal8integralEiiiPKhmPhmS3_mS3_miii+0x7ad): undefined reference to `ippicviIntegral_8u32s_C1R' /usr/bin/ld: sumpixels.dispatch.cpp:(.text._ZN2cv3hal8integralEiiiPKhmPhmS3_mS3_miii+0x7d9): undefined reference to `ippicviSqrIntegral_8u32s_C1R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(templmatch.cpp.o): in function `cv::ipp_crossCorr(cv::Mat const&, cv::Mat const&, cv::Mat&, bool) [clone .cold]': templmatch.cpp:(.text.unlikely._ZN2cvL13ipp_crossCorrERKNS_3MatES2_RS0_b+0xc): undefined reference to `ippicvFree' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(templmatch.cpp.o): in function `cv::ipp_crossCorr(cv::Mat const&, cv::Mat const&, cv::Mat&, bool)': templmatch.cpp:(.text._ZN2cvL13ipp_crossCorrERKNS_3MatES2_RS0_b+0x93): undefined reference to `ippicviCrossCorrNorm_8u32f_C1R' /usr/bin/ld: templmatch.cpp:(.text._ZN2cvL13ipp_crossCorrERKNS_3MatES2_RS0_b+0xba): undefined reference to `ippicviCrossCorrNormGetBufferSize' /usr/bin/ld: templmatch.cpp:(.text._ZN2cvL13ipp_crossCorrERKNS_3MatES2_RS0_b+0xcf): undefined reference to `ippicvMalloc_L' /usr/bin/ld: templmatch.cpp:(.text._ZN2cvL13ipp_crossCorrERKNS_3MatES2_RS0_b+0x125): undefined reference to `ippicvFree' /usr/bin/ld: templmatch.cpp:(.text._ZN2cvL13ipp_crossCorrERKNS_3MatES2_RS0_b+0x14b): undefined reference to `ippicviCrossCorrNorm_32f_C1R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(templmatch.cpp.o): in function `cv::ipp_sqrDistance(cv::Mat const&, cv::Mat const&, cv::Mat&) [clone .cold]': templmatch.cpp:(.text.unlikely._ZN2cvL15ipp_sqrDistanceERKNS_3MatES2_RS0_+0x1a): undefined reference to `ippicvFree' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(templmatch.cpp.o): in function `cv::ipp_sqrDistance(cv::Mat const&, cv::Mat const&, cv::Mat&)': templmatch.cpp:(.text._ZN2cvL15ipp_sqrDistanceERKNS_3MatES2_RS0_+0x7a): undefined reference to `ippicviSqrDistanceNorm_32f_C1R' /usr/bin/ld: templmatch.cpp:(.text._ZN2cvL15ipp_sqrDistanceERKNS_3MatES2_RS0_+0x98): undefined reference to `ippicviSqrDistanceNormGetBufferSize' /usr/bin/ld: templmatch.cpp:(.text._ZN2cvL15ipp_sqrDistanceERKNS_3MatES2_RS0_+0x16e): undefined reference to `ippicvFree' /usr/bin/ld: templmatch.cpp:(.text._ZN2cvL15ipp_sqrDistanceERKNS_3MatES2_RS0_+0x1b3): undefined reference to `ippicviSqrDistanceNorm_8u32f_C1R' /usr/bin/ld: templmatch.cpp:(.text._ZN2cvL15ipp_sqrDistanceERKNS_3MatES2_RS0_+0x1c9): undefined reference to `ippicvMalloc_L' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(thresh.cpp.o): in function `cv::ThresholdRunner::operator()(cv::Range const&) const': thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x21c): undefined reference to `ippicviThreshold_GT_8u_C1R' /usr/bin/ld: thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x5b8): undefined reference to `ippicviThreshold_GT_32f_C1R' /usr/bin/ld: thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x1c81): undefined reference to `ippicviThreshold_GTVal_16s_C1R' /usr/bin/ld: thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x1d08): undefined reference to `ippicviThreshold_GT_16s_C1R' /usr/bin/ld: thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x3f2a): undefined reference to `ippicviThreshold_GT_8u_C1IR' /usr/bin/ld: thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x4771): undefined reference to `ippicviThreshold_GTVal_8u_C1R' /usr/bin/ld: thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x485c): undefined reference to `ippicviThreshold_LTVal_8u_C1R' /usr/bin/ld: thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x50c6): undefined reference to `ippicviThreshold_LTVal_16s_C1R' /usr/bin/ld: thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x5148): undefined reference to `ippicviThreshold_LTVal_8u_C1IR' /usr/bin/ld: thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x51a5): undefined reference to `ippicviThreshold_GTVal_8u_C1IR' /usr/bin/ld: thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x51ef): undefined reference to `ippicviThreshold_GTVal_32f_C1R' /usr/bin/ld: thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x5272): undefined reference to `ippicviThreshold_LTVal_32f_C1R' /usr/bin/ld: thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x5318): undefined reference to `ippicviThreshold_GT_16s_C1IR' /usr/bin/ld: thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x5347): undefined reference to `ippicviThreshold_LTVal_16s_C1IR' /usr/bin/ld: thresh.cpp:(.text._ZNK2cv15ThresholdRunnerclERKNS_5RangeE[_ZNK2cv15ThresholdRunnerclERKNS_5RangeE]+0x5376): undefined reference to `ippicviThreshold_GTVal_16s_C1IR' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(thresh.cpp.o): in function `cv::threshold(cv::_InputArray const&, cv::_OutputArray const&, double, double, int)': thresh.cpp:(.text._ZN2cv9thresholdERKNS_11_InputArrayERKNS_12_OutputArrayEddi+0x874): undefined reference to `ippicviComputeThreshold_Otsu_8u_C1R' /usr/bin/ld: /usr/local/lib/libopencv_imgproc.a(corner.cpp.o): in function `cv::cornerHarris(cv::_InputArray const&, cv::_OutputArray const&, int, int, double, int)': corner.cpp:(.text._ZN2cv12cornerHarrisERKNS_11_InputArrayERKNS_12_OutputArrayEiidi+0x40f): undefined reference to `ippicviHarrisCornerGetBufferSize' /usr/bin/ld: corner.cpp:(.text._ZN2cv12cornerHarrisERKNS_11_InputArrayERKNS_12_OutputArrayEiidi+0x423): undefined reference to `ippicvMalloc_L' /usr/bin/ld: corner.cpp:(.text._ZN2cv12cornerHarrisERKNS_11_InputArrayERKNS_12_OutputArrayEiidi+0x478): undefined reference to `ippicvsFree' /usr/bin/ld: corner.cpp:(.text._ZN2cv12cornerHarrisERKNS_11_InputArrayERKNS_12_OutputArrayEiidi+0x58e): undefined reference to `ippicviHarrisCorner_32f_C1R' /usr/bin/ld: corner.cpp:(.text._ZN2cv12cornerHarrisERKNS_11_InputArrayERKNS_12_OutputArrayEiidi+0x5ee): undefined reference to `ippicviHarrisCorner_8u32f_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::add8u(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal5add8uEPKhmS2_mPhmiiPv+0x75): undefined reference to `ippicviAdd_8u_C1RSfs' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::add16u(unsigned short const*, unsigned long, unsigned short const*, unsigned long, unsigned short*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6add16uEPKtmS2_mPtmiiPv+0x76): undefined reference to `ippicviAdd_16u_C1RSfs' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::add16s(short const*, unsigned long, short const*, unsigned long, short*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6add16sEPKsmS2_mPsmiiPv+0x76): undefined reference to `ippicviAdd_16s_C1RSfs' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::add32f(float const*, unsigned long, float const*, unsigned long, float*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6add32fEPKfmS2_mPfmiiPv+0x78): undefined reference to `ippicviAdd_32f_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::sub8u(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal5sub8uEPKhmS2_mPhmiiPv+0x75): undefined reference to `ippicviSub_8u_C1RSfs' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::sub16u(unsigned short const*, unsigned long, unsigned short const*, unsigned long, unsigned short*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6sub16uEPKtmS2_mPtmiiPv+0x76): undefined reference to `ippicviSub_16u_C1RSfs' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::sub16s(short const*, unsigned long, short const*, unsigned long, short*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6sub16sEPKsmS2_mPsmiiPv+0x76): undefined reference to `ippicviSub_16s_C1RSfs' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::sub32f(float const*, unsigned long, float const*, unsigned long, float*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6sub32fEPKfmS2_mPfmiiPv+0x78): undefined reference to `ippicviSub_32f_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::min8u(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal5min8uEPKhmS2_mPhmiiPv+0xc9): undefined reference to `ippicvsMinEvery_8u' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::min16u(unsigned short const*, unsigned long, unsigned short const*, unsigned long, unsigned short*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6min16uEPKtmS2_mPtmiiPv+0xc9): undefined reference to `ippicvsMinEvery_16u' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::min32f(float const*, unsigned long, float const*, unsigned long, float*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6min32fEPKfmS2_mPfmiiPv+0xc9): undefined reference to `ippicvsMinEvery_32f' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::min64f(double const*, unsigned long, double const*, unsigned long, double*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6min64fEPKdmS2_mPdmiiPv+0xc9): undefined reference to `ippicvsMinEvery_64f' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::max8u(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal5max8uEPKhmS2_mPhmiiPv+0xc9): undefined reference to `ippicvsMaxEvery_8u' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::max16u(unsigned short const*, unsigned long, unsigned short const*, unsigned long, unsigned short*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6max16uEPKtmS2_mPtmiiPv+0xc9): undefined reference to `ippicvsMaxEvery_16u' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::max32f(float const*, unsigned long, float const*, unsigned long, float*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6max32fEPKfmS2_mPfmiiPv+0xc9): undefined reference to `ippicvsMaxEvery_32f' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::max64f(double const*, unsigned long, double const*, unsigned long, double*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6max64fEPKdmS2_mPdmiiPv+0xc9): undefined reference to `ippicvsMaxEvery_64f' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::absdiff8u(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal9absdiff8uEPKhmS2_mPhmiiPv+0x77): undefined reference to `ippicviAbsDiff_8u_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::absdiff16u(unsigned short const*, unsigned long, unsigned short const*, unsigned long, unsigned short*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal10absdiff16uEPKtmS2_mPtmiiPv+0x78): undefined reference to `ippicviAbsDiff_16u_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::absdiff32f(float const*, unsigned long, float const*, unsigned long, float*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal10absdiff32fEPKfmS2_mPfmiiPv+0x78): undefined reference to `ippicviAbsDiff_32f_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::or8u(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal4or8uEPKhmS2_mPhmiiPv+0x77): undefined reference to `ippicviOr_8u_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::xor8u(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal5xor8uEPKhmS2_mPhmiiPv+0x77): undefined reference to `ippicviXor_8u_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::and8u(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal5and8uEPKhmS2_mPhmiiPv+0x77): undefined reference to `ippicviAnd_8u_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::not8u(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal5not8uEPKhmS2_mPhmiiPv+0x6c): undefined reference to `ippicviNot_8u_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::cmp8u(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal5cmp8uEPKhmS2_mPhmiiPv+0x96): undefined reference to `ippicviCompare_8u_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::cmp16u(unsigned short const*, unsigned long, unsigned short const*, unsigned long, unsigned char*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6cmp16uEPKtmS2_mPhmiiPv+0x96): undefined reference to `ippicviCompare_16u_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::cmp16s(short const*, unsigned long, short const*, unsigned long, unsigned char*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6cmp16sEPKsmS2_mPhmiiPv+0x96): undefined reference to `ippicviCompare_16s_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::cmp32f(float const*, unsigned long, float const*, unsigned long, unsigned char*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6cmp32fEPKfmS2_mPhmiiPv+0x96): undefined reference to `ippicviCompare_32f_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::mul8u(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal5mul8uEPKhmS2_mPhmiiPv+0x102): undefined reference to `ippicviMul_8u_C1RSfs' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::mul16u(unsigned short const*, unsigned long, unsigned short const*, unsigned long, unsigned short*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6mul16uEPKtmS2_mPtmiiPv+0x102): undefined reference to `ippicviMul_16u_C1RSfs' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::mul16s(short const*, unsigned long, short const*, unsigned long, short*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6mul16sEPKsmS2_mPsmiiPv+0x102): undefined reference to `ippicviMul_16s_C1RSfs' /usr/bin/ld: /usr/local/lib/libopencv_core.a(arithm.dispatch.cpp.o): in function `cv::hal::mul32f(float const*, unsigned long, float const*, unsigned long, float*, unsigned long, int, int, void*)': arithm.dispatch.cpp:(.text._ZN2cv3hal6mul32fEPKfmS2_mPfmiiPv+0x104): undefined reference to `ippicviMul_32f_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(channels.cpp.o): in function `cv::extractChannel(cv::_InputArray const&, cv::_OutputArray const&, int)': channels.cpp:(.text._ZN2cv14extractChannelERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x1dc): undefined reference to `llwiCopyChannel' /usr/bin/ld: channels.cpp:(.text._ZN2cv14extractChannelERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x61b): undefined reference to `llwiCopyChannel' /usr/bin/ld: /usr/local/lib/libopencv_core.a(channels.cpp.o): in function `cv::insertChannel(cv::_InputArray const&, cv::_InputOutputArray const&, int)': channels.cpp:(.text._ZN2cv13insertChannelERKNS_11_InputArrayERKNS_17_InputOutputArrayEi+0x1fd): undefined reference to `llwiCopyChannel' /usr/bin/ld: channels.cpp:(.text._ZN2cv13insertChannelERKNS_11_InputArrayERKNS_17_InputOutputArrayEi+0x5ff): undefined reference to `llwiCopyChannel' /usr/bin/ld: /usr/local/lib/libopencv_core.a(copy.cpp.o): in function `cv::copyMask32sC4(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, cv::Size_, void*)': copy.cpp:(.text._ZN2cvL13copyMask32sC4EPKhmS1_mPhmNS_5Size_IiEEPv+0x83): undefined reference to `ippicviCopy_32s_C4MR' /usr/bin/ld: /usr/local/lib/libopencv_core.a(copy.cpp.o): in function `cv::copyMask32sC3(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, cv::Size_, void*)': copy.cpp:(.text._ZN2cvL13copyMask32sC3EPKhmS1_mPhmNS_5Size_IiEEPv+0x83): undefined reference to `ippicviCopy_32s_C3MR' /usr/bin/ld: /usr/local/lib/libopencv_core.a(copy.cpp.o): in function `cv::copyMask16uC3(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, cv::Size_, void*)': copy.cpp:(.text._ZN2cvL13copyMask16uC3EPKhmS1_mPhmNS_5Size_IiEEPv+0x83): undefined reference to `ippicviCopy_16u_C3MR' /usr/bin/ld: /usr/local/lib/libopencv_core.a(copy.cpp.o): in function `cv::copyMask32s(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, cv::Size_, void*)': copy.cpp:(.text._ZN2cvL11copyMask32sEPKhmS1_mPhmNS_5Size_IiEEPv+0x83): undefined reference to `ippicviCopy_32s_C1MR' /usr/bin/ld: /usr/local/lib/libopencv_core.a(copy.cpp.o): in function `cv::copyMask8uC3(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, cv::Size_, void*)': copy.cpp:(.text._ZN2cvL12copyMask8uC3EPKhmS1_mPhmNS_5Size_IiEEPv+0x83): undefined reference to `ippicviCopy_8u_C3MR' /usr/bin/ld: /usr/local/lib/libopencv_core.a(copy.cpp.o): in function `cv::copyMask16u(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, cv::Size_, void*)': copy.cpp:(.text._ZN2cvL11copyMask16uEPKhmS1_mPhmNS_5Size_IiEEPv+0x33c): undefined reference to `ippicviCopy_16u_C1MR' /usr/bin/ld: /usr/local/lib/libopencv_core.a(copy.cpp.o): in function `cv::copyMask8u(unsigned char const*, unsigned long, unsigned char const*, unsigned long, unsigned char*, unsigned long, cv::Size_, void*)': copy.cpp:(.text._ZN2cvL10copyMask8uEPKhmS1_mPhmNS_5Size_IiEEPv+0x2fc): undefined reference to `ippicviCopy_8u_C1MR' /usr/bin/ld: /usr/local/lib/libopencv_core.a(copy.cpp.o): in function `cv::Mat::copyTo(cv::_OutputArray const&) const': copy.cpp:(.text._ZNK2cv3Mat6copyToERKNS_12_OutputArrayE+0x6ae): undefined reference to `ippicviCopy_8u_C1R_L' /usr/bin/ld: /usr/local/lib/libopencv_core.a(copy.cpp.o): in function `cv::Mat::copyTo(cv::_OutputArray const&, cv::_InputArray const&) const': copy.cpp:(.text._ZNK2cv3Mat6copyToERKNS_12_OutputArrayERKNS_11_InputArrayE+0x4de): undefined reference to `llwiCopyMask' /usr/bin/ld: copy.cpp:(.text._ZNK2cv3Mat6copyToERKNS_12_OutputArrayERKNS_11_InputArrayE+0x702): undefined reference to `llwiCopyMask' /usr/bin/ld: /usr/local/lib/libopencv_core.a(copy.cpp.o): in function `cv::Mat::setTo(cv::_InputArray const&, cv::_InputArray const&)': copy.cpp:(.text._ZN2cv3Mat5setToERKNS_11_InputArrayES3_+0x6ec): undefined reference to `llwiSetMask' /usr/bin/ld: copy.cpp:(.text._ZN2cv3Mat5setToERKNS_11_InputArrayES3_+0x9e9): undefined reference to `llwiSetMask' /usr/bin/ld: /usr/local/lib/libopencv_core.a(count_non_zero.dispatch.cpp.o): in function `cv::countNonZero(cv::_InputArray const&)': count_non_zero.dispatch.cpp:(.text._ZN2cv12countNonZeroERKNS_11_InputArrayE+0x5bf): undefined reference to `ippicviCountInRange_32f_C1R' /usr/bin/ld: count_non_zero.dispatch.cpp:(.text._ZN2cv12countNonZeroERKNS_11_InputArrayE+0x671): undefined reference to `ippicviCountInRange_8u_C1R' /usr/bin/ld: count_non_zero.dispatch.cpp:(.text._ZN2cv12countNonZeroERKNS_11_InputArrayE+0x6cd): undefined reference to `ippicviCountInRange_8u_C1R' /usr/bin/ld: count_non_zero.dispatch.cpp:(.text._ZN2cv12countNonZeroERKNS_11_InputArrayE+0x794): undefined reference to `ippicviCountInRange_32f_C1R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(dxt.cpp.o): in function `cv::DctIPPLoop_Invoker::operator()(cv::Range const&) const': dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x4f): undefined reference to `ippicviDCTFwd_32f_C1R' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x56): undefined reference to `ippicviDCTFwdInit_32f' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x61): undefined reference to `ippicviDCTFwdGetSize_32f' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x87): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x9d): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0xb3): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x13f): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x14c): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x15b): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x173): undefined reference to `ippicviDCTInv_32f_C1R' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x17a): undefined reference to `ippicviDCTInvInit_32f' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x185): undefined reference to `ippicviDCTInvGetSize_32f' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x1dc): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x204): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x211): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x229): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE[_ZNK2cv18DctIPPLoop_InvokerclERKNS_5RangeE]+0x236): undefined reference to `ippicvFree' /usr/bin/ld: /usr/local/lib/libopencv_core.a(dxt.cpp.o): in function `cv::Dft_C_IPPLoop_Invoker::operator()(cv::Range const&) const': dxt.cpp:(.text._ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE]+0x4d): undefined reference to `ippicviDFTGetSize_C_32fc' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE]+0x62): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE]+0x95): undefined reference to `ippicviDFTInit_C_32fc' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE]+0x125): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE]+0x12d): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE]+0x144): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE]+0x174): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE]+0x189): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE]+0x199): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_C_IPPLoop_InvokerINS_16IPPDFT_C_FunctorEEclERKNS_5RangeE]+0x1d8): undefined reference to `ippicvFree' /usr/bin/ld: /usr/local/lib/libopencv_core.a(dxt.cpp.o): in function `cv::Dft_R_IPPLoop_Invoker::operator()(cv::Range const&) const': dxt.cpp:(.text._ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE]+0x4d): undefined reference to `ippicviDFTGetSize_R_32f' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE]+0x62): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE]+0x95): undefined reference to `ippicviDFTInit_R_32f' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE]+0x125): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE]+0x12d): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE]+0x144): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE]+0x174): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE]+0x189): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE]+0x199): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE[_ZNK2cv21Dft_R_IPPLoop_InvokerINS_16IPPDFT_R_FunctorEEclERKNS_5RangeE]+0x1d8): undefined reference to `ippicvFree' /usr/bin/ld: /usr/local/lib/libopencv_core.a(dxt.cpp.o): in function `cv::OcvDctImpl::apply(unsigned char const*, unsigned long, unsigned char*, unsigned long)': dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0x17a): undefined reference to `ippicviDCTFwd_32f_C1R' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0x188): undefined reference to `ippicviDCTFwdInit_32f' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0x196): undefined reference to `ippicviDCTFwdGetSize_32f' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0x1c8): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0x1e0): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0x1f8): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0x25c): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0x269): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0x276): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0xbb3): undefined reference to `ippicviDCTInv_32f_C1R' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0xbc1): undefined reference to `ippicviDCTInvInit_32f' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0xbcf): undefined reference to `ippicviDCTInvGetSize_32f' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0xccd): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0xcda): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0xceb): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0xd1e): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0xd2f): undefined reference to `ippicvFree' /usr/bin/ld: /usr/local/lib/libopencv_core.a(dxt.cpp.o):dxt.cpp:(.text._ZN2cv10OcvDctImpl5applyEPKhmPhm[_ZN2cv10OcvDctImpl5applyEPKhmPhm]+0xd53): more undefined references to `ippicvFree' follow /usr/bin/ld: /usr/local/lib/libopencv_core.a(dxt.cpp.o): in function `void cv::DFT(cv::OcvDftOptions const&, cv::Complex const*, cv::Complex*)': dxt.cpp:(.text._ZN2cvL3DFTIdEEvRKNS_13OcvDftOptionsEPKNS_7ComplexIT_EEPS6_+0x72): undefined reference to `ippicvsDFTFwd_CToC_64fc' /usr/bin/ld: dxt.cpp:(.text._ZN2cvL3DFTIdEEvRKNS_13OcvDftOptionsEPKNS_7ComplexIT_EEPS6_+0x2b9a): undefined reference to `ippicvsDFTInv_CToC_64fc' /usr/bin/ld: /usr/local/lib/libopencv_core.a(dxt.cpp.o): in function `void cv::CCSIDFT(cv::OcvDftOptions const&, double const*, double*)': dxt.cpp:(.text._ZN2cvL7CCSIDFTIdEEvRKNS_13OcvDftOptionsEPKT_PS4_+0x333): undefined reference to `ippicvsDFTInv_PackToR_64f' /usr/bin/ld: /usr/local/lib/libopencv_core.a(dxt.cpp.o): in function `void cv::RealDFT(cv::OcvDftOptions const&, double const*, double*)': dxt.cpp:(.text._ZN2cvL7RealDFTIdEEvRKNS_13OcvDftOptionsEPKT_PS4_+0x164): undefined reference to `ippicvsDFTFwd_RToPack_64f' /usr/bin/ld: /usr/local/lib/libopencv_core.a(dxt.cpp.o): in function `void cv::DFT(cv::OcvDftOptions const&, cv::Complex const*, cv::Complex*)': dxt.cpp:(.text._ZN2cvL3DFTIfEEvRKNS_13OcvDftOptionsEPKNS_7ComplexIT_EEPS6_+0x77): undefined reference to `ippicvsDFTFwd_CToC_32fc' /usr/bin/ld: dxt.cpp:(.text._ZN2cvL3DFTIfEEvRKNS_13OcvDftOptionsEPKNS_7ComplexIT_EEPS6_+0x310a): undefined reference to `ippicvsDFTInv_CToC_32fc' /usr/bin/ld: /usr/local/lib/libopencv_core.a(dxt.cpp.o): in function `void cv::CCSIDFT(cv::OcvDftOptions const&, float const*, float*)': dxt.cpp:(.text._ZN2cvL7CCSIDFTIfEEvRKNS_13OcvDftOptionsEPKT_PS4_+0x394): undefined reference to `ippicvsDFTInv_PackToR_32f' /usr/bin/ld: /usr/local/lib/libopencv_core.a(dxt.cpp.o): in function `void cv::RealDFT(cv::OcvDftOptions const&, float const*, float*)': dxt.cpp:(.text._ZN2cvL7RealDFTIfEEvRKNS_13OcvDftOptionsEPKT_PS4_+0x165): undefined reference to `ippicvsDFTFwd_RToPack_32f' /usr/bin/ld: /usr/local/lib/libopencv_core.a(dxt.cpp.o): in function `cv::OcvDftImpl::apply(unsigned char const*, unsigned long, unsigned char*, unsigned long)': dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x37d): undefined reference to `ippicviDFTGetSize_R_32f' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x38f): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x3b4): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x3cb): undefined reference to `ippicviDFTInit_R_32f' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x40a): undefined reference to `ippicviDFTFwd_RToPack_32f_C1R' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x41c): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x424): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x485): undefined reference to `ippicviDFTFwd_CToC_32fc_C1R' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x5af): undefined reference to `ippicviDFTFwd_RToPack_32f_C1R' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x6e0): undefined reference to `ippicviDFTGetSize_C_32fc' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x6f2): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x717): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x72e): undefined reference to `ippicviDFTInit_C_32fc' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x76b): undefined reference to `ippicviDFTFwd_CToC_32fc_C1R' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x77f): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x787): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x7d0): undefined reference to `ippicviDFTInv_CToC_32fc_C1R' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x7dc): undefined reference to `ippicviDFTInv_PackToR_32f_C1R' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x7f8): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x808): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x825): undefined reference to `ippicvMalloc_L' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x835): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x83f): undefined reference to `ippicviDFTInv_PackToR_32f_C1R' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x849): undefined reference to `ippicviDFTInv_CToC_32fc_C1R' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x88c): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x8a0): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x8bc): undefined reference to `ippicvFree' /usr/bin/ld: dxt.cpp:(.text._ZN2cv10OcvDftImpl5applyEPKhmPhm[_ZN2cv10OcvDftImpl5applyEPKhmPhm]+0x8d2): undefined reference to `ippicvFree' /usr/bin/ld: /usr/local/lib/libopencv_core.a(dxt.cpp.o): in function `cv::OcvDftBasicImpl::init(int, int, int, int, bool*)': dxt.cpp:(.text._ZN2cv15OcvDftBasicImpl4initEiiiiPb[_ZN2cv15OcvDftBasicImpl4initEiiiiPb]+0x300): undefined reference to `ippicvsDFTInit_R_64f' /usr/bin/ld: dxt.cpp:(.text._ZN2cv15OcvDftBasicImpl4initEiiiiPb[_ZN2cv15OcvDftBasicImpl4initEiiiiPb]+0x30c): undefined reference to `ippicvsDFTGetSize_R_64f' /usr/bin/ld: dxt.cpp:(.text._ZN2cv15OcvDftBasicImpl4initEiiiiPb[_ZN2cv15OcvDftBasicImpl4initEiiiiPb]+0x56c): undefined reference to `ippicvsDFTInit_C_64fc' /usr/bin/ld: dxt.cpp:(.text._ZN2cv15OcvDftBasicImpl4initEiiiiPb[_ZN2cv15OcvDftBasicImpl4initEiiiiPb]+0x578): undefined reference to `ippicvsDFTGetSize_C_64fc' /usr/bin/ld: dxt.cpp:(.text._ZN2cv15OcvDftBasicImpl4initEiiiiPb[_ZN2cv15OcvDftBasicImpl4initEiiiiPb]+0x633): undefined reference to `ippicvsDFTInit_C_32fc' /usr/bin/ld: dxt.cpp:(.text._ZN2cv15OcvDftBasicImpl4initEiiiiPb[_ZN2cv15OcvDftBasicImpl4initEiiiiPb]+0x63f): undefined reference to `ippicvsDFTGetSize_C_32fc' /usr/bin/ld: dxt.cpp:(.text._ZN2cv15OcvDftBasicImpl4initEiiiiPb[_ZN2cv15OcvDftBasicImpl4initEiiiiPb]+0x653): undefined reference to `ippicvsDFTInit_R_32f' /usr/bin/ld: dxt.cpp:(.text._ZN2cv15OcvDftBasicImpl4initEiiiiPb[_ZN2cv15OcvDftBasicImpl4initEiiiiPb]+0x65f): undefined reference to `ippicvsDFTGetSize_R_32f' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs.cpp.o): in function `cv::polarToCart(cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&, cv::_OutputArray const&, bool)': mathfuncs.cpp:(.text._ZN2cv11polarToCartERKNS_11_InputArrayES2_RKNS_12_OutputArrayES5_b+0xc00): undefined reference to `ippicvsPolarToCart_64f' /usr/bin/ld: mathfuncs.cpp:(.text._ZN2cv11polarToCartERKNS_11_InputArrayES2_RKNS_12_OutputArrayES5_b+0xfd4): undefined reference to `ippicvsPolarToCart_64f' /usr/bin/ld: mathfuncs.cpp:(.text._ZN2cv11polarToCartERKNS_11_InputArrayES2_RKNS_12_OutputArrayES5_b+0x10de): undefined reference to `ippicvsPolarToCart_32f' /usr/bin/ld: mathfuncs.cpp:(.text._ZN2cv11polarToCartERKNS_11_InputArrayES2_RKNS_12_OutputArrayES5_b+0x1548): undefined reference to `ippicvsPolarToCart_32f' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::magnitude32f(float const*, float const*, float*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal12magnitude32fEPKfS2_Pfi+0x56): undefined reference to `ippicvsMagnitude_32f' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::magnitude64f(double const*, double const*, double*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal12magnitude64fEPKdS2_Pdi+0x56): undefined reference to `ippicvsMagnitude_64f' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::invSqrt32f(float const*, float*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal10invSqrt32fEPKfPfi+0x4f): undefined reference to `ippicvsInvSqrt_32f_A21' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::invSqrt64f(double const*, double*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal10invSqrt64fEPKdPdi+0x4f): undefined reference to `ippicvsInvSqrt_64f_A50' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::exp32f(float const*, float*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal6exp32fEPKfPfi+0x4f): undefined reference to `ippicvsExp_32f_A21' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::exp64f(double const*, double*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal6exp64fEPKdPdi+0x4f): undefined reference to `ippicvsExp_64f_A50' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::log32f(float const*, float*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal6log32fEPKfPfi+0x4f): undefined reference to `ippicvsLn_32f_A21' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::log64f(double const*, double*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal6log64fEPKdPdi+0x4f): undefined reference to `ippicvsLn_64f_A50' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::exp(float const*, float*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal3expEPKfPfi+0x4f): undefined reference to `ippicvsExp_32f_A21' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::exp(double const*, double*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal3expEPKdPdi+0x4f): undefined reference to `ippicvsExp_64f_A50' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::log(float const*, float*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal3logEPKfPfi+0x4f): undefined reference to `ippicvsLn_32f_A21' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::log(double const*, double*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal3logEPKdPdi+0x4f): undefined reference to `ippicvsLn_64f_A50' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::magnitude(float const*, float const*, float*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal9magnitudeEPKfS2_Pfi+0x56): undefined reference to `ippicvsMagnitude_32f' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::magnitude(double const*, double const*, double*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal9magnitudeEPKdS2_Pdi+0x56): undefined reference to `ippicvsMagnitude_64f' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::invSqrt(float const*, float*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal7invSqrtEPKfPfi+0x4f): undefined reference to `ippicvsInvSqrt_32f_A21' /usr/bin/ld: /usr/local/lib/libopencv_core.a(mathfuncs_core.dispatch.cpp.o): in function `cv::hal::invSqrt(double const*, double*, int)': mathfuncs_core.dispatch.cpp:(.text._ZN2cv3hal7invSqrtEPKdPdi+0x4f): undefined reference to `ippicvsInvSqrt_64f_A50' /usr/bin/ld: /usr/local/lib/libopencv_core.a(matrix_transform.cpp.o): in function `cv::transpose(cv::_InputArray const&, cv::_OutputArray const&)': matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xa89): undefined reference to `ippicviTranspose_8u_C1R' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xb14): undefined reference to `ippicviTranspose_8u_C1IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xb3c): undefined reference to `ippicviTranspose_8u_C3R' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xb7a): undefined reference to `ippicviTranspose_8u_C4R' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xb9a): undefined reference to `ippicviTranspose_16u_C1R' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xc6f): undefined reference to `ippicviTranspose_32f_C4IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xc8f): undefined reference to `ippicviTranspose_16u_C3R' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xcaf): undefined reference to `ippicviTranspose_16u_C4R' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xccf): undefined reference to `ippicviTranspose_8u_C3IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xcef): undefined reference to `ippicviTranspose_16s_C1R' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xd0f): undefined reference to `ippicviTranspose_16s_C3R' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xd2f): undefined reference to `ippicviTranspose_8u_C4IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xd4f): undefined reference to `ippicviTranspose_16u_C3IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xd6f): undefined reference to `ippicviTranspose_16u_C1IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xd8f): undefined reference to `ippicviTranspose_32s_C1R' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xdaf): undefined reference to `ippicviTranspose_16s_C4R' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xdcf): undefined reference to `ippicviTranspose_32s_C3R' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xe26): undefined reference to `ippicviTranspose_32f_C3IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xe46): undefined reference to `ippicviTranspose_32f_C3R' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xe66): undefined reference to `ippicviTranspose_32f_C1R' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xe86): undefined reference to `ippicviTranspose_32s_C4R' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xea6): undefined reference to `ippicviTranspose_32f_C1IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xec6): undefined reference to `ippicviTranspose_32s_C4IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xee6): undefined reference to `ippicviTranspose_32s_C3IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xf06): undefined reference to `ippicviTranspose_32s_C1IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xf26): undefined reference to `ippicviTranspose_16s_C4IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xf46): undefined reference to `ippicviTranspose_16s_C3IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xf66): undefined reference to `ippicviTranspose_16s_C1IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0xf86): undefined reference to `ippicviTranspose_16u_C4IR' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv9transposeERKNS_11_InputArrayERKNS_12_OutputArrayE+0x1014): undefined reference to `ippicviTranspose_32f_C4R' /usr/bin/ld: /usr/local/lib/libopencv_core.a(matrix_transform.cpp.o): in function `cv::flip(cv::_InputArray const&, cv::_OutputArray const&, int) [clone .cold]': matrix_transform.cpp:(.text.unlikely._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x81): undefined reference to `iwGetStatusString' /usr/bin/ld: matrix_transform.cpp:(.text.unlikely._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0xb8): undefined reference to `iwGetStatusString' /usr/bin/ld: matrix_transform.cpp:(.text.unlikely._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0xef): undefined reference to `iwGetStatusString' /usr/bin/ld: matrix_transform.cpp:(.text.unlikely._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x13b): undefined reference to `iwGetStatusString' /usr/bin/ld: matrix_transform.cpp:(.text.unlikely._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x1c0): undefined reference to `iwGetStatusString' /usr/bin/ld: /usr/local/lib/libopencv_core.a(matrix_transform.cpp.o):matrix_transform.cpp:(.text.unlikely._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x2d8): more undefined references to `iwGetStatusString' follow /usr/bin/ld: /usr/local/lib/libopencv_core.a(matrix_transform.cpp.o): in function `cv::flip(cv::_InputArray const&, cv::_OutputArray const&, int)': matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0xc61): undefined reference to `iwiImage_Init' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0xd8c): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0xe06): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0xe1f): undefined reference to `iwiImage_Init' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0xf50): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0xfc7): undefined reference to `iwiImage_InitExternal' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x1009): undefined reference to `iwiMirror' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x102e): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x107c): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x109f): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x10ed): undefined reference to `iwAtomic_AddInt' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x11bd): undefined reference to `iwiImage_Release' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x11f5): undefined reference to `iwiImage_Release' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x1225): undefined reference to `iwiImage_Release' /usr/bin/ld: matrix_transform.cpp:(.text._ZN2cv4flipERKNS_11_InputArrayERKNS_12_OutputArrayEi+0x1243): undefined reference to `iwiImage_Release' /usr/bin/ld: /usr/local/lib/libopencv_core.a(merge.dispatch.cpp.o): in function `cv::merge(cv::Mat const*, unsigned long, cv::_OutputArray const&)': merge.dispatch.cpp:(.text._ZN2cv5mergeEPKNS_3MatEmRKNS_12_OutputArrayE+0x889): undefined reference to `llwiCopyMerge' /usr/bin/ld: merge.dispatch.cpp:(.text._ZN2cv5mergeEPKNS_3MatEmRKNS_12_OutputArrayE+0x9fd): undefined reference to `llwiCopyMerge' /usr/bin/ld: /usr/local/lib/libopencv_core.a(norm.cpp.o): in function `cv::norm(cv::_InputArray const&, int, cv::_InputArray const&)': norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0xd66): undefined reference to `ippicviNorm_L2_32f_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x111d): undefined reference to `ippicviNorm_Inf_32f_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x1180): undefined reference to `ippicviNorm_L1_16s_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x11c4): undefined reference to `ippicviNorm_Inf_8u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x123c): undefined reference to `ippicviNorm_Inf_32f_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x126a): undefined reference to `ippicviNorm_Inf_8u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x12e0): undefined reference to `ippicviNorm_L1_32f_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x1370): undefined reference to `ippicviNorm_L1_32f_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x15cc): undefined reference to `ippicviNorm_L2_32f_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x15f9): undefined reference to `ippicviNorm_L1_16u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x1605): undefined reference to `ippicviNorm_L1_8u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x1611): undefined reference to `ippicviNorm_L1_32f_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x1652): undefined reference to `ippicviNorm_L2_16s_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x166e): undefined reference to `ippicviNorm_L2_16u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x168a): undefined reference to `ippicviNorm_L2_8u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x16a8): undefined reference to `ippicviNorm_Inf_16u_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x16c4): undefined reference to `ippicviNorm_Inf_16s_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x16e0): undefined reference to `ippicviNorm_Inf_16u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x16ec): undefined reference to `ippicviNorm_Inf_8u_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x16f8): undefined reference to `ippicviNorm_Inf_32f_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x174f): undefined reference to `ippicviNorm_Inf_16u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x175b): undefined reference to `ippicviNorm_L2_8u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x1767): undefined reference to `ippicviNorm_L2_32f_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x1773): undefined reference to `ippicviNorm_L2_16u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x17d5): undefined reference to `ippicviNorm_L2_16u_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x184f): undefined reference to `ippicviNorm_L2_8u_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x1876): undefined reference to `ippicviNorm_L1_16u_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x1882): undefined reference to `ippicviNorm_L1_8u_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x19ad): undefined reference to `ippicviNorm_L1_16u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayEiS2_+0x19b9): undefined reference to `ippicviNorm_L1_8u_C1MR' /usr/bin/ld: /usr/local/lib/libopencv_core.a(norm.cpp.o): in function `cv::norm(cv::_InputArray const&, cv::_InputArray const&, int, cv::_InputArray const&)': norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0xbe1): undefined reference to `ippicviNormDiff_L2_32f_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1044): undefined reference to `ippicviNormRel_L2_32f_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1568): undefined reference to `ippicviNormRel_Inf_32f_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x161d): undefined reference to `ippicviNormDiff_Inf_32f_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x165e): undefined reference to `ippicviNormRel_Inf_32f_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x168d): undefined reference to `ippicviNormRel_L1_16s_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x16fe): undefined reference to `ippicviNormRel_L1_32f_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x178e): undefined reference to `ippicviNormRel_Inf_8u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x17bf): undefined reference to `ippicviNormRel_L2_16s_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1800): undefined reference to `ippicviNormRel_L2_32f_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x182f): undefined reference to `ippicviNormDiff_L1_16s_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1843): undefined reference to `ippicviNormRel_Inf_8u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1884): undefined reference to `ippicviNormDiff_Inf_32f_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1890): undefined reference to `ippicviNormRel_L2_8u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x18eb): undefined reference to `ippicviNormDiff_L2_16s_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x18fb): undefined reference to `ippicviNormRel_L1_8u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x193c): undefined reference to `ippicviNormDiff_L1_32f_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x194b): undefined reference to `ippicviNormRel_L1_8u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1957): undefined reference to `ippicviNormRel_L1_32f_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1983): undefined reference to `ippicviNormDiff_L2_16u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x19af): undefined reference to `ippicviNormDiff_L2_8u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1a75): undefined reference to `ippicviNormDiff_Inf_16s_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1abb): undefined reference to `ippicviNormRel_L1_16u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1ae7): undefined reference to `ippicviNormDiff_Inf_16u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1b13): undefined reference to `ippicviNormRel_L2_16u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1b3f): undefined reference to `ippicviNormRel_L2_8u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1c97): undefined reference to `ippicviNormRel_L2_16u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1ca3): undefined reference to `ippicviNormDiff_L2_16u_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1caf): undefined reference to `ippicviNormDiff_L2_8u_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1cc8): undefined reference to `ippicviNormRel_Inf_16u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1cd4): undefined reference to `ippicviNormDiff_L1_16u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1ce0): undefined reference to `ippicviNormDiff_L1_8u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1cec): undefined reference to `ippicviNormDiff_L1_32f_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1d36): undefined reference to `ippicviNormDiff_Inf_8u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1d42): undefined reference to `ippicviNormDiff_L2_8u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1dc7): undefined reference to `ippicviNormDiff_L2_32f_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1dd3): undefined reference to `ippicviNormDiff_L2_16u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1dff): undefined reference to `ippicviNormRel_Inf_16s_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1e2b): undefined reference to `ippicviNormRel_Inf_16u_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1e37): undefined reference to `ippicviNormRel_L1_16u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1e43): undefined reference to `ippicviNormDiff_L1_16u_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1e4f): undefined reference to `ippicviNormDiff_L1_8u_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1e5b): undefined reference to `ippicviNormDiff_L1_32f_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1e67): undefined reference to `ippicviNormDiff_L1_16u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1e73): undefined reference to `ippicviNormDiff_L1_8u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1f1e): undefined reference to `ippicviNormDiff_L2_32f_C1R' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1f2a): undefined reference to `ippicviNormDiff_Inf_16u_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1f36): undefined reference to `ippicviNormDiff_Inf_8u_C3CMR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1f42): undefined reference to `ippicviNormDiff_Inf_32f_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1f4e): undefined reference to `ippicviNormDiff_Inf_16u_C1MR' /usr/bin/ld: norm.cpp:(.text._ZN2cv4normERKNS_11_InputArrayES2_iS2_+0x1f5a): undefined reference to `ippicviNormDiff_Inf_8u_C1MR' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `opencl_check_fn(int)': opencl_core.cpp:(.text._ZL15opencl_check_fni+0x2f): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL15opencl_check_fni+0xea): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL15opencl_check_fni+0x101): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL15opencl_check_fni+0x170): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL15opencl_check_fni+0x187): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL15opencl_check_fni+0x1c0): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL15opencl_check_fni+0x1fb): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clUnloadCompiler_switch_fn()': opencl_core.cpp:(.text._ZL36OPENCL_FN_clUnloadCompiler_switch_fnv+0x1e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clUnloadCompiler_switch_fnv+0xdb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clUnloadCompiler_switch_fnv+0xf2): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clUnloadCompiler_switch_fnv+0x161): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clUnloadCompiler_switch_fnv+0x178): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clUnloadCompiler_switch_fnv+0x1b1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clUnloadCompiler_switch_fnv+0x1ec): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clReleaseSampler_switch_fn(_cl_sampler*)': opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseSampler_switch_fnP11_cl_sampler+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseSampler_switch_fnP11_cl_sampler+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseSampler_switch_fnP11_cl_sampler+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseSampler_switch_fnP11_cl_sampler+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseSampler_switch_fnP11_cl_sampler+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseSampler_switch_fnP11_cl_sampler+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseSampler_switch_fnP11_cl_sampler+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clUnloadPlatformCompiler_switch_fn(_cl_platform_id*)': opencl_core.cpp:(.text._ZL44OPENCL_FN_clUnloadPlatformCompiler_switch_fnP15_cl_platform_id+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clUnloadPlatformCompiler_switch_fnP15_cl_platform_id+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clUnloadPlatformCompiler_switch_fnP15_cl_platform_id+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clUnloadPlatformCompiler_switch_fnP15_cl_platform_id+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clUnloadPlatformCompiler_switch_fnP15_cl_platform_id+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clUnloadPlatformCompiler_switch_fnP15_cl_platform_id+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clUnloadPlatformCompiler_switch_fnP15_cl_platform_id+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clFinish_switch_fn(_cl_command_queue*)': opencl_core.cpp:(.text._ZL28OPENCL_FN_clFinish_switch_fnP17_cl_command_queue+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL28OPENCL_FN_clFinish_switch_fnP17_cl_command_queue+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL28OPENCL_FN_clFinish_switch_fnP17_cl_command_queue+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL28OPENCL_FN_clFinish_switch_fnP17_cl_command_queue+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL28OPENCL_FN_clFinish_switch_fnP17_cl_command_queue+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL28OPENCL_FN_clFinish_switch_fnP17_cl_command_queue+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL28OPENCL_FN_clFinish_switch_fnP17_cl_command_queue+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clRetainContext_switch_fn(_cl_context*)': opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainContext_switch_fnP11_cl_context+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainContext_switch_fnP11_cl_context+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainContext_switch_fnP11_cl_context+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainContext_switch_fnP11_cl_context+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainContext_switch_fnP11_cl_context+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainContext_switch_fnP11_cl_context+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainContext_switch_fnP11_cl_context+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clRetainDevice_switch_fn(_cl_device_id*)': opencl_core.cpp:(.text._ZL34OPENCL_FN_clRetainDevice_switch_fnP13_cl_device_id+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clRetainDevice_switch_fnP13_cl_device_id+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clRetainDevice_switch_fnP13_cl_device_id+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clRetainDevice_switch_fnP13_cl_device_id+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clRetainDevice_switch_fnP13_cl_device_id+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clRetainDevice_switch_fnP13_cl_device_id+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clRetainDevice_switch_fnP13_cl_device_id+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clRetainEvent_switch_fn(_cl_event*)': opencl_core.cpp:(.text._ZL33OPENCL_FN_clRetainEvent_switch_fnP9_cl_event+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clRetainEvent_switch_fnP9_cl_event+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clRetainEvent_switch_fnP9_cl_event+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clRetainEvent_switch_fnP9_cl_event+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clRetainEvent_switch_fnP9_cl_event+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clRetainEvent_switch_fnP9_cl_event+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clRetainEvent_switch_fnP9_cl_event+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clFlush_switch_fn(_cl_command_queue*)': opencl_core.cpp:(.text._ZL27OPENCL_FN_clFlush_switch_fnP17_cl_command_queue+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL27OPENCL_FN_clFlush_switch_fnP17_cl_command_queue+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL27OPENCL_FN_clFlush_switch_fnP17_cl_command_queue+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL27OPENCL_FN_clFlush_switch_fnP17_cl_command_queue+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL27OPENCL_FN_clFlush_switch_fnP17_cl_command_queue+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL27OPENCL_FN_clFlush_switch_fnP17_cl_command_queue+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL27OPENCL_FN_clFlush_switch_fnP17_cl_command_queue+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clRetainMemObject_switch_fn(_cl_mem*)': opencl_core.cpp:(.text._ZL37OPENCL_FN_clRetainMemObject_switch_fnP7_cl_mem+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clRetainMemObject_switch_fnP7_cl_mem+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clRetainMemObject_switch_fnP7_cl_mem+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clRetainMemObject_switch_fnP7_cl_mem+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clRetainMemObject_switch_fnP7_cl_mem+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clRetainMemObject_switch_fnP7_cl_mem+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clRetainMemObject_switch_fnP7_cl_mem+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clRetainProgram_switch_fn(_cl_program*)': opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainProgram_switch_fnP11_cl_program+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainProgram_switch_fnP11_cl_program+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainProgram_switch_fnP11_cl_program+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainProgram_switch_fnP11_cl_program+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainProgram_switch_fnP11_cl_program+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainProgram_switch_fnP11_cl_program+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainProgram_switch_fnP11_cl_program+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clRetainSampler_switch_fn(_cl_sampler*)': opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainSampler_switch_fnP11_cl_sampler+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainSampler_switch_fnP11_cl_sampler+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainSampler_switch_fnP11_cl_sampler+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainSampler_switch_fnP11_cl_sampler+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainSampler_switch_fnP11_cl_sampler+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainSampler_switch_fnP11_cl_sampler+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clRetainSampler_switch_fnP11_cl_sampler+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clEnqueueBarrier_switch_fn(_cl_command_queue*)': opencl_core.cpp:(.text._ZL36OPENCL_FN_clEnqueueBarrier_switch_fnP17_cl_command_queue+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clEnqueueBarrier_switch_fnP17_cl_command_queue+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clEnqueueBarrier_switch_fnP17_cl_command_queue+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clEnqueueBarrier_switch_fnP17_cl_command_queue+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clEnqueueBarrier_switch_fnP17_cl_command_queue+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clEnqueueBarrier_switch_fnP17_cl_command_queue+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clEnqueueBarrier_switch_fnP17_cl_command_queue+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clReleaseProgram_switch_fn(_cl_program*)': opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseProgram_switch_fnP11_cl_program+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseProgram_switch_fnP11_cl_program+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseProgram_switch_fnP11_cl_program+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseProgram_switch_fnP11_cl_program+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseProgram_switch_fnP11_cl_program+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseProgram_switch_fnP11_cl_program+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseProgram_switch_fnP11_cl_program+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clReleaseKernel_switch_fn(_cl_kernel*)': opencl_core.cpp:(.text._ZL35OPENCL_FN_clReleaseKernel_switch_fnP10_cl_kernel+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clReleaseKernel_switch_fnP10_cl_kernel+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clReleaseKernel_switch_fnP10_cl_kernel+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clReleaseKernel_switch_fnP10_cl_kernel+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clReleaseKernel_switch_fnP10_cl_kernel+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clReleaseKernel_switch_fnP10_cl_kernel+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clReleaseKernel_switch_fnP10_cl_kernel+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clReleaseMemObject_switch_fn(_cl_mem*)': opencl_core.cpp:(.text._ZL38OPENCL_FN_clReleaseMemObject_switch_fnP7_cl_mem+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clReleaseMemObject_switch_fnP7_cl_mem+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clReleaseMemObject_switch_fnP7_cl_mem+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clReleaseMemObject_switch_fnP7_cl_mem+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clReleaseMemObject_switch_fnP7_cl_mem+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clReleaseMemObject_switch_fnP7_cl_mem+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clReleaseMemObject_switch_fnP7_cl_mem+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetExtensionFunctionAddress_switch_fn(char const*)': opencl_core.cpp:(.text._ZL49OPENCL_FN_clGetExtensionFunctionAddress_switch_fnPKc+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL49OPENCL_FN_clGetExtensionFunctionAddress_switch_fnPKc+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL49OPENCL_FN_clGetExtensionFunctionAddress_switch_fnPKc+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL49OPENCL_FN_clGetExtensionFunctionAddress_switch_fnPKc+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL49OPENCL_FN_clGetExtensionFunctionAddress_switch_fnPKc+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL49OPENCL_FN_clGetExtensionFunctionAddress_switch_fnPKc+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL49OPENCL_FN_clGetExtensionFunctionAddress_switch_fnPKc+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clReleaseContext_switch_fn(_cl_context*)': opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseContext_switch_fnP11_cl_context+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseContext_switch_fnP11_cl_context+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseContext_switch_fnP11_cl_context+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseContext_switch_fnP11_cl_context+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseContext_switch_fnP11_cl_context+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseContext_switch_fnP11_cl_context+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clReleaseContext_switch_fnP11_cl_context+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clReleaseDevice_switch_fn(_cl_device_id*)': opencl_core.cpp:(.text._ZL35OPENCL_FN_clReleaseDevice_switch_fnP13_cl_device_id+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clReleaseDevice_switch_fnP13_cl_device_id+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clReleaseDevice_switch_fnP13_cl_device_id+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clReleaseDevice_switch_fnP13_cl_device_id+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clReleaseDevice_switch_fnP13_cl_device_id+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clReleaseDevice_switch_fnP13_cl_device_id+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clReleaseDevice_switch_fnP13_cl_device_id+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clReleaseEvent_switch_fn(_cl_event*)': opencl_core.cpp:(.text._ZL34OPENCL_FN_clReleaseEvent_switch_fnP9_cl_event+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clReleaseEvent_switch_fnP9_cl_event+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clReleaseEvent_switch_fnP9_cl_event+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clReleaseEvent_switch_fnP9_cl_event+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clReleaseEvent_switch_fnP9_cl_event+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clReleaseEvent_switch_fnP9_cl_event+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clReleaseEvent_switch_fnP9_cl_event+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clReleaseCommandQueue_switch_fn(_cl_command_queue*)': opencl_core.cpp:(.text._ZL41OPENCL_FN_clReleaseCommandQueue_switch_fnP17_cl_command_queue+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clReleaseCommandQueue_switch_fnP17_cl_command_queue+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clReleaseCommandQueue_switch_fnP17_cl_command_queue+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clReleaseCommandQueue_switch_fnP17_cl_command_queue+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clReleaseCommandQueue_switch_fnP17_cl_command_queue+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clReleaseCommandQueue_switch_fnP17_cl_command_queue+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clReleaseCommandQueue_switch_fnP17_cl_command_queue+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clRetainCommandQueue_switch_fn(_cl_command_queue*)': opencl_core.cpp:(.text._ZL40OPENCL_FN_clRetainCommandQueue_switch_fnP17_cl_command_queue+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clRetainCommandQueue_switch_fnP17_cl_command_queue+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clRetainCommandQueue_switch_fnP17_cl_command_queue+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clRetainCommandQueue_switch_fnP17_cl_command_queue+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clRetainCommandQueue_switch_fnP17_cl_command_queue+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clRetainCommandQueue_switch_fnP17_cl_command_queue+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clRetainCommandQueue_switch_fnP17_cl_command_queue+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clRetainKernel_switch_fn(_cl_kernel*)': opencl_core.cpp:(.text._ZL34OPENCL_FN_clRetainKernel_switch_fnP10_cl_kernel+0x23): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clRetainKernel_switch_fnP10_cl_kernel+0xeb): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clRetainKernel_switch_fnP10_cl_kernel+0x102): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clRetainKernel_switch_fnP10_cl_kernel+0x171): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clRetainKernel_switch_fnP10_cl_kernel+0x188): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clRetainKernel_switch_fnP10_cl_kernel+0x1c1): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clRetainKernel_switch_fnP10_cl_kernel+0x1fc): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clWaitForEvents_switch_fn(unsigned int, _cl_event* const*)': opencl_core.cpp:(.text._ZL35OPENCL_FN_clWaitForEvents_switch_fnjPKP9_cl_event+0x27): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clWaitForEvents_switch_fnjPKP9_cl_event+0xea): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clWaitForEvents_switch_fnjPKP9_cl_event+0x101): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clWaitForEvents_switch_fnjPKP9_cl_event+0x170): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clWaitForEvents_switch_fnjPKP9_cl_event+0x187): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clWaitForEvents_switch_fnjPKP9_cl_event+0x1c0): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clWaitForEvents_switch_fnjPKP9_cl_event+0x1fb): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetExtensionFunctionAddressForPlatform_switch_fn(_cl_platform_id*, char const*)': opencl_core.cpp:(.text._ZL60OPENCL_FN_clGetExtensionFunctionAddressForPlatform_switch_fnP15_cl_platform_idPKc+0x28): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL60OPENCL_FN_clGetExtensionFunctionAddressForPlatform_switch_fnP15_cl_platform_idPKc+0xf2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL60OPENCL_FN_clGetExtensionFunctionAddressForPlatform_switch_fnP15_cl_platform_idPKc+0x109): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL60OPENCL_FN_clGetExtensionFunctionAddressForPlatform_switch_fnP15_cl_platform_idPKc+0x178): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL60OPENCL_FN_clGetExtensionFunctionAddressForPlatform_switch_fnP15_cl_platform_idPKc+0x18f): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL60OPENCL_FN_clGetExtensionFunctionAddressForPlatform_switch_fnP15_cl_platform_idPKc+0x1c8): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL60OPENCL_FN_clGetExtensionFunctionAddressForPlatform_switch_fnP15_cl_platform_idPKc+0x203): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clSetUserEventStatus_switch_fn(_cl_event*, int)': opencl_core.cpp:(.text._ZL40OPENCL_FN_clSetUserEventStatus_switch_fnP9_cl_eventi+0x28): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clSetUserEventStatus_switch_fnP9_cl_eventi+0xf2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clSetUserEventStatus_switch_fnP9_cl_eventi+0x109): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clSetUserEventStatus_switch_fnP9_cl_eventi+0x178): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clSetUserEventStatus_switch_fnP9_cl_eventi+0x18f): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clSetUserEventStatus_switch_fnP9_cl_eventi+0x1c8): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clSetUserEventStatus_switch_fnP9_cl_eventi+0x203): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clEnqueueMarker_switch_fn(_cl_command_queue*, _cl_event**)': opencl_core.cpp:(.text._ZL35OPENCL_FN_clEnqueueMarker_switch_fnP17_cl_command_queuePP9_cl_event+0x28): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clEnqueueMarker_switch_fnP17_cl_command_queuePP9_cl_event+0xf2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clEnqueueMarker_switch_fnP17_cl_command_queuePP9_cl_event+0x109): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clEnqueueMarker_switch_fnP17_cl_command_queuePP9_cl_event+0x178): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clEnqueueMarker_switch_fnP17_cl_command_queuePP9_cl_event+0x18f): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clEnqueueMarker_switch_fnP17_cl_command_queuePP9_cl_event+0x1c8): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clEnqueueMarker_switch_fnP17_cl_command_queuePP9_cl_event+0x203): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateUserEvent_switch_fn(_cl_context*, int*)': opencl_core.cpp:(.text._ZL37OPENCL_FN_clCreateUserEvent_switch_fnP11_cl_contextPi+0x28): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clCreateUserEvent_switch_fnP11_cl_contextPi+0xf2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clCreateUserEvent_switch_fnP11_cl_contextPi+0x109): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clCreateUserEvent_switch_fnP11_cl_contextPi+0x178): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clCreateUserEvent_switch_fnP11_cl_contextPi+0x18f): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clCreateUserEvent_switch_fnP11_cl_contextPi+0x1c8): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clCreateUserEvent_switch_fnP11_cl_contextPi+0x203): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clEnqueueWaitForEvents_switch_fn(_cl_command_queue*, unsigned int, _cl_event* const*)': opencl_core.cpp:(.text._ZL42OPENCL_FN_clEnqueueWaitForEvents_switch_fnP17_cl_command_queuejPKP9_cl_event+0x2b): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL42OPENCL_FN_clEnqueueWaitForEvents_switch_fnP17_cl_command_queuejPKP9_cl_event+0xfa): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL42OPENCL_FN_clEnqueueWaitForEvents_switch_fnP17_cl_command_queuejPKP9_cl_event+0x113): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL42OPENCL_FN_clEnqueueWaitForEvents_switch_fnP17_cl_command_queuejPKP9_cl_event+0x187): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL42OPENCL_FN_clEnqueueWaitForEvents_switch_fnP17_cl_command_queuejPKP9_cl_event+0x19e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL42OPENCL_FN_clEnqueueWaitForEvents_switch_fnP17_cl_command_queuejPKP9_cl_event+0x1d9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL42OPENCL_FN_clEnqueueWaitForEvents_switch_fnP17_cl_command_queuejPKP9_cl_event+0x214): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetPlatformIDs_switch_fn(unsigned int, _cl_platform_id**, unsigned int*)': opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetPlatformIDs_switch_fnjPP15_cl_platform_idPj+0x2a): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetPlatformIDs_switch_fnjPP15_cl_platform_idPj+0xfa): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetPlatformIDs_switch_fnjPP15_cl_platform_idPj+0x113): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetPlatformIDs_switch_fnjPP15_cl_platform_idPj+0x187): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetPlatformIDs_switch_fnjPP15_cl_platform_idPj+0x19e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetPlatformIDs_switch_fnjPP15_cl_platform_idPj+0x1d9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetPlatformIDs_switch_fnjPP15_cl_platform_idPj+0x214): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateKernel_switch_fn(_cl_program*, char const*, int*)': opencl_core.cpp:(.text._ZL34OPENCL_FN_clCreateKernel_switch_fnP11_cl_programPKcPi+0x2b): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clCreateKernel_switch_fnP11_cl_programPKcPi+0xfa): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clCreateKernel_switch_fnP11_cl_programPKcPi+0x113): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clCreateKernel_switch_fnP11_cl_programPKcPi+0x187): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clCreateKernel_switch_fnP11_cl_programPKcPi+0x19e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clCreateKernel_switch_fnP11_cl_programPKcPi+0x1d9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clCreateKernel_switch_fnP11_cl_programPKcPi+0x214): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clSetMemObjectDestructorCallback_switch_fn(_cl_mem*, void (*)(_cl_mem*, void*), void*)': opencl_core.cpp:(.text._ZL52OPENCL_FN_clSetMemObjectDestructorCallback_switch_fnP7_cl_memPFvS0_PvES1_+0x2b): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL52OPENCL_FN_clSetMemObjectDestructorCallback_switch_fnP7_cl_memPFvS0_PvES1_+0xfa): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL52OPENCL_FN_clSetMemObjectDestructorCallback_switch_fnP7_cl_memPFvS0_PvES1_+0x113): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL52OPENCL_FN_clSetMemObjectDestructorCallback_switch_fnP7_cl_memPFvS0_PvES1_+0x187): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL52OPENCL_FN_clSetMemObjectDestructorCallback_switch_fnP7_cl_memPFvS0_PvES1_+0x19e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL52OPENCL_FN_clSetMemObjectDestructorCallback_switch_fnP7_cl_memPFvS0_PvES1_+0x1d9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL52OPENCL_FN_clSetMemObjectDestructorCallback_switch_fnP7_cl_memPFvS0_PvES1_+0x214): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clEnqueueBarrierWithWaitList_switch_fn(_cl_command_queue*, unsigned int, _cl_event* const*, _cl_event**)': opencl_core.cpp:(.text._ZL48OPENCL_FN_clEnqueueBarrierWithWaitList_switch_fnP17_cl_command_queuejPKP9_cl_eventPS2_+0x2e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL48OPENCL_FN_clEnqueueBarrierWithWaitList_switch_fnP17_cl_command_queuejPKP9_cl_eventPS2_+0xfa): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL48OPENCL_FN_clEnqueueBarrierWithWaitList_switch_fnP17_cl_command_queuejPKP9_cl_eventPS2_+0x113): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL48OPENCL_FN_clEnqueueBarrierWithWaitList_switch_fnP17_cl_command_queuejPKP9_cl_eventPS2_+0x187): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL48OPENCL_FN_clEnqueueBarrierWithWaitList_switch_fnP17_cl_command_queuejPKP9_cl_eventPS2_+0x19e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL48OPENCL_FN_clEnqueueBarrierWithWaitList_switch_fnP17_cl_command_queuejPKP9_cl_eventPS2_+0x1d9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL48OPENCL_FN_clEnqueueBarrierWithWaitList_switch_fnP17_cl_command_queuejPKP9_cl_eventPS2_+0x213): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateCommandQueue_switch_fn(_cl_context*, _cl_device_id*, unsigned long, int*)': opencl_core.cpp:(.text._ZL40OPENCL_FN_clCreateCommandQueue_switch_fnP11_cl_contextP13_cl_device_idmPi+0x2e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clCreateCommandQueue_switch_fnP11_cl_contextP13_cl_device_idmPi+0xfa): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clCreateCommandQueue_switch_fnP11_cl_contextP13_cl_device_idmPi+0x113): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clCreateCommandQueue_switch_fnP11_cl_contextP13_cl_device_idmPi+0x187): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clCreateCommandQueue_switch_fnP11_cl_contextP13_cl_device_idmPi+0x19e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clCreateCommandQueue_switch_fnP11_cl_contextP13_cl_device_idmPi+0x1d9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL40OPENCL_FN_clCreateCommandQueue_switch_fnP11_cl_contextP13_cl_device_idmPi+0x213): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clSetEventCallback_switch_fn(_cl_event*, int, void (*)(_cl_event*, int, void*), void*)': opencl_core.cpp:(.text._ZL38OPENCL_FN_clSetEventCallback_switch_fnP9_cl_eventiPFvS0_iPvES1_+0x2e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clSetEventCallback_switch_fnP9_cl_eventiPFvS0_iPvES1_+0xfa): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clSetEventCallback_switch_fnP9_cl_eventiPFvS0_iPvES1_+0x113): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clSetEventCallback_switch_fnP9_cl_eventiPFvS0_iPvES1_+0x187): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clSetEventCallback_switch_fnP9_cl_eventiPFvS0_iPvES1_+0x19e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clSetEventCallback_switch_fnP9_cl_eventiPFvS0_iPvES1_+0x1d9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clSetEventCallback_switch_fnP9_cl_eventiPFvS0_iPvES1_+0x213): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clEnqueueMarkerWithWaitList_switch_fn(_cl_command_queue*, unsigned int, _cl_event* const*, _cl_event**)': opencl_core.cpp:(.text._ZL47OPENCL_FN_clEnqueueMarkerWithWaitList_switch_fnP17_cl_command_queuejPKP9_cl_eventPS2_+0x2e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL47OPENCL_FN_clEnqueueMarkerWithWaitList_switch_fnP17_cl_command_queuejPKP9_cl_eventPS2_+0xfa): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL47OPENCL_FN_clEnqueueMarkerWithWaitList_switch_fnP17_cl_command_queuejPKP9_cl_eventPS2_+0x113): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL47OPENCL_FN_clEnqueueMarkerWithWaitList_switch_fnP17_cl_command_queuejPKP9_cl_eventPS2_+0x187): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL47OPENCL_FN_clEnqueueMarkerWithWaitList_switch_fnP17_cl_command_queuejPKP9_cl_eventPS2_+0x19e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL47OPENCL_FN_clEnqueueMarkerWithWaitList_switch_fnP17_cl_command_queuejPKP9_cl_eventPS2_+0x1d9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL47OPENCL_FN_clEnqueueMarkerWithWaitList_switch_fnP17_cl_command_queuejPKP9_cl_eventPS2_+0x213): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clSetKernelArg_switch_fn(_cl_kernel*, unsigned int, unsigned long, void const*)': opencl_core.cpp:(.text._ZL34OPENCL_FN_clSetKernelArg_switch_fnP10_cl_kerneljmPKv+0x2e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clSetKernelArg_switch_fnP10_cl_kerneljmPKv+0xfa): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clSetKernelArg_switch_fnP10_cl_kerneljmPKv+0x113): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clSetKernelArg_switch_fnP10_cl_kerneljmPKv+0x187): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clSetKernelArg_switch_fnP10_cl_kerneljmPKv+0x19e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clSetKernelArg_switch_fnP10_cl_kerneljmPKv+0x1d9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clSetKernelArg_switch_fnP10_cl_kerneljmPKv+0x213): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateKernelsInProgram_switch_fn(_cl_program*, unsigned int, _cl_kernel**, unsigned int*)': opencl_core.cpp:(.text._ZL44OPENCL_FN_clCreateKernelsInProgram_switch_fnP11_cl_programjPP10_cl_kernelPj+0x2e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clCreateKernelsInProgram_switch_fnP11_cl_programjPP10_cl_kernelPj+0xfa): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clCreateKernelsInProgram_switch_fnP11_cl_programjPP10_cl_kernelPj+0x113): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clCreateKernelsInProgram_switch_fnP11_cl_programjPP10_cl_kernelPj+0x187): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clCreateKernelsInProgram_switch_fnP11_cl_programjPP10_cl_kernelPj+0x19e): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clCreateKernelsInProgram_switch_fnP11_cl_programjPP10_cl_kernelPj+0x1d9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clCreateKernelsInProgram_switch_fnP11_cl_programjPP10_cl_kernelPj+0x213): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetImageInfo_switch_fn(_cl_mem*, unsigned int, unsigned long, void*, unsigned long*)': opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetImageInfo_switch_fnP7_cl_memjmPvPm+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetImageInfo_switch_fnP7_cl_memjmPvPm+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetImageInfo_switch_fnP7_cl_memjmPvPm+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetImageInfo_switch_fnP7_cl_memjmPvPm+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetImageInfo_switch_fnP7_cl_memjmPvPm+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetImageInfo_switch_fnP7_cl_memjmPvPm+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetImageInfo_switch_fnP7_cl_memjmPvPm+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetPlatformInfo_switch_fn(_cl_platform_id*, unsigned int, unsigned long, void*, unsigned long*)': opencl_core.cpp:(.text._ZL37OPENCL_FN_clGetPlatformInfo_switch_fnP15_cl_platform_idjmPvPm+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clGetPlatformInfo_switch_fnP15_cl_platform_idjmPvPm+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clGetPlatformInfo_switch_fnP15_cl_platform_idjmPvPm+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clGetPlatformInfo_switch_fnP15_cl_platform_idjmPvPm+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clGetPlatformInfo_switch_fnP15_cl_platform_idjmPvPm+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clGetPlatformInfo_switch_fnP15_cl_platform_idjmPvPm+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clGetPlatformInfo_switch_fnP15_cl_platform_idjmPvPm+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetContextInfo_switch_fn(_cl_context*, unsigned int, unsigned long, void*, unsigned long*)': opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetContextInfo_switch_fnP11_cl_contextjmPvPm+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetContextInfo_switch_fnP11_cl_contextjmPvPm+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetContextInfo_switch_fnP11_cl_contextjmPvPm+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetContextInfo_switch_fnP11_cl_contextjmPvPm+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetContextInfo_switch_fnP11_cl_contextjmPvPm+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetContextInfo_switch_fnP11_cl_contextjmPvPm+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetContextInfo_switch_fnP11_cl_contextjmPvPm+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetSamplerInfo_switch_fn(_cl_sampler*, unsigned int, unsigned long, void*, unsigned long*)': opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetSamplerInfo_switch_fnP11_cl_samplerjmPvPm+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetSamplerInfo_switch_fnP11_cl_samplerjmPvPm+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetSamplerInfo_switch_fnP11_cl_samplerjmPvPm+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetSamplerInfo_switch_fnP11_cl_samplerjmPvPm+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetSamplerInfo_switch_fnP11_cl_samplerjmPvPm+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetSamplerInfo_switch_fnP11_cl_samplerjmPvPm+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetSamplerInfo_switch_fnP11_cl_samplerjmPvPm+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetDeviceInfo_switch_fn(_cl_device_id*, unsigned int, unsigned long, void*, unsigned long*)': opencl_core.cpp:(.text._ZL35OPENCL_FN_clGetDeviceInfo_switch_fnP13_cl_device_idjmPvPm+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clGetDeviceInfo_switch_fnP13_cl_device_idjmPvPm+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clGetDeviceInfo_switch_fnP13_cl_device_idjmPvPm+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clGetDeviceInfo_switch_fnP13_cl_device_idjmPvPm+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clGetDeviceInfo_switch_fnP13_cl_device_idjmPvPm+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clGetDeviceInfo_switch_fnP13_cl_device_idjmPvPm+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clGetDeviceInfo_switch_fnP13_cl_device_idjmPvPm+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetProgramInfo_switch_fn(_cl_program*, unsigned int, unsigned long, void*, unsigned long*)': opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetProgramInfo_switch_fnP11_cl_programjmPvPm+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetProgramInfo_switch_fnP11_cl_programjmPvPm+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetProgramInfo_switch_fnP11_cl_programjmPvPm+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetProgramInfo_switch_fnP11_cl_programjmPvPm+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetProgramInfo_switch_fnP11_cl_programjmPvPm+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetProgramInfo_switch_fnP11_cl_programjmPvPm+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL36OPENCL_FN_clGetProgramInfo_switch_fnP11_cl_programjmPvPm+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetMemObjectInfo_switch_fn(_cl_mem*, unsigned int, unsigned long, void*, unsigned long*)': opencl_core.cpp:(.text._ZL38OPENCL_FN_clGetMemObjectInfo_switch_fnP7_cl_memjmPvPm+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clGetMemObjectInfo_switch_fnP7_cl_memjmPvPm+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clGetMemObjectInfo_switch_fnP7_cl_memjmPvPm+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clGetMemObjectInfo_switch_fnP7_cl_memjmPvPm+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clGetMemObjectInfo_switch_fnP7_cl_memjmPvPm+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clGetMemObjectInfo_switch_fnP7_cl_memjmPvPm+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clGetMemObjectInfo_switch_fnP7_cl_memjmPvPm+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateBuffer_switch_fn(_cl_context*, unsigned long, unsigned long, void*, int*)': opencl_core.cpp:(.text._ZL34OPENCL_FN_clCreateBuffer_switch_fnP11_cl_contextmmPvPi+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clCreateBuffer_switch_fnP11_cl_contextmmPvPi+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clCreateBuffer_switch_fnP11_cl_contextmmPvPi+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clCreateBuffer_switch_fnP11_cl_contextmmPvPi+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clCreateBuffer_switch_fnP11_cl_contextmmPvPi+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clCreateBuffer_switch_fnP11_cl_contextmmPvPi+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clCreateBuffer_switch_fnP11_cl_contextmmPvPi+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetKernelInfo_switch_fn(_cl_kernel*, unsigned int, unsigned long, void*, unsigned long*)': opencl_core.cpp:(.text._ZL35OPENCL_FN_clGetKernelInfo_switch_fnP10_cl_kerneljmPvPm+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clGetKernelInfo_switch_fnP10_cl_kerneljmPvPm+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clGetKernelInfo_switch_fnP10_cl_kerneljmPvPm+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clGetKernelInfo_switch_fnP10_cl_kerneljmPvPm+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clGetKernelInfo_switch_fnP10_cl_kerneljmPvPm+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clGetKernelInfo_switch_fnP10_cl_kerneljmPvPm+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clGetKernelInfo_switch_fnP10_cl_kerneljmPvPm+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetCommandQueueInfo_switch_fn(_cl_command_queue*, unsigned int, unsigned long, void*, unsigned long*)': opencl_core.cpp:(.text._ZL41OPENCL_FN_clGetCommandQueueInfo_switch_fnP17_cl_command_queuejmPvPm+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clGetCommandQueueInfo_switch_fnP17_cl_command_queuejmPvPm+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clGetCommandQueueInfo_switch_fnP17_cl_command_queuejmPvPm+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clGetCommandQueueInfo_switch_fnP17_cl_command_queuejmPvPm+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clGetCommandQueueInfo_switch_fnP17_cl_command_queuejmPvPm+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clGetCommandQueueInfo_switch_fnP17_cl_command_queuejmPvPm+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clGetCommandQueueInfo_switch_fnP17_cl_command_queuejmPvPm+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetEventInfo_switch_fn(_cl_event*, unsigned int, unsigned long, void*, unsigned long*)': opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetEventInfo_switch_fnP9_cl_eventjmPvPm+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetEventInfo_switch_fnP9_cl_eventjmPvPm+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetEventInfo_switch_fnP9_cl_eventjmPvPm+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetEventInfo_switch_fnP9_cl_eventjmPvPm+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetEventInfo_switch_fnP9_cl_eventjmPvPm+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetEventInfo_switch_fnP9_cl_eventjmPvPm+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetEventInfo_switch_fnP9_cl_eventjmPvPm+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clEnqueueTask_switch_fn(_cl_command_queue*, _cl_kernel*, unsigned int, _cl_event* const*, _cl_event**)': opencl_core.cpp:(.text._ZL33OPENCL_FN_clEnqueueTask_switch_fnP17_cl_command_queueP10_cl_kerneljPKP9_cl_eventPS4_+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clEnqueueTask_switch_fnP17_cl_command_queueP10_cl_kerneljPKP9_cl_eventPS4_+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clEnqueueTask_switch_fnP17_cl_command_queueP10_cl_kerneljPKP9_cl_eventPS4_+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clEnqueueTask_switch_fnP17_cl_command_queueP10_cl_kerneljPKP9_cl_eventPS4_+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clEnqueueTask_switch_fnP17_cl_command_queueP10_cl_kerneljPKP9_cl_eventPS4_+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clEnqueueTask_switch_fnP17_cl_command_queueP10_cl_kerneljPKP9_cl_eventPS4_+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clEnqueueTask_switch_fnP17_cl_command_queueP10_cl_kerneljPKP9_cl_eventPS4_+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateSubDevices_switch_fn(_cl_device_id*, long const*, unsigned int, _cl_device_id**, unsigned int*)': opencl_core.cpp:(.text._ZL38OPENCL_FN_clCreateSubDevices_switch_fnP13_cl_device_idPKljPS0_Pj+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clCreateSubDevices_switch_fnP13_cl_device_idPKljPS0_Pj+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clCreateSubDevices_switch_fnP13_cl_device_idPKljPS0_Pj+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clCreateSubDevices_switch_fnP13_cl_device_idPKljPS0_Pj+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clCreateSubDevices_switch_fnP13_cl_device_idPKljPS0_Pj+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clCreateSubDevices_switch_fnP13_cl_device_idPKljPS0_Pj+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clCreateSubDevices_switch_fnP13_cl_device_idPKljPS0_Pj+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetDeviceIDs_switch_fn(_cl_platform_id*, unsigned long, unsigned int, _cl_device_id**, unsigned int*)': opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetDeviceIDs_switch_fnP15_cl_platform_idmjPP13_cl_device_idPj+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetDeviceIDs_switch_fnP15_cl_platform_idmjPP13_cl_device_idPj+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetDeviceIDs_switch_fnP15_cl_platform_idmjPP13_cl_device_idPj+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetDeviceIDs_switch_fnP15_cl_platform_idmjPP13_cl_device_idPj+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetDeviceIDs_switch_fnP15_cl_platform_idmjPP13_cl_device_idPj+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetDeviceIDs_switch_fnP15_cl_platform_idmjPP13_cl_device_idPj+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clGetDeviceIDs_switch_fnP15_cl_platform_idmjPP13_cl_device_idPj+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateSubBuffer_switch_fn(_cl_mem*, unsigned long, unsigned int, void const*, int*)': opencl_core.cpp:(.text._ZL37OPENCL_FN_clCreateSubBuffer_switch_fnP7_cl_memmjPKvPi+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clCreateSubBuffer_switch_fnP7_cl_memmjPKvPi+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clCreateSubBuffer_switch_fnP7_cl_memmjPKvPi+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clCreateSubBuffer_switch_fnP7_cl_memmjPKvPi+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clCreateSubBuffer_switch_fnP7_cl_memmjPKvPi+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clCreateSubBuffer_switch_fnP7_cl_memmjPKvPi+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL37OPENCL_FN_clCreateSubBuffer_switch_fnP7_cl_memmjPKvPi+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetEventProfilingInfo_switch_fn(_cl_event*, unsigned int, unsigned long, void*, unsigned long*)': opencl_core.cpp:(.text._ZL43OPENCL_FN_clGetEventProfilingInfo_switch_fnP9_cl_eventjmPvPm+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clGetEventProfilingInfo_switch_fnP9_cl_eventjmPvPm+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clGetEventProfilingInfo_switch_fnP9_cl_eventjmPvPm+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clGetEventProfilingInfo_switch_fnP9_cl_eventjmPvPm+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clGetEventProfilingInfo_switch_fnP9_cl_eventjmPvPm+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clGetEventProfilingInfo_switch_fnP9_cl_eventjmPvPm+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clGetEventProfilingInfo_switch_fnP9_cl_eventjmPvPm+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateProgramWithBuiltInKernels_switch_fn(_cl_context*, unsigned int, _cl_device_id* const*, char const*, int*)': opencl_core.cpp:(.text._ZL53OPENCL_FN_clCreateProgramWithBuiltInKernels_switch_fnP11_cl_contextjPKP13_cl_device_idPKcPi+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL53OPENCL_FN_clCreateProgramWithBuiltInKernels_switch_fnP11_cl_contextjPKP13_cl_device_idPKcPi+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL53OPENCL_FN_clCreateProgramWithBuiltInKernels_switch_fnP11_cl_contextjPKP13_cl_device_idPKcPi+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL53OPENCL_FN_clCreateProgramWithBuiltInKernels_switch_fnP11_cl_contextjPKP13_cl_device_idPKcPi+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL53OPENCL_FN_clCreateProgramWithBuiltInKernels_switch_fnP11_cl_contextjPKP13_cl_device_idPKcPi+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL53OPENCL_FN_clCreateProgramWithBuiltInKernels_switch_fnP11_cl_contextjPKP13_cl_device_idPKcPi+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL53OPENCL_FN_clCreateProgramWithBuiltInKernels_switch_fnP11_cl_contextjPKP13_cl_device_idPKcPi+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateSampler_switch_fn(_cl_context*, unsigned int, unsigned int, unsigned int, int*)': opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateSampler_switch_fnP11_cl_contextjjjPi+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateSampler_switch_fnP11_cl_contextjjjPi+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateSampler_switch_fnP11_cl_contextjjjPi+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateSampler_switch_fnP11_cl_contextjjjPi+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateSampler_switch_fnP11_cl_contextjjjPi+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateSampler_switch_fnP11_cl_contextjjjPi+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateSampler_switch_fnP11_cl_contextjjjPi+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateContextFromType_switch_fn(long const*, unsigned long, void (*)(char const*, void const*, unsigned long, void*), void*, int*)': opencl_core.cpp:(.text._ZL43OPENCL_FN_clCreateContextFromType_switch_fnPKlmPFvPKcPKvmPvES5_Pi+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clCreateContextFromType_switch_fnPKlmPFvPKcPKvmPvES5_Pi+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clCreateContextFromType_switch_fnPKlmPFvPKcPKvmPvES5_Pi+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clCreateContextFromType_switch_fnPKlmPFvPKcPKvmPvES5_Pi+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clCreateContextFromType_switch_fnPKlmPFvPKcPKvmPvES5_Pi+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clCreateContextFromType_switch_fnPKlmPFvPKcPKvmPvES5_Pi+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clCreateContextFromType_switch_fnPKlmPFvPKcPKvmPvES5_Pi+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateProgramWithSource_switch_fn(_cl_context*, unsigned int, char const**, unsigned long const*, int*)': opencl_core.cpp:(.text._ZL45OPENCL_FN_clCreateProgramWithSource_switch_fnP11_cl_contextjPPKcPKmPi+0x31): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL45OPENCL_FN_clCreateProgramWithSource_switch_fnP11_cl_contextjPPKcPKmPi+0x110): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL45OPENCL_FN_clCreateProgramWithSource_switch_fnP11_cl_contextjPPKcPKmPi+0x129): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL45OPENCL_FN_clCreateProgramWithSource_switch_fnP11_cl_contextjPPKcPKmPi+0x1a2): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL45OPENCL_FN_clCreateProgramWithSource_switch_fnP11_cl_contextjPPKcPKmPi+0x1ba): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL45OPENCL_FN_clCreateProgramWithSource_switch_fnP11_cl_contextjPPKcPKmPi+0x1f9): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL45OPENCL_FN_clCreateProgramWithSource_switch_fnP11_cl_contextjPPKcPKmPi+0x232): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetProgramBuildInfo_switch_fn(_cl_program*, _cl_device_id*, unsigned int, unsigned long, void*, unsigned long*)': opencl_core.cpp:(.text._ZL41OPENCL_FN_clGetProgramBuildInfo_switch_fnP11_cl_programP13_cl_device_idjmPvPm+0x37): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clGetProgramBuildInfo_switch_fnP11_cl_programP13_cl_device_idjmPvPm+0x11b): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clGetProgramBuildInfo_switch_fnP11_cl_programP13_cl_device_idjmPvPm+0x134): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clGetProgramBuildInfo_switch_fnP11_cl_programP13_cl_device_idjmPvPm+0x1af): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clGetProgramBuildInfo_switch_fnP11_cl_programP13_cl_device_idjmPvPm+0x1c8): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clGetProgramBuildInfo_switch_fnP11_cl_programP13_cl_device_idjmPvPm+0x208): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL41OPENCL_FN_clGetProgramBuildInfo_switch_fnP11_cl_programP13_cl_device_idjmPvPm+0x242): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateImage_switch_fn(_cl_context*, unsigned long, _cl_image_format const*, _cl_image_desc const*, void*, int*)': opencl_core.cpp:(.text._ZL33OPENCL_FN_clCreateImage_switch_fnP11_cl_contextmPK16_cl_image_formatPK14_cl_image_descPvPi+0x37): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clCreateImage_switch_fnP11_cl_contextmPK16_cl_image_formatPK14_cl_image_descPvPi+0x11b): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clCreateImage_switch_fnP11_cl_contextmPK16_cl_image_formatPK14_cl_image_descPvPi+0x134): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clCreateImage_switch_fnP11_cl_contextmPK16_cl_image_formatPK14_cl_image_descPvPi+0x1af): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clCreateImage_switch_fnP11_cl_contextmPK16_cl_image_formatPK14_cl_image_descPvPi+0x1c8): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clCreateImage_switch_fnP11_cl_contextmPK16_cl_image_formatPK14_cl_image_descPvPi+0x208): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL33OPENCL_FN_clCreateImage_switch_fnP11_cl_contextmPK16_cl_image_formatPK14_cl_image_descPvPi+0x242): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetKernelWorkGroupInfo_switch_fn(_cl_kernel*, _cl_device_id*, unsigned int, unsigned long, void*, unsigned long*)': opencl_core.cpp:(.text._ZL44OPENCL_FN_clGetKernelWorkGroupInfo_switch_fnP10_cl_kernelP13_cl_device_idjmPvPm+0x37): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clGetKernelWorkGroupInfo_switch_fnP10_cl_kernelP13_cl_device_idjmPvPm+0x11b): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clGetKernelWorkGroupInfo_switch_fnP10_cl_kernelP13_cl_device_idjmPvPm+0x134): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clGetKernelWorkGroupInfo_switch_fnP10_cl_kernelP13_cl_device_idjmPvPm+0x1af): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clGetKernelWorkGroupInfo_switch_fnP10_cl_kernelP13_cl_device_idjmPvPm+0x1c8): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clGetKernelWorkGroupInfo_switch_fnP10_cl_kernelP13_cl_device_idjmPvPm+0x208): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL44OPENCL_FN_clGetKernelWorkGroupInfo_switch_fnP10_cl_kernelP13_cl_device_idjmPvPm+0x242): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clBuildProgram_switch_fn(_cl_program*, unsigned int, _cl_device_id* const*, char const*, void (*)(_cl_program*, void*), void*)': opencl_core.cpp:(.text._ZL34OPENCL_FN_clBuildProgram_switch_fnP11_cl_programjPKP13_cl_device_idPKcPFvS0_PvES7_+0x37): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clBuildProgram_switch_fnP11_cl_programjPKP13_cl_device_idPKcPFvS0_PvES7_+0x11b): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clBuildProgram_switch_fnP11_cl_programjPKP13_cl_device_idPKcPFvS0_PvES7_+0x134): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clBuildProgram_switch_fnP11_cl_programjPKP13_cl_device_idPKcPFvS0_PvES7_+0x1af): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clBuildProgram_switch_fnP11_cl_programjPKP13_cl_device_idPKcPFvS0_PvES7_+0x1c8): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clBuildProgram_switch_fnP11_cl_programjPKP13_cl_device_idPKcPFvS0_PvES7_+0x208): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL34OPENCL_FN_clBuildProgram_switch_fnP11_cl_programjPKP13_cl_device_idPKcPFvS0_PvES7_+0x242): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clEnqueueUnmapMemObject_switch_fn(_cl_command_queue*, _cl_mem*, void*, unsigned int, _cl_event* const*, _cl_event**)': opencl_core.cpp:(.text._ZL43OPENCL_FN_clEnqueueUnmapMemObject_switch_fnP17_cl_command_queueP7_cl_memPvjPKP9_cl_eventPS5_+0x37): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clEnqueueUnmapMemObject_switch_fnP17_cl_command_queueP7_cl_memPvjPKP9_cl_eventPS5_+0x11b): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clEnqueueUnmapMemObject_switch_fnP17_cl_command_queueP7_cl_memPvjPKP9_cl_eventPS5_+0x134): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clEnqueueUnmapMemObject_switch_fnP17_cl_command_queueP7_cl_memPvjPKP9_cl_eventPS5_+0x1af): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clEnqueueUnmapMemObject_switch_fnP17_cl_command_queueP7_cl_memPvjPKP9_cl_eventPS5_+0x1c8): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clEnqueueUnmapMemObject_switch_fnP17_cl_command_queueP7_cl_memPvjPKP9_cl_eventPS5_+0x208): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL43OPENCL_FN_clEnqueueUnmapMemObject_switch_fnP17_cl_command_queueP7_cl_memPvjPKP9_cl_eventPS5_+0x242): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetSupportedImageFormats_switch_fn(_cl_context*, unsigned long, unsigned int, unsigned int, _cl_image_format*, unsigned int*)': opencl_core.cpp:(.text._ZL46OPENCL_FN_clGetSupportedImageFormats_switch_fnP11_cl_contextmjjP16_cl_image_formatPj+0x37): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL46OPENCL_FN_clGetSupportedImageFormats_switch_fnP11_cl_contextmjjP16_cl_image_formatPj+0x11b): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL46OPENCL_FN_clGetSupportedImageFormats_switch_fnP11_cl_contextmjjP16_cl_image_formatPj+0x134): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL46OPENCL_FN_clGetSupportedImageFormats_switch_fnP11_cl_contextmjjP16_cl_image_formatPj+0x1af): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL46OPENCL_FN_clGetSupportedImageFormats_switch_fnP11_cl_contextmjjP16_cl_image_formatPj+0x1c8): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL46OPENCL_FN_clGetSupportedImageFormats_switch_fnP11_cl_contextmjjP16_cl_image_formatPj+0x208): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL46OPENCL_FN_clGetSupportedImageFormats_switch_fnP11_cl_contextmjjP16_cl_image_formatPj+0x242): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateContext_switch_fn(long const*, unsigned int, _cl_device_id* const*, void (*)(char const*, void const*, unsigned long, void*), void*, int*)': opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateContext_switch_fnPKljPKP13_cl_device_idPFvPKcPKvmPvES9_Pi+0x37): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateContext_switch_fnPKljPKP13_cl_device_idPFvPKcPKvmPvES9_Pi+0x11b): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateContext_switch_fnPKljPKP13_cl_device_idPFvPKcPKvmPvES9_Pi+0x134): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateContext_switch_fnPKljPKP13_cl_device_idPFvPKcPKvmPvES9_Pi+0x1af): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateContext_switch_fnPKljPKP13_cl_device_idPFvPKcPKvmPvES9_Pi+0x1c8): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateContext_switch_fnPKljPKP13_cl_device_idPFvPKcPKvmPvES9_Pi+0x208): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateContext_switch_fnPKljPKP13_cl_device_idPFvPKcPKvmPvES9_Pi+0x242): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clGetKernelArgInfo_switch_fn(_cl_kernel*, unsigned int, unsigned int, unsigned long, void*, unsigned long*)': opencl_core.cpp:(.text._ZL38OPENCL_FN_clGetKernelArgInfo_switch_fnP10_cl_kerneljjmPvPm+0x37): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clGetKernelArgInfo_switch_fnP10_cl_kerneljjmPvPm+0x11b): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clGetKernelArgInfo_switch_fnP10_cl_kerneljjmPvPm+0x134): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clGetKernelArgInfo_switch_fnP10_cl_kerneljjmPvPm+0x1af): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clGetKernelArgInfo_switch_fnP10_cl_kerneljjmPvPm+0x1c8): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clGetKernelArgInfo_switch_fnP10_cl_kerneljjmPvPm+0x208): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clGetKernelArgInfo_switch_fnP10_cl_kerneljjmPvPm+0x242): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateProgramWithBinary_switch_fn(_cl_context*, unsigned int, _cl_device_id* const*, unsigned long const*, unsigned char const**, int*, int*)': opencl_core.cpp:(.text._ZL45OPENCL_FN_clCreateProgramWithBinary_switch_fnP11_cl_contextjPKP13_cl_device_idPKmPPKhPiSA_+0x43): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL45OPENCL_FN_clCreateProgramWithBinary_switch_fnP11_cl_contextjPKP13_cl_device_idPKmPPKhPiSA_+0x13b): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL45OPENCL_FN_clCreateProgramWithBinary_switch_fnP11_cl_contextjPKP13_cl_device_idPKmPPKhPiSA_+0x154): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL45OPENCL_FN_clCreateProgramWithBinary_switch_fnP11_cl_contextjPKP13_cl_device_idPKmPPKhPiSA_+0x1cf): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL45OPENCL_FN_clCreateProgramWithBinary_switch_fnP11_cl_contextjPKP13_cl_device_idPKmPPKhPiSA_+0x1e8): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL45OPENCL_FN_clCreateProgramWithBinary_switch_fnP11_cl_contextjPKP13_cl_device_idPKmPPKhPiSA_+0x228): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL45OPENCL_FN_clCreateProgramWithBinary_switch_fnP11_cl_contextjPKP13_cl_device_idPKmPPKhPiSA_+0x262): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clEnqueueMigrateMemObjects_switch_fn(_cl_command_queue*, unsigned int, _cl_mem* const*, unsigned long, unsigned int, _cl_event* const*, _cl_event**)': opencl_core.cpp:(.text._ZL46OPENCL_FN_clEnqueueMigrateMemObjects_switch_fnP17_cl_command_queuejPKP7_cl_memmjPKP9_cl_eventPS6_+0x43): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL46OPENCL_FN_clEnqueueMigrateMemObjects_switch_fnP17_cl_command_queuejPKP7_cl_memmjPKP9_cl_eventPS6_+0x13b): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL46OPENCL_FN_clEnqueueMigrateMemObjects_switch_fnP17_cl_command_queuejPKP7_cl_memmjPKP9_cl_eventPS6_+0x154): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL46OPENCL_FN_clEnqueueMigrateMemObjects_switch_fnP17_cl_command_queuejPKP7_cl_memmjPKP9_cl_eventPS6_+0x1cf): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL46OPENCL_FN_clEnqueueMigrateMemObjects_switch_fnP17_cl_command_queuejPKP7_cl_memmjPKP9_cl_eventPS6_+0x1e8): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL46OPENCL_FN_clEnqueueMigrateMemObjects_switch_fnP17_cl_command_queuejPKP7_cl_memmjPKP9_cl_eventPS6_+0x228): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL46OPENCL_FN_clEnqueueMigrateMemObjects_switch_fnP17_cl_command_queuejPKP7_cl_memmjPKP9_cl_eventPS6_+0x262): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clCreateImage2D_switch_fn(_cl_context*, unsigned long, _cl_image_format const*, unsigned long, unsigned long, unsigned long, void*, int*)': opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateImage2D_switch_fnP11_cl_contextmPK16_cl_image_formatmmmPvPi+0x51): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateImage2D_switch_fnP11_cl_contextmPK16_cl_image_formatmmmPvPi+0x153): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateImage2D_switch_fnP11_cl_contextmPK16_cl_image_formatmmmPvPi+0x16c): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateImage2D_switch_fnP11_cl_contextmPK16_cl_image_formatmmmPvPi+0x1e7): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateImage2D_switch_fnP11_cl_contextmPK16_cl_image_formatmmmPvPi+0x200): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateImage2D_switch_fnP11_cl_contextmPK16_cl_image_formatmmmPvPi+0x240): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL35OPENCL_FN_clCreateImage2D_switch_fnP11_cl_contextmPK16_cl_image_formatmmmPvPi+0x27a): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clEnqueueFillImage_switch_fn(_cl_command_queue*, _cl_mem*, void const*, unsigned long const*, unsigned long const*, unsigned int, _cl_event* const*, _cl_event**)': opencl_core.cpp:(.text._ZL38OPENCL_FN_clEnqueueFillImage_switch_fnP17_cl_command_queueP7_cl_memPKvPKmS6_jPKP9_cl_eventPS8_+0x51): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clEnqueueFillImage_switch_fnP17_cl_command_queueP7_cl_memPKvPKmS6_jPKP9_cl_eventPS8_+0x153): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clEnqueueFillImage_switch_fnP17_cl_command_queueP7_cl_memPKvPKmS6_jPKP9_cl_eventPS8_+0x16c): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clEnqueueFillImage_switch_fnP17_cl_command_queueP7_cl_memPKvPKmS6_jPKP9_cl_eventPS8_+0x1e7): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clEnqueueFillImage_switch_fnP17_cl_command_queueP7_cl_memPKvPKmS6_jPKP9_cl_eventPS8_+0x200): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clEnqueueFillImage_switch_fnP17_cl_command_queueP7_cl_memPKvPKmS6_jPKP9_cl_eventPS8_+0x240): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clEnqueueFillImage_switch_fnP17_cl_command_queueP7_cl_memPKvPKmS6_jPKP9_cl_eventPS8_+0x27a): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clEnqueueCopyBuffer_switch_fn(_cl_command_queue*, _cl_mem*, _cl_mem*, unsigned long, unsigned long, unsigned long, unsigned int, _cl_event* const*, _cl_event**)': opencl_core.cpp:(.text._ZL39OPENCL_FN_clEnqueueCopyBuffer_switch_fnP17_cl_command_queueP7_cl_memS2_mmmjPKP9_cl_eventPS4_+0x5c): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL39OPENCL_FN_clEnqueueCopyBuffer_switch_fnP17_cl_command_queueP7_cl_memS2_mmmjPKP9_cl_eventPS4_+0x16b): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL39OPENCL_FN_clEnqueueCopyBuffer_switch_fnP17_cl_command_queueP7_cl_memS2_mmmjPKP9_cl_eventPS4_+0x184): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL39OPENCL_FN_clEnqueueCopyBuffer_switch_fnP17_cl_command_queueP7_cl_memS2_mmmjPKP9_cl_eventPS4_+0x1ff): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL39OPENCL_FN_clEnqueueCopyBuffer_switch_fnP17_cl_command_queueP7_cl_memS2_mmmjPKP9_cl_eventPS4_+0x218): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL39OPENCL_FN_clEnqueueCopyBuffer_switch_fnP17_cl_command_queueP7_cl_memS2_mmmjPKP9_cl_eventPS4_+0x258): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL39OPENCL_FN_clEnqueueCopyBuffer_switch_fnP17_cl_command_queueP7_cl_memS2_mmmjPKP9_cl_eventPS4_+0x292): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): in function `OPENCL_FN_clEnqueueCopyImage_switch_fn(_cl_command_queue*, _cl_mem*, _cl_mem*, unsigned long const*, unsigned long const*, unsigned long const*, unsigned int, _cl_event* const*, _cl_event**)': opencl_core.cpp:(.text._ZL38OPENCL_FN_clEnqueueCopyImage_switch_fnP17_cl_command_queueP7_cl_memS2_PKmS4_S4_jPKP9_cl_eventPS6_+0x5c): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clEnqueueCopyImage_switch_fnP17_cl_command_queueP7_cl_memS2_PKmS4_S4_jPKP9_cl_eventPS6_+0x16b): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clEnqueueCopyImage_switch_fnP17_cl_command_queueP7_cl_memS2_PKmS4_S4_jPKP9_cl_eventPS6_+0x184): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clEnqueueCopyImage_switch_fnP17_cl_command_queueP7_cl_memS2_PKmS4_S4_jPKP9_cl_eventPS6_+0x1ff): undefined reference to `dlopen' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clEnqueueCopyImage_switch_fnP17_cl_command_queueP7_cl_memS2_PKmS4_S4_jPKP9_cl_eventPS6_+0x218): undefined reference to `dlsym' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clEnqueueCopyImage_switch_fnP17_cl_command_queueP7_cl_memS2_PKmS4_S4_jPKP9_cl_eventPS6_+0x258): undefined reference to `dlclose' /usr/bin/ld: opencl_core.cpp:(.text._ZL38OPENCL_FN_clEnqueueCopyImage_switch_fnP17_cl_command_queueP7_cl_memS2_PKmS4_S4_jPKP9_cl_eventPS6_+0x292): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o): in function `tbb::interface7::task_arena::~task_arena()': parallel.cpp:(.text._ZN3tbb10interface710task_arenaD2Ev[_ZN3tbb10interface710task_arenaD5Ev]+0x15): undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o): in function `tbb::flow::interface10::graph::~graph()': parallel.cpp:(.text._ZN3tbb4flow11interface105graphD2Ev[_ZN3tbb4flow11interface105graphD5Ev]+0x61): undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb4flow11interface105graphD2Ev[_ZN3tbb4flow11interface105graphD5Ev]+0x6a): undefined reference to `tbb::task_group_context::is_group_execution_cancelled() const' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb4flow11interface105graphD2Ev[_ZN3tbb4flow11interface105graphD5Ev]+0x8f): undefined reference to `tbb::interface5::internal::task_base::destroy(tbb::task&)' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb4flow11interface105graphD2Ev[_ZN3tbb4flow11interface105graphD5Ev]+0xa6): undefined reference to `tbb::task_group_context::~task_group_context()' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb4flow11interface105graphD2Ev[_ZN3tbb4flow11interface105graphD5Ev]+0x104): undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb4flow11interface105graphD2Ev[_ZN3tbb4flow11interface105graphD5Ev]+0x111): undefined reference to `tbb::task_group_context::reset()' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb4flow11interface105graphD2Ev[_ZN3tbb4flow11interface105graphD5Ev]+0x134): undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb4flow11interface105graphD2Ev[_ZN3tbb4flow11interface105graphD5Ev]+0x15c): undefined reference to `tbb::task_group_context::reset()' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o): in function `tbb::interface9::internal::start_for, cv::(anonymous namespace)::ProxyLoopBody, tbb::auto_partitioner const>::run(tbb::blocked_range const&, cv::(anonymous namespace)::ProxyLoopBody const&, tbb::auto_partitioner const&) [clone .constprop.0] [clone .cold]': parallel.cpp:(.text.unlikely._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv12_GLOBAL__N_113ProxyLoopBodyEKNS_16auto_partitionerEE3runERKS4_RKS7_RS9_.constprop.0+0xa): undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const' /usr/bin/ld: parallel.cpp:(.text.unlikely._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv12_GLOBAL__N_113ProxyLoopBodyEKNS_16auto_partitionerEE3runERKS4_RKS7_RS9_.constprop.0+0x12): undefined reference to `tbb::task_group_context::~task_group_context()' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o): in function `tbb::interface9::internal::start_for, cv::(anonymous namespace)::ProxyLoopBody, tbb::auto_partitioner const>::run(tbb::blocked_range const&, cv::(anonymous namespace)::ProxyLoopBody const&, tbb::auto_partitioner const&) [clone .constprop.0]': parallel.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv12_GLOBAL__N_113ProxyLoopBodyEKNS_16auto_partitionerEE3runERKS4_RKS7_RS9_.constprop.0+0x52): undefined reference to `tbb::task_group_context::init()' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv12_GLOBAL__N_113ProxyLoopBodyEKNS_16auto_partitionerEE3runERKS4_RKS7_RS9_.constprop.0+0x64): undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv12_GLOBAL__N_113ProxyLoopBodyEKNS_16auto_partitionerEE3runERKS4_RKS7_RS9_.constprop.0+0x97): undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv12_GLOBAL__N_113ProxyLoopBodyEKNS_16auto_partitionerEE3runERKS4_RKS7_RS9_.constprop.0+0xc6): undefined reference to `tbb::task_group_context::~task_group_context()' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o): in function `tbb::flow::interface10::graph::~graph()': parallel.cpp:(.text._ZN3tbb4flow11interface105graphD0Ev[_ZN3tbb4flow11interface105graphD5Ev]+0x61): undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb4flow11interface105graphD0Ev[_ZN3tbb4flow11interface105graphD5Ev]+0x6a): undefined reference to `tbb::task_group_context::is_group_execution_cancelled() const' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb4flow11interface105graphD0Ev[_ZN3tbb4flow11interface105graphD5Ev]+0x8f): undefined reference to `tbb::interface5::internal::task_base::destroy(tbb::task&)' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb4flow11interface105graphD0Ev[_ZN3tbb4flow11interface105graphD5Ev]+0xa6): undefined reference to `tbb::task_group_context::~task_group_context()' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb4flow11interface105graphD0Ev[_ZN3tbb4flow11interface105graphD5Ev]+0x104): undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb4flow11interface105graphD0Ev[_ZN3tbb4flow11interface105graphD5Ev]+0x111): undefined reference to `tbb::task_group_context::reset()' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb4flow11interface105graphD0Ev[_ZN3tbb4flow11interface105graphD5Ev]+0x134): undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb4flow11interface105graphD0Ev[_ZN3tbb4flow11interface105graphD5Ev]+0x15c): undefined reference to `tbb::task_group_context::reset()' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o): in function `tbb::interface9::internal::start_for, cv::(anonymous namespace)::ProxyLoopBody, tbb::auto_partitioner const>::execute()': parallel.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv12_GLOBAL__N_113ProxyLoopBodyEKNS_16auto_partitionerEE7executeEv+0x204): undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv12_GLOBAL__N_113ProxyLoopBodyEKNS_16auto_partitionerEE7executeEv+0x228): undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv12_GLOBAL__N_113ProxyLoopBodyEKNS_16auto_partitionerEE7executeEv+0x620): undefined reference to `tbb::task_group_context::is_group_execution_cancelled() const' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv12_GLOBAL__N_113ProxyLoopBodyEKNS_16auto_partitionerEE7executeEv+0x68d): undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const' /usr/bin/ld: parallel.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv12_GLOBAL__N_113ProxyLoopBodyEKNS_16auto_partitionerEE7executeEv+0x6bc): undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o): in function `cv::parallel_for_(cv::Range const&, cv::ParallelLoopBody const&, double)': parallel.cpp:(.text._ZN2cv13parallel_for_ERKNS_5RangeERKNS_16ParallelLoopBodyEd+0x323): undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const' /usr/bin/ld: parallel.cpp:(.text._ZN2cv13parallel_for_ERKNS_5RangeERKNS_16ParallelLoopBodyEd+0x397): undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o): in function `cv::getNumThreads()': parallel.cpp:(.text._ZN2cv13getNumThreadsEv+0x5c): undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o): in function `cv::getThreadNum()': parallel.cpp:(.text._ZN2cv12getThreadNumEv+0x21): undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o): in function `cvGetNumThreads': parallel.cpp:(.text.cvGetNumThreads+0x5c): undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o): in function `cvGetThreadNum': parallel.cpp:(.text.cvGetThreadNum+0x21): undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o): in function `cv::setNumThreads(int)': parallel.cpp:(.text._ZN2cv13setNumThreadsEi+0x48): undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()' /usr/bin/ld: parallel.cpp:(.text._ZN2cv13setNumThreadsEi+0x6f): undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o): in function `cvSetNumThreads': parallel.cpp:(.text.cvSetNumThreads+0x48): undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()' /usr/bin/ld: parallel.cpp:(.text.cvSetNumThreads+0x6f): undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o):(.data.rel.ro._ZTIN3tbb10interface98internal9flag_taskE[_ZTIN3tbb10interface98internal9flag_taskE]+0x10): undefined reference to `typeinfo for tbb::task' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o):(.data.rel.ro._ZTIN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv12_GLOBAL__N_113ProxyLoopBodyEKNS_16auto_partitionerEEE+0x10): undefined reference to `typeinfo for tbb::task' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel.cpp.o):(.data.rel.ro._ZTVN3tbb10interface98internal9flag_taskE[_ZTVN3tbb10interface98internal9flag_taskE]+0x28): undefined reference to `tbb::task::note_affinity(unsigned short)' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel_tbb.cpp.o): in function `cv::parallel::tbb::ParallelForBackend::getThreadNum() const': parallel_tbb.cpp:(.text._ZNK2cv8parallel3tbb18ParallelForBackend12getThreadNumEv[_ZNK2cv8parallel3tbb18ParallelForBackend12getThreadNumEv]+0x5): undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel_tbb.cpp.o): in function `tbb::interface9::internal::start_for, cv::parallel::tbb::ParallelForBackend::CallbackProxy, tbb::auto_partitioner const>::execute()': parallel_tbb.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE7executeEv[_ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE7executeEv]+0xbf): undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const' /usr/bin/ld: parallel_tbb.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE7executeEv[_ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE7executeEv]+0xe3): undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const' /usr/bin/ld: parallel_tbb.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE7executeEv[_ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE7executeEv]+0x30a): undefined reference to `tbb::task_group_context::is_group_execution_cancelled() const' /usr/bin/ld: parallel_tbb.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE7executeEv[_ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE7executeEv]+0x357): undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const' /usr/bin/ld: parallel_tbb.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE7executeEv[_ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE7executeEv]+0x37f): undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel_tbb.cpp.o): in function `cv::parallel::tbb::ParallelForBackend::getNumThreads() const': parallel_tbb.cpp:(.text._ZNK2cv8parallel3tbb18ParallelForBackend13getNumThreadsEv[_ZNK2cv8parallel3tbb18ParallelForBackend13getNumThreadsEv]+0x50): undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)' /usr/bin/ld: parallel_tbb.cpp:(.text._ZNK2cv8parallel3tbb18ParallelForBackend13getNumThreadsEv[_ZNK2cv8parallel3tbb18ParallelForBackend13getNumThreadsEv]+0xbc): undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel_tbb.cpp.o): in function `cv::parallel::tbb::ParallelForBackend::parallel_for(int, void (*)(int, int, void*), void*)': parallel_tbb.cpp:(.text._ZN2cv8parallel3tbb18ParallelForBackend12parallel_forEiPFviiPvES3_[_ZN2cv8parallel3tbb18ParallelForBackend12parallel_forEiPFviiPvES3_]+0x60): undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const' /usr/bin/ld: parallel_tbb.cpp:(.text._ZN2cv8parallel3tbb18ParallelForBackend12parallel_forEiPFviiPvES3_[_ZN2cv8parallel3tbb18ParallelForBackend12parallel_forEiPFviiPvES3_]+0xf0): undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel_tbb.cpp.o): in function `cv::parallel::tbb::ParallelForBackend::setNumThreads(int)': parallel_tbb.cpp:(.text._ZN2cv8parallel3tbb18ParallelForBackend13setNumThreadsEi[_ZN2cv8parallel3tbb18ParallelForBackend13setNumThreadsEi]+0xc0): undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()' /usr/bin/ld: parallel_tbb.cpp:(.text._ZN2cv8parallel3tbb18ParallelForBackend13setNumThreadsEi[_ZN2cv8parallel3tbb18ParallelForBackend13setNumThreadsEi]+0xee): undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel_tbb.cpp.o): in function `tbb::interface9::internal::start_for, cv::parallel::tbb::ParallelForBackend::CallbackProxy, tbb::auto_partitioner const>::run(tbb::blocked_range const&, cv::parallel::tbb::ParallelForBackend::CallbackProxy const&, tbb::auto_partitioner const&)': parallel_tbb.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE3runERKS4_RKS9_RSB_[_ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE3runERKS4_RKS9_RSB_]+0x52): undefined reference to `tbb::task_group_context::init()' /usr/bin/ld: parallel_tbb.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE3runERKS4_RKS9_RSB_[_ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE3runERKS4_RKS9_RSB_]+0x64): undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const' /usr/bin/ld: parallel_tbb.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE3runERKS4_RKS9_RSB_[_ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE3runERKS4_RKS9_RSB_]+0x99): undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()' /usr/bin/ld: parallel_tbb.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE3runERKS4_RKS9_RSB_[_ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE3runERKS4_RKS9_RSB_]+0xcf): undefined reference to `tbb::task_group_context::~task_group_context()' /usr/bin/ld: parallel_tbb.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE3runERKS4_RKS9_RSB_[_ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE3runERKS4_RKS9_RSB_]+0xf2): undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const' /usr/bin/ld: parallel_tbb.cpp:(.text._ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE3runERKS4_RKS9_RSB_[_ZN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEE3runERKS4_RKS9_RSB_]+0xfa): undefined reference to `tbb::task_group_context::~task_group_context()' /usr/bin/ld: /usr/local/lib/libopencv_core.a(parallel_tbb.cpp.o):(.data.rel.ro._ZTIN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEEE[_ZTIN3tbb10interface98internal9start_forINS_13blocked_rangeIiEEN2cv8parallel3tbb18ParallelForBackend13CallbackProxyEKNS_16auto_partitionerEEE]+0x10): undefined reference to `typeinfo for tbb::task' /usr/bin/ld: /usr/local/lib/libopencv_core.a(persistence.cpp.o): in function `cv::FileStorage::Impl::closeFile()': persistence.cpp:(.text._ZN2cv11FileStorage4Impl9closeFileEv+0x4a): undefined reference to `gzclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(persistence.cpp.o): in function `cv::FileStorage::Impl::rewind()': persistence.cpp:(.text._ZN2cv11FileStorage4Impl6rewindEv+0x2a): undefined reference to `gzrewind' /usr/bin/ld: /usr/local/lib/libopencv_core.a(persistence.cpp.o): in function `cv::FileStorage::Impl::eof()': persistence.cpp:(.text._ZN2cv11FileStorage4Impl3eofEv+0x5a): undefined reference to `gzeof' /usr/bin/ld: /usr/local/lib/libopencv_core.a(persistence.cpp.o): in function `cv::FileStorage::Impl::puts(char const*)': persistence.cpp:(.text._ZN2cv11FileStorage4Impl4putsEPKc+0x2c7): undefined reference to `gzputs' /usr/bin/ld: /usr/local/lib/libopencv_core.a(persistence.cpp.o): in function `cv::FileStorage::Impl::getsFromFile(char*, int)': persistence.cpp:(.text._ZN2cv11FileStorage4Impl12getsFromFileEPci+0x2f): undefined reference to `gzgets' /usr/bin/ld: /usr/local/lib/libopencv_core.a(persistence.cpp.o): in function `cv::FileStorage::Impl::release(std::__cxx11::basic_string, std::allocator >*)': persistence.cpp:(.text._ZN2cv11FileStorage4Impl7releaseEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x17a): undefined reference to `gzclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(persistence.cpp.o): in function `cv::FileStorage::Impl::gets(unsigned long)': persistence.cpp:(.text._ZN2cv11FileStorage4Impl4getsEm+0x236): undefined reference to `gzgets' /usr/bin/ld: /usr/local/lib/libopencv_core.a(persistence.cpp.o): in function `cv::FileStorage::Impl::gets()': persistence.cpp:(.text._ZN2cv11FileStorage4Impl4getsEv+0x10e): undefined reference to `gzeof' /usr/bin/ld: /usr/local/lib/libopencv_core.a(persistence.cpp.o): in function `cv::FileStorage::Impl::open(char const*, int, char const*)': persistence.cpp:(.text._ZN2cv11FileStorage4Impl4openEPKciS3_+0x124e): undefined reference to `gzopen' /usr/bin/ld: persistence.cpp:(.text._ZN2cv11FileStorage4Impl4openEPKciS3_+0x134e): undefined reference to `gzrewind' /usr/bin/ld: persistence.cpp:(.text._ZN2cv11FileStorage4Impl4openEPKciS3_+0x136e): undefined reference to `gzclose' /usr/bin/ld: persistence.cpp:(.text._ZN2cv11FileStorage4Impl4openEPKciS3_+0x15b9): undefined reference to `gzclose' /usr/bin/ld: /usr/local/lib/libopencv_core.a(split.dispatch.cpp.o): in function `cv::split(cv::Mat const&, cv::Mat*)': split.dispatch.cpp:(.text._ZN2cv5splitERKNS_3MatEPS0_+0x5ef): undefined reference to `llwiCopySplit' /usr/bin/ld: split.dispatch.cpp:(.text._ZN2cv5splitERKNS_3MatEPS0_+0x7ab): undefined reference to `llwiCopySplit' /usr/bin/ld: /usr/local/lib/libopencv_core.a(system.cpp.o): in function `cv::ipp::IPPInitSingleton::IPPInitSingleton()': system.cpp:(.text._ZN2cv3ipp16IPPInitSingletonC2Ev[_ZN2cv3ipp16IPPInitSingletonC5Ev]+0x4e): undefined reference to `ippicvGetCpuFeatures' /usr/bin/ld: system.cpp:(.text._ZN2cv3ipp16IPPInitSingletonC2Ev[_ZN2cv3ipp16IPPInitSingletonC5Ev]+0x7cc): undefined reference to `ippicvInit' /usr/bin/ld: system.cpp:(.text._ZN2cv3ipp16IPPInitSingletonC2Ev[_ZN2cv3ipp16IPPInitSingletonC5Ev]+0x7d1): undefined reference to `ippicvGetEnabledCpuFeatures' /usr/bin/ld: system.cpp:(.text._ZN2cv3ipp16IPPInitSingletonC2Ev[_ZN2cv3ipp16IPPInitSingletonC5Ev]+0x7f6): undefined reference to `ippicviGetLibVersion' /usr/bin/ld: system.cpp:(.text._ZN2cv3ipp16IPPInitSingletonC2Ev[_ZN2cv3ipp16IPPInitSingletonC5Ev]+0xcc1): undefined reference to `ippicvSetCpuFeatures' /usr/bin/ld: /usr/local/lib/libopencv_core.a(system.cpp.o): in function `cv::TLSData::createDataInstance() const': system.cpp:(.text._ZNK2cv7TLSDataINS_12_GLOBAL__N_18ThreadIDEE18createDataInstanceEv+0x3c): undefined reference to `__itt_thread_set_name_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::isITTEnabled()': trace.cpp:(.text._ZN2cv5utils5trace7detailsL12isITTEnabledEv+0x88): undefined reference to `__itt_api_version_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7detailsL12isITTEnabledEv+0x9f): undefined reference to `__itt_domain_create_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::Region::LocationExtraData::LocationExtraData(cv::utils::trace::details::Region::LocationStaticStorage const&)': trace.cpp:(.text._ZN2cv5utils5trace7details6Region17LocationExtraDataC2ERKNS3_21LocationStaticStorageE+0x37): undefined reference to `__itt_string_handle_create_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details6Region17LocationExtraDataC2ERKNS3_21LocationStaticStorageE+0x108): undefined reference to `__itt_api_version_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details6Region17LocationExtraDataC2ERKNS3_21LocationStaticStorageE+0x120): undefined reference to `__itt_domain_create_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::Region::Impl::~Impl()': trace.cpp:(.text._ZN2cv5utils5trace7details6Region4ImplD2Ev+0x2b): undefined reference to `__itt_id_destroy_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::Region::Impl::release()': trace.cpp:(.text._ZN2cv5utils5trace7details6Region4Impl7releaseEv+0x33): undefined reference to `__itt_id_destroy_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::Region::Impl::registerRegion(cv::utils::trace::details::TraceManagerThreadLocal&)': trace.cpp:(.text._ZN2cv5utils5trace7details6Region4Impl14registerRegionERNS2_23TraceManagerThreadLocalE+0x59): undefined reference to `__itt_id_create_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details6Region4Impl14registerRegionERNS2_23TraceManagerThreadLocalE+0xe8): undefined reference to `__itt_api_version_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details6Region4Impl14registerRegionERNS2_23TraceManagerThreadLocalE+0x100): undefined reference to `__itt_domain_create_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::TraceArg::ExtraData::ExtraData(cv::utils::trace::details::TraceManagerThreadLocal&, cv::utils::trace::details::TraceArg const&)': trace.cpp:(.text._ZN2cv5utils5trace7details8TraceArg9ExtraDataC2ERNS2_23TraceManagerThreadLocalERKS3_[_ZN2cv5utils5trace7details8TraceArg9ExtraDataC5ERNS2_23TraceManagerThreadLocalERKS3_]+0x25): undefined reference to `__itt_string_handle_create_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details8TraceArg9ExtraDataC2ERNS2_23TraceManagerThreadLocalERKS3_[_ZN2cv5utils5trace7details8TraceArg9ExtraDataC5ERNS2_23TraceManagerThreadLocalERKS3_]+0xc0): undefined reference to `__itt_api_version_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details8TraceArg9ExtraDataC2ERNS2_23TraceManagerThreadLocalERKS3_[_ZN2cv5utils5trace7details8TraceArg9ExtraDataC5ERNS2_23TraceManagerThreadLocalERKS3_]+0xd8): undefined reference to `__itt_domain_create_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::TraceManager::TraceManager()': trace.cpp:(.text._ZN2cv5utils5trace7details12TraceManagerC2Ev+0x4bd): undefined reference to `__itt_region_begin_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details12TraceManagerC2Ev+0x4cf): undefined reference to `__itt_string_handle_create_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::Region::LocationExtraData::init(cv::utils::trace::details::Region::LocationStaticStorage const&)': trace.cpp:(.text._ZN2cv5utils5trace7details6Region17LocationExtraData4initERKNS3_21LocationStaticStorageE+0xc8): undefined reference to `__itt_string_handle_create_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details6Region17LocationExtraData4initERKNS3_21LocationStaticStorageE+0xe1): undefined reference to `__itt_string_handle_create_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::Region::Impl::enterRegion(cv::utils::trace::details::TraceManagerThreadLocal&)': trace.cpp:(.text._ZN2cv5utils5trace7details6Region4Impl11enterRegionERNS2_23TraceManagerThreadLocalE+0x143): undefined reference to `__itt_task_begin_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::Region::Impl::Impl(cv::utils::trace::details::TraceManagerThreadLocal&, cv::utils::trace::details::Region*, cv::utils::trace::details::Region&, cv::utils::trace::details::Region::LocationStaticStorage const&, long)': trace.cpp:(.text._ZN2cv5utils5trace7details6Region4ImplC2ERNS2_23TraceManagerThreadLocalEPS3_RS3_RKNS3_21LocationStaticStorageEl+0x10c): undefined reference to `__itt_id_create_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details6Region4ImplC2ERNS2_23TraceManagerThreadLocalEPS3_RS3_RKNS3_21LocationStaticStorageEl+0x150): undefined reference to `__itt_api_version_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details6Region4ImplC2ERNS2_23TraceManagerThreadLocalEPS3_RS3_RKNS3_21LocationStaticStorageEl+0x168): undefined reference to `__itt_domain_create_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::Region::Impl::leaveRegion(cv::utils::trace::details::TraceManagerThreadLocal&)': trace.cpp:(.text._ZN2cv5utils5trace7details6Region4Impl11leaveRegionERNS2_23TraceManagerThreadLocalE+0x89): undefined reference to `__itt_metadata_add_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details6Region4Impl11leaveRegionERNS2_23TraceManagerThreadLocalE+0x98): undefined reference to `__itt_string_handle_create_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details6Region4Impl11leaveRegionERNS2_23TraceManagerThreadLocalE+0xf9): undefined reference to `__itt_metadata_add_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details6Region4Impl11leaveRegionERNS2_23TraceManagerThreadLocalE+0x108): undefined reference to `__itt_string_handle_create_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details6Region4Impl11leaveRegionERNS2_23TraceManagerThreadLocalE+0x161): undefined reference to `__itt_task_end_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details6Region4Impl11leaveRegionERNS2_23TraceManagerThreadLocalE+0x25d): undefined reference to `__itt_metadata_add_ptr__3_0' /usr/bin/ld: trace.cpp:(.text._ZN2cv5utils5trace7details6Region4Impl11leaveRegionERNS2_23TraceManagerThreadLocalE+0x270): undefined reference to `__itt_string_handle_create_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::Region::destroy()': trace.cpp:(.text._ZN2cv5utils5trace7details6Region7destroyEv+0x190): undefined reference to `__itt_id_destroy_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::parallelForAttachNestedRegion(cv::utils::trace::details::Region const&)': trace.cpp:(.text._ZN2cv5utils5trace7details29parallelForAttachNestedRegionERKNS2_6RegionE+0x53): undefined reference to `__itt_relation_add_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::traceArg(cv::utils::trace::details::TraceArg const&, int)': trace.cpp:(.text._ZN2cv5utils5trace7details8traceArgERKNS2_8TraceArgEi+0x72): undefined reference to `__itt_metadata_add_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::traceArg(cv::utils::trace::details::TraceArg const&, double)': trace.cpp:(.text._ZN2cv5utils5trace7details8traceArgERKNS2_8TraceArgEd+0x74): undefined reference to `__itt_metadata_add_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::traceArg(cv::utils::trace::details::TraceArg const&, long)': trace.cpp:(.text._ZN2cv5utils5trace7details8traceArgERKNS2_8TraceArgEl+0x73): undefined reference to `__itt_metadata_add_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::traceArg(cv::utils::trace::details::TraceArg const&, char const*)': trace.cpp:(.text._ZN2cv5utils5trace7details8traceArgERKNS2_8TraceArgEPKc+0x7f): undefined reference to `__itt_metadata_str_add_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(trace.cpp.o): in function `cv::utils::trace::details::TraceManager::~TraceManager()': trace.cpp:(.text._ZN2cv5utils5trace7details12TraceManagerD2Ev+0xe03): undefined reference to `__itt_region_end_ptr__3_0' /usr/bin/ld: /usr/local/lib/libopencv_core.a(datafile.cpp.o): in function `cv::utils::getModuleLocation(void const*)': datafile.cpp:(.text._ZN2cv5utilsL17getModuleLocationEPKv+0x1c): undefined reference to `dladdr' /usr/bin/ld: /usr/local/lib/libopencv_core.a(datafile.cpp.o): in function `cv::utils::getBinLocation(std::__cxx11::basic_string, std::allocator >&)': datafile.cpp:(.text._ZN2cv5utils14getBinLocationERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x1c): undefined reference to `dladdr' /usr/bin/ld: /usr/local/lib/libopencv_core.a(filesystem.cpp.o): in function `cv::plugin::impl::DynamicLib::getSymbol(char const*) const': filesystem.cpp:(.text._ZNK2cv6plugin4impl10DynamicLib9getSymbolEPKc+0x9): undefined reference to `dlsym' /usr/bin/ld: /usr/local/lib/libopencv_core.a(filesystem.cpp.o): in function `cv::plugin::impl::DynamicLib::libraryLoad(std::__cxx11::basic_string, std::allocator > const&)': filesystem.cpp:(.text._ZN2cv6plugin4impl10DynamicLib11libraryLoadERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x21): undefined reference to `dlopen' /usr/bin/ld: /usr/local/lib/libopencv_core.a(filesystem.cpp.o): in function `cv::plugin::impl::DynamicLib::libraryRelease()': filesystem.cpp:(.text._ZN2cv6plugin4impl10DynamicLib14libraryReleaseEv+0x434): undefined reference to `dlclose' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(types.pb.cc.o): in function `opencv_tensorflow::DataType_descriptor()': types.pb.cc:(.text._ZN17opencv_tensorflow19DataType_descriptorEv+0xe): undefined reference to `google::protobuf::internal::AssignDescriptors(google::protobuf::internal::DescriptorTable const*, bool)' /usr/bin/ld: /usr/local/lib/libopencv_dnn.a(types.pb.cc.o): in function `_GLOBAL__sub_I.00102_types.pb.cc': types.pb.cc:(.text.startup._GLOBAL__sub_I.00102_types.pb.cc+0xf): undefined reference to `google::protobuf::internal::AddDescriptorsRunner::AddDescriptorsRunner(google::protobuf::internal::DescriptorTable const*)' /usr/bin/ld: $WORK/b001/exe/a.out: hidden symbol `opj_read_header' isn't defined /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status The command '/bin/sh -c go build -ldflags="-extldflags=-static" -o main -tags GEN_HAMUX_DOCS && ./main -env $ENV_ARG -gen_hamux_file hamux_lite.json && rm -rf main' returned a non-zero code: 1 ERROR ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 1