-
Notifications
You must be signed in to change notification settings - Fork 19
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
Does not build on Red Hat 5 #64
Comments
Please provide a patch so that we have it in master. There is no point in me hacking it in manually at my end, we will not use the new binaries the next two days anyway. |
I know what is wrong: opm-material is never built by Jenkins, so no surprise opm-porsol can't find it... The dependency of opm-material was not merged yet when I left for vacation. However, I could have seen this coming, so I should probably have added opm-material before the dependency was merged. Sorry about that. Anyway, fixing this issue should be quite easy. You just have to copy one of the build projects on Jenkins (e.g. opm-porsol), name it opm-material and follow the instructions I have written on the intern Wiki (You might even not need this as Jenkins is quite self-explanatory). If you are facing any problems or don't have the time, I will drop by Rotvoll this week, probably tomorrow. |
@laods, thanks to your excellent documentation I put opm-material into Jenkins this morning ;-) As noted by me above, opm-material builds fine. The problem is in the cmake roll-up as pointed out by Roland. Moreover, with Roland's patch I can confirm that it builds fine here. Closing the report. |
OK, back from vacation and Lars has left me. Trying to get builds to run again after inclusion of opm-material. Sorry, but I have not done any checking myself so far, as I chances are you guys have already been through it. I have added Atgeirr and Bård to the Jenkins server, so you should shortly see the build failure log in your mail box. opm-material seems to build fine, while opm-porsol fails, and it seems related to opm-material. This is the relevant part of cmake output:
10:22:33 -- Finding package opm-material using module mode
10:22:33 CMake Error at cmake/Modules/OpmFind.cmake:138 (find_package):
10:22:33 Could not find module Findopm-material.cmake or a configuration file for
10:22:33 package opm-material.
10:22:33
10:22:33 Adjust CMAKE_MODULE_PATH to find Findopm-material.cmake or set
10:22:33 opm-material_DIR to the directory containing a CMake configuration file for
10:22:33 opm-material. The file will have one of the following names:
10:22:33
10:22:33 opm-materialConfig.cmake
10:22:33 opm-material-config.cmake
10:22:33
10:22:33 Call Stack (most recent call first):
10:22:33 cmake/Modules/OpmFind.cmake:188 (find_and_append_package_to)
10:22:33 CMakeLists.txt:106 (find_and_append_package_list_to)
10:22:33
10:22:33
10:22:33 -- Finding package dune-cornerpoint using module mode
10:22:33 -- Finding package dune-common using module mode
10:22:33 -- Finding package dune-grid using module mode
10:22:33 -- Finding package opm-core using module mode
10:22:33 -- Performing Test HAVE_DUNE_CORNERPOINT
10:22:36 -- Performing Test HAVE_DUNE_CORNERPOINT - Success
10:22:36 -- Found dune-cornerpoint: /project/multiscale/jenkins-build/RH5/workspace/dune-cornerpoint
10:22:36 -- Generating debug symbols: -ggdb3
10:22:36 -- Looking for strip utility
10:22:36 -- Looking for strip utility - found
10:22:36 -- Writing config file "/project/multiscale/jenkins-build/RH5/workspace/opm-porsol/build/config.h"...
10:22:36 -- This build defaults to installing in /project/multiscale/OPM/jenkins-install/RH5/opm-porsol
10:22:37 -- Found Doxygen: /usr/bin/doxygen
10:22:37 -- Libtool not found!
10:22:37 -- Configuring incomplete, errors occurred!
10:22:37 Build step 'Execute shell' marked build as failure
10:22:37 Sending e-mails to: [email protected] [email protected] [email protected] [email protected] [email protected]
10:22:37 Finished: FAILURE
The text was updated successfully, but these errors were encountered: