Skip to content

Commit

Permalink
[docs] Add another workaround for macOS
Browse files Browse the repository at this point in the history
I encountered an issue that was preventing me from building thirdparties
and with Adar's help I found a way to get unstuck. This patch adds more
instructions to our macOS installation instructions.

Change-Id: I870189eddec0a2e34221b5bbdf85353a91fcf527
Reviewed-on: http://gerrit.cloudera.org:8080/6456
Reviewed-by: Adar Dembo <[email protected]>
Tested-by: Kudu Jenkins
  • Loading branch information
jdcryans committed Mar 21, 2017
1 parent 4447803 commit 87bd862
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,24 @@ the workspace, and then try to re-build.
----
$ git clean -fdx
$ thirdparty/build-if-necessary.sh
----

- Some combinations of Homebrew installations and system upgrades can result with a
different kind of error:
+
----
libtool: Version mismatch error.  This is libtool 2.4.6, but the
libtool: definition of this LT_INIT comes from libtool 2.4.2.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6
libtool: and run autoconf again.
----
+
As described in this link:https://github.com/Homebrew/legacy-homebrew/issues/43874[thread],
a possible fix is to uninstall and reinstall libtool:
+
[source,bash]
----
$ brew uninstall libtool && brew install libtool
----

. Build Kudu. Choose a build directory for the intermediate output, which can be
Expand Down

0 comments on commit 87bd862

Please sign in to comment.