
Neal Becker wrote:
Has this issue been addressed?
Please do not top-post.
error: Duplicate name of actual target: <pstage/lib>libboost_date_time.so.1.39.0 ... error: added properties: <threading>multi error: removed properties: <threading>single
This is expected. In 1.39, --layout=system does not use any decoration of the names, so that to match it's intended purpose -- system integrators. You are trying to build both ST and MT variants and put both to 'stage' directory, which results in name clash.
I can introduce new --layout=tagged that would encode threading and variant into the name. What do you think?
No, it was not. Lacking any posted schedule, I did not expect final release this weekend. To clarify, original schedule on http://www.boost.org/development/index.html has two weeks between beta and release. In fact, beta was released on April 24, with final release on May 3 -- which is considerably shorter. I'll work on a patch, so that you can apply it separately, soonish. - Volodya