Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ACCESS VIOLATION SUMMARY error with several packages
Date: Thu, 12 Jun 2014 15:47:45
Message-Id: 5399CB98.6000401@gmail.com
1 Anyone else running to this problem?
2
3 [ERROR CODE]
4
5 -- checking for module 'libavcodec'
6 -- found libavcodec, version 55.52.102
7 -- checking for module 'libavformat'
8 -- found libavformat, version 55.33.100
9 -- checking for module 'libavutil'
10 -- found libavutil, version 52.66.100
11 -- checking for module 'libswscale'
12 -- found libswscale, version 2.5.102
13 -- Looking for libavformat/avformat.h
14 -- Looking for libavformat/avformat.h - found
15 -- Looking for ffmpeg/avformat.h
16 -- Looking for ffmpeg/avformat.h - not found
17 -- checking for module 'tbb'
18 -- found tbb, version 4.1.20121003
19 -- Found PythonInterp: /usr/bin/python (found suitable version "2.7.6",
20 minimum required is "2.0")
21 -- Found PythonLibs: /usr/lib64/libpython2.7.so (found suitable exact
22 version "2.7.6")
23 * ACCESS DENIED: open_wr: /proc/self/coredump_filter
24 -- Found apache ant 1.9.1: /usr/bin/ant
25 -- Found JNI: /opt/icedtea-bin-6.1.13.3/jre/lib/amd64/libjawt.so
26 -- Performing Test HAVE_CXX_WNO_UNDEF
27 -- Performing Test HAVE_CXX_WNO_UNDEF - Success
28 -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
29 -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
30 -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
31 -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
32 CMake Warning (dev) in modules/highgui/CMakeLists.txt:
33 Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
34 interface. Run "cmake --help-policy CMP0022" for policy details. Use the
35 cmake_policy command to set the policy and suppress this warning.
36
37 Target "opencv_highgui" has an INTERFACE_LINK_LIBRARIES property which
38 differs from its LINK_INTERFACE_LIBRARIES properties.
39
40 INTERFACE_LINK_LIBRARIES:
41
42
43 opencv_core;opencv_imgproc;dl;m;pthread;rt;/usr/lib64/libGLU.so;/usr/lib64/libGL.so;/usr/lib64/libSM.so;/usr/lib64/libICE.so;/usr/lib64/libX11.so;/usr/lib64/libXext.so;tbb;/usr/lib64/libz.so;/usr/lib64/libjpeg.so;/usr/lib64/libpng.so;/usr/lib64/libz.so;/usr/lib64/libtiff.so;/usr/lib64/libjasper.so;/usr/lib64/libjpeg.so;avcodec;avformat;avutil;swscale;/usr/lib64/qt4/libQtOpenGL.so;/usr/lib64/qt4/libQtGui.so;/usr/lib64/qt4/libQtCore.so;/usr/lib64/qt4/libQtTest.so;/usr/lib64/libbz2.so
44
45 LINK_INTERFACE_LIBRARIES:
46
47
48
49 This warning is for project developers. Use -Wno-dev to suppress it.
50
51 --
52 -- General configuration for OpenCV 2.4.5
53 =====================================
54 -- Version control: unknown
55 --
56 -- Platform:
57 -- Host: Linux 3.14.0-gentoo x86_64
58 -- CMake: 2.8.12.2
59 -- CMake generator: Unix Makefiles
60 -- CMake build tool: /usr/bin/gmake
61 -- Configuration: Gentoo
62 --
63 -- C/C++:
64 -- Built as dynamic libs?: YES
65 -- C++ Compiler: /usr/bin/x86_64-pc-linux-gnu-g++
66 (ver 4.7.3)
67 -- C++ flags (Release): -march=native -O2 -pipe -W -Wall
68 -Werror=return-type -Werror=address -Werror=sequence-point -Wformat
69 -Werror=format-security -Wmissing-declarations -Wundef -Winit-self
70 -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing
71 -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -Wno-long-long
72 -pthread -ffunction-sections -O3 -DNDEBUG
73 -- C++ flags (Debug): -march=native -O2 -pipe -W -Wall
74 -Werror=return-type -Werror=address -Werror=sequence-point -Wformat
75 -Werror=format-security -Wmissing-declarations -Wundef -Winit-self
76 -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing
77 -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -Wno-long-long
78 -pthread -ffunction-sections -g -O0 -DDEBUG -D_DEBUG -ggdb3
79 -- C Compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
80 -- C flags (Release): -march=native -O2 -pipe -W -Wall
81 -Werror=return-type -Werror=address -Werror=sequence-point -Wformat
82 -Werror=format-security -Wmissing-declarations -Wmissing-prototypes
83 -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow
84 -Wno-narrowing -fdiagnostics-show-option -Wno-long-long -pthread
85 -ffunction-sections -O3 -DNDEBUG
86 -- C flags (Debug): -march=native -O2 -pipe -W -Wall
87 -Werror=return-type -Werror=address -Werror=sequence-point -Wformat
88 -Werror=format-security -Wmissing-declarations -Wmissing-prototypes
89 -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow
90 -Wno-narrowing -fdiagnostics-show-option -Wno-long-long -pthread
91 -ffunction-sections -g -O0 -DDEBUG -D_DEBUG -ggdb3
92 -- Linker flags (Release): -Wl,-O1 -Wl,--as-needed
93 -- Linker flags (Debug): -Wl,-O1 -Wl,--as-needed
94 -- Precompiled headers: NO
95 --
96 -- OpenCV modules:
97 -- To be built: core imgproc flann highgui
98 features2d calib3d ml video objdetect contrib photo legacy gpu nonfree
99 java python stitching superres ts videostab
100 -- Disabled: world
101 -- Disabled by dependency: -
102 -- Unavailable: androidcamera ocl
103 --
104 -- GUI:
105 -- QT 4.x: YES (ver 4.8.5 EDITION = OpenSource)
106 -- QT OpenGL support: YES (/usr/lib64/qt4/libQtOpenGL.so)
107 -- OpenGL support: YES (/usr/lib64/libGLU.so
108 /usr/lib64/libGL.so /usr/lib64/libSM.so /usr/lib64/libICE.so
109 /usr/lib64/libX11.so /usr/lib64/libXext.so)
110 --
111 -- Media I/O:
112 -- ZLib: /usr/lib64/libz.so (ver 1.2.8)
113 -- JPEG: /usr/lib64/libjpeg.so (ver )
114 -- PNG: /usr/lib64/libpng.so (ver 1.6.10)
115 -- TIFF: /usr/lib64/libtiff.so (ver 42 - 4.0.3)
116 -- JPEG 2000: /usr/lib64/libjasper.so (ver 1.900.1)
117 -- OpenEXR: NO
118 --
119 -- Video I/O:
120 -- DC1394 1.x: NO
121 -- DC1394 2.x: NO
122 -- FFMPEG: YES
123 -- codec: YES (ver 55.52.102)
124 -- format: YES (ver 55.33.100)
125 -- util: YES (ver 52.66.100)
126 -- swscale: YES (ver 2.5.102)
127 -- gentoo-style: YES
128 -- GStreamer: NO
129 -- OpenNI: NO
130 -- OpenNI PrimeSensor Modules: NO
131 -- PvAPI: NO
132 -- GigEVisionSDK: NO
133 -- UniCap: NO
134 -- UniCap ucil: NO
135 -- V4L/V4L2: NO/NO
136 -- DirectShow: NO
137 -- XIMEA: NO
138 -- Xine: NO
139 --
140 -- Other third-party libraries:
141 -- Use IPP: NO
142 -- Use Eigen: NO
143 -- Use TBB: YES (ver 4.1 interface 6101)
144 -- Use OpenMP: NO
145 -- Use GCD NO
146 -- Use Concurrency NO
147 -- Use C=: NO
148 -- Use Cuda: NO
149 -- Use OpenCL: NO
150 --
151 -- Python:
152 -- Interpreter: /usr/bin/python (ver 2.7.6)
153 -- Libraries: /usr/lib64/libpython2.7.so (ver 2.7.6)
154 -- numpy:
155 /usr/lib64/python2.7/site-packages/numpy/core/include (ver 1.8.0)
156 -- packages path: lib64/python2.7/site-packages
157 --
158 -- Java:
159 -- ant: /usr/bin/ant (ver 1.9.1)
160 -- JNI: /opt/icedtea-bin-6.1.13.3/include
161 /opt/icedtea-bin-6.1.13.3/include/linux /opt/icedtea-bin-6.1.13.3/include
162 -- Java tests: NO
163 --
164 -- Tests and samples:
165 -- Tests: NO
166 -- Performance tests: NO
167 -- C/C++ Examples: NO
168 --
169 -- Install path: /usr
170 --
171 -- cvconfig.h is in:
172 /var/tmp/portage/media-libs/opencv-2.4.5/work/opencv-2.4.5_build
173 -- -----------------------------------------------------------------
174 --
175 -- <<< Gentoo configuration >>>
176 Build type Gentoo
177 Install path /usr
178 Compiler flags:
179 C -march=native -O2 -pipe -W -Wall -Werror=return-type
180 -Werror=address -Werror=sequence-point -Wformat -Werror=format-security
181 -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef
182 -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing
183 -fdiagnostics-show-option -Wno-long-long -pthread -ffunction-sections
184 C++ -march=native -O2 -pipe -W -Wall -Werror=return-type
185 -Werror=address -Werror=sequence-point -Wformat -Werror=format-security
186 -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow
187 -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor
188 -fdiagnostics-show-option -Wno-long-long -pthread -ffunction-sections
189 Linker flags:
190 Executable -Wl,-O1 -Wl,--as-needed
191 Module -Wl,-O1 -Wl,--as-needed
192 Shared -Wl,-O1 -Wl,--as-needed
193
194 -- Configuring done
195 CMake Warning (dev) in apps/haartraining/CMakeLists.txt:
196 Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
197 interface. Run "cmake --help-policy CMP0022" for policy details. Use the
198 cmake_policy command to set the policy and suppress this warning.
199
200 Target "opencv_haartraining_engine" has an INTERFACE_LINK_LIBRARIES
201 property. This should be preferred as the source of the link
202 interface for
203 this library but because CMP0022 is not set CMake is ignoring the property
204 and using the link implementation as the link interface instead.
205
206 INTERFACE_LINK_LIBRARIES:
207
208
209 opencv_core;opencv_imgproc;opencv_highgui;opencv_objdetect;opencv_calib3d;opencv_video;opencv_features2d;opencv_flann;opencv_legacy;opencv_haartraining_engine
210
211 Link implementation:
212
213
214 opencv_core;opencv_imgproc;opencv_highgui;opencv_objdetect;opencv_calib3d;opencv_video;opencv_features2d;opencv_flann;opencv_legacy
215
216 This warning is for project developers. Use -Wno-dev to suppress it.
217
218 -- Generating done
219 -- Build files have been written to:
220 /var/tmp/portage/media-libs/opencv-2.4.5/work/opencv-2.4.5_build
221 >>> Source configured.
222 * --------------------------- ACCESS VIOLATION SUMMARY
223 ---------------------------
224 * LOG FILE: "/var/log/sandbox/sandbox-29464.log"
225 *
226 VERSION 1.0
227 FORMAT: F - Function called
228 FORMAT: S - Access Status
229 FORMAT: P - Path as passed to function
230 FORMAT: A - Absolute Path (not canonical)
231 FORMAT: R - Canonical Path
232 FORMAT: C - Command Line
233
234 F: open_wr
235 S: deny
236 P: /proc/self/coredump_filter
237 A: /proc/self/coredump_filter
238 R: /proc/30681/coredump_filter
239 C: /opt/icedtea-bin-6.1.13.3/bin/java -Dfile.encoding=iso-8859-1
240 -classpath
241 /usr/share/ant-core/lib/ant-launcher.jar:/opt/icedtea-bin-6.1.13.3/lib/tools.jar
242 -Dant.home=/usr/share/ant-core -Dant.library.dir=/usr/share/ant-core/lib
243 org.apache.tools.ant.launch.Launcher -cp -version
244 *
245 --------------------------------------------------------------------------------
246 !!! When you file a bug report, please include the following information:
247 GENTOO_VM=icedtea-bin-6 CLASSPATH="" JAVA_HOME="/opt/icedtea-bin-6.1.13.3"
248 JAVACFLAGS="-source 1.6 -target 1.6" COMPILER=""
249 and of course, the output of emerge --info =opencv-2.4.5
250
251 >>> Failed to emerge media-libs/opencv-2.4.5, Log file:
252
253 >>> '/var/tmp/portage/media-libs/opencv-2.4.5/temp/build.log'
254
255 [/ERROR CODE]
256
257
258 So far, I get the what appears to me as the same error, with different
259 variables of course, with the following packages:
260
261 root@fireball / # equery list sys-devel/gettext dev-java/ant-core
262 sys-devel/bison media-libs/libjpeg-turbo sys-libs/db media-libs/opencv
263 * Searching for gettext in sys-devel ...
264 [IP-] [ ] sys-devel/gettext-0.18.3.2:0
265
266 * Searching for ant-core in dev-java ...
267 [IP-] [ ] dev-java/ant-core-1.9.2:0
268
269 * Searching for bison in sys-devel ...
270 [IP-] [ ] sys-devel/bison-2.4.3:0
271
272 * Searching for libjpeg-turbo in media-libs ...
273 [IP-] [ ] media-libs/libjpeg-turbo-1.3.1:0
274
275 * Searching for db in sys-libs ...
276 [IP-] [ ] sys-libs/db-4.8.30:4.8
277
278 * Searching for opencv in media-libs ...
279 [IP-] [ ] media-libs/opencv-2.4.5:0
280 root@fireball / #
281
282 I have tried disabling sandbox in make.conf with no change. I have
283 keep-going set and tried that a few times to hoping it was just a small
284 burp but no help there either. Before I start keywording packages, I
285 was wondering if this could be something else causing the problem other
286 than one of the packages listed above. Since it mentions filing a bug
287 report, is Raid needed?
288
289 Ideas?
290
291 Thanks.
292
293 Dale
294
295 :-) :-)
296
297 --
298 I am only responsible for what I said ... Not for what you understood or how you interpreted my words!

Replies

Subject Author
Re: [gentoo-user] ACCESS VIOLATION SUMMARY error with several packages "Andreas K. Huettel" <dilfridge@g.o>