Re: libraries being removed from the archive

2003-08-29 Thread Martin Pool
On Tue, 05 Aug 2003 07:32:57 +0200, Matthias Urlichs wrote: > Hi, Peter Mathiasson wrote: > >> "[...] distcc sends the complete preprocessed source code across the >> network for each job." > > Hmm, OK, but that would just speedup the actual compilation. Granted, > that's the largest chunk, but

Re: libraries being removed from the archive

2003-08-06 Thread Martin Schulze
Richard Braakman wrote: > On Mon, Aug 04, 2003 at 10:08:04AM +0200, Jérôme Marant wrote: > > > Hence the need for policy to dictate to the maintainer not to allow the > > > package to be removed before all other packages have transitioned. It > > > usually doesn't take much more work as long as the

Re: libraries being removed from the archive

2003-08-05 Thread Nikita V. Youshchenko
> On Tue, Aug 05, 2003 at 01:07:42AM +0400, Nikita V. Youshchenko wrote: > > So buidd + distcc on a slow m68k/arm/whatever, and distccd on a fast > > P4 or Athlon, or even on several of those. This is expected to reduce > > the compile time to almost the same as it is on x86 :). > > I'm not sure t

Re: libraries being removed from the archive

2003-08-05 Thread Aaron Lehmann
On Tue, Aug 05, 2003 at 01:07:42AM +0400, Nikita V. Youshchenko wrote: > So buidd + distcc on a slow m68k/arm/whatever, and distccd on a fast P4 or > Athlon, or even on several of those. This is expected to reduce the compile > time to almost the same as it is on x86 :). I'm not sure that's true;

Re: libraries being removed from the archive

2003-08-05 Thread Matthias Urlichs
Hi, Peter Mathiasson wrote: > "[...] distcc sends the complete preprocessed source code across > the network for each job." Hmm, OK, but that would just speedup the actual compilation. Granted, that's the largest chunk, but cpp/asm/ld could do with a speed-up too. Anyway, thanks for the pointer

Re: libraries being removed from the archive

2003-08-04 Thread Junichi Uekawa
At Mon, 04 Aug 2003 15:54:56 +0200, Matthias Urlichs wrote: > > Hi, Nikita V. Youshchenko wrote: > > >> Guess how many hours it takes for the m68k buildd to rebuild > >> kdegraphics. OVER 38 HOURS! > > > > By the way, isn't it a good time to rise up a discussion about package > > cross-compi

Re: libraries being removed from the archive

2003-08-04 Thread Junichi Uekawa
At Mon, 04 Aug 2003 15:54:56 +0200, Matthias Urlichs wrote: > > Hi, Nikita V. Youshchenko wrote: > > >> Guess how many hours it takes for the m68k buildd to rebuild > >> kdegraphics. OVER 38 HOURS! > > > > By the way, isn't it a good time to rise up a discussion about package > > cross-compi

Re: libraries being removed from the archive

2003-08-04 Thread Peter Mathiasson
On Tue, Aug 05, 2003 at 01:07:42AM +0400, Nikita V. Youshchenko wrote: > I'm not sure that current distcc in unstable can support such configuration, > but it should be really easy to add this support. In fact, as far as I can > remember, it is mentioned in distcc documentation that machines that r

Re: libraries being removed from the archive

2003-08-04 Thread Riku Voipio
> > If you want to be productive, how about setting a buildd and trying to > > crosscompile the distribution and then post statsistics of > > failed/succeeded crosscompilings? > This is a good idea. Maybe I will try after my vacation. Is > documentation/hints abould how to do it available anywhe

Re: libraries being removed from the archive

2003-08-04 Thread Scott James Remnant
On Sun, 2003-08-03 at 03:32, Chris Cheney wrote: > Today I was reminded of something that causes apps not to migrate into > sarge. When maintainers remove old libraries from the archive! Today > for example libexif8 was removed by Christophe Barbe and replaced by > libexif9. Guess what that doe

Re: libraries being removed from the archive

2003-08-04 Thread Nikita V. Youshchenko
> On Mon, Aug 04, 2003 at 03:54:56PM +0200, Matthias Urlichs wrote: >> Surprise, I was thinking about the same thing, yesterday. Basic idea: >> mount the slow system's build chroot from the fast server, replace >> gcc/g++/ld with scripts that call the server's version remotely. The >> biggest pro

