Error while installing torch
thepunitsingh opened this issue · 2 comments
I tried to install torch as described in http://torch.ch/docs/getting-started.html.
After executing ./install.sh Below are the messages in terminal. There are a lot bunch of errors, is it OK to get them?
Prefix set to /home/zuddler/torch/install
Installing Lua version: LUAJIT21
Installing common Lua packages
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c src/lfs.c -o src/lfs.o
gcc -shared -o lfs.so -L/home/zuddler/torch/install/lib src/lfs.o
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
luafilesystem 1.6.3-1 is now built and installed in /home/zuddler/torch/install/ (license: MIT/X11)
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
penlight scm-1 is now built and installed in /home/zuddler/torch/install/ (license: MIT/X11)
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c lua_cjson.c -o lua_cjson.o
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c strbuf.c -o strbuf.o
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c fpconv.c -o fpconv.o
gcc -shared -o cjson.so -L/home/zuddler/torch/install/lib lua_cjson.o strbuf.o fpconv.o
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
lua-cjson 2.1devel-1 is now built and installed in /home/zuddler/torch/install/ (license: MIT)
Installing core Torch packages
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c test.c -o test.o
gcc -shared -o ffi/libtest.so -L/home/zuddler/torch/install/lib test.o
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c call.c -o call.o -Idynasm
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c ctype.c -o ctype.o -Idynasm
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c ffi.c -o ffi.o -Idynasm
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c parser.c -o parser.o -Idynasm
gcc -shared -o ffi.so -L/home/zuddler/torch/install/lib call.o ctype.o ffi.o parser.o
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
luaffi scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c src/autolink.c -o src/autolink.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c src/buffer.c -o src/buffer.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c src/markdown.c -o src/markdown.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c src/stack.c -o src/stack.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c html/houdini_href_e.c -o html/houdini_href_e.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c html/houdini_html_e.c -o html/houdini_html_e.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c html/html.c -o html/html.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c html/html_smartypants.c -o html/html_smartypants.o -Isrc/ -Ihtml/
gcc -shared -o libsundown.so -L/home/zuddler/torch/install/lib src/autolink.o src/buffer.o src/markdown.o src/stack.o html/houdini_href_e.o html/houdini_html_e.o html/html.o html/html_smartypants.o
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
sundown scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
cwrap scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUALIB= -DLUA_INCDIR="/home/zuddler/torch/install/include" -DLUA_LIBDIR="/home/zuddler/torch/install/lib" -DLUADIR="/home/zuddler/torch/install/lib/luarocks/rocks/paths/scm-1/lua" -DLIBDIR="/home/zuddler/torch/install/lib/luarocks/rocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/paths/scm-1" && make
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/pkg/paths/build
[100%] Built target paths
cd build && make install
[100%] Built target paths
Install the project...
-- Install configuration: "Release"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/paths/scm-1/lua/paths/init.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/paths/scm-1/lib/libpaths.so
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
paths scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=/home/zuddler/torch/install/bin/luajit -DLUALIB= -DLUA_BINDIR="/home/zuddler/torch/install/bin" -DLUA_INCDIR="/home/zuddler/torch/install/include" -DLUA_LIBDIR="/home/zuddler/torch/install/lib" -DLUADIR="/home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua" -DLIBDIR="/home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN)
-- Compiling with OpenMP support
-- 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.
-- Atomics: using GCC intrinsics
-- 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]
-- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [openblas - 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: BLAS_Accelerate_LIBRARY-NOTFOUND
-- Checking for [vecLib]
-- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND
-- Checking for [ptf77blas - atlas - gfortran]
-- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND
-- Checking for [blas]
-- Library blas: /usr/lib64/libblas.so
-- Found a library with BLAS API (generic).
-- Found a library with LAPACK API. (generic)
-- C inline is supported (inline)
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/pkg/torch/build
[ 5%] Built target luaT
[ 52%] Built target TH
[100%] Built target torch
cd build && make install
[ 47%] Built target TH
[ 52%] Built target luaT
[100%] Built target torch
Install the project...
-- Install configuration: "Release"
-- Up-to-date: /home/zuddler/torch/install/share/cmake/torch/TorchExports.cmake
-- Installing: /home/zuddler/torch/install/share/cmake/torch/TorchExports-release.cmake
-- Up-to-date: /home/zuddler/torch/install/share/cmake/torch/TorchConfig.cmake
-- Up-to-date: /home/zuddler/torch/install/share/cmake/torch/TorchWrap.cmake
-- Up-to-date: /home/zuddler/torch/install/share/cmake/torch/TorchPathsInit.cmake
-- Up-to-date: /home/zuddler/torch/install/share/cmake/torch/TorchPackage.cmake
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lib/libtorch.so
-- Set runtime path of "/home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lib/libtorch.so" to "$ORIGIN/../lib:/home/zuddler/torch/install/lib"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/init.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/File.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/Tensor.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/CmdLine.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/FFI.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/Tester.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/TestSuite.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/test.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/README.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/random.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/index.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/maths.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/timer.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/gather.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/utility.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/storage.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/diskfile.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/tester.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/cmdline.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/serialization.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/file.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/pipefile.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/memoryfile.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/tensor.md
-- Up-to-date: /home/zuddler/torch/install/lib/libTH.so
-- Up-to-date: /home/zuddler/torch/install/include/TH/TH.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THAllocator.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THMath.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THBlas.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THDiskFile.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THFile.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THFilePrivate.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THGeneral.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THGenerateAllTypes.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THGenerateFloatTypes.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THGenerateIntTypes.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THLapack.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THLogAdd.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THMemoryFile.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THRandom.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THStorage.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THTensor.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THTensorApply.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THTensorDimApply.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THTensorMacros.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THVector.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THAtomic.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THBlas.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THBlas.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THLapack.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THLapack.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THStorage.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THStorage.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THStorageCopy.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THStorageCopy.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensor.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensor.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorConv.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorConv.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorCopy.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorCopy.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorLapack.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorLapack.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorMath.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorMath.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorRandom.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorRandom.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THVector.c
-- Up-to-date: /home/zuddler/torch/install/share/cmake/torch/THConfig.cmake
-- Up-to-date: /home/zuddler/torch/install/lib/libluaT.so
-- Up-to-date: /home/zuddler/torch/install/include/luaT.h
-- Up-to-date: /home/zuddler/torch/install/share/cmake/torch/luaTConfig.cmake
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
torch scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
dok scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c utils.c -o utils.o
gcc -shared -o treplutils.so -L/home/zuddler/torch/install/lib utils.o
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c readline.c -o readline.o
gcc -shared -o readline.so -L/home/zuddler/torch/install/lib readline.o -lreadline
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
trepl scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/sys/1.1-0" && make
-- Found Torch7 in /home/zuddler/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/pkg/sys/build
[100%] Built target sys
cd build && make install
[100%] Built target sys
Install the project...
-- Install configuration: "Release"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/sys/1.1-0/lib/libsys.so
-- Set runtime path of "/home/zuddler/torch/install/lib/luarocks/rocks/sys/1.1-0/lib/libsys.so" to "$ORIGIN/../lib:/home/zuddler/torch/install/lib"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/sys/1.1-0/lua/sys/init.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/sys/1.1-0/lua/sys/colors.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/sys/1.1-0/lua/sys/fpath.lua
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
sys 1.1-0 is now built and installed in /home/zuddler/torch/install/ (license: BSD)
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
xlua 1.0-0 is now built and installed in /home/zuddler/torch/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/zuddler/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1" -DLUA_INCDIR="/home/zuddler/torch/install/include" -DLUA_LIBDIR="/home/zuddler/torch/install/lib" && make
-- Found Torch7 in /home/zuddler/torch/install
-- Compiling with OpenMP support
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/extra/nn/build
[100%] Built target THNN
cd build && make install
[100%] Built target THNN
Install the project...
-- Install configuration: "Release"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialUpSamplingNearest.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricBatchNormalization.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDilatedConvolution.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PairwiseDistance.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricFullConvolution.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/THNN_h.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialMaxPooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ErrorMessages.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Replicate.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MSECriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricAveragePooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialClassNLLCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMulTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalConvolution.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Bilinear.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ParallelTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Square.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Min.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ClassNLLCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SparseLinear.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MM.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricDropout.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CAddTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftShrink.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalSubSampling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Narrow.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/StochasticGradient.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/NarrowTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Add.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HardTanh.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1Penalty.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Reshape.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TanhShrink.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Identity.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Padding.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialContrastiveNormalization.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMax.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CrossEntropyCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CSubTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Linear.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricConvolution.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Select.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Normalize.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sigmoid.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFullConvolution.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialCrossMapLRN.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Container.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Abs.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/hessian.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Transpose.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFractionalMaxPooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MixtureTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightedMSECriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricMaxPooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ClassSimplexCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Exp.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/View.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/test.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMul.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MulConstant.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftSign.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalMaxPooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Cosine.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MarginRankingCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CriterionTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMin.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MV.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sequential.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/JoinTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAveragePooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Parallel.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFullConvolutionMap.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ParallelCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMM.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ConcatTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Squeeze.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CosineDistance.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Power.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PartialLinear.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sum.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialReplicationPadding.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HingeEmbeddingCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMap.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ReLU.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDivisiveNormalization.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Index.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LogSigmoid.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAdaptiveMaxPooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sqrt.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialBatchNormalization.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Threshold.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/BatchNormalization.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Mean.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Clamp.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CosineEmbeddingCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Log.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DepthConcat.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Copy.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightedEuclidean.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiMarginCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/AbsCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionLocal.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Euclidean.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HardShrink.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialLPPooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MaskedSelect.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1HingeEmbeddingCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Criterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Concat.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CDivTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSoftMax.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialMaxUnpooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Tanh.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LogSoftMax.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDropout.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Jacobian.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/AddConstant.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSubSampling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1Cost.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SparseJacobian.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Contiguous.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ELU.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialZeroPadding.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSubtractiveNormalization.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiLabelSoftMarginCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftPlus.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/init.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Max.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiLabelMarginCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SmoothL1Criterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Dropout.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/utils.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DotProduct.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/THNN.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolution.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SplitTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SelectTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Unsqueeze.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Module.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricMaxUnpooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/RReLU.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PReLU.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMarginCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/BCECriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LeakyReLU.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DistKLDivCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Mul.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialReflectionPadding.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LookupTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MarginCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/FlattenTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/GradientReversal.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/table.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/transfer.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/convolution.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/index.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/lena.jpg
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/elu.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/parameterflattening.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softplus.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/logsigmoid.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/parameterflattening.svg
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sigmmoid.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/rrelu.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softmax.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sshrink.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/lenap.jpg
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sqrt.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softsign.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/htanh.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/abs.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softmin.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/prelu.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/exp.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/power.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/tanh.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/logsoftmax.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/relu.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sigmoid.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/hshrink.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/square.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/containers.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/module.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/training.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/testing.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/simple.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/overview.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/criterion.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/README.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lib/libTHNN.so
-- Set runtime path of "/home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lib/libTHNN.so" to "$ORIGIN/../lib:/home/zuddler/torch/install/lib"
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
nn scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)
cmake -E make_directory build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/zuddler/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/graph/scm-1";
make
-- Found Torch7 in /home/zuddler/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/extra/graph/build
cd build && make install
Install the project...
-- Install configuration: "Release"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/graphviz.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/Edge.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/Node.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/init.lua
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
graph scm-1 is now built and installed in /home/zuddler/torch/install/ (license: UNKNOWN)
cmake -E make_directory build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/zuddler/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1";
make
-- Found Torch7 in /home/zuddler/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/extra/nngraph/build
cd build && make install
Install the project...
-- Install configuration: "Release"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/node.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/nesting.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/graphinspecting.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/simple_print.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/gmodule.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/ModuleFromCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/nest.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/init.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/JustTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/utils.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/JustElement.lua
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
nngraph scm-1 is now built and installed in /home/zuddler/torch/install/ (license: UNKNOWN)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DLUA_INCDIR="/home/zuddler/torch/install/include" -DLUA_LIBDIR="/home/zuddler/torch/install/lib" -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/zuddler/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0" && make
-- Found Torch7 in /home/zuddler/torch/install
-- Compiling with OpenMP support
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/pkg/image/build
[ 25%] Built target ppm
[ 50%] Built target jpeg
[ 75%] Built target png
[100%] Built target image
cd build && make install
[ 25%] Built target ppm
[ 50%] Built target jpeg
[ 75%] Built target png
[100%] Built target image
Install the project...
-- Install configuration: "Release"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so
-- Set runtime path of "/home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so" to "$ORIGIN/../lib:/home/zuddler/torch/install/lib"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so
-- Set runtime path of "/home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so" to "$ORIGIN/../lib:/home/zuddler/torch/install/lib"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libpng.so
-- Set runtime path of "/home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libpng.so" to "$ORIGIN/../lib:/home/zuddler/torch/install/lib"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so
-- Set runtime path of "/home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so" to "$ORIGIN/../lib:/home/zuddler/torch/install/lib"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/init.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/win.ui
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/test.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/lena.jpg
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P4.pbm
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/fabio.jpg
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/gray3x1.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/foobar.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/rgb16-2x1.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/gray16-1x2.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P5.pgm
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/corrupt-ihdr.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/lena.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/fabio.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/rgb2x1.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P2.pgm
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P6.ppm
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/README.md
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
image 1.1.alpha-0 is now built and installed in /home/zuddler/torch/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/zuddler/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0" && make
-- Found Torch7 in /home/zuddler/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/pkg/optim/build
cd build && make install
Install the project...
-- Install configuration: "Release"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adamax.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/asgd.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/nag.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/cg.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/ConfusionMatrix.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adagrad.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adam.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/fista.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adadelta.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/checkgrad.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/rmsprop.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/polyinterp.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/lbfgs.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/sgd.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/init.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/cmaes.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/rprop.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/lswolfe.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/Logger.lua
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
optim 1.0.5-0 is now built and installed in /home/zuddler/torch/install/ (license: BSD)
Found CUDA on your machine. Installing CUDA packages
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/zuddler/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/cutorch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install
-- Found Torch7 in /home/zuddler/torch/install
-- Found gcc >=5 and CUDA <= 7.5, adding workaround C++ flags
-- MAGMA not found. Compiling without MAGMA support
-- Automatic GPU detection failed. Building for all known architectures.
-- Compiling for CUDA architecture: 2.0 2.1(2.0) 3.0 3.5 5.0 5.2
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/extra/cutorch/build
[ 2%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCReduceApplyUtils.cu.o
[ 5%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCHalf.cu.o
[ 10%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCBlas.cu.o
[ 10%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCStorage.cu.o
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: identifier "nullptr" is undefined
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: expected a ";"
/usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h(202): error: expected a ";"
/usr/include/c++/6.1.1/exception(63): error: expected a ";"
/usr/include/c++/6.1.1/exception(69): error: expected a ";"
/usr/include/c++/6.1.1/exception(77): error: expected a ";"
/usr/include/c++/6.1.1/exception(85): error: expected a ";"
/usr/include/c++/6.1.1/exception(95): error: expected a "{"
/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"
/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: expected a "{"
/usr/include/c++/6.1.1/bits/exception_ptr.h(71): error: namespace "std" has no member "rethrow_exception"
/usr/include/c++/6.1.1/bits/exception_ptr.h(81): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(83): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(84): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(86): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: declaration is incompatible with previous "std::current_exception"
(64): here
/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(89): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(92): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(94): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: incomplete type is not allowed
/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(118): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(128): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(145): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(146): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(149): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(154): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(155): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(158): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(159): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(162): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(163): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(171): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(197): error: expected a ";"
/usr/include/c++/6.1.1/bits/move.h(47): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(71): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(71): error: template parameter "_Tp" may not be redeclared in this scope
/usr/include/c++/6.1.1/type_traits(71): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(72): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name
/usr/include/c++/6.1.1/type_traits(73): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name
/usr/include/c++/6.1.1/type_traits(74): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(79): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(79): error: "value_type" has already been declared in the current scope
/usr/include/c++/6.1.1/type_traits(79): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(84): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(84): error: "_Tp" is not a function or static data member
/usr/include/c++/6.1.1/type_traits(93): error: expected a declaration
/usr/include/c++/6.1.1/type_traits(93): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(126): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(235): error: identifier "char16_t" is undefined
/usr/include/c++/6.1.1/type_traits(239): error: identifier "char32_t" is undefined
/usr/include/c++/6.1.1/type_traits(239): error: class "std::__is_integral_helper<<error-type>>" has already been defined
/usr/include/c++/6.1.1/type_traits(337): error: identifier "__float128" is undefined
/usr/include/c++/6.1.1/type_traits(453): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(457): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(465): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(469): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(477): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(481): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(489): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(493): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(501): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(505): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(513): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(517): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(525): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(529): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(537): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(541): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(551): error: namespace "std" has no member "nullptr_t"
/usr/include/c++/6.1.1/type_traits(572): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(578): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(585): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(592): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(602): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(628): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(738): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(752): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(767): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(777): error: expected a ")"
/usr/include/c++/6.1.1/type_traits(788): error: an explicit template argument list is not allowed on this declaration
/usr/include/c++/6.1.1/type_traits(788): error: expected a type specifier
/usr/include/c++/6.1.1/type_traits(788): error: function returning function is not allowed
/usr/include/c++/6.1.1/type_traits(788): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(794): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(795): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(825): error: identifier "noexcept" is undefined
/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression
/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression
/usr/include/c++/6.1.1/type_traits(825): error: this operator is not allowed in a template argument expression
/usr/include/c++/6.1.1/type_traits(836): error: an explicit template argument list is not allowed on this declaration
/usr/include/c++/6.1.1/type_traits(836): error: expected a type specifier
/usr/include/c++/6.1.1/type_traits(836): error: function returning function is not allowed
/usr/include/c++/6.1.1/type_traits(836): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(842): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(843): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(868): error: function returning function is not allowed
/usr/include/c++/6.1.1/type_traits(879): error: an explicit template argument list is not allowed on this declaration
Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_0000437d_00000000-19_THCBlas.compute_52.cpp1.ii".
Compilation terminated.
CMake Error at THC_generated_THCBlas.cu.o.cmake:266 (message):
Error generating file
/home/zuddler/torch/extra/cutorch/build/lib/THC/CMakeFiles/THC.dir//./THC_generated_THCBlas.cu.o
make[2]: *** [lib/THC/CMakeFiles/THC.dir/build.make:364: lib/THC/CMakeFiles/THC.dir/THC_generated_THCBlas.cu.o] Error 1
make[2]: *** Waiting for unfinished jobs....
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THStorage.h
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THStorageCopy.h
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THTensor.h
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THTensorCopy.h
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THTensorRandom.h
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THTensorMath.h
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THTensorConv.h
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THTensorLapack.h
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THCStorage.h
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THCTensor.h
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: identifier "nullptr" is undefined
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: expected a ";"
/usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h(202): error: expected a ";"
/usr/include/c++/6.1.1/exception(63): error: expected a ";"
/usr/include/c++/6.1.1/exception(69): error: expected a ";"
/usr/include/c++/6.1.1/exception(77): error: expected a ";"
/usr/include/c++/6.1.1/exception(85): error: expected a ";"
/usr/include/c++/6.1.1/exception(95): error: expected a "{"
/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"
/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: expected a "{"
/usr/include/c++/6.1.1/bits/exception_ptr.h(71): error: namespace "std" has no member "rethrow_exception"
/usr/include/c++/6.1.1/bits/exception_ptr.h(81): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(83): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(84): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(86): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: declaration is incompatible with previous "std::current_exception"
(64): here
/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(89): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(92): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(94): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: incomplete type is not allowed
/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(118): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(128): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(145): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(146): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(149): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(154): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(155): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(158): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(159): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(162): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(163): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(171): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(197): error: expected a ";"
/usr/include/c++/6.1.1/bits/move.h(47): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(71): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(71): error: template parameter "_Tp" may not be redeclared in this scope
/usr/include/c++/6.1.1/type_traits(71): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(72): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name
/usr/include/c++/6.1.1/type_traits(73): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name
/usr/include/c++/6.1.1/type_traits(74): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(79): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(79): error: "value_type" has already been declared in the current scope
/usr/include/c++/6.1.1/type_traits(79): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(84): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(84): error: "_Tp" is not a function or static data member
/usr/include/c++/6.1.1/type_traits(93): error: expected a declaration
/usr/include/c++/6.1.1/type_traits(93): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(126): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(235): error: identifier "char16_t" is undefined
/usr/include/c++/6.1.1/type_traits(239): error: identifier "char32_t" is undefined
/usr/include/c++/6.1.1/type_traits(239): error: class "std::__is_integral_helper<<error-type>>" has already been defined
/usr/include/c++/6.1.1/type_traits(337): error: identifier "__float128" is undefined
/usr/include/c++/6.1.1/type_traits(453): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(457): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(465): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(469): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(477): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(481): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(489): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(493): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(501): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(505): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(513): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(517): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(525): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(529): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(537): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(541): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(551): error: namespace "std" has no member "nullptr_t"
/usr/include/c++/6.1.1/type_traits(572): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(578): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(585): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(592): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(602): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(628): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(738): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(752): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(767): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(777): error: expected a ")"
/usr/include/c++/6.1.1/type_traits(788): error: an explicit template argument list is not allowed on this declaration
/usr/include/c++/6.1.1/type_traits(788): error: expected a type specifier
/usr/include/c++/6.1.1/type_traits(788): error: function returning function is not allowed
/usr/include/c++/6.1.1/type_traits(788): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(794): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(795): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(825): error: identifier "noexcept" is undefined
/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression
/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression
/usr/include/c++/6.1.1/type_traits(825): error: this operator is not allowed in a template argument expression
/usr/include/c++/6.1.1/type_traits(836): error: an explicit template argument list is not allowed on this declaration
/usr/include/c++/6.1.1/type_traits(836): error: expected a type specifier
/usr/include/c++/6.1.1/type_traits(836): error: function returning function is not allowed
/usr/include/c++/6.1.1/type_traits(836): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(842): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(843): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(868): error: function returning function is not allowed
/usr/include/c++/6.1.1/type_traits(879): error: an explicit template argument list is not allowed on this declaration
Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_00004391_00000000-19_THCReduceApplyUtils.compute_52.cpp1.ii".
Compilation terminated.
CMake Error at THC_generated_THCReduceApplyUtils.cu.o.cmake:266 (message):
Error generating file
/home/zuddler/torch/extra/cutorch/build/lib/THC/CMakeFiles/THC.dir//./THC_generated_THCReduceApplyUtils.cu.o
make[2]: *** [lib/THC/CMakeFiles/THC.dir/build.make:222: lib/THC/CMakeFiles/THC.dir/THC_generated_THCReduceApplyUtils.cu.o] Error 1
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THStorage.h
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THStorageCopy.h
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THCStorage.h
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THCStorage.cu
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: identifier "nullptr" is undefined
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: expected a ";"
/usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h(202): error: expected a ";"
/usr/include/c++/6.1.1/exception(63): error: expected a ";"
/usr/include/c++/6.1.1/exception(69): error: expected a ";"
/usr/include/c++/6.1.1/exception(77): error: expected a ";"
/usr/include/c++/6.1.1/exception(85): error: expected a ";"
/usr/include/c++/6.1.1/exception(95): error: expected a "{"
/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"
/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: expected a "{"
/usr/include/c++/6.1.1/bits/exception_ptr.h(71): error: namespace "std" has no member "rethrow_exception"
/usr/include/c++/6.1.1/bits/exception_ptr.h(81): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(83): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(84): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(86): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: declaration is incompatible with previous "std::current_exception"
(64): here
/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(89): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(92): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(94): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: incomplete type is not allowed
/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(118): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(128): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(145): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(146): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(149): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(154): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(155): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(158): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(159): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(162): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(163): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(171): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(197): error: expected a ";"
/usr/include/c++/6.1.1/bits/move.h(47): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(71): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(71): error: template parameter "_Tp" may not be redeclared in this scope
/usr/include/c++/6.1.1/type_traits(71): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(72): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name
/usr/include/c++/6.1.1/type_traits(73): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name
/usr/include/c++/6.1.1/type_traits(74): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(79): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(79): error: "value_type" has already been declared in the current scope
/usr/include/c++/6.1.1/type_traits(79): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(84): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(84): error: "_Tp" is not a function or static data member
/usr/include/c++/6.1.1/type_traits(93): error: expected a declaration
/usr/include/c++/6.1.1/type_traits(93): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(126): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(235): error: identifier "char16_t" is undefined
/usr/include/c++/6.1.1/type_traits(239): error: identifier "char32_t" is undefined
/usr/include/c++/6.1.1/type_traits(239): error: class "std::__is_integral_helper<<error-type>>" has already been defined
/usr/include/c++/6.1.1/type_traits(337): error: identifier "__float128" is undefined
/usr/include/c++/6.1.1/type_traits(453): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(457): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(465): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(469): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(477): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(481): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(489): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(493): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(501): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(505): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(513): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(517): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(525): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(529): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(537): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(541): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(551): error: namespace "std" has no member "nullptr_t"
/usr/include/c++/6.1.1/type_traits(572): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(578): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(585): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(592): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(602): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(628): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(738): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(752): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(767): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(777): error: expected a ")"
/usr/include/c++/6.1.1/type_traits(788): error: an explicit template argument list is not allowed on this declaration
/usr/include/c++/6.1.1/type_traits(788): error: expected a type specifier
/usr/include/c++/6.1.1/type_traits(788): error: function returning function is not allowed
/usr/include/c++/6.1.1/type_traits(788): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(794): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(795): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(825): error: identifier "noexcept" is undefined
/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression
/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression
/usr/include/c++/6.1.1/type_traits(825): error: this operator is not allowed in a template argument expression
/usr/include/c++/6.1.1/type_traits(836): error: an explicit template argument list is not allowed on this declaration
/usr/include/c++/6.1.1/type_traits(836): error: expected a type specifier
/usr/include/c++/6.1.1/type_traits(836): error: function returning function is not allowed
/usr/include/c++/6.1.1/type_traits(836): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(842): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(843): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(868): error: function returning function is not allowed
/usr/include/c++/6.1.1/type_traits(879): error: an explicit template argument list is not allowed on this declaration
Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_000043a9_00000000-19_THCHalf.compute_52.cpp1.ii".
Compilation terminated.
CMake Error at THC_generated_THCHalf.cu.o.cmake:266 (message):
Error generating file
/home/zuddler/torch/extra/cutorch/build/lib/THC/CMakeFiles/THC.dir//./THC_generated_THCHalf.cu.o
make[2]: *** [lib/THC/CMakeFiles/THC.dir/build.make:2185: lib/THC/CMakeFiles/THC.dir/THC_generated_THCHalf.cu.o] Error 1
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: identifier "nullptr" is undefined
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: expected a ";"
/usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h(202): error: expected a ";"
/usr/include/c++/6.1.1/exception(63): error: expected a ";"
/usr/include/c++/6.1.1/exception(69): error: expected a ";"
/usr/include/c++/6.1.1/exception(77): error: expected a ";"
/usr/include/c++/6.1.1/exception(85): error: expected a ";"
/usr/include/c++/6.1.1/exception(95): error: expected a "{"
/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"
/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: expected a "{"
/usr/include/c++/6.1.1/bits/exception_ptr.h(71): error: namespace "std" has no member "rethrow_exception"
/usr/include/c++/6.1.1/bits/exception_ptr.h(81): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(83): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(84): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(86): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: declaration is incompatible with previous "std::current_exception"
(64): here
/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(89): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(92): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(94): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: incomplete type is not allowed
/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(118): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(128): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(145): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(146): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(149): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(154): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(155): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(158): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(159): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(162): error: use of a local type to declare a function
/usr/include/c++/6.1.1/bits/exception_ptr.h(163): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(171): error: expected a ";"
/usr/include/c++/6.1.1/bits/exception_ptr.h(197): error: expected a ";"
/usr/include/c++/6.1.1/bits/move.h(47): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(71): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(71): error: template parameter "_Tp" may not be redeclared in this scope
/usr/include/c++/6.1.1/type_traits(71): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(72): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name
/usr/include/c++/6.1.1/type_traits(73): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name
/usr/include/c++/6.1.1/type_traits(74): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(79): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(79): error: "value_type" has already been declared in the current scope
/usr/include/c++/6.1.1/type_traits(79): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(84): error: identifier "constexpr" is undefined
/usr/include/c++/6.1.1/type_traits(84): error: "_Tp" is not a function or static data member
/usr/include/c++/6.1.1/type_traits(93): error: expected a declaration
/usr/include/c++/6.1.1/type_traits(93): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(126): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(235): error: identifier "char16_t" is undefined
/usr/include/c++/6.1.1/type_traits(239): error: identifier "char32_t" is undefined
/usr/include/c++/6.1.1/type_traits(239): error: class "std::__is_integral_helper<<error-type>>" has already been defined
/usr/include/c++/6.1.1/type_traits(337): error: identifier "__float128" is undefined
/usr/include/c++/6.1.1/type_traits(453): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(457): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(465): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(469): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(477): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(481): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(489): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(493): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(501): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(505): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(513): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(517): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(525): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(529): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(537): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(541): error: expected a ">"
/usr/include/c++/6.1.1/type_traits(551): error: namespace "std" has no member "nullptr_t"
/usr/include/c++/6.1.1/type_traits(572): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(578): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(585): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(592): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(602): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(628): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(738): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(752): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(767): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(777): error: expected a ")"
/usr/include/c++/6.1.1/type_traits(788): error: an explicit template argument list is not allowed on this declaration
/usr/include/c++/6.1.1/type_traits(788): error: expected a type specifier
/usr/include/c++/6.1.1/type_traits(788): error: function returning function is not allowed
/usr/include/c++/6.1.1/type_traits(788): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(794): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(795): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(825): error: identifier "noexcept" is undefined
/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression
/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression
/usr/include/c++/6.1.1/type_traits(825): error: this operator is not allowed in a template argument expression
/usr/include/c++/6.1.1/type_traits(836): error: an explicit template argument list is not allowed on this declaration
/usr/include/c++/6.1.1/type_traits(836): error: expected a type specifier
/usr/include/c++/6.1.1/type_traits(836): error: function returning function is not allowed
/usr/include/c++/6.1.1/type_traits(836): error: expected a ";"
/usr/include/c++/6.1.1/type_traits(842): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(843): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)
/usr/include/c++/6.1.1/type_traits(868): error: function returning function is not allowed
/usr/include/c++/6.1.1/type_traits(879): error: an explicit template argument list is not allowed on this declaration
Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_000043b1_00000000-19_THCStorage.compute_52.cpp1.ii".
Compilation terminated.
CMake Error at THC_generated_THCStorage.cu.o.cmake:266 (message):
Error generating file
/home/zuddler/torch/extra/cutorch/build/lib/THC/CMakeFiles/THC.dir//./THC_generated_THCStorage.cu.o
make[2]: *** [lib/THC/CMakeFiles/THC.dir/build.make:1202: lib/THC/CMakeFiles/THC.dir/THC_generated_THCStorage.cu.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:172: lib/THC/CMakeFiles/THC.dir/all] Error 2
make: *** [Makefile:128: all] Error 2
Error: Build error: Failed building.
Are you on Arch Linux? Looks like GCC 6.1.1 doesn't play nicely. If you have CUDA installed, you can edit the install.sh file to run with GCC/GCC++ provided by CUDA.
I changed
# If we're on OS X, use clang
if [[ `uname` == "Darwin" ]]; then
# make sure that we build with Clang. CUDA's compiler nvcc
# does not play nice with any recent GCC version.
export CC=clang
export CXX=clang++
fi
because the latest Arch provided clang doesn't seem to work so I don't care about it to:
export CC=/opt/cuda/bin/gcc
export CXX=/opt/cuda/bin/g++
And also because Arch installs cuda to /opt/cuda, I changed the path_to_nvcc to:
path_to_nvcc=$(which nvcc)
if [ $? == 1 ]; then { # look for it in /usr/local
if [[ -f /opt/cuda/bin/nvcc ]]; then {
path_to_nvcc=/opt/cuda/bin/nvcc
} fi
} fi
When installing other stuff with luarocks I get the same errors, so to get around that for example...
CC=/opt/cuda/bin/gcc CXX=/opt/cuda/bin/g++ luarocks install inn
Hope this helps a bit. Keep in mind this would only work on Arch Linux with cuda installed. Good luck!
Thanks @skatardude10 for the response.
Yes I was on Arch Linux, but I had some urgent work so I switched to Ubuntu for time being. But since I am an Arch fan, I will return to it soon and try installing the torch with the given suggestion.
In the meanwhile, I hope this would also help other Arch fans out there. 😄