clementfarabet / torchinstall

A one-line install script for Torch
5 stars 7 forks source link

Mac OS X sudo required #7

Closed Atcold closed 10 years ago

Atcold commented 11 years ago

The installation on Max OS X required sudo permissions as well. Is it odd or just normal?

Warning: Directory 'doc' not found
Updating manifest for /usr/local/lib/luarocks/rocks

penlight 1.1.0-3 is now built and installed in /usr/local/ (license: MIT/X11)

Error: No results matching query were found.
Password:
clementfarabet commented 11 years ago

Did you completely re-install Torch following the new changes? As described here.

Atcold commented 11 years ago

I am re-doing everything right now, starting with updating brew. Shall I keep exporting gcc-4.9 and g++-4.9 as CC and CXX?

Atcold commented 11 years ago

This is the output

atcold@Alf ~ $ curl -s https://raw.github.com/clementfarabet/torchinstall/master/install-all | bash
Warning: git-1.8.3.2 already installed
Warning: readline-6.2.4 already installed
Warning: cmake-2.8.11.1 already installed
Warning: wget-1.14 already installed
Warning: qt-4.8.4 already installed
Warning: jpeg-8d already installed
Warning: imagemagick-6.8.6-3 already installed
Warning: zeromq-3.2.3 already installed
Linking /usr/local/Cellar/readline/6.2.4... 12 symlinks created
==> Torch7's dependencies have been installed
Installing Torch into: /usr/local
fatal: destination path 'torch' already exists and is not an empty directory.
mkdir: build: File exists
Already on 'master'
Already up-to-date.
-- Performing Test C_HAS_WALL
-- Performing Test C_HAS_WALL - Success
-- Performing Test C_HAS_NO_UNUSED_FUNCTION
-- Performing Test C_HAS_NO_UNUSED_FUNCTION - Success
-- Performing Test C_HAS_FEXCEPTIONS
-- Performing Test C_HAS_FEXCEPTIONS - Success
-- Performing Test CXX_HAS_WALL
-- Performing Test CXX_HAS_WALL - Success
-- Performing Test CXX_HAS_NO_UNUSED_FUNCTION
-- Performing Test CXX_HAS_NO_UNUSED_FUNCTION - Success
-- MAC OS Darwin Version: 11
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp  
-- Compiling with OpenMP support
-- Could not find hardware support for NEON on this machine.
-- No OMAP3 processor on this on this machine.
-- No OMAP4 processor on this on this machine.
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for sin in m
-- Looking for sin in m - found
-- Found readline library
-- Performing Test LJ_TARGET_X64
-- Performing Test LJ_TARGET_X64 - Success
-- LuaJIT Target: x64
-- Performing Test LJ_ARCH_BITS_64
-- Performing Test LJ_ARCH_BITS_64 - Success
-- Performing Test LJ_HASJIT_1
-- Performing Test LJ_HASJIT_1 - Success
-- Performing Test LJ_HASFFI_1
-- Performing Test LJ_HASFFI_1 - Success
-- Performing Test LJ_DUALNUM_1
-- Performing Test LJ_DUALNUM_1 - Failed
-- Performing Test LJ_ARCH_HASFPU_1
-- Performing Test LJ_ARCH_HASFPU_1 - Success
-- Performing Test LJ_ABI_SOFTFP_1
-- Performing Test LJ_ABI_SOFTFP_1 - Failed
-- Looking for sin in m
-- Looking for sin in m - found
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - found
-- Looking for QT_MAC_USE_COCOA
-- Looking for QT_MAC_USE_COCOA - found
-- Found Qt4: /usr/local/bin/qmake (found suitable version "4.8.4", minimum required is "4.3.0") 
-- Found readline library
-- Looking for rl_completion_matches
-- Looking for rl_completion_matches - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for include file signal.h
-- Looking for include file signal.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file errno.h
-- Looking for include file errno.h - found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for isatty
-- Looking for isatty - found
-- Looking for sigprocmask
-- Looking for sigprocmask - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for signal
-- Looking for signal - found
-- Looking for pthread_sigmask
-- Looking for pthread_sigmask - found
-- Looking for XInitThreads
-- Looking for XInitThreads - not found
-- Found Wget: /usr/local/bin/wget  
-- Found MD5: /sbin/md5  
-- Looking for mmap
-- Looking for mmap - found
-- Performing Test C_HAS_SSE1_1
-- Performing Test C_HAS_SSE1_1 - Success
-- Performing Test C_HAS_SSE2_1
-- Performing Test C_HAS_SSE2_1 - Success
-- Performing Test C_HAS_SSE3_1
-- Performing Test C_HAS_SSE3_1 - Success
-- Performing Test C_HAS_SSE4_1_1
-- Performing Test C_HAS_SSE4_1_1 - Failed
-- Performing Test C_HAS_SSE4_1_2
-- Performing Test C_HAS_SSE4_1_2 - Success
-- Performing Test C_HAS_SSE4_2_1
-- Performing Test C_HAS_SSE4_2_1 - Failed
-- Performing Test C_HAS_SSE4_2_2
-- Performing Test C_HAS_SSE4_2_2 - Success
-- Performing Test CXX_HAS_SSE1_1
-- Performing Test CXX_HAS_SSE1_1 - Success
-- Performing Test CXX_HAS_SSE2_1
-- Performing Test CXX_HAS_SSE2_1 - Success
-- Performing Test CXX_HAS_SSE3_1
-- Performing Test CXX_HAS_SSE3_1 - Success
-- Performing Test CXX_HAS_SSE4_1_1
-- Performing Test CXX_HAS_SSE4_1_1 - Failed
-- Performing Test CXX_HAS_SSE4_1_2
-- Performing Test CXX_HAS_SSE4_1_2 - Success
-- Performing Test CXX_HAS_SSE4_2_1
-- Performing Test CXX_HAS_SSE4_2_1 - Failed
-- Performing Test CXX_HAS_SSE4_2_2
-- Performing Test CXX_HAS_SSE4_2_2 - Success
-- Check size of void*
-- Check size of void* - done
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_intel: not found
-- Checking for [mkl - guide - pthread - m]
--   Library mkl: not found
-- MKL library not found
-- Checking for [openblas - gfortran]
--   Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [openblas - gfortran - pthread]
--   Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran]
--   Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran - pthread]
--   Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [acml - gfortran]
--   Library acml: BLAS_acml_LIBRARY-NOTFOUND
-- Checking for [Accelerate]
--   Library Accelerate: /System/Library/Frameworks/Accelerate.framework
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Performing Test BLAS_F2C_DOUBLE_WORKS
-- Performing Test BLAS_F2C_DOUBLE_WORKS - Success
-- Performing Test BLAS_F2C_FLOAT_WORKS
-- Performing Test BLAS_F2C_FLOAT_WORKS - Failed
-- This BLAS uses the F2C return conventions
-- Found a library with BLAS API (accelerate).
-- Looking for cheev_
-- Looking for cheev_ - found
-- Found a library with LAPACK API. (accelerate)
-- Performing Test C_HAS_inline
-- Performing Test C_HAS_inline - Success
-- C inline is supported (inline)
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file time.h
-- Looking for include file time.h - found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for getcwd
-- Looking for getcwd - found
-- CUDA_TOOLKIT_ROOT_DIR not found or specified
-- Could NOT find CUDA (missing:  CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY _cuda_version_acceptable) (Required is at least version "4.0")
-- Disabling CUDA (CUDA 4.0 required, and not found)
-- If CUDA 4.0 is installed, then specify CUDA_TOOLKIT_ROOT_DIR
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/torch/build
[  0%] Built target minilua
[  1%] Built target buildvm
[ 15%] Built target liblua-static
[ 15%] Built target lua-static
[ 15%] Built target qt-dok-index
[ 15%] Built target qtcore-dok-index
[ 15%] Built target qtgui-dok-index
[ 15%] Built target qtide-dok-index
[ 15%] Built target qtsvg-dok-index
[ 15%] Built target qttorch-dok-index
[ 15%] Built target qtuiloader-dok-index
[ 15%] Built target qtwidget-dok-index
[ 15%] Built target luat-dok-index
[ 15%] Built target tutorial-dok-index
[ 15%] Built target install-dok-index
[ 15%] Built target lua-dok-index
[ 15%] Built target gnuplot-dok-index
[ 15%] Built target paths-dok-index
[ 15%] Built target torch-dok-index
[ 15%] Built target wrap-dok-index
[ 15%] Built target nn-dok-index
Scanning dependencies of target main-index-dok-files
[ 17%] Built target main-index-dok-files
[ 19%] Built target qt-dok-files
[ 21%] Built target qtcore-dok-files
[ 23%] Built target qtgui-dok-files
[ 25%] Built target qtide-dok-files
[ 27%] Built target qtsvg-dok-files
[ 29%] Built target qttorch-dok-files
[ 31%] Built target qtuiloader-dok-files
[ 33%] Built target qtwidget-dok-files
[ 37%] Built target gnuplot-dok-files
[ 39%] Built target luat-dok-files
[ 41%] Built target tutorial-dok-files
[ 43%] Built target install-dok-files
[ 45%] Built target lua-dok-files
[ 47%] Built target paths-dok-files
[ 52%] Built target torch-dok-files
[ 55%] Built target wrap-dok-files
[ 61%] Built target nn-dok-files
Scanning dependencies of target documentation-dok
[ 61%] Built documentation
[ 61%] Built target documentation-dok
[ 76%] Built target liblua-shared
[ 76%] Built target lua
[ 77%] Built target libqtlua
[ 79%] Built target libqlua
[ 79%] Built target macqlua
[ 80%] Built target qlua
[ 80%] Built target libqtcore
[ 81%] Built target libqtgui
[ 91%] Built target libqtide
[ 91%] Built target libqtsvg
[ 93%] Built target TH
[ 94%] Built target luaT
[ 95%] Built target libqttorch
[ 95%] Built target libqtuiloader
[ 97%] Built target libqtwidget
[ 97%] Built target torch-exe
[ 97%] Built target paths
[100%] Built target torch
[100%] Built target nn
[  0%] Built target minilua
[  1%] Built target buildvm
[ 15%] Built target liblua-static
[ 15%] Built target lua-static
[ 15%] Built target qt-dok-index
[ 15%] Built target qtcore-dok-index
[ 15%] Built target qtgui-dok-index
[ 15%] Built target qtide-dok-index
[ 15%] Built target qtsvg-dok-index
[ 15%] Built target qttorch-dok-index
[ 15%] Built target qtuiloader-dok-index
[ 15%] Built target qtwidget-dok-index
[ 15%] Built target luat-dok-index
[ 15%] Built target tutorial-dok-index
[ 15%] Built target install-dok-index
[ 15%] Built target lua-dok-index
[ 15%] Built target gnuplot-dok-index
[ 15%] Built target paths-dok-index
[ 15%] Built target torch-dok-index
[ 15%] Built target wrap-dok-index
[ 15%] Built target nn-dok-index
[ 17%] Built target main-index-dok-files
[ 19%] Built target qt-dok-files
[ 21%] Built target qtcore-dok-files
[ 23%] Built target qtgui-dok-files
[ 25%] Built target qtide-dok-files
[ 27%] Built target qtsvg-dok-files
[ 29%] Built target qttorch-dok-files
[ 31%] Built target qtuiloader-dok-files
[ 33%] Built target qtwidget-dok-files
[ 37%] Built target gnuplot-dok-files
[ 39%] Built target luat-dok-files
[ 41%] Built target tutorial-dok-files
[ 43%] Built target install-dok-files
[ 45%] Built target lua-dok-files
[ 47%] Built target paths-dok-files
[ 52%] Built target torch-dok-files
[ 55%] Built target wrap-dok-files
[ 61%] Built target nn-dok-files
[ 61%] Built documentation
[ 61%] Built target documentation-dok
[ 76%] Built target liblua-shared
[ 76%] Built target lua
[ 77%] Built target libqtlua
[ 79%] Built target libqlua
[ 79%] Built target macqlua
[ 80%] Built target qlua
[ 80%] Built target libqtcore
[ 81%] Built target libqtgui
[ 91%] Built target libqtide
[ 91%] Built target libqtsvg
[ 93%] Built target TH
[ 94%] Built target luaT
[ 95%] Built target libqttorch
[ 95%] Built target libqtuiloader
[ 97%] Built target libqtwidget
[ 97%] Built target torch-exe
[ 97%] Built target paths
[100%] Built target torch
[100%] Built target nn
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/share/torch/dok
-- Installing: /usr/local/share/torch/dok/gnuplot
-- Installing: /usr/local/share/torch/dok/gnuplot/index.txt
-- Installing: /usr/local/share/torch/dok/index.txt
-- Installing: /usr/local/share/torch/dok/install
-- Installing: /usr/local/share/torch/dok/install/blas.txt
-- Installing: /usr/local/share/torch/dok/install/index.txt
-- Installing: /usr/local/share/torch/dok/install/installqtdebian.txt
-- Installing: /usr/local/share/torch/dok/install/installqtwindows.txt
-- Installing: /usr/local/share/torch/dok/lua
-- Installing: /usr/local/share/torch/dok/lua/index.txt
-- Installing: /usr/local/share/torch/dok/luat
-- Installing: /usr/local/share/torch/dok/luat/index.txt
-- Installing: /usr/local/share/torch/dok/nn
-- Installing: /usr/local/share/torch/dok/nn/index.txt
-- Installing: /usr/local/share/torch/dok/paths
-- Installing: /usr/local/share/torch/dok/paths/index.txt
-- Installing: /usr/local/share/torch/dok/qt
-- Installing: /usr/local/share/torch/dok/qt/index.txt
-- Installing: /usr/local/share/torch/dok/qtcore
-- Installing: /usr/local/share/torch/dok/qtcore/index.txt
-- Installing: /usr/local/share/torch/dok/qtgui
-- Installing: /usr/local/share/torch/dok/qtgui/index.txt
-- Installing: /usr/local/share/torch/dok/qtide
-- Installing: /usr/local/share/torch/dok/qtide/index.txt
-- Installing: /usr/local/share/torch/dok/qtsvg
-- Installing: /usr/local/share/torch/dok/qtsvg/index.txt
-- Installing: /usr/local/share/torch/dok/qttorch
-- Installing: /usr/local/share/torch/dok/qttorch/index.txt
-- Installing: /usr/local/share/torch/dok/qtuiloader
-- Installing: /usr/local/share/torch/dok/qtuiloader/index.txt
-- Installing: /usr/local/share/torch/dok/qtwidget
-- Installing: /usr/local/share/torch/dok/qtwidget/index.txt
-- Installing: /usr/local/share/torch/dok/torch
-- Installing: /usr/local/share/torch/dok/torch/cmdline.txt
-- Installing: /usr/local/share/torch/dok/torch/diskfile.txt
-- Installing: /usr/local/share/torch/dok/torch/file.txt
-- Installing: /usr/local/share/torch/dok/torch/index.txt
-- Installing: /usr/local/share/torch/dok/torch/maths.txt
-- Installing: /usr/local/share/torch/dok/torch/memoryfile.txt
-- Installing: /usr/local/share/torch/dok/torch/pipefile.txt
-- Installing: /usr/local/share/torch/dok/torch/random.txt
-- Installing: /usr/local/share/torch/dok/torch/serialization.txt
-- Installing: /usr/local/share/torch/dok/torch/storage.txt
-- Installing: /usr/local/share/torch/dok/torch/tensor.txt
-- Installing: /usr/local/share/torch/dok/torch/tester.txt
-- Installing: /usr/local/share/torch/dok/torch/timer.txt
-- Installing: /usr/local/share/torch/dok/torch/utility.txt
-- Installing: /usr/local/share/torch/dok/tutorial
-- Installing: /usr/local/share/torch/dok/tutorial/index.txt
-- Installing: /usr/local/share/torch/dok/wrap
-- Installing: /usr/local/share/torch/dok/wrap/index.txt
-- Installing: /usr/local/share/torch/dokmedia
-- Installing: /usr/local/share/torch/dokmedia/gnuplot
-- Installing: /usr/local/share/torch/dokmedia/gnuplot/plot_filled.png
-- Installing: /usr/local/share/torch/dokmedia/gnuplot/plot_hist.png
-- Installing: /usr/local/share/torch/dokmedia/gnuplot/plot_imagesc.png
-- Installing: /usr/local/share/torch/dokmedia/gnuplot/plot_sincos.png
-- Installing: /usr/local/share/torch/dokmedia/gnuplot/plot_splot.png
-- Installing: /usr/local/share/torch/dokmedia/gnuplot/plot_splot2.png
-- Installing: /usr/local/share/torch/dokmedia/gnuplot/plot_x.png
-- Installing: /usr/local/share/torch/dokmedia/gnuplot/plot_xyf.png
-- Installing: /usr/local/share/torch/dokmedia/install
-- Installing: /usr/local/share/torch/dokmedia/lua
-- Installing: /usr/local/share/torch/dokmedia/luat
-- Installing: /usr/local/share/torch/dokmedia/nn
-- Installing: /usr/local/share/torch/dokmedia/nn/abs.png
-- Installing: /usr/local/share/torch/dokmedia/nn/exp.png
-- Installing: /usr/local/share/torch/dokmedia/nn/hshrink.png
-- Installing: /usr/local/share/torch/dokmedia/nn/htanh.png
-- Installing: /usr/local/share/torch/dokmedia/nn/lena.jpg
-- Installing: /usr/local/share/torch/dokmedia/nn/lenap.jpg
-- Installing: /usr/local/share/torch/dokmedia/nn/logsigmoid.png
-- Installing: /usr/local/share/torch/dokmedia/nn/logsoftmax.png
-- Installing: /usr/local/share/torch/dokmedia/nn/power.png
-- Installing: /usr/local/share/torch/dokmedia/nn/sigmmoid.png
-- Installing: /usr/local/share/torch/dokmedia/nn/sigmoid.png
-- Installing: /usr/local/share/torch/dokmedia/nn/softmax.png
-- Installing: /usr/local/share/torch/dokmedia/nn/softmin.png
-- Installing: /usr/local/share/torch/dokmedia/nn/softplus.png
-- Installing: /usr/local/share/torch/dokmedia/nn/softsign.png
-- Installing: /usr/local/share/torch/dokmedia/nn/sqrt.png
-- Installing: /usr/local/share/torch/dokmedia/nn/square.png
-- Installing: /usr/local/share/torch/dokmedia/nn/sshrink.png
-- Installing: /usr/local/share/torch/dokmedia/nn/tanh.png
-- Installing: /usr/local/share/torch/dokmedia/paths
-- Installing: /usr/local/share/torch/dokmedia/qt
-- Installing: /usr/local/share/torch/dokmedia/qtcore
-- Installing: /usr/local/share/torch/dokmedia/qtgui
-- Installing: /usr/local/share/torch/dokmedia/qtide
-- Installing: /usr/local/share/torch/dokmedia/qtsvg
-- Installing: /usr/local/share/torch/dokmedia/qttorch
-- Installing: /usr/local/share/torch/dokmedia/qtuiloader
-- Installing: /usr/local/share/torch/dokmedia/qtwidget
-- Installing: /usr/local/share/torch/dokmedia/torch
-- Installing: /usr/local/share/torch/dokmedia/tutorial
-- Installing: /usr/local/share/torch/dokmedia/wrap
-- Installing: /usr/local/share/torch/html
-- Installing: /usr/local/share/torch/html/doctorch.css
-- Installing: /usr/local/share/torch/html/gnuplot
-- Installing: /usr/local/share/torch/html/gnuplot/doctorch.css
-- Installing: /usr/local/share/torch/html/gnuplot/index.html
-- Installing: /usr/local/share/torch/html/gnuplot/jquery.js
-- Installing: /usr/local/share/torch/html/gnuplot/jse_form.js
-- Installing: /usr/local/share/torch/html/gnuplot/plot_filled.png
-- Installing: /usr/local/share/torch/html/gnuplot/plot_hist.png
-- Installing: /usr/local/share/torch/html/gnuplot/plot_imagesc.png
-- Installing: /usr/local/share/torch/html/gnuplot/plot_sincos.png
-- Installing: /usr/local/share/torch/html/gnuplot/plot_splot.png
-- Installing: /usr/local/share/torch/html/gnuplot/plot_splot2.png
-- Installing: /usr/local/share/torch/html/gnuplot/plot_x.png
-- Installing: /usr/local/share/torch/html/gnuplot/plot_xyf.png
-- Installing: /usr/local/share/torch/html/gnuplot/shBrushBash.js
-- Installing: /usr/local/share/torch/html/gnuplot/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/gnuplot/shBrushLua.js
-- Installing: /usr/local/share/torch/html/gnuplot/shCore.css
-- Installing: /usr/local/share/torch/html/gnuplot/shCore.js
-- Installing: /usr/local/share/torch/html/gnuplot/torchlogo.png
-- Installing: /usr/local/share/torch/html/index.html
-- Installing: /usr/local/share/torch/html/install
-- Installing: /usr/local/share/torch/html/install/blas.html
-- Installing: /usr/local/share/torch/html/install/doctorch.css
-- Installing: /usr/local/share/torch/html/install/index.html
-- Installing: /usr/local/share/torch/html/install/installqtdebian.html
-- Installing: /usr/local/share/torch/html/install/installqtwindows.html
-- Installing: /usr/local/share/torch/html/install/jquery.js
-- Installing: /usr/local/share/torch/html/install/jse_form.js
-- Installing: /usr/local/share/torch/html/install/shBrushBash.js
-- Installing: /usr/local/share/torch/html/install/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/install/shBrushLua.js
-- Installing: /usr/local/share/torch/html/install/shCore.css
-- Installing: /usr/local/share/torch/html/install/shCore.js
-- Installing: /usr/local/share/torch/html/install/torchlogo.png
-- Installing: /usr/local/share/torch/html/jquery.js
-- Installing: /usr/local/share/torch/html/jse_form.js
-- Installing: /usr/local/share/torch/html/lua
-- Installing: /usr/local/share/torch/html/lua/doctorch.css
-- Installing: /usr/local/share/torch/html/lua/index.html
-- Installing: /usr/local/share/torch/html/lua/jquery.js
-- Installing: /usr/local/share/torch/html/lua/jse_form.js
-- Installing: /usr/local/share/torch/html/lua/shBrushBash.js
-- Installing: /usr/local/share/torch/html/lua/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/lua/shBrushLua.js
-- Installing: /usr/local/share/torch/html/lua/shCore.css
-- Installing: /usr/local/share/torch/html/lua/shCore.js
-- Installing: /usr/local/share/torch/html/lua/torchlogo.png
-- Installing: /usr/local/share/torch/html/luat
-- Installing: /usr/local/share/torch/html/luat/doctorch.css
-- Installing: /usr/local/share/torch/html/luat/index.html
-- Installing: /usr/local/share/torch/html/luat/jquery.js
-- Installing: /usr/local/share/torch/html/luat/jse_form.js
-- Installing: /usr/local/share/torch/html/luat/shBrushBash.js
-- Installing: /usr/local/share/torch/html/luat/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/luat/shBrushLua.js
-- Installing: /usr/local/share/torch/html/luat/shCore.css
-- Installing: /usr/local/share/torch/html/luat/shCore.js
-- Installing: /usr/local/share/torch/html/luat/torchlogo.png
-- Installing: /usr/local/share/torch/html/nn
-- Installing: /usr/local/share/torch/html/nn/abs.png
-- Installing: /usr/local/share/torch/html/nn/doctorch.css
-- Installing: /usr/local/share/torch/html/nn/exp.png
-- Installing: /usr/local/share/torch/html/nn/hshrink.png
-- Installing: /usr/local/share/torch/html/nn/htanh.png
-- Installing: /usr/local/share/torch/html/nn/index.html
-- Installing: /usr/local/share/torch/html/nn/jquery.js
-- Installing: /usr/local/share/torch/html/nn/jse_form.js
-- Installing: /usr/local/share/torch/html/nn/lena.jpg
-- Installing: /usr/local/share/torch/html/nn/lenap.jpg
-- Installing: /usr/local/share/torch/html/nn/logsigmoid.png
-- Installing: /usr/local/share/torch/html/nn/logsoftmax.png
-- Installing: /usr/local/share/torch/html/nn/power.png
-- Installing: /usr/local/share/torch/html/nn/shBrushBash.js
-- Installing: /usr/local/share/torch/html/nn/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/nn/shBrushLua.js
-- Installing: /usr/local/share/torch/html/nn/shCore.css
-- Installing: /usr/local/share/torch/html/nn/shCore.js
-- Installing: /usr/local/share/torch/html/nn/sigmmoid.png
-- Installing: /usr/local/share/torch/html/nn/sigmoid.png
-- Installing: /usr/local/share/torch/html/nn/softmax.png
-- Installing: /usr/local/share/torch/html/nn/softmin.png
-- Installing: /usr/local/share/torch/html/nn/softplus.png
-- Installing: /usr/local/share/torch/html/nn/softsign.png
-- Installing: /usr/local/share/torch/html/nn/sqrt.png
-- Installing: /usr/local/share/torch/html/nn/square.png
-- Installing: /usr/local/share/torch/html/nn/sshrink.png
-- Installing: /usr/local/share/torch/html/nn/tanh.png
-- Installing: /usr/local/share/torch/html/nn/torchlogo.png
-- Installing: /usr/local/share/torch/html/paths
-- Installing: /usr/local/share/torch/html/paths/doctorch.css
-- Installing: /usr/local/share/torch/html/paths/index.html
-- Installing: /usr/local/share/torch/html/paths/jquery.js
-- Installing: /usr/local/share/torch/html/paths/jse_form.js
-- Installing: /usr/local/share/torch/html/paths/shBrushBash.js
-- Installing: /usr/local/share/torch/html/paths/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/paths/shBrushLua.js
-- Installing: /usr/local/share/torch/html/paths/shCore.css
-- Installing: /usr/local/share/torch/html/paths/shCore.js
-- Installing: /usr/local/share/torch/html/paths/torchlogo.png
-- Installing: /usr/local/share/torch/html/qt
-- Installing: /usr/local/share/torch/html/qt/doctorch.css
-- Installing: /usr/local/share/torch/html/qt/index.html
-- Installing: /usr/local/share/torch/html/qt/jquery.js
-- Installing: /usr/local/share/torch/html/qt/jse_form.js
-- Installing: /usr/local/share/torch/html/qt/shBrushBash.js
-- Installing: /usr/local/share/torch/html/qt/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/qt/shBrushLua.js
-- Installing: /usr/local/share/torch/html/qt/shCore.css
-- Installing: /usr/local/share/torch/html/qt/shCore.js
-- Installing: /usr/local/share/torch/html/qt/torchlogo.png
-- Installing: /usr/local/share/torch/html/qtcore
-- Installing: /usr/local/share/torch/html/qtcore/doctorch.css
-- Installing: /usr/local/share/torch/html/qtcore/index.html
-- Installing: /usr/local/share/torch/html/qtcore/jquery.js
-- Installing: /usr/local/share/torch/html/qtcore/jse_form.js
-- Installing: /usr/local/share/torch/html/qtcore/shBrushBash.js
-- Installing: /usr/local/share/torch/html/qtcore/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/qtcore/shBrushLua.js
-- Installing: /usr/local/share/torch/html/qtcore/shCore.css
-- Installing: /usr/local/share/torch/html/qtcore/shCore.js
-- Installing: /usr/local/share/torch/html/qtcore/torchlogo.png
-- Installing: /usr/local/share/torch/html/qtgui
-- Installing: /usr/local/share/torch/html/qtgui/doctorch.css
-- Installing: /usr/local/share/torch/html/qtgui/index.html
-- Installing: /usr/local/share/torch/html/qtgui/jquery.js
-- Installing: /usr/local/share/torch/html/qtgui/jse_form.js
-- Installing: /usr/local/share/torch/html/qtgui/shBrushBash.js
-- Installing: /usr/local/share/torch/html/qtgui/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/qtgui/shBrushLua.js
-- Installing: /usr/local/share/torch/html/qtgui/shCore.css
-- Installing: /usr/local/share/torch/html/qtgui/shCore.js
-- Installing: /usr/local/share/torch/html/qtgui/torchlogo.png
-- Installing: /usr/local/share/torch/html/qtide
-- Installing: /usr/local/share/torch/html/qtide/doctorch.css
-- Installing: /usr/local/share/torch/html/qtide/index.html
-- Installing: /usr/local/share/torch/html/qtide/jquery.js
-- Installing: /usr/local/share/torch/html/qtide/jse_form.js
-- Installing: /usr/local/share/torch/html/qtide/shBrushBash.js
-- Installing: /usr/local/share/torch/html/qtide/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/qtide/shBrushLua.js
-- Installing: /usr/local/share/torch/html/qtide/shCore.css
-- Installing: /usr/local/share/torch/html/qtide/shCore.js
-- Installing: /usr/local/share/torch/html/qtide/torchlogo.png
-- Installing: /usr/local/share/torch/html/qtsvg
-- Installing: /usr/local/share/torch/html/qtsvg/doctorch.css
-- Installing: /usr/local/share/torch/html/qtsvg/index.html
-- Installing: /usr/local/share/torch/html/qtsvg/jquery.js
-- Installing: /usr/local/share/torch/html/qtsvg/jse_form.js
-- Installing: /usr/local/share/torch/html/qtsvg/shBrushBash.js
-- Installing: /usr/local/share/torch/html/qtsvg/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/qtsvg/shBrushLua.js
-- Installing: /usr/local/share/torch/html/qtsvg/shCore.css
-- Installing: /usr/local/share/torch/html/qtsvg/shCore.js
-- Installing: /usr/local/share/torch/html/qtsvg/torchlogo.png
-- Installing: /usr/local/share/torch/html/qttorch
-- Installing: /usr/local/share/torch/html/qttorch/doctorch.css
-- Installing: /usr/local/share/torch/html/qttorch/index.html
-- Installing: /usr/local/share/torch/html/qttorch/jquery.js
-- Installing: /usr/local/share/torch/html/qttorch/jse_form.js
-- Installing: /usr/local/share/torch/html/qttorch/shBrushBash.js
-- Installing: /usr/local/share/torch/html/qttorch/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/qttorch/shBrushLua.js
-- Installing: /usr/local/share/torch/html/qttorch/shCore.css
-- Installing: /usr/local/share/torch/html/qttorch/shCore.js
-- Installing: /usr/local/share/torch/html/qttorch/torchlogo.png
-- Installing: /usr/local/share/torch/html/qtuiloader
-- Installing: /usr/local/share/torch/html/qtuiloader/doctorch.css
-- Installing: /usr/local/share/torch/html/qtuiloader/index.html
-- Installing: /usr/local/share/torch/html/qtuiloader/jquery.js
-- Installing: /usr/local/share/torch/html/qtuiloader/jse_form.js
-- Installing: /usr/local/share/torch/html/qtuiloader/shBrushBash.js
-- Installing: /usr/local/share/torch/html/qtuiloader/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/qtuiloader/shBrushLua.js
-- Installing: /usr/local/share/torch/html/qtuiloader/shCore.css
-- Installing: /usr/local/share/torch/html/qtuiloader/shCore.js
-- Installing: /usr/local/share/torch/html/qtuiloader/torchlogo.png
-- Installing: /usr/local/share/torch/html/qtwidget
-- Installing: /usr/local/share/torch/html/qtwidget/doctorch.css
-- Installing: /usr/local/share/torch/html/qtwidget/index.html
-- Installing: /usr/local/share/torch/html/qtwidget/jquery.js
-- Installing: /usr/local/share/torch/html/qtwidget/jse_form.js
-- Installing: /usr/local/share/torch/html/qtwidget/shBrushBash.js
-- Installing: /usr/local/share/torch/html/qtwidget/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/qtwidget/shBrushLua.js
-- Installing: /usr/local/share/torch/html/qtwidget/shCore.css
-- Installing: /usr/local/share/torch/html/qtwidget/shCore.js
-- Installing: /usr/local/share/torch/html/qtwidget/torchlogo.png
-- Installing: /usr/local/share/torch/html/shBrushBash.js
-- Installing: /usr/local/share/torch/html/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/shBrushLua.js
-- Installing: /usr/local/share/torch/html/shCore.css
-- Installing: /usr/local/share/torch/html/shCore.js
-- Installing: /usr/local/share/torch/html/torch
-- Installing: /usr/local/share/torch/html/torch/cmdline.html
-- Installing: /usr/local/share/torch/html/torch/diskfile.html
-- Installing: /usr/local/share/torch/html/torch/doctorch.css
-- Installing: /usr/local/share/torch/html/torch/file.html
-- Installing: /usr/local/share/torch/html/torch/index.html
-- Installing: /usr/local/share/torch/html/torch/jquery.js
-- Installing: /usr/local/share/torch/html/torch/jse_form.js
-- Installing: /usr/local/share/torch/html/torch/maths.html
-- Installing: /usr/local/share/torch/html/torch/memoryfile.html
-- Installing: /usr/local/share/torch/html/torch/pipefile.html
-- Installing: /usr/local/share/torch/html/torch/random.html
-- Installing: /usr/local/share/torch/html/torch/serialization.html
-- Installing: /usr/local/share/torch/html/torch/shBrushBash.js
-- Installing: /usr/local/share/torch/html/torch/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/torch/shBrushLua.js
-- Installing: /usr/local/share/torch/html/torch/shCore.css
-- Installing: /usr/local/share/torch/html/torch/shCore.js
-- Installing: /usr/local/share/torch/html/torch/storage.html
-- Installing: /usr/local/share/torch/html/torch/tensor.html
-- Installing: /usr/local/share/torch/html/torch/tester.html
-- Installing: /usr/local/share/torch/html/torch/timer.html
-- Installing: /usr/local/share/torch/html/torch/torchlogo.png
-- Installing: /usr/local/share/torch/html/torch/utility.html
-- Installing: /usr/local/share/torch/html/torchlogo.png
-- Installing: /usr/local/share/torch/html/tutorial
-- Installing: /usr/local/share/torch/html/tutorial/doctorch.css
-- Installing: /usr/local/share/torch/html/tutorial/index.html
-- Installing: /usr/local/share/torch/html/tutorial/jquery.js
-- Installing: /usr/local/share/torch/html/tutorial/jse_form.js
-- Installing: /usr/local/share/torch/html/tutorial/shBrushBash.js
-- Installing: /usr/local/share/torch/html/tutorial/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/tutorial/shBrushLua.js
-- Installing: /usr/local/share/torch/html/tutorial/shCore.css
-- Installing: /usr/local/share/torch/html/tutorial/shCore.js
-- Installing: /usr/local/share/torch/html/tutorial/torchlogo.png
-- Installing: /usr/local/share/torch/html/wrap
-- Installing: /usr/local/share/torch/html/wrap/doctorch.css
-- Installing: /usr/local/share/torch/html/wrap/index.html
-- Installing: /usr/local/share/torch/html/wrap/jquery.js
-- Installing: /usr/local/share/torch/html/wrap/jse_form.js
-- Installing: /usr/local/share/torch/html/wrap/shBrushBash.js
-- Installing: /usr/local/share/torch/html/wrap/shBrushCpp.js
-- Installing: /usr/local/share/torch/html/wrap/shBrushLua.js
-- Installing: /usr/local/share/torch/html/wrap/shCore.css
-- Installing: /usr/local/share/torch/html/wrap/shCore.js
-- Installing: /usr/local/share/torch/html/wrap/torchlogo.png
dyld: Library not loaded: @executable_path/../lib/libtorch-lua.dylib
  Referenced from: /usr/local/bin/torch-lua
  Reason: image not found
