You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2020/03/17 09:27:41 UTC

[kudu-CR] build: fix linker error in BloomFileTestBase

Hello Adar Dembo,

I'd like you to do a code review. Please visit

    http://gerrit.cloudera.org:8080/15459

to review the following change.


Change subject: build: fix linker error in BloomFileTestBase
......................................................................

build: fix linker error in BloomFileTestBase

I saw this when building on macOS:

[241/562] Linking CXX shared library lib/libcfile_test_util.dylib
FAILED: lib/libcfile_test_util.dylib
: && /Applications/Xcode.app/Contents/Developer/usr/bin/g++ -msse4.2 -Wall -Wno-sign-compare -Wno-comment -pthread -fno-strict-aliasing -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG  -ggdb -Qunused-arguments -Wno-ambiguous-member-template -Wdocumentation-depre
cated-sync -Wno-unknown-warning-option -Wno-address-of-packed-member -std=c++11 -fsized-deallocation -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_n
ames  -o lib/libcfile_test_util.dylib -install_name @rpath/libcfile_test_util.dylib src/kudu/cfile/CMakeFiles/cfile_test_util.dir/bloomfile-test-base.cc.o  -Wl,-rpath,/Users/awong/Repositories/kudu/build/debug/lib -Wl,-rpath,/Users/awong/Repositories/kud
u/thirdparty/installed/uninstrumented/lib  lib/libcfile.dylib  lib/libkudu_common.dylib  lib/libwire_protocol_proto.dylib  lib/libconsensus_metadata_proto.dylib  lib/libkudu_fs.dylib  lib/libfs_proto.dylib  lib/libkudu_util_compression.dylib  lib/libkudu_util.dylib  ../../thirdparty/installed/uninstrumented/lib/libcrcutil.dylib  ../../thirdparty/installed/uninstrumented/lib/libgflags.dylib  lib/libhistogram_proto.dylib  ../../thirdparty/installed/uninstrumented/lib/libev.dylib  lib/libmaintenance_manage
r_proto.dylib  lib/libmem_tracker_proto.dylib  lib/libversion_info_proto.dylib  ../../thirdparty/installed/uninstrumented/lib/libyaml-cpp.dylib  ../../thirdparty/installed/uninstrumented/lib/libtcmalloc.dylib  ../../thirdparty/installed/uninstrumented/li
b/libz.dylib  ../../thirdparty/installed/uninstrumented/lib/liblz4.a  ../../thirdparty/installed/uninstrumented/lib/libsnappy.dylib  lib/libgutil.dylib  ../../thirdparty/installed/uninstrumented/lib/libglog.dylib  lib/libcfile_proto.dylib  lib/libkudu_co
mmon_proto.dylib  lib/libblock_bloom_filter_proto.dylib  lib/libhash_proto.dylib  lib/libutil_compression_proto.dylib  lib/libpb_util_proto.dylib  ../../thirdparty/installed/uninstrumented/lib/libprotobuf.dylib  ../../thirdparty/installed/uninstrumented/
lib/bitshuffle.a && :
Undefined symbols for architecture x86_64:
  "kudu::KuduTest::SetUp()", referenced from:
      kudu::cfile::BloomFileTestBase::SetUp() in bloomfile-test-base.cc.o
  "testing::AssertionResult::AssertionResult(testing::AssertionResult const&)", referenced from:
...

Not sure why this wasn't caught in other builds, but the fix is easy
enough.

Change-Id: I0c4c9506a4afe2476e9adffa5372b7f56bf56199
---
M src/kudu/cfile/CMakeLists.txt
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/59/15459/1
-- 
To view, visit http://gerrit.cloudera.org:8080/15459
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0c4c9506a4afe2476e9adffa5372b7f56bf56199
Gerrit-Change-Number: 15459
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>

[kudu-CR] build: fix linker error in BloomFileTestBase

Posted by "Adar Dembo (Code Review)" <ge...@cloudera.org>.
Adar Dembo has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15459 )

Change subject: build: fix linker error in BloomFileTestBase
......................................................................

build: fix linker error in BloomFileTestBase

I saw this when building on macOS:

