-
Notifications
You must be signed in to change notification settings - Fork 129
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
FreeBSD missing include #981
base: master
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
Sonatype Lift is retiringSonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023. We understand that this news may come as a disappointment, and Sonatype is committed to helping you transition off it seamlessly. If you’d like to retain your data, please export your issues from the web console. |
This seems specific to system you use and on other system it will be installed somewhere else.
This seems to be a real error that a user using this same/similar installation of ROOT will also encounter. i.e. This PR only hides the problem. |
I guess this PR illustrates the problem since there is no issue tracker in this repository... hence also my questions. /usr/local/include is a reasonably standard place to be looking for headers, so maybe this should be buried deeper - my question is where is the appropriate place? in all other cases root has no problem finding headers in /usr/local/include... |
Humm ... So let figure out what is "special" about this case. What tests are actually failing and what is the output? |
e.g. roottest-root-dataframe-writeFcc
|
Some tests (some root-dataframe*) fail being unable to find vdt/vdtMath.h which is installed in /usr/local/include.
making this explicit solves it, but maybe it should either be conditional (FreeBSD only) or there is a better place to make sure the interpreter looks in /usr/local/include?