-- Up-to-date: /usr/local/share/cmake/torch/TorchExports.cmake
-- Installing: /usr/local/share/cmake/torch/TorchExports-release.cmake
-- Up-to-date: /usr/local/share/cmake/torch/TorchConfig.cmake
-- Up-to-date: /usr/local/share/cmake/torch/TorchPathsInit.cmake
-- Up-to-date: /usr/local/share/cmake/torch/TorchCFlags.cmake
-- Up-to-date: /usr/local/share/cmake/torch/TorchPackage.cmake
-- Up-to-date: /usr/local/share/cmake/torch/TorchWrap.cmake
-- Up-to-date: /usr/local/share/cmake/torch/TorchDOK.cmake
-- Up-to-date: /usr/local/share/cmake/torch/TorchLua2exe.cmake
-- Up-to-date: /usr/local/share/cmake/torch/FindARM.cmake
-- Installing: /usr/local/share/cmake/torch/dok
-- Up-to-date: /usr/local/share/cmake/torch/dok/doctorch.css
-- Up-to-date: /usr/local/share/cmake/torch/dok/docwebtemplate.html
-- Up-to-date: /usr/local/share/cmake/torch/dok/dokindex.lua
-- Up-to-date: /usr/local/share/cmake/torch/dok/dokparse.lua
-- Up-to-date: /usr/local/share/cmake/torch/dok/doktemplate.html
-- Up-to-date: /usr/local/share/cmake/torch/dok/jquery.js
-- Up-to-date: /usr/local/share/cmake/torch/dok/jse_form.js
-- Up-to-date: /usr/local/share/cmake/torch/dok/shBrushBash.js
-- Up-to-date: /usr/local/share/cmake/torch/dok/shBrushCpp.js
-- Up-to-date: /usr/local/share/cmake/torch/dok/shBrushLua.js
-- Up-to-date: /usr/local/share/cmake/torch/dok/shCore.css
-- Up-to-date: /usr/local/share/cmake/torch/dok/shCore.js
-- Up-to-date: /usr/local/share/cmake/torch/dok/torchlogo.png
-- Installing: /usr/local/share/cmake/torch/lua2exe
-- Up-to-date: /usr/local/share/cmake/torch/lua2exe/lua2exe.lua
-- Up-to-date: /usr/local/include/torch/luaconf.h
-- Up-to-date: /usr/local/include/torch/lua.h
-- Up-to-date: /usr/local/include/torch/lauxlib.h
-- Up-to-date: /usr/local/include/torch/lualib.h
-- Installing: /usr/local/lib/libtorch-lua.dylib
-- Installing: /usr/local/bin/torch-lua
-- Installing: /usr/local/share/torch/lua/jit/bc.lua
-- Installing: /usr/local/share/torch/lua/jit/v.lua
-- Installing: /usr/local/share/torch/lua/jit/dump.lua
-- Installing: /usr/local/share/torch/lua/jit/dis_x86.lua
-- Installing: /usr/local/share/torch/lua/jit/dis_x64.lua
-- Installing: /usr/local/share/torch/lua/jit/dis_arm.lua
-- Installing: /usr/local/share/torch/lua/jit/dis_ppc.lua
-- Installing: /usr/local/share/torch/lua/jit/dis_mips.lua
-- Installing: /usr/local/share/torch/lua/jit/dis_mipsel.lua
-- Installing: /usr/local/share/torch/lua/jit/bcsave.lua
-- Installing: /usr/local/share/torch/lua/jit/vmdef.lua
-- Installing: /usr/local/lib/libqtlua.dylib
-- Up-to-date: /usr/local/include/torch/qtlua/qtluaengine.h
-- Up-to-date: /usr/local/include/torch/qtlua/qtluautils.h
-- Up-to-date: /usr/local/include/torch/qtlua/qtluaconf.h
-- Up-to-date: /usr/local/share/cmake/torch/QtLuaConfig.cmake
-- Installing: /usr/local/lib/libqlua.dylib
-- Installing: /usr/local/bin/torch-qlua
-- Up-to-date: /usr/local/Info.plist
-- Installing: /usr/local/MacOS/macqlua
-- Up-to-date: /usr/local/Resources/torch.icns
-- Up-to-date: /usr/local/Resources/luadoc.icns
-- Installing: /usr/local/bin/macqlua
-- Installing: /usr/local/share/torch/dokindex.lua
-- Installing: /usr/local/share/torch/lua/qtcore/init.lua
-- Installing: /usr/local/lib/torch/lua/libqtcore.so
-- Installing: /usr/local/share/torch/lua/qtgui/init.lua
-- Installing: /usr/local/lib/torch/lua/libqtgui.so
-- Installing: /usr/local/lib/torch/lua/libqtide.so
-- Installing: /usr/local/share/torch/lua/qtide/init.lua
-- Installing: /usr/local/share/torch/lua/qtide/prefs.lua
-- Installing: /usr/local/share/torch/lua/qtide/prefs.ui
-- Installing: /usr/local/lib/torch/lua/libqtsvg.so
-- Installing: /usr/local/share/torch/lua/qtsvg/init.lua
-- Installing: /usr/local/share/torch/lua/qttorch/init.lua
-- Installing: /usr/local/lib/torch/lua/libqttorch.so
-- Installing: /usr/local/share/torch/lua/qtuiloader/init.lua
-- Installing: /usr/local/share/torch/lua/qtuiloader/test.lua
-- Installing: /usr/local/share/torch/lua/qtuiloader/test.ui
-- Installing: /usr/local/lib/torch/lua/libqtuiloader.so
-- Installing: /usr/local/share/torch/lua/qtwidget/init.lua
-- Installing: /usr/local/lib/torch/lua/libqtwidget.so
-- Installing: /usr/local/share/torch/lua/luarocks/fs/unix/tools.lua
-- Installing: /usr/local/share/torch/lua/luarocks/fs/unix.lua
-- Installing: /usr/local/share/torch/lua/luarocks/fs/win32/tools.lua
-- Installing: /usr/local/share/torch/lua/luarocks/fs/win32.lua
-- Installing: /usr/local/share/torch/lua/luarocks/fs/lua.lua
-- Installing: /usr/local/share/torch/lua/luarocks/persist.lua
-- Installing: /usr/local/share/torch/lua/luarocks/list.lua
-- Installing: /usr/local/share/torch/lua/luarocks/require.lua
-- Installing: /usr/local/share/torch/lua/luarocks/repos.lua
-- Installing: /usr/local/share/torch/lua/luarocks/dir.lua
-- Installing: /usr/local/share/torch/lua/luarocks/make_manifest.lua
-- Installing: /usr/local/share/torch/lua/luarocks/command_line.lua
-- Installing: /usr/local/share/torch/lua/luarocks/install.lua
-- Installing: /usr/local/share/torch/lua/luarocks/build/command.lua
-- Installing: /usr/local/share/torch/lua/luarocks/build/cmake.lua
-- Installing: /usr/local/share/torch/lua/luarocks/build/make.lua
-- Installing: /usr/local/share/torch/lua/luarocks/build/builtin.lua
-- Installing: /usr/local/share/torch/lua/luarocks/fetch/cvs.lua
-- Installing: /usr/local/share/torch/lua/luarocks/fetch/git.lua
-- Installing: /usr/local/share/torch/lua/luarocks/fetch/sscm.lua
-- Installing: /usr/local/share/torch/lua/luarocks/tools/patch.lua
-- Installing: /usr/local/share/torch/lua/luarocks/fetch/svn.lua
-- Installing: /usr/local/share/torch/lua/luarocks/tools/zip.lua
-- Installing: /usr/local/share/torch/lua/luarocks/tools/tar.lua
-- Installing: /usr/local/share/torch/lua/luarocks/pack.lua
-- Installing: /usr/local/share/torch/lua/luarocks/type_check.lua
-- Installing: /usr/local/share/torch/lua/luarocks/make.lua
-- Installing: /usr/local/share/torch/lua/luarocks/path.lua
-- Installing: /usr/local/share/torch/lua/luarocks/remove.lua
-- Installing: /usr/local/share/torch/lua/luarocks/fs.lua
-- Installing: /usr/local/share/torch/lua/luarocks/manif.lua
-- Installing: /usr/local/share/torch/lua/luarocks/add.lua
-- Installing: /usr/local/share/torch/lua/luarocks/deps.lua
-- Installing: /usr/local/share/torch/lua/luarocks/build.lua
-- Installing: /usr/local/share/torch/lua/luarocks/search.lua
-- Installing: /usr/local/share/torch/lua/luarocks/show.lua
-- Installing: /usr/local/share/torch/lua/luarocks/manif_core.lua
-- Installing: /usr/local/share/torch/lua/luarocks/fetch.lua
-- Installing: /usr/local/share/torch/lua/luarocks/unpack.lua
-- Installing: /usr/local/share/torch/lua/luarocks/validate.lua
-- Installing: /usr/local/share/torch/lua/luarocks/cfg.lua
-- Installing: /usr/local/share/torch/lua/luarocks/download.lua
-- Installing: /usr/local/share/torch/lua/luarocks/help.lua
-- Installing: /usr/local/share/torch/lua/luarocks/util.lua
-- Installing: /usr/local/share/torch/lua/luarocks/index.lua
-- Installing: /usr/local/share/torch/lua/luarocks/cache.lua
-- Installing: /usr/local/share/torch/lua/luarocks/refresh_cache.lua
-- Installing: /usr/local/share/torch/lua/luarocks/loader.lua
-- Installing: /usr/local/share/torch/lua/luarocks/admin_remove.lua
-- Installing: /usr/local/share/torch/lua/luarocks/fetch/hg.lua
-- Installing: /usr/local/share/torch/lua/luarocks/fetch/git_file.lua
-- Installing: /usr/local/share/torch/lua/luarocks/new_version.lua
-- Installing: /usr/local/share/torch/lua/luarocks/lint.lua
-- Installing: /usr/local/share/torch/lua/luarocks/purge.lua
-- Installing: /usr/local/share/torch/lua/luarocks/site_config.lua
-- Up-to-date: /usr/local/etc/luarocks/config.lua
-- Up-to-date: /usr/local/bin/torch-rocks
-- Up-to-date: /usr/local/bin/torch-rocks-admin
running /usr/local/bin/torch-rocks install https://raw.github.com/andresy/torch7-fakerock/master/torch-7.scm-0.rockspec  2>&1
Using https://raw.github.com/andresy/torch7-fakerock/master/torch-7.scm-0.rockspec... switching to 'build' mode
Cloning into 'torch7-fakerock'...
Checking connectivity... done
Warning: Directory 'doc' not found
No existing manifest. Attempting to rebuild...
Updating manifest for /usr/local/lib/luarocks/rocks

