Gmock moved to Github, the current SRC_URI pointing at googlecode.com returns 404. $ curl --head http://googlemock.googlecode.com/files/gmock-1.7.0.zip HTTP/1.1 404 Not Found Content-Type: text/html; charset=UTF-8 Content-Length: 1582 Date: Fri, 09 Dec 2016 07:49:54 GMT
the GH repo doesn't have the same release artifacts. their autogenerated tarballs are missing generated files like "configure". i'm not aware of a new location to replace it.
Hi, I reopen, because here is additional information: "This project has been absorbed into the GoogleTest project. All open googlemock issues have been moved there." https://github.com/google/googlemock/blob/master/README.md I suggest to treeclean it in favour of the GoogleTest suite dev-cpp/gtest.
(In reply to Jonas Stein from comment #2) i'm aware of the upstream status. the gtest-1.7 in the tree doesn't contain gmock. adding a new gtest that also contains gmock will require updating a number of reverse deps. none of which applies to "current gmock release isn't available upstream". at some point we'll get around to adding gtest-1.8 or newer and then dealing with the gmock shuffle at that time.