[ https://issues.apache.org/jira/browse/GEODE-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16143066#comment-16143066 ]
Daniel Farcovich edited comment on GEODE-3497 at 8/27/17 11:49 AM: ------------------------------------------------------------------- The test is still failing although compiled with the Intel compiler mentioned above. I had to set c compiler to gcc and c++ compiler to intel for this, because intel c compiler throws the following warnings and errors: [exec] CCLD xmllint [exec] icc: command line warning #10006: ignoring unknown option '-Wno-format-extra-args' [exec] icc: command line warning #10006: ignoring unknown option '-Wcast-align' [exec] icc: command line warning #10006: ignoring unknown option '-Waggregate-return' [exec] icc: command line warning #10006: ignoring unknown option '-Wnested-externs' [exec] icc: command line warning #10006: ignoring unknown option '-Wredundant-decls' [exec] ld: warning: libimf.so, needed by ./.libs/libxml2.so, not found (try using -rpath or -rpath-link) [exec] ld: warning: libsvml.so, needed by ./.libs/libxml2.so, not found (try using -rpath or -rpath-link) [exec] ld: warning: libirng.so, needed by ./.libs/libxml2.so, not found (try using -rpath or -rpath-link) [exec] ld: warning: libintlc.so.5, needed by ./.libs/libxml2.so, not found (try using -rpath or -rpath-link) [exec] ld: .libs/xmllint: hidden symbol `__intel_cpu_features_init_x' in /opt/intel/15.0.7.235/composer_xe_2015.7.235/compiler/lib/intel64/libirc.a(cpu_feature_disp.o) is referenced by DSO [exec] ld: final link failed: Bad value [exec] make[5]: *** [xmllint] Error 1 [exec] make[4]: *** [all-recursive] Error 1 [exec] make[3]: *** [all] Error 2 [exec] make[2]: *** [dependencies/libxml2/libxml2-extern-prefix/src/libxml2-extern-stamp/libxml2-extern-build] Error 2 [exec] make[1]: *** [dependencies/libxml2/CMakeFiles/libxml2-extern.dir/all] Error 2 [exec] make: *** [all] Error 2 So my question is - is it safe to use this configuration of intel(CXX) + gcc(CC)? [~gregory.vort...@amdocs.com] was (Author: fdaniel): The test is still failing although compiled with the Intel compiler mentioned above. I had to set c compiler to gcc and c++ compiler to intel for this, because intel c compiler throws the following warnings and errors: [exec] CCLD xmllint [exec] icc: command line warning #10006: ignoring unknown option '-Wno-format-extra-args' [exec] icc: command line warning #10006: ignoring unknown option '-Wcast-align' [exec] icc: command line warning #10006: ignoring unknown option '-Waggregate-return' [exec] icc: command line warning #10006: ignoring unknown option '-Wnested-externs' [exec] icc: command line warning #10006: ignoring unknown option '-Wredundant-decls' [exec] ld: warning: libimf.so, needed by ./.libs/libxml2.so, not found (try using -rpath or -rpath-link) [exec] ld: warning: libsvml.so, needed by ./.libs/libxml2.so, not found (try using -rpath or -rpath-link) [exec] ld: warning: libirng.so, needed by ./.libs/libxml2.so, not found (try using -rpath or -rpath-link) [exec] ld: warning: libintlc.so.5, needed by ./.libs/libxml2.so, not found (try using -rpath or -rpath-link) [exec] ld: .libs/xmllint: hidden symbol `__intel_cpu_features_init_x' in /opt/intel/15.0.7.235/composer_xe_2015.7.235/compiler/lib/intel64/libirc.a(cpu_feature_disp.o) is referenced by DSO [exec] ld: final link failed: Bad value [exec] make[5]: *** [xmllint] Error 1 [exec] make[4]: *** [all-recursive] Error 1 [exec] make[3]: *** [all] Error 2 [exec] make[2]: *** [dependencies/libxml2/libxml2-extern-prefix/src/libxml2-extern-stamp/libxml2-extern-build] Error 2 [exec] make[1]: *** [dependencies/libxml2/CMakeFiles/libxml2-extern.dir/all] Error 2 [exec] make: *** [all] Error 2 So my question is - is it safe to use this configuration of intel(CXX) + gcc(CC)? > Fix failing test on Solaris SPARC > --------------------------------- > > Key: GEODE-3497 > URL: https://issues.apache.org/jira/browse/GEODE-3497 > Project: Geode > Issue Type: Bug > Components: native client > Reporter: David Kimura > > ClientProxyMembershipIDFactory unittest fails on Solaris SPARC because of > incorrect assumptions about big/little endianness. -- This message was sent by Atlassian JIRA (v6.4.14#64029)