torch 7.scm-0 is now built and installed in /usr/local/ (license: BSD)
-- Installing: /usr/local/bin/torch
-- Installing: /usr/local/share/torch/lua/torch-env.lua
-- Installing: /usr/local/lib/libTH.dylib
-- Up-to-date: /usr/local/include/torch/TH/TH.h
-- Up-to-date: /usr/local/include/torch/TH/THBlas.h
-- Up-to-date: /usr/local/include/torch/TH/THDiskFile.h
-- Up-to-date: /usr/local/include/torch/TH/THFile.h
-- Up-to-date: /usr/local/include/torch/TH/THFilePrivate.h
-- Up-to-date: /usr/local/include/torch/TH/THGeneral.h
-- Up-to-date: /usr/local/include/torch/TH/THGenerateAllTypes.h
-- Up-to-date: /usr/local/include/torch/TH/THGenerateFloatTypes.h
-- Up-to-date: /usr/local/include/torch/TH/THGenerateIntTypes.h
-- Up-to-date: /usr/local/include/torch/TH/THLapack.h
-- Up-to-date: /usr/local/include/torch/TH/THLogAdd.h
-- Up-to-date: /usr/local/include/torch/TH/THMemoryFile.h
-- Up-to-date: /usr/local/include/torch/TH/THRandom.h
-- Up-to-date: /usr/local/include/torch/TH/THStorage.h
-- Up-to-date: /usr/local/include/torch/TH/THTensor.h
-- Up-to-date: /usr/local/include/torch/TH/THTensorApply.h
-- Up-to-date: /usr/local/include/torch/TH/THTensorDimApply.h
-- Up-to-date: /usr/local/include/torch/TH/THTensorMacros.h
-- Up-to-date: /usr/local/include/torch/TH/THVector.h
-- Up-to-date: /usr/local/include/torch/TH/generic/THBlas.c
-- Up-to-date: /usr/local/include/torch/TH/generic/THBlas.h
-- Up-to-date: /usr/local/include/torch/TH/generic/THLapack.c
-- Up-to-date: /usr/local/include/torch/TH/generic/THLapack.h
-- Up-to-date: /usr/local/include/torch/TH/generic/THStorage.c
-- Up-to-date: /usr/local/include/torch/TH/generic/THStorage.h
-- Up-to-date: /usr/local/include/torch/TH/generic/THStorageCopy.c
-- Up-to-date: /usr/local/include/torch/TH/generic/THStorageCopy.h
-- Up-to-date: /usr/local/include/torch/TH/generic/THTensor.c
-- Up-to-date: /usr/local/include/torch/TH/generic/THTensor.h
-- Up-to-date: /usr/local/include/torch/TH/generic/THTensorConv.c
-- Up-to-date: /usr/local/include/torch/TH/generic/THTensorConv.h
-- Up-to-date: /usr/local/include/torch/TH/generic/THTensorCopy.c
-- Up-to-date: /usr/local/include/torch/TH/generic/THTensorCopy.h
-- Up-to-date: /usr/local/include/torch/TH/generic/THTensorLapack.c
-- Up-to-date: /usr/local/include/torch/TH/generic/THTensorLapack.h
-- Up-to-date: /usr/local/include/torch/TH/generic/THTensorMath.c
-- Up-to-date: /usr/local/include/torch/TH/generic/THTensorMath.h
-- Up-to-date: /usr/local/include/torch/TH/generic/THTensorRandom.c
-- Up-to-date: /usr/local/include/torch/TH/generic/THTensorRandom.h
-- Up-to-date: /usr/local/include/torch/TH/generic/THVector.c
-- Up-to-date: /usr/local/share/cmake/torch/THConfig.cmake
-- Installing: /usr/local/lib/libluaT.dylib
-- Up-to-date: /usr/local/include/torch/luaT.h
-- Up-to-date: /usr/local/share/cmake/torch/luaTConfig.cmake
-- Installing: /usr/local/share/torch/lua/dok/init.lua
-- Installing: /usr/local/share/torch/lua/dok/inline.lua
-- Installing: /usr/local/share/torch/lua/dok/search.lua
-- Installing: /usr/local/share/torch/lua/gnuplot/init.lua
-- Installing: /usr/local/share/torch/lua/gnuplot/gnuplot.lua
-- Installing: /usr/local/share/torch/lua/gnuplot/hist.lua
-- Installing: /usr/local/lib/torch/lua/libpaths.dylib
-- Installing: /usr/local/share/torch/lua/paths/init.lua
-- Installing: /usr/local/lib/torch/lua/libtorch.dylib
-- Installing: /usr/local/share/torch/lua/torch/init.lua
-- Installing: /usr/local/share/torch/lua/torch/File.lua
-- Installing: /usr/local/share/torch/lua/torch/Tensor.lua
-- Installing: /usr/local/share/torch/lua/torch/CmdLine.lua
-- Installing: /usr/local/share/torch/lua/torch/Tester.lua
-- Installing: /usr/local/share/torch/lua/torch/test.lua
-- Installing: /usr/local/share/torch/lua/torch/generic/Storage.c
-- Installing: /usr/local/share/torch/lua/torch/generic/Tensor.c
-- Installing: /usr/local/share/torch/lua/wrap/init.lua
-- Installing: /usr/local/share/torch/lua/wrap/types.lua
-- Installing: /usr/local/share/torch/lua/compat/init.lua
-- Installing: /usr/local/lib/torch/lua/libnn.dylib
-- Installing: /usr/local/share/torch/lua/nn/Abs.lua
-- Installing: /usr/local/share/torch/lua/nn/AbsCriterion.lua
-- Installing: /usr/local/share/torch/lua/nn/Add.lua
-- Installing: /usr/local/share/torch/lua/nn/CAddTable.lua
-- Installing: /usr/local/share/torch/lua/nn/CDivTable.lua
-- Installing: /usr/local/share/torch/lua/nn/ClassNLLCriterion.lua
-- Installing: /usr/local/share/torch/lua/nn/CMul.lua
-- Installing: /usr/local/share/torch/lua/nn/CMulTable.lua
-- Installing: /usr/local/share/torch/lua/nn/Concat.lua
-- Installing: /usr/local/share/torch/lua/nn/ConcatTable.lua
-- Installing: /usr/local/share/torch/lua/nn/Copy.lua
-- Installing: /usr/local/share/torch/lua/nn/CosineDistance.lua
-- Installing: /usr/local/share/torch/lua/nn/CosineEmbeddingCriterion.lua
-- Installing: /usr/local/share/torch/lua/nn/Criterion.lua
-- Installing: /usr/local/share/torch/lua/nn/CriterionTable.lua
-- Installing: /usr/local/share/torch/lua/nn/CSubTable.lua
-- Installing: /usr/local/share/torch/lua/nn/DistKLDivCriterion.lua
-- Installing: /usr/local/share/torch/lua/nn/DotProduct.lua
-- Installing: /usr/local/share/torch/lua/nn/Euclidean.lua
-- Installing: /usr/local/share/torch/lua/nn/Exp.lua
-- Installing: /usr/local/share/torch/lua/nn/HardShrink.lua
-- Installing: /usr/local/share/torch/lua/nn/HardTanh.lua
-- Installing: /usr/local/share/torch/lua/nn/hessian.lua
-- Installing: /usr/local/share/torch/lua/nn/HingeEmbeddingCriterion.lua
-- Installing: /usr/local/share/torch/lua/nn/Identity.lua
-- Installing: /usr/local/share/torch/lua/nn/init.lua
-- Installing: /usr/local/share/torch/lua/nn/Jacobian.lua
-- Installing: /usr/local/share/torch/lua/nn/JoinTable.lua
-- Installing: /usr/local/share/torch/lua/nn/L1Cost.lua
-- Installing: /usr/local/share/torch/lua/nn/L1HingeEmbeddingCriterion.lua
-- Installing: /usr/local/share/torch/lua/nn/Linear.lua
-- Installing: /usr/local/share/torch/lua/nn/Log.lua
-- Installing: /usr/local/share/torch/lua/nn/LogSigmoid.lua
-- Installing: /usr/local/share/torch/lua/nn/LogSoftMax.lua
-- Installing: /usr/local/share/torch/lua/nn/LookupTable.lua
-- Installing: /usr/local/share/torch/lua/nn/MarginCriterion.lua
-- Installing: /usr/local/share/torch/lua/nn/MarginRankingCriterion.lua
-- Installing: /usr/local/share/torch/lua/nn/Max.lua
-- Installing: /usr/local/share/torch/lua/nn/Mean.lua
-- Installing: /usr/local/share/torch/lua/nn/Min.lua
-- Installing: /usr/local/share/torch/lua/nn/Module.lua
-- Installing: /usr/local/share/torch/lua/nn/MSECriterion.lua
-- Installing: /usr/local/share/torch/lua/nn/Mul.lua
-- Installing: /usr/local/share/torch/lua/nn/MultiCriterion.lua
-- Installing: /usr/local/share/torch/lua/nn/MultiLabelMarginCriterion.lua
-- Installing: /usr/local/share/torch/lua/nn/MultiMarginCriterion.lua
-- Installing: /usr/local/share/torch/lua/nn/Narrow.lua
-- Installing: /usr/local/share/torch/lua/nn/PairwiseDistance.lua
-- Installing: /usr/local/share/torch/lua/nn/Parallel.lua
-- Installing: /usr/local/share/torch/lua/nn/ParallelTable.lua
-- Installing: /usr/local/share/torch/lua/nn/Power.lua
-- Installing: /usr/local/share/torch/lua/nn/Replicate.lua
-- Installing: /usr/local/share/torch/lua/nn/Reshape.lua
-- Installing: /usr/local/share/torch/lua/nn/Select.lua
-- Installing: /usr/local/share/torch/lua/nn/Sequential.lua
-- Installing: /usr/local/share/torch/lua/nn/Sigmoid.lua
-- Installing: /usr/local/share/torch/lua/nn/SoftMax.lua
-- Installing: /usr/local/share/torch/lua/nn/SoftMin.lua
-- Installing: /usr/local/share/torch/lua/nn/SoftPlus.lua
-- Installing: /usr/local/share/torch/lua/nn/SoftShrink.lua
-- Installing: /usr/local/share/torch/lua/nn/SoftSign.lua
-- Installing: /usr/local/share/torch/lua/nn/SparseLinear.lua
-- Installing: /usr/local/share/torch/lua/nn/SpatialContrastiveNormalization.lua
-- Installing: /usr/local/share/torch/lua/nn/SpatialConvolution.lua
-- Installing: /usr/local/share/torch/lua/nn/SpatialConvolutionCUDA.lua
-- Installing: /usr/local/share/torch/lua/nn/SpatialConvolutionMap.lua
-- Installing: /usr/local/share/torch/lua/nn/SpatialConvolutionMM.lua
-- Installing: /usr/local/share/torch/lua/nn/SpatialDivisiveNormalization.lua
-- Installing: /usr/local/share/torch/lua/nn/SpatialFullConvolution.lua
-- Installing: /usr/local/share/torch/lua/nn/SpatialFullConvolutionMap.lua
-- Installing: /usr/local/share/torch/lua/nn/SpatialLPPooling.lua
-- Installing: /usr/local/share/torch/lua/nn/SpatialMaxPooling.lua
-- Installing: /usr/local/share/torch/lua/nn/SpatialMaxPoolingCUDA.lua
-- Installing: /usr/local/share/torch/lua/nn/SpatialSubSampling.lua
-- Installing: /usr/local/share/torch/lua/nn/SpatialSubtractiveNormalization.lua
-- Installing: /usr/local/share/torch/lua/nn/SpatialZeroPadding.lua
-- Installing: /usr/local/share/torch/lua/nn/SplitTable.lua
-- Installing: /usr/local/share/torch/lua/nn/Sqrt.lua
-- Installing: /usr/local/share/torch/lua/nn/Square.lua
-- Installing: /usr/local/share/torch/lua/nn/StochasticGradient.lua
-- Installing: /usr/local/share/torch/lua/nn/Sum.lua
-- Installing: /usr/local/share/torch/lua/nn/Tanh.lua
-- Installing: /usr/local/share/torch/lua/nn/TanhShrink.lua
-- Installing: /usr/local/share/torch/lua/nn/TemporalConvolution.lua
-- Installing: /usr/local/share/torch/lua/nn/TemporalMaxPooling.lua
-- Installing: /usr/local/share/torch/lua/nn/TemporalSubSampling.lua
-- Installing: /usr/local/share/torch/lua/nn/Threshold.lua
-- Installing: /usr/local/share/torch/lua/nn/Transpose.lua
-- Installing: /usr/local/share/torch/lua/nn/VolumetricConvolution.lua
-- Installing: /usr/local/share/torch/lua/nn/WeightedEuclidean.lua
-- Installing: /usr/local/share/torch/lua/nn/WeightedMSECriterion.lua
-- Installing: /usr/local/share/torch/lua/nn/test.lua
Installing http://www.luarocks.org/repositories/rocks/luafilesystem-1.6.2-1.src.rock...
Using http://www.luarocks.org/repositories/rocks/luafilesystem-1.6.2-1.src.rock... switching to 'build' mode
Archive:  /tmp/luarocks_luarocks-rock-luafilesystem-1.6.2-1-9734/luafilesystem-1.6.2-1.src.rock
  inflating: luafilesystem-1.6.2-1.rockspec  
  inflating: luafilesystem-1.6.2.tar.gz  
