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

compile.sh Unknown option: n Unknown option: 1 #22

Closed
leemcd56 opened this issue Mar 24, 2015 · 5 comments
Closed

compile.sh Unknown option: n Unknown option: 1 #22

leemcd56 opened this issue Mar 24, 2015 · 5 comments

Comments

@leemcd56
Copy link

Compiling on Mac OS X Yosemite 10.10.3 from instructions ends with this:

screenshot at mar 24 12-46-21

@kchodorow
Copy link
Contributor

It looks like head might not support the -n1 format in Yosemite? Can you try running:

$ head --help

and paste the output here? (Please paste the text, not a screenshot, if possible.)

@damienmg
Copy link
Contributor

It actually looks like you have a tool head that do a HEAD request on website. Is that a standard Yosemite or did you installed some other tools? What is which head outputting?

@leemcd56
Copy link
Author

@kchodorow
bash-3.2$ head --help
Unknown option: help
Usage: head [-options] ...
-m use method for the request (default is 'HEAD')
-f make request even if head believes method is illegal
-b Use the specified URL as base
-t Set timeout value
-i Set the If-Modified-Since header on the request
-c use this content-type for POST, PUT, CHECKIN
-a Use text mode for content I/O
-p use this as a proxy
-P don't load proxy settings from environment
-H

send this HTTP header (you can specify several)

-u            Display method and URL before any response
-U            Display request headers (implies -u)
-s            Display response status code
-S            Display response status chain
-e            Display response headers
-d            Do not display content
-o <format>   Process HTML content in various ways

-v            Show program version
-h            Print this message

-x            Extra debugging output

@leemcd56
Copy link
Author

@damienmg You were correct; head was referring to /Applications/XAMPP/xamppfiles/bin/head instead of /usr/bin/head. Fixed and compiled!

@damienmg
Copy link
Contributor

Great!

tomaszstrejczek pushed a commit to tomaszstrejczek/bazel that referenced this issue Oct 20, 2019
* Deactivate sandboxing

Because of spaces in file names of the mono framework, it cannot be
shipped into the sandbox, so deactivate sandboxing for now for this project.

* Remove duplicate 'Rules' in README.md

* Use markdown item list for the menu
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

3 participants