Comment 3 for bug 999107

Revision history for this message
Russ Adams (rustushki) wrote :

We have some options:

1. Discover the reason (if any) for glog not being included into Precise. Attempt to resolve before 6/15.

2. Disable logging in the 6/15 release so that we do not need glog as a dependency.

3. Replace glog by writing a logger or switching to another logger.

Here's a workaround:

1. Download
http://code.google.com/p/google-glog/downloads/detail?name=glog-0.3.2.tar.gz

2. Compile and Install
tar xvf glog-0.3.2.tar.gz
cd glog-0.3.2
./configure
make
sudo make install

Asgard compilation seems to work after that.

3. Compile Asgard like usual. To run, prefix the command like this:

LD_LIBRARY_PATH=/usr/local/lib ./asgard scripts/demo1.py

Unfortunately, this doesn't solve the problem with our Ubuntu package. We still need the libgoogle-glog0 package in order to build a Precise .deb package.