totakke/homebrew-openni2

No such file or directory error.

Closed this issue · 3 comments

Hello,

I'm getting this error:

File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 116, in copy
    copyfile(src, dst)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 81, in copyfile
    with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: '/private/tmp/openni2-36Hz/OpenNI2-2.2-beta2/Bin/x64-Release/libOpenNI2.dylib'

When running brew install openni2
Any idea?

Thanks for the report.
But openni2 formula works on my environment.
Please inform your environment by brew --config and detail builing erros by brew install -v openni2.

Brew config is :

HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: b79579a7932baa225185992e47f3edb2cd909d61
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 64-bit core2
OS X: 10.7.5-i386
Xcode: 4.4.1
CLT: 4.4.0.0.1.1249367152
LLVM-GCC: build 2336
Clang: 4.0 build 421
X11: 2.6.5 => /usr/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /Users/louim/.rvm/rubies/ruby-1.9.3-p327/bin/ruby

Logs:
make: http://pastebin.com/8aaJv34n
make.cc: http://pastebin.com/y1b6tuVj
python: http://pastebin.com/cDnx0QMj

I've just fixed the issue.
Please update formulae and retry to install it.