-
Notifications
You must be signed in to change notification settings - Fork 901
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
[BUG] -Werror=catch-value made warnings as errors, then build failed. #3613
Comments
This looks like an RMM issue rather than a libcudf issue. |
OK, I try to build https://github.com/rapidsai/rmm individually. |
Even if it builds OK, it's in a header so I think we should fix it (it's a 1-character fix. :). If you can file the same issue text above as an RMM issue that would help us assign and track it. |
Fixed by rapidsai/rmm#215 |
I think this issue is blocked on NVIDIA/jitify#36 as well as a few changes in cudf |
I checked a similar fix into NVIDIA/jitify, but it needs to be merged into the cudf branch: NVIDIA/jitify#37 |
@trevorsm7 Can you submit a PR to the cudf fork of Jitify to merge the latest NVIDIA/jitify? |
@trxcllnt suggested waiting on the binops PR to merge jitify (cudf is currently ~30 commits behind) |
Describe the bug
During the cuDF module build from the source code, it generates terrible amount of compilation errors, like:
Although I could not check all the error message (build script had been generated error message for 20 minutes...), it looks to me c/c++ compiler detected a warning related to catch exceptions, and a compiler option:
-Werror=catch-value
treated it as error.Steps/Code to reproduce bug
https://github.com/rapidsai/cudf/blob/branch-0.12/CONTRIBUTING.md#script-to-build-cudf-from-source
We followed the steps described above.
make -j
kicks a series of build chains, then raised this problem.Environment overview (please complete the following information)
Additional comment
I have been trying to build/install cuDF packages for more than a week, however, it does not work well.
Is it possible to distribute the RPM packages for RHEL/CentOS installation bases?
The text was updated successfully, but these errors were encountered: