https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81742

            Bug ID: 81742
           Summary: c++: internal compiler error: Segmentation fault
                    (program cc1plus)
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mebates at hotmail dot com
  Target Milestone: ---

Created attachment 41940
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41940&action=edit
build file

I was following the directions on the web page below. I selected Python3 and
opencv-3.0.0 and opencv_contrib-3.0.0. (I tried opencv-3.2.0 also, but I got a
different error, so I went back to 3.0.0. The 3.2.0 error was regarding a
#pragma that wasn't recognized.) I have executed the procedure that this web
page explains before (2 months ago) and it worked without problems.

http://www.pyimagesearch.com/2015/10/26/how-to-install-opencv-3-on-raspbian-jessie/

///////////////////////////////////////////////////////
///// Errors as reported in Terminal Window:
///////////////////////////////////////////////////////

 62%] Built target example_tracking_tracker
[ 62%] Built target example_tracking_benchmark
[ 62%] Building CXX object
modules/tracking/CMakeFiles/opencv_test_tracking.dir/test/test_main.cpp.o
[ 63%] Built target opencv_perf_tracking

c++: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
modules/tracking/CMakeFiles/opencv_test_tracking.dir/build.make:62: recipe for
target
'modules/tracking/CMakeFiles/opencv_test_tracking.dir/test/test_main.cpp.o'
failed
make[2]: ***
[modules/tracking/CMakeFiles/opencv_test_tracking.dir/test/test_main.cpp.o]
Error 4
CMakeFiles/Makefile2:7813: recipe for target
'modules/tracking/CMakeFiles/opencv_test_tracking.dir/all' failed
make[1]: *** [modules/tracking/CMakeFiles/opencv_test_tracking.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 63%] Built target example_ximgproc_seeds
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
(cv) pi@raspberrypi:~/opencv-3.0.0/build $

Reply via email to