[241/562] Linking CXX shared library lib/libcfile_test_util.dylib
FAILED: lib/libcfile_test_util.dylib
: && /Applications/Xcode.app/Contents/Developer/usr/bin/g++ -msse4.2 -Wall -Wno-sign-compare -Wno-comment -pthread -fno-strict-aliasing -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG  -ggdb -Qunused-arguments -Wno-ambiguous-member-template -Wdocumentation-depre
cated-sync -Wno-unknown-warning-option -Wno-address-of-packed-member -std=c++11 -fsized-deallocation -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_n
ames  -o lib/libcfile_test_util.dylib -install_name @rpath/libcfile_test_util.dylib src/kudu/cfile/CMakeFiles/cfile_test_util.dir/bloomfile-test-base.cc.o  -Wl,-rpath,/Users/awong/Repositories/kudu/build/debug/lib -Wl,-rpath,/Users/awong/Repositories/kud
u/thirdparty/installed/uninstrumented/lib  lib/libcfile.dylib  lib/libkudu_common.dylib  lib/libwire_protocol_proto.dylib  lib/libconsensus_metadata_proto.dylib  lib/libkudu_fs.dylib  lib/libfs_proto.dylib  lib/libkudu_util_compression.dylib  lib/libkudu_util.dylib  ../../thirdparty/installed/uninstrumented/lib/libcrcutil.dylib  ../../thirdparty/installed/uninstrumented/lib/libgflags.dylib  lib/libhistogram_proto.dylib  ../../thirdparty/installed/uninstrumented/lib/libev.dylib  lib/libmaintenance_manage
r_proto.dylib  lib/libmem_tracker_proto.dylib  lib/libversion_info_proto.dylib  ../../thirdparty/installed/uninstrumented/lib/libyaml-cpp.dylib  ../../thirdparty/installed/uninstrumented/lib/libtcmalloc.dylib  ../../thirdparty/installed/uninstrumented/li
b/libz.dylib  ../../thirdparty/installed/uninstrumented/lib/liblz4.a  ../../thirdparty/installed/uninstrumented/lib/libsnappy.dylib  lib/libgutil.dylib  ../../thirdparty/installed/uninstrumented/lib/libglog.dylib  lib/libcfile_proto.dylib  lib/libkudu_co
mmon_proto.dylib  lib/libblock_bloom_filter_proto.dylib  lib/libhash_proto.dylib  lib/libutil_compression_proto.dylib  lib/libpb_util_proto.dylib  ../../thirdparty/installed/uninstrumented/lib/libprotobuf.dylib  ../../thirdparty/installed/uninstrumented/
lib/bitshuffle.a && :
Undefined symbols for architecture x86_64:
  "kudu::KuduTest::SetUp()", referenced from:
      kudu::cfile::BloomFileTestBase::SetUp() in bloomfile-test-base.cc.o
  "testing::AssertionResult::AssertionResult(testing::AssertionResult const&)", referenced from:
...

Not sure why this wasn't caught in other builds, but the fix is easy
enough.

Change-Id: I0c4c9506a4afe2476e9adffa5372b7f56bf56199
Reviewed-on: http://gerrit.cloudera.org:8080/15459
Reviewed-by: Alexey Serbin <as...@cloudera.com>
Tested-by: Alexey Serbin <as...@cloudera.com>
Reviewed-by: Adar Dembo <ad...@cloudera.com>
---
M src/kudu/cfile/CMakeLists.txt
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Alexey Serbin: Looks good to me, approved; Verified
  Adar Dembo: Looks good to me, approved

-- 
To view, visit http://gerrit.cloudera.org:8080/15459
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I0c4c9506a4afe2476e9adffa5372b7f56bf56199
Gerrit-Change-Number: 15459
Gerrit-PatchSet: 2
Gerrit-Owner: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)

[kudu-CR] build: fix linker error in BloomFileTestBase

Posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org>.
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/15459 )

Change subject: build: fix linker error in BloomFileTestBase
......................................................................


Patch Set 1: Verified+1

Unrelated test flake in ClientTest.TestFailedDnsResolution


-- 
To view, visit http://gerrit.cloudera.org:8080/15459
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I0c4c9506a4afe2476e9adffa5372b7f56bf56199
Gerrit-Change-Number: 15459
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Comment-Date: Tue, 17 Mar 2020 15:14:54 +0000
Gerrit-HasComments: No

[kudu-CR] build: fix linker error in BloomFileTestBase

Posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org>.
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/15459 )

Change subject: build: fix linker error in BloomFileTestBase
......................................................................


Patch Set 1: Code-Review+2


-- 
To view, visit http://gerrit.cloudera.org:8080/15459
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I0c4c9506a4afe2476e9adffa5372b7f56bf56199
Gerrit-Change-Number: 15459
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Comment-Date: Tue, 17 Mar 2020 15:14:09 +0000
Gerrit-HasComments: No

[kudu-CR] build: fix linker error in BloomFileTestBase

Posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org>.
Alexey Serbin has removed a vote on this change.

Change subject: build: fix linker error in BloomFileTestBase
......................................................................


Removed Verified-1 by Kudu Jenkins (120)
-- 
To view, visit http://gerrit.cloudera.org:8080/15459
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: deleteVote
Gerrit-Change-Id: I0c4c9506a4afe2476e9adffa5372b7f56bf56199
Gerrit-Change-Number: 15459
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)

[kudu-CR] build: fix linker error in BloomFileTestBase

Posted by "Adar Dembo (Code Review)" <ge...@cloudera.org>.
Adar Dembo has posted comments on this change. ( http://gerrit.cloudera.org:8080/15459 )

Change subject: build: fix linker error in BloomFileTestBase
......................................................................


Patch Set 1: Code-Review+2

Sorry about that.


-- 
To view, visit http://gerrit.cloudera.org:8080/15459
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I0c4c9506a4afe2476e9adffa5372b7f56bf56199
Gerrit-Change-Number: 15459
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Comment-Date: Tue, 17 Mar 2020 17:01:52 +0000
Gerrit-HasComments: No