It looks like there may be some git tag misalignment for the s6-dns repo: ===== >> git clone git://git.skarnet.org/s6-dns Cloning into 's6-dns'... remote: Counting objects: 402, done. remote: Compressing objects: 100% (353/353), done. remote: Total 402 (delta 174), reused 162 (delta 34) Receiving objects: 100% (402/402), 127.47 KiB | 97.00 KiB/s, done. Resolving deltas: 100% (174/174), done. Checking connectivity... done.
>> cd s6-dns >> ls AUTHORS COPYING INSTALL Makefile README README.macosx README.solaris configure doc package patch-for-solaris src tools >> git tag v2.0.0.0 v2.0.0.1 v2.0.0.2 >> git checkout v2.0.0.2 Note: checking out 'v2.0.0.2'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at b533774... Parallel build fix >> cat package/info package=s6-dns version=2.0.0.1 category=web package_macro_name=S6_DNS ===== It looks like the tag ought to point to 539bee3f515b13a9a55ce65c0c0593babc7c5048 instead. - Les Aker [email protected]
