On 12/10/2010 11:02 AM, nozawat wrote: > Hi Fabio, > > Thank you for comment. > I ran the following commands again. > However, the result of make rpm was same as. > > command:./autogen.sh && ./configure --prefix=$PREFIX > --with-lcrso-dir=$LCRSODIR --with-version="1.3.0" > --with-tarball-version="1.3.0" >
^^ you need to stop passing the version information all together. It is NOT up to you to tell ./configure what version to generate. It is calculated automatically based on git tags and commits. This "failsafe" is there exactly to avoid people to build random versions that are not based on the real released version. Fabio > Regards, > Tomo > > 2010/12/10 Fabio M. Di Nitto <[email protected] > <mailto:[email protected]>> > > On 12/10/2010 10:33 AM, nozawat wrote: > > Hi > > > > I want to make rpm in latest corosync(git clone > > http://corosync.org/git/corosync.git). > > However, I became the error if I would make rpm and was not able > to make > > it. > > The making of the rpm file is possible from release of corosync-1.3.0. > > I attach log when I carried it out. > > > > > > [18:24:10][r...@pm1003 /opt/corosync]$ echo "1.3.0" > .version > > [18:24:19][r...@pm1003 /opt/corosync]$ echo "1.3.0" > .tarball-version > > ^^^this is not up to you to handle manually. > > Let ./configure do the right thing instead. > > Fabio > > _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
