boostorg / build

B2 makes it easy to build C++ projects, everywhere.
Boost Software License 1.0
229 stars 47 forks source link

Stack overflow in b2 #444

Open pdimov opened 5 years ago

pdimov commented 5 years ago

As mentioned in https://github.com/boostorg/bcp/pull/5, I'm getting a stack overflow (due to apparently endless recursion) in b2. Reproducing it is a bit convoluted at this point:

  1. You need to switch tools/bcp to the feature/update-specials branch
  2. Build bcp with b2 tools/bcp from the root
  3. Issue dist/bin/bcp program_options build /some/dir
  4. cd /some/dir
  5. ./bootstrap
  6. ./b2 libs/program_options/test
stale[bot] commented 3 years ago

Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2 This issue has been automatically marked as "transition" to indicate the potential for needing transition to the new B2 development project.