Opened 5 years ago

Closed 5 years ago

#13071 closed Bugs (fixed)

Release commit not available anymore

Reported by: michael.moldaschl@… Owned by: James E. King, III
Milestone: To Be Determined Component: uuid
Version: Boost 1.55.0 Severity: Problem
Keywords: Cc:

Description

The release 1.55.0 of boost points to the commit 8c395a888c2d77bdc91e956ef24a07c0c87cdd24 of uuid. However, this commit is not available!

The tag boost.1.55.0 in the uuid repository is pointing to commit 98cf8322aef86e6398dbac7f9cd6bf766621d645.

Change History (6)

comment:1 by James E. King, III <jking@…>, 5 years ago

I do not see the same issue in my fork of uuid:

svtbuild@dvm:~/boost/libs/uuid$ git checkout boost-1.55.0

Note: checking out 'boost-1.55.0'.

HEAD is now at 98cf832... fixed bug in sha1.hpp for messages longer than 536,870,912 bytes, ticket #7128

svtbuild@dvm:~/boost/libs/uuid$ git show 8c395a888c2d77bdc91e956ef24a07c0c87cdd24

My guess is you have a an extra commit in your fork. This should be closed as invalid.

fatal: bad object 8c395a888c2d77bdc91e956ef24a07c0c87cdd24

comment:2 by James E. King, III, 5 years ago

Resolution: invalid
Status: newclosed

comment:3 by michael.moldaschl@…, 5 years ago

Resolution: invalid
Status: closedreopened

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.

Just try to checkout 'boost-1.55.0' of the boost repository:
git clone https://github.com/boostorg/boost.git
cd boost
git submodule init libs/uuid
git checkout boost-1.55.0
git submodule update libs/uuid

and the last step will fail with:
fatal: reference is not a tree: 8c395a888c2d77bdc91e956ef24a07c0c87cdd24
Unable to checkout '8c395a888c2d77bdc91e956ef24a07c0c87cdd24' in submodule path 'libs/uuid'

comment:4 by James E. King, III, 5 years ago

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!

comment:5 by James E. King, III, 5 years ago

Owner: changed from Andy Tompkins to James E. King, III
Status: reopenednew

comment:6 by James E. King, III, 5 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.