-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
cvFatJar dependencies URLs not found. #66
Comments
Hi @vigo332, the errors you are receiving actually indicate a problem related to the proxy you are using, which apparently wants to redirect you to a login page. Could you try from another network location, or without the proxy settings? It's normal that some of the files are not found (404), as the resolver tries several repositories, and not all of them have all packages. You are however seeing 403's stemming from your proxy, or a related network issue. cheers! |
Thanks for updating. However, I came up the following error with sh build.sh. It seems that the Makefile cannot be generated successfully in build/cmake. I clone the master and I am running on Redhat 6.9 (2.6.32-696.6.3). I can open another issue if needed. Appreciated. I have the following envs $ which cmake $ uname -a $ echo $LD_LIBRARY_PATH $ echo $_JAVA_OPTIONS $ nvidia-smi +-----------------------------------------------------------------------------+ $ sh build.sh
cmake [options] Options -N = View mode only. -P = Process script mode. --find-package = Run in pkg-config like mode. --graphviz=[file] = Generate graphviz of dependencies, see CMakeGraphVizOptions.cmake for more. --system-information [file] = Dump information about this system. --debug-trycompile = Do not delete the try_compile build tree. Only useful on one try_compile at a time. --debug-output = Put cmake in a debug mode. --trace = Put cmake in trace mode. --warn-uninitialized = Warn about uninitialized values. --warn-unused-vars = Warn about unused variables. --no-warn-unused-cli = Don't warn about command line options. --check-system-vars = Find problems with variable usage in system files. --help-command cmd [file] = Print help for a single command and exit. --help-command-list [file] = List available listfile commands and exit. --help-commands [file] = Print help for all commands and exit. --help-compatcommands [file]= Print help for compatibility commands. --help-module module [file] = Print help for a single module and exit. --help-module-list [file] = List available modules and exit. --help-modules [file] = Print help for all modules and exit. --help-custom-modules [file]= Print help for all custom modules and exit. --help-policy cmp [file] = Print help for a single policy and exit. --help-policies [file] = Print help for all policies and exit. --help-property prop [file] = Print help for a single property and exit. --help-property-list [file] = List available properties and exit. --help-properties [file] = Print help for all properties and exit. --help-variable var [file] = Print help for a single variable and exit. --help-variable-list [file] = List documented variables and exit. --help-variables [file] = Print help for all variables and exit. --copyright [file] = Print the CMake copyright and exit. --help,-help,-usage,-h,-H,/?= Print usage information and exit. --help-full [file] = Print full help and exit. --help-html [file] = Print full help in HTML format. --help-man [file] = Print full help as a UNIX man page and exit. --version,-version,/V [file]= Show program name/version banner and exit. Generators The following generators are available on this platform:
FAILURE: Build failed with an exception.
BUILD FAILED in 18s |
Hi @vigo332! This error looks like you are using an old CMake version. Is there a way you could use CMake 3.0 or higher? |
Hi, @skalarproduktraum, Thanks for prompt response. I tried with cmake 3.9.3. Still the same error. Thanks $ cmake --version CMake suite maintained and supported by Kitware (kitware.com/cmake). $ gradle build -x test distribution --info
:cmake (Thread[Task worker for ':' Thread 2,5,main]) completed. Took 0.007 secs.
:make (Thread[Task worker for ':' Thread 2,5,main]) completed. Took 0.011 secs. FAILURE: Build failed with an exception.
BUILD FAILED in 1s |
Hey @vigo332, so this now looks like as CMake is recognizing the flags given correctly, but in the previous run has failed to actually generate Makefiles for make to consume. Could you remove gradle's |
It also failed after removing the build/ directory, again the Makefile was not generated by cmake. I am using java 1.8.0.144. I also tried to use java 1.7.0_51 but it is not supported. Thanks $ gradle build -x test distribution --debug --stacktrace |
Okay then, let's dig deeper. So gradle is actually just wrapping CMake, to make the process a little more convenient. Let's try what happens if we use CMake directly. Could you please go to the |
Hi, @skalarproduktraum , Thanks. I got these output. $ pwd This seem to be successful. I copied this build directory to clearvolume/build/cmake and ran build, I got $ sh build.sh
cmake [options] Specify a source directory to (re-)generate a build system for it in the Run 'cmake --help' for more information.
FAILURE: Build failed with an exception.
BUILD FAILED in 2s I guess this probably messed up the file path by hard copying the cmake files. |
Dear Developpers,
I ran into this error showing cvFatJar dependencies URLs are not found when I ran the build of the stable master.
I checked using wget URLs by hand and they do not exist.
Could you please check?
Thanks
sh build.sh
Picked up _JAVA_OPTIONS: -Dhttp.proxyHost=proxy.myuniv.edu -Dhttp.proxyPort=3128 -Dhttps.proxyHost=proxy.myuniv.edu -Dhttps.proxyPort=3128
FAILURE: Build failed with an exception.
Where:
Build file '/home2/myaccount/installs/clearvolume/clearvolume/build.gradle' line: 242
What went wrong:
Could not determine the dependencies of task ':cvFatJar'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Get more help at https://help.gradle.org
BUILD FAILED in 1s
The text was updated successfully, but these errors were encountered: