The error is probably higher up in your console output. The lines you have
there look like the side-effects of parallel build tasks being killed off
after an earlier failure.

The below line hints that the failure may have been in building the
frontend Java:

  fe/CMakeFiles/fe.dir/build.make:57: recipe for target 'fe/CMakeFiles/fe'
failed

On Tue, Jan 9, 2018 at 1:47 PM, Antoni Ivanov <[email protected]> wrote:

> Hi,
>
> I am trying to build Impala. I am following https://cwiki.apache.org/
> confluence/display/IMPALA/Building+Impala
> Build when got this error. (running ${IMPALA_HOME}/buildall.sh -skiptests
> -build_shared_libs -noclean)
> Does it sound familiar to anyone. It's not very obvious what the issue is
> to me and wanted to ask before I have to dig in further .
> Thanks!
>
>
> fe/CMakeFiles/fe.dir/build.make:57: recipe for target 'fe/CMakeFiles/fe'
> failed
> make[2]: *** [fe/CMakeFiles/fe] Error 1
> CMakeFiles/Makefile2:12885: recipe for target 'fe/CMakeFiles/fe.dir/all'
> failed
> make[1]: *** [fe/CMakeFiles/fe.dir/all] Error 2
> make[1]: *** Waiting for unfinished jobs....
> collect2: error: ld terminated with signal 9 [Killed]
> be/src/exec/CMakeFiles/zigzag-test.dir/build.make:207: recipe for target
> 'be/build/debug/exec/zigzag-test' failed
> make[2]: *** [be/build/debug/exec/zigzag-test] Error 1
> make[2]: *** Deleting file 'be/build/debug/exec/zigzag-test'
> CMakeFiles/Makefile2:1984: recipe for target 
> 'be/src/exec/CMakeFiles/zigzag-test.dir/all'
> failed
> make[1]: *** [be/src/exec/CMakeFiles/zigzag-test.dir/all] Error 2
> collect2: error: ld terminated with signal 9 [Killed]
> be/src/codegen/CMakeFiles/llvm-codegen-test.dir/build.make:207: recipe
> for target 'be/build/debug/codegen/llvm-codegen-test' failed
> make[2]: *** [be/build/debug/codegen/llvm-codegen-test] Error 1
> make[2]: *** Deleting file 'be/build/debug/codegen/llvm-codegen-test'
> CMakeFiles/Makefile2:1434: recipe for target 
> 'be/src/codegen/CMakeFiles/llvm-codegen-test.dir/all'
> failed
> make[1]: *** [be/src/codegen/CMakeFiles/llvm-codegen-test.dir/all] Error 2
>
  • Build error Antoni Ivanov
    • Re: Build error Tim Armstrong

Reply via email to