yurishkuro / opentracing-tutorial

A collection of tutorials for the OpenTracing API
Apache License 2.0
1.57k stars 404 forks source link

Make install failed #1

Closed shuwens closed 7 years ago

shuwens commented 7 years ago

Hi,

Very cool material. I hope that I can use it to better understand Jaeger and opentracing.

However, I just tried it and got these errors when I run the make install. Seem like something wrong with using glide to install jaeger-go-client?

[INFO]  Downloading dependencies. Please wait...
[INFO]  --> Found desired version locally github.com/apache/thrift b2a4d4ae21c789b689dd162deb819665567f481c!
[INFO]  --> Found desired version locally github.com/codahale/hdrhistogram f8ad88b59a584afeee9d334eff879b104439117b!
[INFO]  --> Found desired version locally github.com/opentracing/opentracing-go 1949ddbfd147afd4d964a9f00b24eb291e0e7c38!
[INFO]  --> Found desired version locally github.com/uber/jaeger-client-go 3e3870040def0ebdaf65a003863fa64f5cb26139!
[INFO]  --> Found desired version locally github.com/uber/jaeger-lib 3b2a9ad2a045881ab7a0f81d465be54c8292ee4f!
[INFO]  --> Found desired version locally golang.org/x/net 3b993948b6f0e651ffb58ba135d8538a68b1cddf!
[INFO]  Setting references.
[INFO]  --> Setting version for github.com/codahale/hdrhistogram to f8ad88b59a584afeee9d334eff879b104439117b.
[INFO]  --> Setting version for github.com/uber/jaeger-client-go to 3e3870040def0ebdaf65a003863fa64f5cb26139.
[INFO]  --> Setting version for github.com/apache/thrift to b2a4d4ae21c789b689dd162deb819665567f481c.
[INFO]  --> Setting version for github.com/opentracing/opentracing-go to 1949ddbfd147afd4d964a9f00b24eb291e0e7c38.
[INFO]  --> Setting version for github.com/uber/jaeger-lib to 3b2a9ad2a045881ab7a0f81d465be54c8292ee4f.
[INFO]  --> Setting version for golang.org/x/net to 3b993948b6f0e651ffb58ba135d8538a68b1cddf.
[INFO]  Exporting resolved dependencies...
[INFO]  --> Exporting github.com/apache/thrift
[INFO]  --> Exporting github.com/opentracing/opentracing-go
[INFO]  --> Exporting github.com/uber/jaeger-lib
[INFO]  --> Exporting github.com/uber/jaeger-client-go
[INFO]  --> Exporting github.com/codahale/hdrhistogram
[INFO]  --> Exporting golang.org/x/net
[ERROR] Export failed for github.com/uber/jaeger-client-go: Error while exporting submodule sources
[ERROR] Unable to export dependencies to vendor directory: Error while exporting submodule sources

The system I am using is Ubuntu 17.04

shuwens commented 7 years ago

Problem solved. It is a bug from glide. Installing the latest glide solved it.