Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arpa/inet.h file not found issue #2

Closed
danoz73 opened this issue Oct 6, 2015 · 2 comments
Closed

arpa/inet.h file not found issue #2

danoz73 opened this issue Oct 6, 2015 · 2 comments

Comments

@danoz73
Copy link

danoz73 commented Oct 6, 2015

I am trying to install buck using Homebrew:

brew install --HEAD buck

I get the following error in the ant portion of the process:

==> ant
Last 15 lines from /Users/D/Library/Logs/Homebrew/buck/01.ant:
    [javac] Compiling 17 source files to /private/tmp/buck20151006-3743-uvhmqb/build/classes
    [javac] Compiling 1242 source files to /private/tmp/buck20151006-3743-uvhmqb/build/classes
    [javac] [compiled 201561 lines in 7494 ms: 26896.3 lines/s]
    [javac] [2403 .class files generated]

client:
     [exec] third-party/nailgun/nailgun-client/ng.c:26:11: fatal error: 'arpa/inet.h' file not found
     [exec]         #include <arpa/inet.h>
     [exec]                  ^
     [exec] 1 error generated.

BUILD FAILED
/private/tmp/buck20151006-3743-uvhmqb/build.xml:984: exec returned: 1

Homebrew says my current version of ant is ant 1.9.6

@Coneko
Copy link
Contributor

Coneko commented Oct 7, 2015

Did you install Xcode or the Developer Command Line Tools?

I think you need them to install brew, but you might have uninstalled them.

@Coneko
Copy link
Contributor

Coneko commented Oct 7, 2015

Going to close it as duplicate of facebook/buck#450 in the meantime, let's continue the discussion there.

@Coneko Coneko closed this as completed Oct 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants