We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[jw@cn06 build]$ make VERBOSE=1 -j1 /usr/bin/cmake -S/data/jw/torch7 -B/data/jw/torch7/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /data/jw/torch7/build/CMakeFiles /data/jw/torch7/build//CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/data/jw/torch7/build' make -f lib/TH/CMakeFiles/TH.dir/build.make lib/TH/CMakeFiles/TH.dir/depend make[2]: Entering directory '/data/jw/torch7/build' cd /data/jw/torch7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /data/jw/torch7 /data/jw/torch7/lib/TH /data/jw/torch7/build /data/jw/torch7/build/lib/TH /data/jw/torch7/build/lib/TH/CMakeFiles/TH.dir/DependInfo.cmake --color= make[2]: Leaving directory '/data/jw/torch7/build' make -f lib/TH/CMakeFiles/TH.dir/build.make lib/TH/CMakeFiles/TH.dir/build make[2]: Entering directory '/data/jw/torch7/build' make[2]: Nothing to be done for 'lib/TH/CMakeFiles/TH.dir/build'. make[2]: Leaving directory '/data/jw/torch7/build' [ 58%] Built target TH make -f lib/luaT/CMakeFiles/luaT.dir/build.make lib/luaT/CMakeFiles/luaT.dir/depend make[2]: Entering directory '/data/jw/torch7/build' cd /data/jw/torch7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /data/jw/torch7 /data/jw/torch7/lib/luaT /data/jw/torch7/build /data/jw/torch7/build/lib/luaT /data/jw/torch7/build/lib/luaT/CMakeFiles/luaT.dir/DependInfo.cmake --color= make[2]: Leaving directory '/data/jw/torch7/build' make -f lib/luaT/CMakeFiles/luaT.dir/build.make lib/luaT/CMakeFiles/luaT.dir/build make[2]: Entering directory '/data/jw/torch7/build' make[2]: Nothing to be done for 'lib/luaT/CMakeFiles/luaT.dir/build'. make[2]: Leaving directory '/data/jw/torch7/build' [ 58%] Built target luaT make -f CMakeFiles/torch.dir/build.make CMakeFiles/torch.dir/depend make[2]: Entering directory '/data/jw/torch7/build' [ 58%] Generating random.c cd /data/jw/torch7 && /data/jw/torch7/random.lua /data/jw/torch7/build/random.c /bin/sh: /data/jw/torch7/random.lua: Permission denied make[2]: *** [CMakeFiles/torch.dir/build.make:85: random.c] Error 126 make[2]: Leaving directory '/data/jw/torch7/build' make[1]: *** [CMakeFiles/Makefile2:154: CMakeFiles/torch.dir/all] Error 2 make[1]: Leaving directory '/data/jw/torch7/build' make: *** [Makefile:149: all] Error 2 [jw@cn06 build]$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[jw@cn06 build]$ make VERBOSE=1 -j1
/usr/bin/cmake -S/data/jw/torch7 -B/data/jw/torch7/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /data/jw/torch7/build/CMakeFiles /data/jw/torch7/build//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/data/jw/torch7/build'
make -f lib/TH/CMakeFiles/TH.dir/build.make lib/TH/CMakeFiles/TH.dir/depend
make[2]: Entering directory '/data/jw/torch7/build'
cd /data/jw/torch7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /data/jw/torch7 /data/jw/torch7/lib/TH /data/jw/torch7/build /data/jw/torch7/build/lib/TH /data/jw/torch7/build/lib/TH/CMakeFiles/TH.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/data/jw/torch7/build'
make -f lib/TH/CMakeFiles/TH.dir/build.make lib/TH/CMakeFiles/TH.dir/build
make[2]: Entering directory '/data/jw/torch7/build'
make[2]: Nothing to be done for 'lib/TH/CMakeFiles/TH.dir/build'.
make[2]: Leaving directory '/data/jw/torch7/build'
[ 58%] Built target TH
make -f lib/luaT/CMakeFiles/luaT.dir/build.make lib/luaT/CMakeFiles/luaT.dir/depend
make[2]: Entering directory '/data/jw/torch7/build'
cd /data/jw/torch7/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /data/jw/torch7 /data/jw/torch7/lib/luaT /data/jw/torch7/build /data/jw/torch7/build/lib/luaT /data/jw/torch7/build/lib/luaT/CMakeFiles/luaT.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/data/jw/torch7/build'
make -f lib/luaT/CMakeFiles/luaT.dir/build.make lib/luaT/CMakeFiles/luaT.dir/build
make[2]: Entering directory '/data/jw/torch7/build'
make[2]: Nothing to be done for 'lib/luaT/CMakeFiles/luaT.dir/build'.
make[2]: Leaving directory '/data/jw/torch7/build'
[ 58%] Built target luaT
make -f CMakeFiles/torch.dir/build.make CMakeFiles/torch.dir/depend
make[2]: Entering directory '/data/jw/torch7/build'
[ 58%] Generating random.c
cd /data/jw/torch7 && /data/jw/torch7/random.lua /data/jw/torch7/build/random.c
/bin/sh: /data/jw/torch7/random.lua: Permission denied
make[2]: *** [CMakeFiles/torch.dir/build.make:85: random.c] Error 126
make[2]: Leaving directory '/data/jw/torch7/build'
make[1]: *** [CMakeFiles/Makefile2:154: CMakeFiles/torch.dir/all] Error 2
make[1]: Leaving directory '/data/jw/torch7/build'
make: *** [Makefile:149: all] Error 2
[jw@cn06 build]$
The text was updated successfully, but these errors were encountered: