ketan created HAWQ-1390: --------------------------- Summary: HAWQ build on s390x Key: HAWQ-1390 URL: https://issues.apache.org/jira/browse/HAWQ-1390 Project: Apache HAWQ Issue Type: Bug Components: Build Reporter: ketan Assignee: Ed Espino Hi, I am building Apache HAWQ on s390x. I have disabled SSE in config stage I start with the build i am blked due the below linking issue. Logs below for reference help would be appreciated. ********************************************************************* make[3]: Leaving directory `/scratch/ecos0013/ketan/incubator-hawq/src/backend/utils' g++ -O3 -std=gnu99 -Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fno-aggressive-loop-optimizations -I/usr/include/libxml2 -L../../src/port -L../../src/port -Wl,--as-needed -L/scratch/ecos0013/ketan/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/lib -L/scratch/ecos0013/ketan/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/lib -Wl,-rpath,'/usr/local/hawq/lib',--enable-new-dtags -Wl,-E access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o parser/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o foreign/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o gp_libpq_fe/SUBSYS.o main/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o storage/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o resourcemanager/SUBSYS.o ../../src/timezone/SUBSYS.o cdb/SUBSYS.o ../../src/port/libpgport_srv.a -lprotobuf -lboost_system -lboost_date_time -lstdc++ -lhdfs3 -lgsasl -lxml2 -ljson-c -levent -lyaml -lsnappy -lbz2 -lrt -lz -lcrypt -ldl -lm -lcurl -lyarn -lkrb5 -lpthread -lthrift -lsnappy -o postgres /scratch/ecos0013/ketan/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/lib/libhdfs3.so: undefined reference to `Hdfs::Internal::HWCrc32c::available()' /scratch/ecos0013/ketan/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/lib/libhdfs3.so: undefined reference to `vtable for Hdfs::Internal::HWCrc32c' collect2: error: ld returned 1 exit status make[2]: *** [postgres] Error 1 make[2]: Leaving directory `/scratch/ecos0013/ketan/incubator-hawq/src/backend' make[1]: *** [all] Error 2 make[1]: Leaving directory `/scratch/ecos0013/ketan/incubator-hawq/src' make: *** [all] Error 2 *********************************************************************************** -- This message was sent by Atlassian JIRA (v6.3.15#6346)