Boost.Build does not recognize .v2 less Jamfile s

I might have missed something in the Discussion, but isn't the v2 expected to work on Jamfile _and_ Jamfile.v2 ? If I actually rename the file Jamfile.v2 to Jamfile the build from boost root does not work anymore. Maybe a hint: the library does not show up in bjam --show-libraries. Thank you for attention, Roland

Roland Schwarz wrote: Roland,
I might have missed something in the Discussion, but isn't the v2 expected to work on Jamfile _and_ Jamfile.v2 ?
please bring all Boost.Build questions to boost-build mailing list.
If I actually rename the file Jamfile.v2 to Jamfile the build from boost root does not work anymore.
RC or HEAD? What do you mean by "does not work"? Do you get an error? Do you get incorrect result? Is the library not built? What Jamfile.v2 did you rename?
Maybe a hint: the library does not show up in bjam --show-libraries.
Ah, ok. So the library is not built. I've checked in a fix on HEAD, would you please try again? - Volodya

Vladimir Prus wrote:
please bring all Boost.Build questions to boost-build mailing list.
I was under the impression, that my question is about usage of Boost.Build, i.e. usage of Boost.Build to build the boost library, and so addressed to this list. Do you mean, that such questions also belong to Boost.Build? If yes, I'll try to put it there in future.
RC or HEAD? What do you mean by "does not work"? Do you get an error?
RC_1_34_0, but is the same in HEAD.
Do you get incorrect result? Is the library not built? What Jamfile.v2 did you rename?
The lib was not built.
Ah, ok. So the library is not built. I've checked in a fix on HEAD, would you please try again?
Ok. Works now. Thank you! Will you merge this to RC_1_34_0 too? Roland

Roland Schwarz wrote:
Vladimir Prus wrote:
please bring all Boost.Build questions to boost-build mailing list.
I was under the impression, that my question is about usage of Boost.Build, i.e. usage of Boost.Build to build the boost library, and so addressed to this list. Do you mean, that such questions also belong to Boost.Build? If yes, I'll try to put it there in future.
I think yes, all questions that are targeted at Boost.Build itself (tools/build/v2) or top-level Jamfile or status/Jamfile, should go to Boost.Build mailing list so that to reduce traffic there. I think Boost.Build questions should be posted there only if you suspect there's problem with individual library and you want to bring attention of library's author.
RC or HEAD? What do you mean by "does not work"? Do you get an error?
RC_1_34_0, but is the same in HEAD.
Ok.
Do you get incorrect result? Is the library not built? What Jamfile.v2 did you rename?
The lib was not built.
Ah, ok. So the library is not built. I've checked in a fix on HEAD, would you please try again?
Ok. Works now. Thank you! Will you merge this to RC_1_34_0 too?
I'm not sure. While the change seems safe, are you sure it's good time to start renaming files on RC branch? I though only bug fixes are OK at this point. - Volodya
participants (2)
-
Roland Schwarz
-
Vladimir Prus