You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "yosuke shiro (JIRA)" <ji...@apache.org> on 2018/01/23 11:45:00 UTC

[jira] [Created] (ARROW-2018) [C++] Build instruction on macOS and Homebrew is incomplete

yosuke shiro created ARROW-2018:
-----------------------------------

             Summary: [C++] Build instruction on macOS and Homebrew is incomplete
                 Key: ARROW-2018
                 URL: https://issues.apache.org/jira/browse/ARROW-2018
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
    Affects Versions: 0.8.0
            Reporter: yosuke shiro


I read [https://github.com/apache/arrow/blob/master/cpp/README.md]

I did the following instruction
{quote}On OS X, you can use [Homebrew|https://brew.sh/]:

brew update && brew bundle --file=c_glib/Brewfile
{quote}
I got the following result
{quote}% brew update && brew bundle --file=c_glib/Brewfile (git)-[master]
Updated 3 taps (caskroom/cask, caskroom/versions, homebrew/core).
==> Updated Formulae
git ✔ bit cryptopp envconsul fwup hugo just leptonica mlt pdnsrec wget
imagemagick@6 ✔ cocoapods dlib etcd gitlab-runner imagemagick khard libtomcrypt nss quicktype wtf
awscli conan dmd fn go imagesnap knot-resolver mariadb-connector-c orc-tools tomcat
bench cryfs dub folly godep jenkins kubernetes-helm micropython parallel vala
==> Tapping homebrew/bundle
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle'...

remote: Counting objects: 59, done.
remote: Compressing objects: 100% (53/53), done.
remote: Total 59 (delta 8), reused 13 (delta 3), pack-reused 0
Unpacking objects: 100% (59/59), done.
Tapped 0 formulae (130 files, 173.3KB)
Error: No Brewfile found
{quote}
 

I need the following information to succeed
 * I need to clone the Apache Arrow repository.
 * I need to move to the top directory.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)