Opened 8 years ago

Closed 8 years ago

#1384 closed defect (fixed)

Change gmock URL when build with cmake

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: critical Milestone: 9.3
Component: build system Version: development
Keywords: Cc: Dimitar Misev, Alex Dumitru
Complexity: Medium

Description

the googlemock project was absorbed by googltest and the URL to download gmock-1.7.0.zip from autogen.sh (third_party/grpc/third_party/protobuf) does not exist anymore, then it will stop the build process very soon.

A fix is needed to replace the non-exist URL

https://googlemock.googlecode.com/files/gmock-1.7.0.zip

to an available URL gmock 1.7.0.

http://pkgs.fedoraproject.org/repo/pkgs/gmock/gmock-1.7.0.zip/md5/073b984d8798ea1594f5e44d85b20d66/gmock-1.7.0.zip

before calling autogen.sh to build protobuf

Change History (1)

comment:1 by Bang Pham Huu, 8 years ago

Resolution: fixed
Status: newclosed

patch was applied, close ticket.

Note: See TracTickets for help on using tickets.