Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Weird compilation error (nasm)
Date: Tue, 13 Nov 2018 18:13:16
Message-Id: CAJ1xhMWcZyV4oja6sWWTxifzvOqJJVcAUFtq_ZbSSDEB6HdYWQ@mail.gmail.com
In Reply to: Re: [gentoo-user] Weird compilation error (nasm) by tuxic@posteo.de
1 On Tue, Nov 13, 2018 at 7:57 PM <tuxic@××××××.de> wrote:
2 >
3 > On 11/13 07:52, Alexander Kapshuk wrote:
4 > > On Tue, Nov 13, 2018 at 7:10 PM <tuxic@××××××.de> wrote:
5 > > >
6 > > > Hi,
7 > > >
8 > > > I got a weird looking error while upgrading/recompiling nasm:
9 > > > cmake -C /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_DEFAULT_DOCDIR=/usr/share/doc/libjpeg-turbo-2.0.1 -DENABLE_STATIC=no -DWITH_JAVA=no -DWITH_MEM_SRCDST=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_toolchain.cmake /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1
10 > > > loading initial cache file /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_common_config.cmake
11 > > > -- The C compiler identification is GNU 8.2.0
12 > > > -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
13 > > > -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
14 > > > -- Detecting C compiler ABI info
15 > > > -- Detecting C compiler ABI info - done
16 > > > -- Detecting C compile features
17 > > > -- Detecting C compile features - done
18 > > > -- CMAKE_BUILD_TYPE = Gentoo
19 > > > -- VERSION = 2.0.1, BUILD = 20181113
20 > > > -- 64-bit build (x86_64)
21 > > > -- CMAKE_INSTALL_PREFIX = /usr
22 > > > -- CMAKE_INSTALL_BINDIR = bin (/usr/bin)
23 > > > -- CMAKE_INSTALL_DATAROOTDIR = share (/usr/share)
24 > > > -- CMAKE_INSTALL_DOCDIR = /usr/share/doc/libjpeg-turbo-2.0.1
25 > > > -- CMAKE_INSTALL_INCLUDEDIR = include (/usr/include)
26 > > > -- CMAKE_INSTALL_LIBDIR = lib64 (/usr/lib64)
27 > > > -- CMAKE_INSTALL_MANDIR = /usr/share/man
28 > > > -- Shared libraries enabled (ENABLE_SHARED = 1)
29 > > > -- Static libraries disabled (ENABLE_STATIC = 0)
30 > > > -- 12-bit JPEG support disabled (WITH_12BIT = 0)
31 > > > -- Arithmetic decoding support enabled (WITH_ARITH_DEC = 1)
32 > > > -- Arithmetic encoding support enabled (WITH_ARITH_ENC = 1)
33 > > > -- TurboJPEG API library enabled (WITH_TURBOJPEG = 1)
34 > > > -- TurboJPEG Java wrapper disabled (WITH_JAVA = 0)
35 > > > -- In-memory source/destination managers enabled (WITH_MEM_SRCDST = 1)
36 > > > -- Emulating libjpeg API/ABI v6.2 (WITH_JPEG7 = 0, WITH_JPEG8 = 0)
37 > > > -- libjpeg API shared library version = 62.3.0
38 > > > -- Compiler flags = -march=native -O -pipe
39 > > > -- Linker flags = -Wl,-O1 -Wl,--as-needed
40 > > > -- Looking for sys/types.h
41 > > > -- Looking for sys/types.h - found
42 > > > -- Looking for stdint.h
43 > > > -- Looking for stdint.h - found
44 > > > -- Looking for stddef.h
45 > > > -- Looking for stddef.h - found
46 > > > -- Check size of size_t
47 > > > -- Check size of size_t - done
48 > > > -- Check size of unsigned long
49 > > > -- Check size of unsigned long - done
50 > > > -- Performing Test HAVE_BUILTIN_CTZL
51 > > > -- Performing Test HAVE_BUILTIN_CTZL - Success
52 > > > -- Looking for include file locale.h
53 > > > -- Looking for include file locale.h - found
54 > > > -- Looking for include file stdlib.h
55 > > > -- Looking for include file stdlib.h - found
56 > > > -- Looking for include file sys/types.h
57 > > > -- Looking for include file sys/types.h - found
58 > > > -- Looking for memset
59 > > > -- Looking for memset - found
60 > > > -- Looking for memcpy
61 > > > -- Looking for memcpy - found
62 > > > -- Check size of unsigned char
63 > > > -- Check size of unsigned char - done
64 > > > -- Check size of unsigned short
65 > > > -- Check size of unsigned short - done
66 > > > -- Performing Test INCOMPLETE_TYPES
67 > > > -- Performing Test INCOMPLETE_TYPES - Success
68 > > > -- Compiler supports pointers to undefined structures.
69 > > > -- Performing Test RIGHT_SHIFT_IS_UNSIGNED
70 > > > -- Performing Test RIGHT_SHIFT_IS_UNSIGNED - Failed
71 > > > -- Performing Test __CHAR_UNSIGNED__
72 > > > -- Performing Test __CHAR_UNSIGNED__ - Failed
73 > > > -- Performing Test INLINE_WORKS
74 > > > -- Performing Test INLINE_WORKS - Success
75 > > > -- INLINE = __inline__ __attribute__((always_inline)) (FORCE_INLINE = 1)
76 > > > -- Performing Test HAVE_VERSION_SCRIPT
77 > > > -- Performing Test HAVE_VERSION_SCRIPT - Success
78 > > > -- Linker supports GNU-style version scripts
79 > > > -- CMAKE_EXECUTABLE_SUFFIX =
80 > > > * ACCESS DENIED: fopen_wr: /?
81 > > > -- The ASM_NASM compiler identification is NASM
82 > > > -- Found assembler: /usr/bin/nasm
83 > > > -- CMAKE_ASM_NASM_COMPILER = /usr/bin/nasm
84 > > > -- CMAKE_ASM_NASM_OBJECT_FORMAT = elf64
85 > > > -- CMAKE_ASM_NASM_FLAGS = -DELF -D__x86_64__ -DPIC
86 > > > -- SIMD extensions: x86_64 (WITH_SIMD = 1)
87 > > > -- FLOATTEST = sse
88 > > > -- RPM architecture = x86_64, DEB architecture = amd64
89 > > > -- <<< Gentoo configuration >>>
90 > > > Build type Gentoo
91 > > > Install path /usr
92 > > > Compiler flags:
93 > > > C -march=native -O -pipe
94 > > > C++
95 > > > Linker flags:
96 > > > Executable -Wl,-O1 -Wl,--as-needed
97 > > > Module -Wl,-O1 -Wl,--as-needed
98 > > > Shared -Wl,-O1 -Wl,--as-needed
99 > > >
100 > > > -- Configuring done
101 > > > -- Generating done
102 > > > -- Build files have been written to: /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64
103 > > > >>> Source configured.
104 > > > * --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
105 > > > * LOG FILE: "/var/log/sandbox/sandbox-16492.log"
106 > > > *
107 > > > VERSION 1.0
108 > > > FORMAT: F - Function called
109 > > > FORMAT: S - Access Status
110 > > > FORMAT: P - Path as passed to function
111 > > > FORMAT: A - Absolute Path (not canonical)
112 > > > FORMAT: R - Canonical Path
113 > > > FORMAT: C - Command Line
114 > > >
115 > > > F: fopen_wr
116 > > > S: deny
117 > > > P: /?
118 > > > A: /?
119 > > > R: /?
120 > > > C: /usr/bin/nasm /?
121 > > > * --------------------------------------------------------------------------------
122 > > > !!! When you file a bug report, please include the following information:
123 > > > GENTOO_VM= CLASSPATH="" JAVA_HOME=""
124 > > > JAVACFLAGS="" COMPILER=""
125 > > > and of course, the output of emerge --info =libjpeg-turbo-2.0.1
126 > > > *
127 > > > * The following package has failed to build, install, or execute postinst:
128 > > > *
129 > > > * (media-libs/libjpeg-turbo-2.0.1:0/0::gentoo, ebuild scheduled for merge), Log file:
130 > > > * '/var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/temp/build.log'
131 > > >
132 > > >
133 > > > If wanted I will post the build.log etc...
134 > > >
135 > > > I never had an error looking like this one...
136 > > >
137 > > > Any fox for that or am I the onlu one...?
138 > > >
139 > > > Cheers!
140 > > > Meino
141 > > >
142 > > >
143 > > >
144 > > >
145 > >
146 > > The failed build output enclosed is actually that of
147 > > media-libs/libjpeg-turbo-2.0.1, not nasm.
148 > > Nasm is listed as a dependency for this library. See
149 > > libjpeg-turbo-2.0.1.ebuild for ASM_DEPEND.
150 > >
151 > > As an aside, libjpeg-turbo-2.0.1 has not been stabilised yet. Are you
152 > > on an unstable system?
153 > >
154 > > As for the actual build error, the contents of
155 > > /var/log/sandbox/sandbox-16492.log and
156 > > /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/temp/build.log would
157 > > be in order.
158 > >
159 >
160 > Hi,
161 >
162 > yes, I am on an unstable system :)
163 >
164 > Here are the logs:
165 >
166 > ### /var/log/sandbox/sandbox-16492.log and
167 > VERSION 1.0
168 > FORMAT: F - Function called
169 > FORMAT: S - Access Status
170 > FORMAT: P - Path as passed to function
171 > FORMAT: A - Absolute Path (not canonical)
172 > FORMAT: R - Canonical Path
173 > FORMAT: C - Command Line
174 >
175 > F: fopen_wr
176 > S: deny
177 > P: /?
178 > A: /?
179 > R: /?
180 > C: /usr/bin/nasm /?
181 >
182 > ### /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/temp/build.log would
183 > * Package: media-libs/libjpeg-turbo-2.0.1
184 > * Repository: gentoo
185 > * Maintainer: anarchy@g.o graphics@g.o
186 > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
187 > * FEATURES: preserve-libs sandbox userpriv usersandbox
188 > >>> cfg-update-1.8.2-r1: Creating checksum index...
189 > >>> Unpacking source...
190 > >>> Unpacking libjpeg-turbo-2.0.1.tar.gz to /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work
191 > >>> Unpacking libjpeg8_8d-2.debian.tar.gz to /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work
192 > >>> Source unpacked in /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work
193 > >>> Preparing source in /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1 ...
194 > >>> Source prepared.
195 > >>> Configuring source in /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1 ...
196 > * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
197 > >>> Working in BUILD_DIR: "/var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64"
198 > cmake -C /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_DEFAULT_DOCDIR=/usr/share/doc/libjpeg-turbo-2.0.1 -DENABLE_STATIC=no -DWITH_JAVA=no -DWITH_MEM_SRCDST=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_toolchain.cmake /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1
199 > loading initial cache file /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_common_config.cmake
200 > -- The C compiler identification is GNU 8.2.0
201 > -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
202 > -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
203 > -- Detecting C compiler ABI info
204 > -- Detecting C compiler ABI info - done
205 > -- Detecting C compile features
206 > -- Detecting C compile features - done
207 > -- CMAKE_BUILD_TYPE = Gentoo
208 > -- VERSION = 2.0.1, BUILD = 20181113
209 > -- 64-bit build (x86_64)
210 > -- CMAKE_INSTALL_PREFIX = /usr
211 > -- CMAKE_INSTALL_BINDIR = bin (/usr/bin)
212 > -- CMAKE_INSTALL_DATAROOTDIR = share (/usr/share)
213 > -- CMAKE_INSTALL_DOCDIR = /usr/share/doc/libjpeg-turbo-2.0.1
214 > -- CMAKE_INSTALL_INCLUDEDIR = include (/usr/include)
215 > -- CMAKE_INSTALL_LIBDIR = lib64 (/usr/lib64)
216 > -- CMAKE_INSTALL_MANDIR = /usr/share/man
217 > -- Shared libraries enabled (ENABLE_SHARED = 1)
218 > -- Static libraries disabled (ENABLE_STATIC = 0)
219 > -- 12-bit JPEG support disabled (WITH_12BIT = 0)
220 > -- Arithmetic decoding support enabled (WITH_ARITH_DEC = 1)
221 > -- Arithmetic encoding support enabled (WITH_ARITH_ENC = 1)
222 > -- TurboJPEG API library enabled (WITH_TURBOJPEG = 1)
223 > -- TurboJPEG Java wrapper disabled (WITH_JAVA = 0)
224 > -- In-memory source/destination managers enabled (WITH_MEM_SRCDST = 1)
225 > -- Emulating libjpeg API/ABI v6.2 (WITH_JPEG7 = 0, WITH_JPEG8 = 0)
226 > -- libjpeg API shared library version = 62.3.0
227 > -- Compiler flags = -march=native -O -pipe
228 > -- Linker flags = -Wl,-O1 -Wl,--as-needed
229 > -- Looking for sys/types.h
230 > -- Looking for sys/types.h - found
231 > -- Looking for stdint.h
232 > -- Looking for stdint.h - found
233 > -- Looking for stddef.h
234 > -- Looking for stddef.h - found
235 > -- Check size of size_t
236 > -- Check size of size_t - done
237 > -- Check size of unsigned long
238 > -- Check size of unsigned long - done
239 > -- Performing Test HAVE_BUILTIN_CTZL
240 > -- Performing Test HAVE_BUILTIN_CTZL - Success
241 > -- Looking for include file locale.h
242 > -- Looking for include file locale.h - found
243 > -- Looking for include file stdlib.h
244 > -- Looking for include file stdlib.h - found
245 > solfire:/home/mccramer>sudo cat /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/temp/build.log
246 > * Package: media-libs/libjpeg-turbo-2.0.1
247 > * Repository: gentoo
248 > * Maintainer: anarchy@g.o graphics@g.o
249 > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
250 > * FEATURES: preserve-libs sandbox userpriv usersandbox
251 > >>> cfg-update-1.8.2-r1: Creating checksum index...
252 > >>> Unpacking source...
253 > >>> Unpacking libjpeg-turbo-2.0.1.tar.gz to /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work
254 > >>> Unpacking libjpeg8_8d-2.debian.tar.gz to /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work
255 > >>> Source unpacked in /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work
256 > >>> Preparing source in /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1 ...
257 > >>> Source prepared.
258 > >>> Configuring source in /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1 ...
259 > * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
260 > >>> Working in BUILD_DIR: "/var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64"
261 > cmake -C /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_DEFAULT_DOCDIR=/usr/share/doc/libjpeg-turbo-2.0.1 -DENABLE_STATIC=no -DWITH_JAVA=no -DWITH_MEM_SRCDST=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_toolchain.cmake /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1
262 > loading initial cache file /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_common_config.cmake
263 > -- The C compiler identification is GNU 8.2.0
264 > -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
265 > -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
266 > -- Detecting C compiler ABI info
267 > -- Detecting C compiler ABI info - done
268 > -- Detecting C compile features
269 > -- Detecting C compile features - done
270 > -- CMAKE_BUILD_TYPE = Gentoo
271 > -- VERSION = 2.0.1, BUILD = 20181113
272 > -- 64-bit build (x86_64)
273 > -- CMAKE_INSTALL_PREFIX = /usr
274 > -- CMAKE_INSTALL_BINDIR = bin (/usr/bin)
275 > -- CMAKE_INSTALL_DATAROOTDIR = share (/usr/share)
276 > -- CMAKE_INSTALL_DOCDIR = /usr/share/doc/libjpeg-turbo-2.0.1
277 > -- CMAKE_INSTALL_INCLUDEDIR = include (/usr/include)
278 > -- CMAKE_INSTALL_LIBDIR = lib64 (/usr/lib64)
279 > -- CMAKE_INSTALL_MANDIR = /usr/share/man
280 > -- Shared libraries enabled (ENABLE_SHARED = 1)
281 > -- Static libraries disabled (ENABLE_STATIC = 0)
282 > -- 12-bit JPEG support disabled (WITH_12BIT = 0)
283 > -- Arithmetic decoding support enabled (WITH_ARITH_DEC = 1)
284 > -- Arithmetic encoding support enabled (WITH_ARITH_ENC = 1)
285 > -- TurboJPEG API library enabled (WITH_TURBOJPEG = 1)
286 > -- TurboJPEG Java wrapper disabled (WITH_JAVA = 0)
287 > -- In-memory source/destination managers enabled (WITH_MEM_SRCDST = 1)
288 > -- Emulating libjpeg API/ABI v6.2 (WITH_JPEG7 = 0, WITH_JPEG8 = 0)
289 > -- libjpeg API shared library version = 62.3.0
290 > -- Compiler flags = -march=native -O -pipe
291 > -- Linker flags = -Wl,-O1 -Wl,--as-needed
292 > -- Looking for sys/types.h
293 > -- Looking for sys/types.h - found
294 > -- Looking for stdint.h
295 > -- Looking for stdint.h - found
296 > -- Looking for stddef.h
297 > -- Looking for stddef.h - found
298 > -- Check size of size_t
299 > -- Check size of size_t - done
300 > -- Check size of unsigned long
301 > -- Check size of unsigned long - done
302 > -- Performing Test HAVE_BUILTIN_CTZL
303 > -- Performing Test HAVE_BUILTIN_CTZL - Success
304 > -- Looking for include file locale.h
305 > -- Looking for include file locale.h - found
306 > -- Looking for include file stdlib.h
307 > -- Looking for include file stdlib.h - found
308 > -- Looking for include file sys/types.h
309 > -- Looking for include file sys/types.h - found
310 > -- Looking for memset
311 > -- Looking for memset - found
312 > -- Looking for memcpy
313 > -- Looking for memcpy - found
314 > -- Check size of unsigned char
315 > -- Check size of unsigned char - done
316 > -- Check size of unsigned short
317 > -- Check size of unsigned short - done
318 > -- Performing Test INCOMPLETE_TYPES
319 > -- Performing Test INCOMPLETE_TYPES - Success
320 > -- Compiler supports pointers to undefined structures.
321 > -- Performing Test RIGHT_SHIFT_IS_UNSIGNED
322 > -- Performing Test RIGHT_SHIFT_IS_UNSIGNED - Failed
323 > -- Performing Test __CHAR_UNSIGNED__
324 > -- Performing Test __CHAR_UNSIGNED__ - Failed
325 > -- Performing Test INLINE_WORKS
326 > -- Performing Test INLINE_WORKS - Success
327 > -- INLINE = __inline__ __attribute__((always_inline)) (FORCE_INLINE = 1)
328 > -- Performing Test HAVE_VERSION_SCRIPT
329 > -- Performing Test HAVE_VERSION_SCRIPT - Success
330 > -- Linker supports GNU-style version scripts
331 > -- CMAKE_EXECUTABLE_SUFFIX =
332 > * ACCESS DENIED: fopen_wr: /?
333 > -- The ASM_NASM compiler identification is NASM
334 > -- Found assembler: /usr/bin/nasm
335 > -- CMAKE_ASM_NASM_COMPILER = /usr/bin/nasm
336 > -- CMAKE_ASM_NASM_OBJECT_FORMAT = elf64
337 > -- CMAKE_ASM_NASM_FLAGS = -DELF -D__x86_64__ -DPIC
338 > -- SIMD extensions: x86_64 (WITH_SIMD = 1)
339 > -- FLOATTEST = sse
340 > -- RPM architecture = x86_64, DEB architecture = amd64
341 > -- <<< Gentoo configuration >>>
342 > Build type Gentoo
343 > Install path /usr
344 > Compiler flags:
345 > C -march=native -O -pipe
346 > C++
347 > Linker flags:
348 > Executable -Wl,-O1 -Wl,--as-needed
349 > Module -Wl,-O1 -Wl,--as-needed
350 > Shared -Wl,-O1 -Wl,--as-needed
351 >
352 > -- Configuring done
353 > -- Generating done
354 > -- Build files have been written to: /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64
355 > >>> Source configured.
356 > * --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
357 > * LOG FILE: "/var/log/sandbox/sandbox-16492.log"
358 > *
359 > VERSION 1.0
360 > FORMAT: F - Function called
361 > FORMAT: S - Access Status
362 > FORMAT: P - Path as passed to function
363 > FORMAT: A - Absolute Path (not canonical)
364 > FORMAT: R - Canonical Path
365 > FORMAT: C - Command Line
366 >
367 > F: fopen_wr
368 > S: deny
369 > P: /?
370 > A: /?
371 > R: /?
372 > C: /usr/bin/nasm /?
373 > * --------------------------------------------------------------------------------
374 > !!! When you file a bug report, please include the following information:
375 > GENTOO_VM= CLASSPATH="" JAVA_HOME=""
376 > JAVACFLAGS="" COMPILER=""
377 > and of course, the output of emerge --info =libjpeg-turbo-2.0.1
378 >
379 >
380 > Cheers!
381 > Meino
382 >
383 >
384
385 See if the gentoo bugzilla bug report and the proposed solution help
386 fix the failing build in your situation.
387 https://bugs.gentoo.org/502280
388
389 Otherwise, it would probably be worth filing a new bug report.
390 See what other users may suggest.