-
Notifications
You must be signed in to change notification settings - Fork 357
errors about building #87
Comments
It seems that you have an issue w/ protobuf. Which protobuf version do you use? It should be 2.5.0. |
And another error about building is: .................... Can you help me?I would appreciate it if you could help me. |
I have a similar issue with the last one reported above by @dahaichangge. I have successfully compiled standalone Caffe, and my protobuf version is indeed 2.5.0. I am in an Oracle Linux machine.
I had previously deleted |
Well, I commented out INFINIBAND := 1 in Make.config, and the build was successful. I had initially enabled it as my cluster is connected via Infiniband. Does this mean I will face problems ahead? |
the errors below shows the infiniband libraries were not found. Maybe you need to set the path in Makefile. If you comment out INIFINIBAND :=1, you won't be able to use INFINIBAND, just regular ethernet, if you have one. |
Thanks for the reply. It turns out that our virtual servers are not actually "aware" of the physical infiniband infrastructure - to them it seems just like a quick ethernet. I have now successfuly built all components and passed the built-in tests. I am facing another problem, however, for which I'll open a new thread. |
i had the same problem as @dahaichangge in #87 (comment) Is it true that protobuf 2.5.0 is a must (can't be greater version) or just disable the INIFINIBAND is enough ? |
Please use protobuf 2.5.0. You are welcome to propose a PR to support protobuf 3.0.0. We will need to adjust pom.xml files, and likely no code change needed. |
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[9919,31] cannot find symbol
symbol: class ProtocolStringList
location: package com.google.protobuf
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[8280,24] cannot find symbol
symbol: class ProtocolStringList
location: package com.google.protobuf
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[5761,31] cannot find symbol
symbol: class ProtocolStringList
.........................................
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[5655,26] cannot find symbol
symbol: method getUnmodifiableView()
location: variable input_ of type com.google.protobuf.LazyStringList
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[6395,26] cannot find symbol
symbol: method getUnmodifiableView()
location: variable input_ of type com.google.protobuf.LazyStringList
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[6718,22] cannot find symbol
symbol: method getUnmodifiableView()
................................................
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[55667,38] cannot find symbol
symbol: method getUnmodifiableView()
location: variable dataframeColumnSelect_ of type com.google.protobuf.LazyStringList
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[70179,28] cannot find symbol
symbol: method getUnmodifiableView()
location: variable bottom_ of type com.google.protobuf.LazyStringList
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[70182,22] cannot find symbol
symbol: method getUnmodifiableView()
location: variable top_ of type com.google.protobuf.LazyStringList
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[70203,26] cannot find symbol
symbol: method getUnmodifiableView()
location: variable param_ of type com.google.protobuf.LazyStringList
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[72536,28] cannot find symbol
symbol: method getUnmodifiableView()
location: variable bottom_ of type com.google.protobuf.LazyStringList
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[72541,22] cannot find symbol
symbol: method getUnmodifiableView()
location: variable top_ of type com.google.protobuf.LazyStringList
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[72581,26] cannot find symbol
symbol: method getUnmodifiableView()
location: variable param_ of type com.google.protobuf.LazyStringList
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[73159,23] cannot find symbol
symbol: method getUnmodifiableView()
location: variable bottom_ of type com.google.protobuf.LazyStringList
[ERROR] /home/liutao/CaffeOnSpark/caffe-distri/src/main/java/caffe/Caffe.java:[73252,20] cannot find symbol
symbol: method getUnmodifiableView()
............................................
Is there anyone can do me a favor?
The text was updated successfully, but these errors were encountered: