public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Versioning of KVM
@ 2006-11-15  7:12 Baruch Even
       [not found] ` <20061115071251.GN28027-xGn4Jn0woyz+OtfAA3OxFg@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Baruch Even @ 2006-11-15  7:12 UTC (permalink / raw)
  To: KVM

Avi,

Can you please decide on a normal version number for KVM? I currently
use 0.0.2 in order to be able to use later a proper version number, If
I'd use 2 now than any other sane version later such as 1.0 will be
lower and I'll have to use a prefix to fix that. It would be nice if you
could just use normal version numbers from the start so the Debian
version number will be the same as your version number.

Some other issues I had with packaging were clean targets that are
either missing or incomplete. You can take a look at the .diff.gz file
that is in http://people.debian.org/~baruch/kvm/ to see all the changes
I needed to do to the package to build it. It is rather messy right now
but you might be able to get some things you can incorporate in order to
make packaging easier.

Thanks,
Baruch

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Versioning of KVM
       [not found] ` <20061115071251.GN28027-xGn4Jn0woyz+OtfAA3OxFg@public.gmane.org>
@ 2006-11-15  7:50   ` Avi Kivity
       [not found]     ` <455AC6D7.4060906-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Avi Kivity @ 2006-11-15  7:50 UTC (permalink / raw)
  To: Baruch Even; +Cc: KVM

Baruch Even wrote:
> Avi,
>
> Can you please decide on a normal version number for KVM? I currently
> use 0.0.2 in order to be able to use later a proper version number, If
> I'd use 2 now than any other sane version later such as 1.0 will be
> lower and I'll have to use a prefix to fix that. It would be nice if you
> could just use normal version numbers from the start so the Debian
> version number will be the same as your version number.
>
>   

Well, I'd have thought that the natural numbers are a perfectly sane 
numbering scheme.  However, I'll bow to tradition and the next release 
will be 0.3.

> Some other issues I had with packaging were clean targets that are
> either missing or incomplete. You can take a look at the .diff.gz file
> that is in http://people.debian.org/~baruch/kvm/ to see all the changes
> I needed to do to the package to build it. It is rather messy right now
> but you might be able to get some things you can incorporate in order to
> make packaging easier.
>   

My current tree has fixes for most of the problems.  I'll look at the 
clean targets (why are they necessary for packaging?)


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Versioning of KVM
       [not found]     ` <455AC6D7.4060906-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2006-11-15  7:56       ` Baruch Even
       [not found]         ` <20061115075647.GP28027-xGn4Jn0woyz+OtfAA3OxFg@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Baruch Even @ 2006-11-15  7:56 UTC (permalink / raw)
  To: Avi Kivity; +Cc: KVM

* Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org> [061115 09:50]:
> Baruch Even wrote:
> >Avi,
> >
> >Can you please decide on a normal version number for KVM? I currently
> >use 0.0.2 in order to be able to use later a proper version number, If
> >I'd use 2 now than any other sane version later such as 1.0 will be
> >lower and I'll have to use a prefix to fix that. It would be nice if you
> >could just use normal version numbers from the start so the Debian
> >version number will be the same as your version number.
> >
> >  
> 
> Well, I'd have thought that the natural numbers are a perfectly sane numbering scheme.  However, I'll bow to tradition 
> and the next release will be 0.3.

If you plan to use natural numbers permanenly than it's fine with me, I
just thought that the version 2 is just an interim numbering scheme.

> >Some other issues I had with packaging were clean targets that are
> >either missing or incomplete. You can take a look at the .diff.gz file
> >that is in http://people.debian.org/~baruch/kvm/ to see all the changes
> >I needed to do to the package to build it. It is rather messy right now
> >but you might be able to get some things you can incorporate in order to
> >make packaging easier.
> >  
> 
> My current tree has fixes for most of the problems.  I'll look at the clean targets (why are they necessary for 
> packaging?)

Some of the packages are being built by other computers, I'm building on
my machine only the i386 version and the amd64 is built by an
auto-builder. The clean target is needed since otherwise there are the
.d files which have absolute paths for my machine and my build
environment, this will kill the auto builder. In my case I build for
Debian testing on my machine and then use a chroot to do a clean build
for Debian unstable, the .d files killed the chroot build as well.

The Debian build process does a clean before it starts the build to make
sure we do a pristine build every time to avoid such problems. It
doesn't always work when upstream clean target doesn't really clean.
Normally there is a clean target and distclean to really clean the
package back to distribution state.

Cheers,
Baruch

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Versioning of KVM
       [not found]         ` <20061115075647.GP28027-xGn4Jn0woyz+OtfAA3OxFg@public.gmane.org>