export MACOSX_DEPLOYMENT_TARGET=10.5; gcc -O2 -fPIC -I/usr/local/include/torch -c src/lfs.c -o src/lfs.o
export MACOSX_DEPLOYMENT_TARGET=10.5; gcc -bundle -undefined dynamic_lookup -all_load -o lfs.so -L/usr/local/lib src/lfs.o
Updating manifest for /usr/local/lib/luarocks/rocks

luafilesystem 1.6.2-1 is now built and installed in /usr/local/ 
Installing http://www.luarocks.org/repositories/rocks/penlight-1.1.0-3.src.rock...
Using http://www.luarocks.org/repositories/rocks/penlight-1.1.0-3.src.rock... switching to 'build' mode
Archive:  /private/tmp/luarocks_luarocks-rock-penlight-1.1.0-3-6757/penlight-1.1.0-3.src.rock
  inflating: penlight-1.1.0-3.rockspec  
  inflating: penlight-1.1.0-core.zip  
Archive:  penlight-1.1.0-core.zip
   creating: penlight-1.1.0/lua/
   creating: penlight-1.1.0/lua/pl/
  inflating: penlight-1.1.0/lua/pl/app.lua  
  inflating: penlight-1.1.0/lua/pl/array2d.lua  
  inflating: penlight-1.1.0/lua/pl/class.lua  
  inflating: penlight-1.1.0/lua/pl/comprehension.lua  
  inflating: penlight-1.1.0/lua/pl/config.lua  
  inflating: penlight-1.1.0/lua/pl/data.lua  
  inflating: penlight-1.1.0/lua/pl/Date.lua  
  inflating: penlight-1.1.0/lua/pl/dir.lua  
  inflating: penlight-1.1.0/lua/pl/file.lua  
  inflating: penlight-1.1.0/lua/pl/func.lua  
  inflating: penlight-1.1.0/lua/pl/import_into.lua  
  inflating: penlight-1.1.0/lua/pl/init.lua  
  inflating: penlight-1.1.0/lua/pl/input.lua  
  inflating: penlight-1.1.0/lua/pl/lapp.lua  
  inflating: penlight-1.1.0/lua/pl/lexer.lua  
  inflating: penlight-1.1.0/lua/pl/List.lua  
  inflating: penlight-1.1.0/lua/pl/luabalanced.lua  
  inflating: penlight-1.1.0/lua/pl/Map.lua  
  inflating: penlight-1.1.0/lua/pl/MultiMap.lua  
  inflating: penlight-1.1.0/lua/pl/operator.lua  
  inflating: penlight-1.1.0/lua/pl/OrderedMap.lua  
  inflating: penlight-1.1.0/lua/pl/path.lua  
  inflating: penlight-1.1.0/lua/pl/permute.lua  
   creating: penlight-1.1.0/lua/pl/platf/
  inflating: penlight-1.1.0/lua/pl/platf/luajava.lua  
  inflating: penlight-1.1.0/lua/pl/pretty.lua  
  inflating: penlight-1.1.0/lua/pl/seq.lua  
  inflating: penlight-1.1.0/lua/pl/Set.lua  
  inflating: penlight-1.1.0/lua/pl/sip.lua  
  inflating: penlight-1.1.0/lua/pl/strict.lua  
  inflating: penlight-1.1.0/lua/pl/stringio.lua  
  inflating: penlight-1.1.0/lua/pl/stringx.lua  
  inflating: penlight-1.1.0/lua/pl/tablex.lua  
  inflating: penlight-1.1.0/lua/pl/template.lua  
  inflating: penlight-1.1.0/lua/pl/test.lua  
  inflating: penlight-1.1.0/lua/pl/text.lua  
  inflating: penlight-1.1.0/lua/pl/utils.lua  
  inflating: penlight-1.1.0/lua/pl/xml.lua  
