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

Boost::iostreams fails to link correctly on ifarm JLab CE 2.4 #440

Open
wdconinc opened this issue Feb 5, 2021 · 0 comments
Open

Boost::iostreams fails to link correctly on ifarm JLab CE 2.4 #440

wdconinc opened this issue Feb 5, 2021 · 0 comments

Comments

@wdconinc
Copy link
Member

wdconinc commented Feb 5, 2021

Environment: (where does this bug occur, have you tried other environments)

  • branch (master for latest released): develop
  • revision (HEAD for most recent): HEAD
  • OS or system: ifarm
  • Special ROOT or Geant4 versions? JLab CE 2.4

Steps to reproduce: (give a step by step account of how to trigger the bug)

  1. Clean clone
  2. cmake -Bbuild . && make -Cbuild
  3. build/remoll macros/runexample.mac

Expected Result: (what do you expect when you execute the steps above)

Should run correctly.

Actual Result: (what do you get when you execute the steps above)

Segfaults on boost::iostreams::gzip_decompressor() at

inputfile.push(boost::iostreams::gzip_decompressor());

Possible cause: Mismatch between CXXFLAGS and LDFLAGS of boost::iostreams and remoll.

Workaround: boost::iostream disabled in CMakeLists.txt.

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