Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

No formula for Meld? #36824

Closed
akras14 opened this issue Feb 15, 2015 · 9 comments
Closed

No formula for Meld? #36824

akras14 opened this issue Feb 15, 2015 · 9 comments

Comments

@akras14
Copy link

akras14 commented Feb 15, 2015

I am not sure if I am missing something. I can't find a formula for meld.

$ brew install meld
Error: No available formula for meld 
Searching formulae...
Searching taps...

Looking through the issues I see that it was moved to homebrew/x11/meld, but if thats the case shouldn't the search point to it?

brew install homebrew/x11/meld does not work for me, but not sure if that's the right way to install meld now.

@jacknagel
Copy link
Contributor

Hmm, works as expected here:

$ brew install meld
Error: No available formula for meld
Searching formulae...
Searching taps...
homebrew/x11/meld
$ brew install homebrew/x11/meld
Cloning into '/usr/local/Library/Taps/homebrew/homebrew-x11'...
remote: Counting objects: 135, done.
remote: Total 135 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (135/135), 56.00 KiB | 0 bytes/s, done.
Resolving deltas: 100% (24/24), done.
Checking connectivity... done.
Tapped 89 formulae
==> Installing meld from homebrew/homebrew-x11

@willbuck
Copy link

Works for me as well! Thanks @jacknagel

@vassudanagunta
Copy link

Yes, but the brew formula as of now installs Meld 1.8. The current version of Meld is 3.12.

@adamv
Copy link
Contributor

adamv commented Mar 4, 2015

Someone will need to submit a pull request for the updated version to https://github.com/Homebrew/homebrew-x11

@Paget
Copy link

Paget commented Mar 5, 2015

@akras14 I ran into the same issue. For whatever reason i couldn't brew install homebrew/x11/meld directly. I had to break it up into steps:

brew install homebrew/x11

and then I could

brew install meld

@akras14
Copy link
Author

akras14 commented Mar 6, 2015

Interesting, I also get this:

$: brew install homebrew/x11/
Error: No available formula for homebrew/x11/
Searching formulae...
Searching taps...
$:
$: brew doctor
Your system is ready to brew.

As a work around, I got it working without brew: http://www.alexkras.com/how-to-run-meld-on-mac-os-x-yosemite-without-homebrew-macports-or-think/

Seems to be a one off issue that not a lot of people run into.

@vassudanagunta
Copy link

I used the same workaround that akras14 mentions. Works well.

@tdsmith
Copy link
Contributor

tdsmith commented Mar 8, 2015

The correct commands are either

brew install homebrew/x11/meld

or

brew tap homebrew/x11
brew install meld

brew install homebrew/x11 does not do anything useful, with or without a trailing slash; homebrew/x11 is a tap and install only operates on formulas (formulas reside within a tap; taps are repositories).

Let us know if we can help with anything else.

@tdsmith tdsmith closed this as completed Mar 8, 2015
@garidan
Copy link

garidan commented Jul 24, 2015

I had the same problem, and I resolved it.
It was due to wrong permissions on folder /usr/local/Library/Taps.
So I did sudo chown -R xxxUSERxxx:admin /usr/local/Library/Taps

@Homebrew Homebrew locked and limited conversation to collaborators Jul 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants