![](https://secure.gravatar.com/avatar/ccf6de1e4e1ea515379c2538e46201ea.jpg?s=120&d=mm&r=g)
Interesting thing, I had been trying to compile with -march=native ...but I took your advice and disabled the item you suggested, I also took march=native out of my cflags. It spent about 5 hours compiling, and it finally did finish...but it immediately panics when I try to open it. Please see below: [1:1:0705/000803:FATAL:setuid_sandbox_client.cc(126)] Check failed: IsFileSystemAccessDenied(). #0 0x55b59bb203fe <unknown> #1 0x55b59bb3775e <unknown> #2 0x55b59e901c5e <unknown> #3 0x55b59e67d281 <unknown> #4 0x55b59baef458 <unknown> #5 0x55b59baefb9d <unknown> #6 0x55b59baeede1 <unknown> #7 0x55b59b6aa1ea ChromeMain #8 0x7fa087bca5e0 __libc_start_main #9 0x55b59b6aa0a9 _start Received signal 6 #0 0x55b59bb203fe <unknown> #1 0x55b59bb207b9 <unknown> #2 0x7fa08ded2c40 <unknown> #3 0x7fa087bdd448 gsignal #4 0x7fa087bde89a abort #5 0x55b59bb20055 <unknown> #6 0x55b59bb37895 <unknown> #7 0x55b59e901c5e <unknown> #8 0x55b59e67d281 <unknown> #9 0x55b59baef458 <unknown> #10 0x55b59baefb9d <unknown> #11 0x55b59baeede1 <unknown> #12 0x55b59b6aa1ea ChromeMain #13 0x7fa087bca5e0 __libc_start_main #14 0x55b59b6aa0a9 _start r8: ffff90b74588e3e0 r9: ffff90b74588e3d0 r10: 0000000000000008 r11: 0000000000000202 r12: 00007fff49527ea8 r13: 00007fff49527a40 r14: 0000000000000000 r15: 00007fff49528130 di: 0000000000000001 si: 0000000000000001 bp: 00007fff495279e0 bx: 00007fff49527ea0 dx: 0000000000000006 ax: 0000000000000000 cx: 00007fa087bdd448 sp: 00007fff49527688 ip: 00007fa087bdd448 efl: 0000000000000202 cgf: 0000000000000033 erf: 0000000000000000 trp: 0000000000000000 msk: 0000000000000000 cr2: 0000000000000000 [end of stack trace] The only custom flag I've passed is "-pipe" any suggestions? On Mon, Jul 4, 2016 at 5:27 PM, Fredrik <fredrik@rinnestam.se> wrote:
On 2016-07-04 19:05, Steve Volumetric wrote:
../../out/Release/gen/library_loaders/libspeechd.h:7:42: fatal error: speech-dispatcher/libspeechd.h: No such file or directory compilation terminated. [5091/19680] CXX obj/third_party/skia/src/core/skia_library.SkMipMap.o ninja: build stopped: subcommand failed. =======> ERROR: Building '/usr/ports/opt/chromium/chromium#51.0.2704.106-1.pkg.tar.gz' failed.
-- Packages where install failed chromium
speech-dispatcher is installed, which should provide libspeechd.h (or so I thought)
does something else provide that?
Nope, speech-dispatcher is the correct package:
~$ prt-get fsearch libspeechd.h Found in /usr/ports/opt/speech-dispatcher: /usr/include/speech-dispatcher/libspeechd.h
Can't really help more than that but I do know chromium installed fine on my workstation at work. You might want to try to change -Dlinux_link_libspeechd=1 to 0 (still doesnt explain why it fails but it might help you get going)
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu https://lists.crux.nu/mailman/listinfo/crux