homebrew linux support
- From:
- Ramesh Angler-eit
- Date:
- 2011-11-24 @ 03:20
Hi,
I am new in homebrew. I have configured homebrew in linux. it is working
like (brew --version and brew --cache)
Please let me know, how to build the nginx package with brew formula.
a, I have run the command brew create nginx and I have typed the formula.
b, While run the command, I am getting error.
root@slack64:/tmp/brew/homebrew# brew install nginx
==> Downloading
http://launchpad.net/nginx/1.1/1.1.4/+download/nginx-1.1.4.tar.gz
File already downloaded and cached to /root/.homebrew/cache
Warning: Cannot verify package integrity
The formula did not provide a download checksum
For your reference the MD5 is: ae0b6d4c229817c247331750c7613d8b
/usr/bin/mktemp: cannot make temp dir /tmp/homebrew-nginx-1.1.4-XXXX:
Invalid argument
Error: Couldn't create build sandbox
root@slack64:/tmp/brew/homebrew#
Please help me how to configure and brew formula
Best Regards,
M. Ramesh Kumar.
Re: [homebrew] homebrew linux support
- From:
- Jack Nagel
- Date:
- 2011-11-24 @ 05:45
On Wed, Nov 23, 2011 at 9:20 PM, Ramesh ANGLER-EIT
<rameshkumar.m@angleritech.com> wrote:
> Hi,
>
> I am new in homebrew. I have configured homebrew in linux. it is working
> like (brew --version and brew --cache)
Homebrew does not support Linux (only Mac OS X). There was some preliminary work
done on a Linux port[1], but I don't think there has been much
activity recently.
Jack
[1] https://github.com/mxcl/homebrew/pull/3153