Boost C++ Libraries: Ticket #13071: Release commit not available anymore https://svn.boost.org/trac10/ticket/13071 <p> The release <em>1.55.0</em> of boost points to the commit <em>8c395a888c2d77bdc91e956ef24a07c0c87cdd24</em> of uuid. However, this commit is not available! </p> <p> The tag <em>boost.1.55.0</em> in the uuid repository is pointing to commit <em>98cf8322aef86e6398dbac7f9cd6bf766621d645</em>. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13071 Trac 1.4.3 James E. King, III <jking@…> Fri, 04 Aug 2017 01:48:11 GMT <link>https://svn.boost.org/trac10/ticket/13071#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13071#comment:1</guid> <description> <p> I do not see the same issue in my fork of uuid: </p> <blockquote> <p> svtbuild@dvm:~/boost/libs/uuid$ git checkout boost-1.55.0 </p> </blockquote> <p> </p> <blockquote> <p> Note: checking out 'boost-1.55.0'. </p> </blockquote> <p> </p> <blockquote> <p> HEAD is now at 98cf832... fixed bug in sha1.hpp for messages longer than 536,870,912 bytes, ticket <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7128" title="#7128: Bugs: boost::uuids::detail::sha1 computes incorrect result (closed: fixed)">#7128</a> </p> </blockquote> <blockquote> <p> svtbuild@dvm:~/boost/libs/uuid$ git show 8c395a888c2d77bdc91e956ef24a07c0c87cdd24 </p> </blockquote> <p> My guess is you have a an extra commit in your fork. This should be closed as invalid. </p> <blockquote> <p> fatal: bad object 8c395a888c2d77bdc91e956ef24a07c0c87cdd24 </p> </blockquote> </description> <category>Ticket</category> </item> <item> <dc:creator>James E. King, III</dc:creator> <pubDate>Sat, 12 Aug 2017 20:16:09 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/13071#comment:2 https://svn.boost.org/trac10/ticket/13071#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> Ticket michael.moldaschl@… Fri, 18 Aug 2017 08:56:26 GMT status changed; resolution deleted https://svn.boost.org/trac10/ticket/13071#comment:3 https://svn.boost.org/trac10/ticket/13071#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">invalid</span> </li> </ul> <p> I think you missed the point. In uuid the tag 'boost-1.55.0' is at 98cf832..., however in the boost repository for the tag 'boost-1.55.0' uuid is at 8c395a888c2d77bdc91e956ef24a07c0c87cdd24. As you already checked, this commit is not available. </p> <p> Just try to checkout 'boost-1.55.0' of the boost repository:<br /> git clone <a class="ext-link" href="https://github.com/boostorg/boost.git"><span class="icon">​</span>https://github.com/boostorg/boost.git</a><br /> cd boost<br /> git submodule init libs/uuid<br /> git checkout boost-1.55.0<br /> git submodule update libs/uuid<br /> </p> <p> and the last step will fail with:<br /> <em>fatal: reference is not a tree: 8c395a888c2d77bdc91e956ef24a07c0c87cdd24<br /> Unable to checkout '8c395a888c2d77bdc91e956ef24a07c0c87cdd24' in submodule path 'libs/uuid' </em> </p> Ticket James E. King, III Sun, 27 Aug 2017 18:15:44 GMT <link>https://svn.boost.org/trac10/ticket/13071#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13071#comment:4</guid> <description> <p> I see - this is a boost supermodule issue then. Since the supermodule repository does not have github issues enabled, I am going to email the boost developer mailing list with this issue for resolution and I will attach replies/resolution here. Thanks! </p> </description> <category>Ticket</category> </item> <item> <dc:creator>James E. King, III</dc:creator> <pubDate>Sun, 27 Aug 2017 18:16:20 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/13071#comment:5 https://svn.boost.org/trac10/ticket/13071#comment:5 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Andy Tompkins</span> to <span class="trac-author">James E. King, III</span> </li> <li><strong>status</strong> <span class="trac-field-old">reopened</span> → <span class="trac-field-new">new</span> </li> </ul> Ticket James E. King, III Wed, 30 Aug 2017 01:48:10 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/13071#comment:6 https://svn.boost.org/trac10/ticket/13071#comment:6 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> I was able to find someone with that git hash in their fork and I pushed it up as the tag old-boost-1.55.0 and now your recipe to reproduce the issue no longer fails, so I am resolving this issue as fixed. </p> Ticket