Re: [Caffe / ITP / FTBFS] undefined reference to `XXX` issue

2015-10-03 Thread Andrey Rahmatullin
On Sat, Oct 03, 2015 at 03:28:31AM +, lumin wrote: > The exact reason of FTBFS is things like e.g.: > > ``` > /usr/include/glog/logging.h:672: undefined reference to > `google::base::CheckOpMessageBuilder::NewString()' > CMakeFiles/caffe.bin.dir/caffe.cpp.o: In function `std::string* > googl

[Caffe / ITP / FTBFS] undefined reference to `XXX` issue

2015-10-02 Thread lumin
Hi all, I'm working on packaging Caffe[1], a deep learning framework. Now the packaging is done and I'm solving its FTBFS issue, which is the only blocker for ITP process. However I have trouble solving this FTBFS issue, so post a message for help. Packaging work is stored at [2]. According to my