Git Product home page Git Product logo

homebrew-zork's Introduction

Zork Formulae

"ZORK is a game of adventure, danger, and low cunning. In it you will explore some of the most amazing territory ever seen by mortals. No computer should be without one!"

Usage

brew tap wjwwood/zork
brew install zork1 zork2 zork3
zork1

homebrew-zork's People

Contributors

wjwwood avatar bokmann avatar jklmli avatar dori4n avatar habibalamin avatar

Stargazers

viram avatar  avatar PavelSH avatar Lukas Schwab avatar Marcus Mu avatar Maurizio Dimatteo avatar Alex Meub avatar A. Fox avatar Ivaylo Getov avatar  avatar muyinliu avatar ONOUE Origami avatar Douglas R. Miles avatar Nicky McCurdy avatar Chris Mar avatar Ethan Bruning avatar

Watchers

 avatar Douglas R. Miles avatar James Cloos avatar  avatar

homebrew-zork's Issues

Sha1 is deprecated, use Sha256 instead

Running brew upgrade gives the following warnings:

Warning: Calling Formula.sha1 is deprecated!
Use Formula.sha256 instead.
/usr/local/Homebrew/Library/Taps/wjwwood/homebrew-zork/jzip.rb:6:in `<class:Jzip>'
Please report this to the wjwwood/zork tap!

Warning: Calling SoftwareSpec#sha1 is deprecated!
Use SoftwareSpec#sha256 instead.
/usr/local/Homebrew/Library/Taps/wjwwood/homebrew-zork/jzip.rb:6:in `<class:Jzip>'
Please report this to the wjwwood/zork tap!

Warning: Calling Resource#sha1 is deprecated!
Use Resource#sha256 instead.
/usr/local/Homebrew/Library/Taps/wjwwood/homebrew-zork/jzip.rb:6:in `<class:Jzip>'
Please report this to the wjwwood/zork tap!

Warning: Calling Formula.sha1 is deprecated!
Use Formula.sha256 instead.
/usr/local/Homebrew/Library/Taps/wjwwood/homebrew-zork/zork1.rb:9:in `<class:Zork1>'
Please report this to the wjwwood/zork tap!

Warning: Calling SoftwareSpec#sha1 is deprecated!
Use SoftwareSpec#sha256 instead.
/usr/local/Homebrew/Library/Taps/wjwwood/homebrew-zork/zork1.rb:9:in `<class:Zork1>'
Please report this to the wjwwood/zork tap!

Warning: Calling Resource#sha1 is deprecated!
Use Resource#sha256 instead.
/usr/local/Homebrew/Library/Taps/wjwwood/homebrew-zork/zork1.rb:9:in `<class:Zork1>'
Please report this to the wjwwood/zork tap!

Error: undefined method `old_mkdir' for FileUtils:Module

iskon5718:~ eleanor$ brew install zork1
==> Downloading http://www.infocom-if.org/downloads/zork1.zip
Already downloaded: /Library/Caches/Homebrew/zork1-1.zip
Error: undefined method `old_mkdir' for FileUtils:Module
Please report this bug:
    https://github.com/Homebrew/homebrew/wiki/troubleshooting
/usr/local/Library/Homebrew/extend/fileutils.rb:31:in `mkdir'
/usr/local/Library/Taps/wjwwood/homebrew-zork/zork1.rb:10:in `block in copy_without'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/find.rb:43:in `block in find'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/find.rb:42:in `catch'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/find.rb:42:in `find'
/usr/local/Library/Taps/wjwwood/homebrew-zork/zork1.rb:6:in `copy_without'
/usr/local/Library/Taps/wjwwood/homebrew-zork/zork1.rb:27:in `install'
/usr/local/Library/Homebrew/build.rb:172:in `block in install'
/usr/local/Library/Homebrew/formula.rb:259:in `block in brew'
/usr/local/Library/Homebrew/formula.rb:564:in `block in stage'
/usr/local/Library/Homebrew/resource.rb:62:in `block in unpack'
/usr/local/Library/Homebrew/extend/fileutils.rb:21:in `mktemp'
/usr/local/Library/Homebrew/resource.rb:59:in `unpack'
/usr/local/Library/Homebrew/resource.rb:52:in `stage'
/usr/local/Library/Homebrew/formula.rb:562:in `stage'
/usr/local/Library/Homebrew/formula.rb:254:in `brew'
/usr/local/Library/Homebrew/build.rb:149:in `install'
/usr/local/Library/Homebrew/build.rb:44:in `main'
/usr/local/Library/Homebrew/build.rb:10:in `block in <top (required)>'
iskon5718:~ eleanor$ 

Any ideas?

Zork not installable, jzip fails

โ†’ brew install zork1
==> Installing zork1 from wjwwood/zork
==> Installing dependencies for wjwwood/zork/zork1: jzip
==> Installing wjwwood/zork/zork1 dependency: jzip
==> Downloading http://download.sourceforge.net/jzip/jzip21-10oct2000.zip
Already downloaded: /Users/ssonne/Library/Caches/Homebrew/jzip-2.1.zip
==> Patching
patching file osdepend.c
==> make -f unixio.mak
Last 15 lines from /Users/ssonne/Library/Logs/Homebrew/jzip/01.make:
((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
~~~^ ~~~~
fileio.c:123:35: error: member reference base type 'gzFile' (aka 'struct gzFile_s *') is not a structure or union
story_offset += 65536L * jz_getc( gfp );
^~~~~~~~~~~~~~
./ztypes.h:84:20: note: expanded from macro 'jz_getc'
#define jz_getc gzgetc
^
/usr/include/zlib.h:1699:41: note: expanded from macro 'gzgetc'
((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
~~~^ ~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [fileio.o] Error 1
make: *** Waiting for unfinished jobs....

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.