Warning: Directory 'doc' not found
Updating manifest for /usr/local/lib/luarocks/rocks

penlight 1.1.0-3 is now built and installed in /usr/local/ (license: MIT/X11)

Error: No results matching query were found.
Password:

And then, after typing the pass, I get

Error: No results matching query were found.

Error: No results matching query were found.

Error: No results matching query were found.

Error: No results matching query were found.

Error: No results matching query were found.

Error: No results matching query were found.

Error: No results matching query were found.

Error: No results matching query were found.

Error: No results matching query were found.
Installing http://www.luarocks.org/repositories/rocks/lua-cjson-2.1.0-1.src.rock...
Using http://www.luarocks.org/repositories/rocks/lua-cjson-2.1.0-1.src.rock... switching to 'build' mode
Archive:  /private/tmp/luarocks_luarocks-rock-lua-cjson-2.1.0-1-1887/lua-cjson-2.1.0-1.src.rock
  inflating: lua-cjson-2.1.0-1.rockspec  
 extracting: lua-cjson-2.1.0.zip     
Archive:  lua-cjson-2.1.0.zip
   creating: lua-cjson-2.1.0/
  inflating: lua-cjson-2.1.0/runtests.sh  
  inflating: lua-cjson-2.1.0/fpconv.c  
  inflating: lua-cjson-2.1.0/lua-cjson.spec  
  inflating: lua-cjson-2.1.0/rfc4627.txt  
  inflating: lua-cjson-2.1.0/dtoa.c  
  inflating: lua-cjson-2.1.0/lua-cjson-2.1.0-1.rockspec  
  inflating: lua-cjson-2.1.0/manual.txt  
  inflating: lua-cjson-2.1.0/performance.html  
  inflating: lua-cjson-2.1.0/CMakeLists.txt  
  inflating: lua-cjson-2.1.0/fpconv.h  
  inflating: lua-cjson-2.1.0/strbuf.h  
  inflating: lua-cjson-2.1.0/strbuf.c  
  inflating: lua-cjson-2.1.0/NEWS    
  inflating: lua-cjson-2.1.0/manual.html  
  inflating: lua-cjson-2.1.0/lua_cjson.c  
  inflating: lua-cjson-2.1.0/LICENSE  
  inflating: lua-cjson-2.1.0/dtoa_config.h  
   creating: lua-cjson-2.1.0/tests/
  inflating: lua-cjson-2.1.0/tests/bench.lua  
  inflating: lua-cjson-2.1.0/tests/numbers.json  
  inflating: lua-cjson-2.1.0/tests/example3.json  
  inflating: lua-cjson-2.1.0/tests/octets-escaped.dat  
 extracting: lua-cjson-2.1.0/tests/types.json  
  inflating: lua-cjson-2.1.0/tests/genutf8.pl  
  inflating: lua-cjson-2.1.0/tests/rfc-example1.json  
  inflating: lua-cjson-2.1.0/tests/example4.json  
  inflating: lua-cjson-2.1.0/tests/example2.json  
  inflating: lua-cjson-2.1.0/tests/README  
  inflating: lua-cjson-2.1.0/tests/rfc-example2.json  
  inflating: lua-cjson-2.1.0/tests/test.lua  
  inflating: lua-cjson-2.1.0/tests/example5.json  
  inflating: lua-cjson-2.1.0/tests/example1.json  
  inflating: lua-cjson-2.1.0/g_fmt.c  
  inflating: lua-cjson-2.1.0/Makefile  
   creating: lua-cjson-2.1.0/lua/
  inflating: lua-cjson-2.1.0/lua/lua2json.lua  
  inflating: lua-cjson-2.1.0/lua/json2lua.lua  
   creating: lua-cjson-2.1.0/lua/cjson/
  inflating: lua-cjson-2.1.0/lua/cjson/util.lua  
  inflating: lua-cjson-2.1.0/performance.txt  
  inflating: lua-cjson-2.1.0/THANKS  
