Failure to compile engine on ubuntu 17.04 on UE4.17.1

When running make on ubuntu 17.04 it fails out with clang errors:

clang: error: unable to execute command: Segmentation fault (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see invocation)
clang version 4.0.0-1ubuntu1 (tags/RELEASE_400/rc1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.

Error logs and tmp files here: Dropbox - outputs.tar.gz - Simplify your life

Can you share the rest of the output from make? It’s hard to tell what the issue is from just that, and as much as I appreciate verbose-ness, we don’t need the entire 1.8GB dump of generated files to figure out the issue. Off the top of my head, clang 4.0.X isn’t officially supported by UE4 yet so you may run into issues there.

would there be any way to use a lower clang version for make? The make output file is 10k+ lines long so I zipped it up with the rest of the dump files. I can upload just the make output if you want.

Possible duplicate of: Clang: error: unable to execute command: Segmentation fault - Platform & Builds - Epic Developer Community Forums