Re: libraries being removed from the archive

2003-08-04 Thread Steve Greenland
On 04-Aug-03, 12:42 (CDT), Adam Heath <[EMAIL PROTECTED]> wrote: > On Mon, 4 Aug 2003, Richard Braakman wrote: > > Uh, no. Changing the binary package name the way we've always > > handled soname changes, except with a small number of very popular > > libraries. It's a lot less work, and it does

Re: libraries being removed from the archive

2003-08-04 Thread Richard Braakman
On Mon, Aug 04, 2003 at 12:42:27PM -0500, Adam Heath wrote: > And of the users? Please read the social contract. I read it every day, just before bedtime. Richard Braakman

Re: libraries being removed from the archive

2003-08-04 Thread Adam Heath
On Mon, 4 Aug 2003, Richard Braakman wrote: > On Mon, Aug 04, 2003 at 10:53:00AM -0500, Adam Heath wrote: > > In this case, libexif8 -> libexif9, this is a major soname bump, so should > > have required a new source package. The maintainer was probably derelict in > > this case. > > Uh, no. Chan

Re: libraries being removed from the archive

2003-08-04 Thread christophe barbe
On Mon, Aug 04, 2003 at 08:07:56PM +0300, Richard Braakman wrote: > On Mon, Aug 04, 2003 at 10:53:00AM -0500, Adam Heath wrote: > > In this case, libexif8 -> libexif9, this is a major soname bump, so should > > have required a new source package. The maintainer was probably derelict in > > this ca

Re: libraries being removed from the archive

2003-08-04 Thread Richard Braakman
On Mon, Aug 04, 2003 at 10:53:00AM -0500, Adam Heath wrote: > In this case, libexif8 -> libexif9, this is a major soname bump, so should > have required a new source package. The maintainer was probably derelict in > this case. Uh, no. Changing the binary package name the way we've always handle

Re: libraries being removed from the archive

2003-08-04 Thread christophe barbe
On Mon, Aug 04, 2003 at 10:53:00AM -0500, Adam Heath wrote: > In this case, libexif8 -> libexif9, this is a major soname bump, so should > have required a new source package. The maintainer was probably derelict in > this case. The source package is libexif independently of the soname. Are you su

Re: libraries being removed from the archive

2003-08-04 Thread Thomas Viehmann
Adam Heath wrote: > Perhaps someone should write a script to detect these uninstallable issues, > and notify the maintainers of the dependant packages when they occur. Like [0]? (Not my work, but such a script certainly seems to exist.) If done at all, probably a two (or something) day grace period

Re: libraries being removed from the archive

2003-08-04 Thread Andreas Rottmann
Chris Cheney <[EMAIL PROTECTED]> writes: > On Sun, Aug 03, 2003 at 03:55:41PM -0400, David Z Maze wrote: >> Chris Cheney <[EMAIL PROTECTED]> writes: >> >> > IMHO we need to make an addition to policy stating that an old lib can >> > not be removed from the archive until no other packages still de

Re: libraries being removed from the archive

2003-08-04 Thread Adam Heath
On Sun, 3 Aug 2003, Chris Cheney wrote: > Seriously, if we want to ever release sarge we are going to need to stop > making libraries disappear, every time we rebuild something it takes > another 10 days for it to migrate into testing and everything that > depends on it is also pushed back another

Re: libraries being removed from the archive

2003-08-04 Thread Adam Heath
On Sun, 3 Aug 2003, Eduard Bloch wrote: > #include > * LapTop006 [Sun, Aug 03 2003, 03:13:57PM]: > > > > IMHO we need to make an addition to policy stating that an old lib can > > > not be removed from the archive until no other packages still depend on > > > it. > > How about old libraries can n

Re: libraries being removed from the archive

2003-08-04 Thread Peter Mathiasson
On Mon, Aug 04, 2003 at 03:54:56PM +0200, Matthias Urlichs wrote: > Surprise, I was thinking about the same thing, yesterday. Basic idea: > mount the slow system's build chroot from the fast server, replace > gcc/g++/ld with scripts that call the server's version remotely. The > biggest problem wil

Re: libraries being removed from the archive