@ 2006-11-15  8:00           ` Avi Kivity
       [not found]             ` <455AC91D.4050704-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Avi Kivity @ 2006-11-15  8:00 UTC (permalink / raw)
  To: Baruch Even; +Cc: KVM

Baruch Even wrote:

 

>> My current tree has fixes for most of the problems.  I'll look at the clean targets (why are they necessary for 
>> packaging?)
>>     
>
> Some of the packages are being built by other computers, I'm building on
> my machine only the i386 version and the amd64 is built by an
> auto-builder. The clean target is needed since otherwise there are the
> .d files which have absolute paths for my machine and my build
> environment, this will kill the auto builder. In my case I build for
> Debian testing on my machine and then use a chroot to do a clean build
> for Debian unstable, the .d files killed the chroot build as well.
>
> The Debian build process does a clean before it starts the build to make
> sure we do a pristine build every time to avoid such problems. It
> doesn't always work when upstream clean target doesn't really clean.
> Normally there is a clean target and distclean to really clean the
> package back to distribution state.
>
>   

I don't understand.  If you start from an empty directory and unpack the 
archive there, you shouldn't have any problems.  I don't see how .d 
files can move from your machine to the autobuilder unless you added 
them to the archive.

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Versioning of KVM
       [not found]             ` <455AC91D.4050704-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2006-11-15  8:19               ` Baruch Even
  0 siblings, 0 replies; 5+ messages in thread
From: Baruch Even @ 2006-11-15  8:19 UTC (permalink / raw)
  To: Avi Kivity; +Cc: KVM

* Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org> [061115 10:00]:
> Baruch Even wrote:
> 
> 
> >>My current tree has fixes for most of the problems.  I'll look at the clean targets (why are they necessary for packaging?)
> >>    
> >
> >Some of the packages are being built by other computers, I'm building on
> >my machine only the i386 version and the amd64 is built by an
> >auto-builder. The clean target is needed since otherwise there are the
> >.d files which have absolute paths for my machine and my build
> >environment, this will kill the auto builder. In my case I build for
> >Debian testing on my machine and then use a chroot to do a clean build
> >for Debian unstable, the .d files killed the chroot build as well.
> >
> >The Debian build process does a clean before it starts the build to make
> >sure we do a pristine build every time to avoid such problems. It
> >doesn't always work when upstream clean target doesn't really clean.
> >Normally there is a clean target and distclean to really clean the
> >package back to distribution state.
> >
> >  
> 
> I don't understand.  If you start from an empty directory and unpack the archive there, you shouldn't have any problems.  I don't see how .d files can move from 
> your machine to the autobuilder unless you added them to the archive.

You assume that I was able to do the change I needed in exactly one
take. The problem starts when there is an iterative process that only
after several tries you get to a working package. In that case there are
left overs from former builds, these left overs become part of the
Debian .diff.gz and are part of the Debian packaging.

Cheers,
Baruch

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-11-15  8:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-15  7:12 Versioning of KVM Baruch Even
     [not found] ` <20061115071251.GN28027-xGn4Jn0woyz+OtfAA3OxFg@public.gmane.org>
2006-11-15  7:50   ` Avi Kivity
     [not found]     ` <455AC6D7.4060906-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-11-15  7:56       ` Baruch Even
     [not found]         ` <20061115075647.GP28027-xGn4Jn0woyz+OtfAA3OxFg@public.gmane.org>
2006-11-15  8:00           ` Avi Kivity
     [not found]             ` <455AC91D.4050704-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-11-15  8:19               ` Baruch Even

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox