You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Ming LI (JIRA)" <ji...@apache.org> on 2015/10/23 13:52:27 UTC

[jira] [Created] (HAWQ-78) HAWQ parallel build(using 'make -j8') failed

Ming LI created HAWQ-78:
---------------------------

             Summary: HAWQ parallel build(using 'make -j8') failed
                 Key: HAWQ-78
                 URL: https://issues.apache.org/jira/browse/HAWQ-78
             Project: Apache HAWQ
          Issue Type: Bug
          Components: Build
            Reporter: Ming LI
            Assignee: Roman Shaposhnik


HAWQ build failed with **.o truncated very frequently.

My guess is because we compile code with '-j8' option which will build parallel.  So some files begin to build before it's dependencies are ready.

/opt/gcc_infrastructure/bin/ld -r -o SUBSYS.o COptTasks.o COptServer.o COptClient.o CCatalogUtils.o CConstExprEvaluatorProxy.o nodeutils.o funcs.o 
/opt/gcc-4.4.2/bin/gcc -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/data/pulse2-agent/agents/agent1/work/HAWQ-main-opt/rhel5_x86_64/src/ext/rhel5_x86_64/include -I/data/pulse2-agent/agents/agent1/work/HAWQ-main-opt/rhel5_x86_64/src/ext/rhel5_x86_64/include/libxml2 -I. -I../../../src/include -D_GNU_SOURCE  -I/data/pulse2-agent/agents/agent1/work/HAWQ-main-opt/rhel5_x86_64/src/ext/rhel5_x86_64/include  -c -o bootparse.o bootparse.c
COptTasks.o: file not recognized: File truncated
make[6]: *** [SUBSYS.o] Error 1
make[6]: Leaving directory `/data/pulse2-agent/agents/agent1/work/HAWQ-main-opt/rhel5_x86_64/src/apache-hawq/src/backend/gpopt/utils'




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)