2003-08-04 Thread christophe barbe
On Mon, Aug 04, 2003 at 10:18:37AM +0200, J?r?me Marant wrote: > Usually, you can use apt-cache showpkg libexif8 and send a message to > every maintainer whose package depends on it, asking to rebuild against > the new libexif9. When everyone has rebuilt against the new lib, > then you can ask for

Re: libraries being removed from the archive

2003-08-04 Thread Matthias Urlichs
Hi, Nikita V. Youshchenko wrote: >> Guess how many hours it takes for the m68k buildd to rebuild >> kdegraphics. OVER 38 HOURS! > > By the way, isn't it a good time to rise up a discussion about package > cross-compiling infrastructure? Surprise, I was thinking about the same thing, yesterda

Re: libraries being removed from the archive

2003-08-04 Thread Nikita V. Youshchenko
> On Mon, Aug 04, 2003 at 04:28:49PM +0400, Nikita V. Youshchenko wrote: > > > Guess how many hours it takes for the m68k > > > buildd to rebuild kdegraphics. OVER 38 HOURS! > > > > By the way, isn't it a good time to rise up a discussion about package > > cross-compiling infrastructure? > > I

Re: libraries being removed from the archive

2003-08-04 Thread Colin Watson
On Mon, Aug 04, 2003 at 04:28:49PM +0400, Nikita V. Youshchenko wrote: > Chris Cheney wrote: > > Guess how many hours it takes for the m68k buildd to rebuild > > kdegraphics. OVER 38 HOURS! > > By the way, isn't it a good time to rise up a discussion about package > cross-compiling infrastruct

Re: libraries being removed from the archive

2003-08-04 Thread Riku Voipio
On Mon, Aug 04, 2003 at 04:28:49PM +0400, Nikita V. Youshchenko wrote: > > Guess how many hours it takes for the m68k > > buildd to rebuild kdegraphics. OVER 38 HOURS! > By the way, isn't it a good time to rise up a discussion about package > cross-compiling infrastructure? Isn't it good ide

Re: libraries being removed from the archive

2003-08-04 Thread Nikita V. Youshchenko
> Today I was reminded of something that causes apps not to migrate into > sarge. When maintainers remove old libraries from the archive! Today > for example libexif8 was removed by Christophe Barbe and replaced by > libexif9. Guess what that does... any package which depends on libexif8 > now b

Re: libraries being removed from the archive

2003-08-04 Thread Nikita V. Youshchenko
> Guess how many hours it takes for the m68k > buildd to rebuild kdegraphics. OVER 38 HOURS! By the way, isn't it a good time to rise up a discussion about package cross-compiling infrastructure?

Re: libraries being removed from the archive

2003-08-04 Thread Steve Langasek
On Mon, Aug 04, 2003 at 08:33:31AM +0200, Thomas Viehmann wrote: > Steve Langasek wrote: > > I think a better approach would simply be to regard application > > uninstallable-in-sid bugs as non-RC for testing purposes. Since the > > testing scripts will already refuse to process new libs that rend

Re: libraries being removed from the archive

2003-08-04 Thread Colin Watson
On Mon, Aug 04, 2003 at 12:49:51PM +0300, Richard Braakman wrote: > Common sense says otherwise :) You see, before we had katie and the > testing scripts, such removal of orphan libraries was done manually. > ("orphan" because they no longer had a source package that built them). > Our experience

Re: libraries being removed from the archive

2003-08-04 Thread Richard Braakman
On Mon, Aug 04, 2003 at 10:08:04AM +0200, Jérôme Marant wrote: > > Hence the need for policy to dictate to the maintainer not to allow the > > package to be removed before all other packages have transitioned. It > > usually doesn't take much more work as long as the maintainer is even > > aware of

Re: libraries being removed from the archive

2003-08-04 Thread Jérôme Marant
Quoting christophe barbe <[EMAIL PROTECTED]>: > Ok, sorry for being rude in my previous mail. > > I understand the general problem that you are facing with KDE and > will try in the future to announce upcomming soname changes. > > Concerning the removal, I don't really see the point of not remo

Re: libraries being removed from the archive

2003-08-04 Thread Jérôme Marant
Quoting Chris Cheney <[EMAIL PROTECTED]>: > > Old libraries are removed since only one version can exist in the same > > distro branch to the same time. If the library maintainer decided not to > > fork the source package but change the binary package name inside of > > existing three then he does

