Can you provide: 1. The command you used to start the docker container
2. The output of gcc --version inside your docker container 3. The output of lsb_release -a both in the host and inside the docker container 4. The commands you ran inside the container Thank you! On Fri, Sep 8, 2017 at 7:58 AM, Manaswini Maharana <[email protected]> wrote: > Hello team, > > I'm trying to setup docker for development and encountering the below issue > during bootstrap_development.sh sourcing. Any pointers on how to resolve > this? If you need more stack trace to backtrack or any other kind of > information to debug let me know. > > > *Please submit a full bug report,* > > *with preprocessed source if appropriate.* > > *Please include the complete backtrace with any bug report.* > > *See <http://gcc.gnu.org/bugs.html <http://gcc.gnu.org/bugs.html>> for > instructions.* > > *be/src/service/CMakeFiles/Service.dir/build.make:123: recipe for target > 'be/src/service/CMakeFiles/Service.dir/impala-server.cc.o' failed* > > *make[2]: *** [be/src/service/CMakeFiles/Service.dir/impala-server.cc.o] > Error 4* > > *CMakeFiles/Makefile2:5694: recipe for target > 'be/src/service/CMakeFiles/Service.dir/all' failed* > > *make[1]: *** [be/src/service/CMakeFiles/Service.dir/all] Error 2* > > *Linking CXX static library ../../build/debug/testutil/libTestUtil.a* > > *[ 23%] Built target TestUtil* > > *Makefile:85: recipe for target 'all' failed* > > *make: *** [all] Error 2* > > *Error in /home/impdev/Impala/bin/make_impala.sh at line 178: ${MAKE_CMD} > ${MAKE_ARGS}* > > Thanks! > > Mansi
