[sheepdog-users] stable: same build process, different versions

Hitoshi Mitake mitake.hitoshi at gmail.com
Fri Dec 20 02:25:50 CET 2013


At Thu, 19 Dec 2013 13:03:35 +0100,
Valerio Pachera wrote:
> 
> [1  <multipart/alternative (7bit)>]
> [1.1  <text/plain; UTF-8 (7bit)>]
> Hi, I was building and installing stable rc2 version.
> 
> I repeat the process 2 time doing the exact same steps on each node but I
> end up like this:
> 
> parallel-ssh -i -h pssh.conf 'sheep -v'
> [1] 12:54:47 [SUCCESS] test006
> Sheepdog daemon version 1.6.0_8_g81017d9_dirty
> [2] 12:54:47 [SUCCESS] test007
> Sheepdog daemon version 1.6.0_8_g81017d9_dirty
> [3] 12:54:47 [SUCCESS] test005
> Sheepdog daemon version 0.7.0_19_g331cdcf_dirty
> [4] 12:54:47 [SUCCESS] test004
> Sheepdog daemon version 0.7.6_rc2
> 
> 3 different versions.
> 
> Before building I run make uninstall.
> What may cause this?

Could you test the below sequence?

make clean
./autogen.sh
./configure
make
sudo make install

I think it can solve the problem.

Thanks,
Hitoshi




More information about the sheepdog-users mailing list