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

Packages broken on Ubuntu 14.04 (trusty) #516

Open
jonasbardino opened this issue Feb 28, 2018 · 0 comments
Open

Packages broken on Ubuntu 14.04 (trusty) #516

jonasbardino opened this issue Feb 28, 2018 · 0 comments

Comments

@jonasbardino
Copy link

The bohrium install from nightly PPA on 14.04 no longer works. Any operation throws an exception like:
0|~ > python -c "import bohrium as bh; print(bh.bh_info.runtime_info())"
Cannot load library: /usr/lib/libbh_ve_openmp.so: undefined symbol: _ZN5boost10filesystem6detail9copy_fileERKNS0_4pathES4_NS0_11copy_optionEPNS_6system10error_codeE
terminate called after throwing an instance of 'std::runtime_error'
what(): ConfigParser: Cannot load library
zsh: abort python -c "import bohrium as bh; print(bh.bh_info.runtime_info())"
134|~ > bardino@nelson

Not sure but it sounds like it may be due to a boost update:
https://bbs.archlinux.org/viewtopic.php?id=174508

I tried downgrading all boost dependency packages to the version before the latest security upgrade but it still fails.

Maybe it would help bumping the package dependencies from boost-1.54 to boost-1.55 which is also available in the standard repositories:
https://packages.ubuntu.com/trusty/libboost1.55-dev

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

No branches or pull requests

1 participant