Skip to content
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

proposal error (undefined symbol) #569

Closed
sjoerd-bouma opened this issue Sep 12, 2023 · 4 comments · Fixed by #570
Closed

proposal error (undefined symbol) #569

sjoerd-bouma opened this issue Sep 12, 2023 · 4 comments · Fixed by #570

Comments

@sjoerd-bouma
Copy link
Collaborator

The tests currently fail because of an issue with proposal 7.5.1. The installation of proposal does not raise an error, but subsequently importing anything relying on proposal fails with and undefined symbol error. Example below:

WARNING: autodoc: failed to import module 'NuRadioProposal' from module 'NuRadioMC.EvtGen'; the following exception was raised:
/opt/hostedtoolcache/Python/3.7.17/x64/lib/python3.7/site-packages/proposal.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN5boost10filesystem4pathdVERKS1_

It's not clear to me if this is a python 3.7 exclusive issue or due to some updated dependency of proposal, I can't reproduce this on Ubuntu 22.04 and python 3.10.12. I also do not know of a workaround.

@sjoerd-bouma
Copy link
Collaborator Author

Perhaps unsurprisingly, considering the issue occurs in a compiled .so object, but no NuRadioMC dependencies nor the Python version have changed between the last successful run and first occurrence of this error. On the other hand, the proposal wheel took much longer to build and has a different size, so my guess would be the issue is caused by some updated proposal dependency.

@sjoerd-bouma
Copy link
Collaborator Author

Opened an issue on the proposal github: tudo-astroparticlephysics/PROPOSAL#377

@sjoerd-bouma sjoerd-bouma changed the title proposal doesn't work again (undefined symbol) proposal error (undefined symbol) Sep 12, 2023
@Jean1995
Copy link
Contributor

Which one is the action where proposal has been re-built and stopped working?

@Jean1995
Copy link
Contributor

I believe something has changed about the boost package provided by conan. I've just realized that our CI isn't working anymore as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants