ctdk / homebrew-ctdk

Some homebrew formulae for programs I've written.
Other
4 stars 1 forks source link

bsdgames-osx: ENV.j1 not valid in current version of homebrew #2

Open ButchAnton opened 5 years ago

ButchAnton commented 5 years ago

When trying to install bsdgames-osx, I receive the following error:

Error: An exception occurred within a child process:
  NoMethodError: undefined method `j1' for #<Object:0x00007fb2af8b9b10>
brew install bsdgames-osx  4.18s user 2.29s system 93% cpu 6.905 total

It appears that ENV.j1 is illegal in the formula.

apjanke commented 5 years ago

Looks like this is the cause of https://github.com/ctdk/bsdgames-osx/issues/7 ("Fails to install on 10.14 Mojave").

I think ENV.j1 has been replaced with ENV.deparallelize. https://github.com/ctdk/homebrew-ctdk/pull/1 looks like the correct fix for this.

apjanke commented 5 years ago

Actually, looks like this was already fixed in https://github.com/ctdk/homebrew-ctdk/commit/0b84a2ea48e1254de5b296f2121ad2d74e0e3ae3? This issue can probably be closed.