export MACOSX_DEPLOYMENT_TARGET=10.5; gcc -O2 -fPIC -I/usr/local/include/torch -c lua_cjson.c -o lua_cjson.o
export MACOSX_DEPLOYMENT_TARGET=10.5; gcc -O2 -fPIC -I/usr/local/include/torch -c strbuf.c -o strbuf.o
export MACOSX_DEPLOYMENT_TARGET=10.5; gcc -O2 -fPIC -I/usr/local/include/torch -c fpconv.c -o fpconv.o
export MACOSX_DEPLOYMENT_TARGET=10.5; gcc -bundle -undefined dynamic_lookup -all_load -o cjson.so -L/usr/local/lib lua_cjson.o strbuf.o fpconv.o
Updating manifest for /usr/local/lib/luarocks/rocks

lua-cjson 2.1.0-1 is now built and installed in /usr/local/ (license: MIT)

==> Torch7 has been installed successfully

  + Extra packages have been installed as well:
     $ torch-rocks list

  + To install more packages, do:
     $ torch-rocks search --all
     $ torch-rocks install PKG_NAME

  + Note: on MacOS, it's a good idea to install GCC 4.6 to enable OpenMP.
          You can do this by installing the GFortran bundles provided here:
          http://gcc.gnu.org/wiki/GFortranBinaries