Re: libraries being removed from the archive

2003-08-04 Thread Thomas Viehmann
Steve Langasek wrote: > I think a better approach would simply be to regard application > uninstallable-in-sid bugs as non-RC for testing purposes. Since the > testing scripts will already refuse to process new libs that render > applications uninstallable, the only impact here will be that certai

Re: libraries being removed from the archive

2003-08-03 Thread Steve Langasek
On Mon, Aug 04, 2003 at 01:37:43AM +0200, Thomas Viehmann wrote: > Chris Cheney wrote: > ... > > for example libexif8 was removed by Christophe Barbe and replaced by > > libexif9. Guess what that does... any package which depends on libexif8 > ... > > not be removed from the archive until no other

Re: libraries being removed from the archive

2003-08-03 Thread Thomas Viehmann
Chris Cheney wrote: ... > for example libexif8 was removed by Christophe Barbe and replaced by > libexif9. Guess what that does... any package which depends on libexif8 ... > not be removed from the archive until no other packages still depend on > it. Well, if it's uninstallable for a couple of

Re: libraries being removed from the archive

2003-08-03 Thread christophe barbe
Ok, sorry for being rude in my previous mail. I understand the general problem that you are facing with KDE and will try in the future to announce upcomming soname changes. Concerning the removal, I don't really see the point of not removing older libraries from unstable. Most of the time, rebui

Re: libraries being removed from the archive

2003-08-03 Thread Chris Cheney
On Sun, Aug 03, 2003 at 05:31:37PM -0400, christophe barbe wrote: > You are kidding right? > > I have not removed an old library, I have uploaded a newer upstream with > a different soname. That's the way it works, a new library is uploaded, > then packages using it are rebuilt and when they are a

Re: libraries being removed from the archive

2003-08-03 Thread christophe barbe
You are kidding right? I have not removed an old library, I have uploaded a newer upstream with a different soname. That's the way it works, a new library is uploaded, then packages using it are rebuilt and when they are all ready they migrate in testing. As the gphoto2 maintainer, I don't remem

Re: libraries being removed from the archive

2003-08-03 Thread Chris Cheney
On Sun, Aug 03, 2003 at 03:55:41PM -0400, David Z Maze wrote: > Chris Cheney <[EMAIL PROTECTED]> writes: > > > IMHO we need to make an addition to policy stating that an old lib can > > not be removed from the archive until no other packages still depend on > > it. > > So say I maintain foo. The

Re: libraries being removed from the archive

2003-08-03 Thread David Z Maze
Chris Cheney <[EMAIL PROTECTED]> writes: > IMHO we need to make an addition to policy stating that an old lib can > not be removed from the archive until no other packages still depend on > it. So say I maintain foo. The source package produces two binary packages, foo and libfoo1. Now, there's

Re: libraries being removed from the archive

2003-08-03 Thread Chris Cheney
On Sun, Aug 03, 2003 at 08:55:48AM +0200, Eduard Bloch wrote: > #include > * LapTop006 [Sun, Aug 03 2003, 03:13:57PM]: > > > > IMHO we need to make an addition to policy stating that an old lib can > > > not be removed from the archive until no other packages still depend on > > > it. > > How abo

Re: libraries being removed from the archive

2003-08-03 Thread Eduard Bloch
#include * LapTop006 [Sun, Aug 03 2003, 03:13:57PM]: > > IMHO we need to make an addition to policy stating that an old lib can > > not be removed from the archive until no other packages still depend on > > it. > How about old libraries can not be removed until either no packages > depend on it

Re: libraries being removed from the archive

2003-08-03 Thread LapTop006
On Sat, Aug 02, 2003 at 09:32:37PM -0500, Chris Cheney arranged a set of bits into the following: > Today I was reminded of something that causes apps not to migrate into > sarge. When maintainers remove old libraries from the archive! Today > for example libexif8 was removed by Christophe Barbe

libraries being removed from the archive

2003-08-02 Thread Chris Cheney
Today I was reminded of something that causes apps not to migrate into sarge. When maintainers remove old libraries from the archive! Today for example libexif8 was removed by Christophe Barbe and replaced by libexif9. Guess what that does... any package which depends on libexif8 now becomes...