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

Error installing on macOS 12.0.1 #97

Open
v1adp0s2 opened this issue Dec 6, 2021 · 10 comments
Open

Error installing on macOS 12.0.1 #97

v1adp0s2 opened this issue Dec 6, 2021 · 10 comments

Comments

@v1adp0s2
Copy link

v1adp0s2 commented Dec 6, 2021

Very useful tool, and I've been using it for many years, but after the update of macOS it does not work anymore.

ProductName:	macOS
ProductVersion:	12.0.1
BuildVersion:	21A559

Below the output:

brew install caskformula/caskformula/inkscape
==> Tapping caskformula/caskformula
Cloning into '/usr/local/Homebrew/Library/Taps/caskformula/homebrew-caskformula'...
remote: Enumerating objects: 78, done.
remote: Total 78 (delta 0), reused 0 (delta 0), pack-reused 78
Unpacking objects: 100% (78/78), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/caskformula/homebrew-caskformula/Formula/inkscape.rb
inkscape: private method `include?' called for #<BuildOptions:0x00007fe8338b8558>
Error: Cannot tap caskformula/caskformula: invalid syntax in tap!
@LarsFosdal
Copy link

Experienced the same.

@clexp
Copy link

clexp commented Jan 23, 2022

similar, thanks for putting it together anyway.

@madasme
Copy link

madasme commented Feb 2, 2022

The same here!

@dawit8
Copy link

dawit8 commented Feb 22, 2022

Same error:

brew install caskformula/caskformula/inkscape
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 10 formulae.

==> Tapping caskformula/caskformula
Cloning into '/usr/local/Homebrew/Library/Taps/caskformula/homebrew-caskformula'...
remote: Enumerating objects: 78, done.
Receiving objects: 100% (78/78), 8.96 KiB | 2.99 MiB/s, done.
Resolving deltas: 100% (18/18), done.
remote: Total 78 (delta 0), reused 0 (delta 0), pack-reused 78
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/caskformula/homebrew-caskformula/Formula/inkscape.rb
inkscape: private method `include?' called for #<BuildOptions:0x00007fb16409bcb8>
Error: Cannot tap caskformula/caskformula: invalid syntax in tap!

Any fix in sight? Thanks in advance!

@cyberneid
Copy link

Same error here. Any Fix?

@Natalija-Stepurko
Copy link

Hi. I have exactly the same problem.

@dakala
Copy link

dakala commented May 17, 2022

I've just successfully installed Inkscape on macOS 12.3.1. No sure what did it for me. Maybe it's brew install --cask inkscape instead of brew install caskformula/caskformula/inkscape?

❯ brew install --cask inkscape
Running `brew update --preinstall`...

(I've removed a bunch of lines)

==> Downloading https://media.inkscape.org/dl/resources/file/Inkscape-1.2.0_x86_64.dmg
######################################################################## 100.0%
==> Installing Cask inkscape
==> Moving App 'Inkscape.app' to '/Applications/Inkscape.app'
==> Linking Binary 'inkscape.wrapper.sh' to '/usr/local/bin/inkscape'
🍺  inkscape was successfully installed!

@piarasj
Copy link

piarasj commented May 24, 2022

@dakala is correct: brew install --cask inkscape worked when brew install caskformula/caskformula/inkscape did not on macOS Version 12.3.1 (21E258) Thanks @dakala

@felipecadar
Copy link

I've just successfully installed Inkscape on macOS 12.3.1. No sure what did it for me. Maybe it's brew install --cask inkscape instead of brew install caskformula/caskformula/inkscape?

❯ brew install --cask inkscape
Running `brew update --preinstall`...

(I've removed a bunch of lines)

==> Downloading https://media.inkscape.org/dl/resources/file/Inkscape-1.2.0_x86_64.dmg
######################################################################## 100.0%
==> Installing Cask inkscape
==> Moving App 'Inkscape.app' to '/Applications/Inkscape.app'
==> Linking Binary 'inkscape.wrapper.sh' to '/usr/local/bin/inkscape'
🍺  inkscape was successfully installed!

Worked here!

@Dave-Comstock
Copy link

Worked for me with macOS Sonoma 14.2.1!

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