and

atcold@Alf ~ $ torch
Try the IDE: torch -ide
Type help() for more info
Torch 7.0  Copyright (C) 2001-2011 Idiap, NEC Labs, NYU
Lua 5.1  Copyright (C) 1994-2008 Lua.org, PUC-Rio
t7> require 'image'
[string "require 'image'"]:1: module 'image' not found:
    no field package.preload['image']
    no file '/Users/atcold/.luarocks/share/lua/5.1/image.lua'
    no file '/Users/atcold/.luarocks/share/lua/5.1/image/init.lua'
    no file './image.lua'
    no file '/usr/local/share/torch/lua/image.lua'
    no file '/usr/local/share/torch/lua/image/init.lua'
    no file '/usr/local/lib/torch/lua/image.lua'
    no file '/usr/local/lib/torch/lua/image/init.lua'
    no file '/Users/atcold/.luarocks/lib/lua/5.1/image.dylib'
    no file '/Users/atcold/.luarocks/lib/lua/5.1/image.so'
    no file './image.so'
    no file './image.dylib'
    no file '/usr/local/lib/torch/lua/image.so'
    no file '/usr/local/lib/torch/lua/image.dylib'
    no file '/usr/local/lib/torch/lua/loadall.so/usr/local/lib/torch/lua/loadall.dylib'
stack traceback:
    [C]: in function 'require'
    [string "require 'image'"]:1: in main chunk
    [C]: at 0x0102bded90    
t7> 
clementfarabet commented 11 years ago

OK so it doesnt find our packages. If you do: torch-rocks search image does it find it?

If not, then you're still in a screwy state (half-way the old install, half-way the new one). Did you remove ~/.luarocks/config.lua before re-installing?

Atcold commented 11 years ago
atcold@Alf ~ $ torch-rocks search image

Search results:
===============

and yes, there is no such directory in my home anymore

atcold@Alf ~ $ ll ./luarocks
ls: ./luarocks: No such file or directory
clementfarabet commented 11 years ago

Did you install in /usr/local/ ? If so what's in your /usr/local/etc/luraocks/config.lua ?

Atcold commented 11 years ago

I just run the script, so it installs accordingly to its default settings

atcold@Alf ~ $ cat /usr/local/etc/luarocks/config.lua 
rocks_trees = {
   home..[[/.luarocks]],
   {root="/usr/local", bin_dir="/usr/local/bin", lib_dir="/usr/local/lib/torch/lua", lua_dir="/usr/local/share/torch/lua"}
}

rocks_servers = {
   [[http://luarocks.org/repositories/rocks]],
   [[https://raw.github.com/andresy/torch-rocks/master]],
}
blukee commented 10 years ago

Anyone on this issue.

Same issue here: This has bugged me for quite a while.

After installation and run torch. dyld: Library not loaded: @executable_path/../lib/libtorch-lua.dylib Referenced from: /usr/local/bin/torch Reason: image not found Trace/BPT trap: 5

Atcold commented 10 years ago

OMG, I don't remember how I did sort sort this out! I'm sorry... I usually add a solution writeup to my resolved questions. Anyhow, now, with the new Torch I do not have any installation problem.

royalstream commented 10 years ago

blukee, I had a similar issue. Try running this command just before you run th

export DYLD_LIBRARY_PATH=/usr/local/cuda/lib:$DYLD_LIBRARY_PATH

Lance-Lo commented 8 years ago

In Xcode project I got this error. Please resole this issue :( screen shot 2016-07-15 at 6 55 17 am

Atcold commented 8 years ago

@Lance-Lo: this issue was relative to the necessity of using sudo for Mac installation. This issue is resolved. I suggest you may want to open a new one, so that you can get more attention.

Lance-Lo commented 8 years ago

Thank you