Bug#498799: +1, any chance for Lenny?

2008-10-01 Thread Christian Perrier
Quoting Ferenc Wagner ([EMAIL PROTECTED]):
 (Either you didn't Cc: me or the message got lost; it's a pity: we
 pretty much wasted a week...)


As far as I have seen, noone follwoed up to your mail.

Sad, but that's how APT maintenance is done right now.



signature.asc
Description: Digital signature


Bug#498799: +1, any chance for Lenny?

2008-10-01 Thread Ferenc Wagner
Christian Perrier [EMAIL PROTECTED] writes:

 Quoting Ferenc Wagner ([EMAIL PROTECTED]):
 (Either you didn't Cc: me or the message got lost; it's a pity: we
 pretty much wasted a week...)

 As far as I have seen, noone follwoed up to your mail.

Oh no, Michael Vogt did, it's in the BTS.  It's just I didn't get a
personal notification, so it went unnoticed for quite some time.

 Sad, but that's how APT maintenance is done right now.

Is there any particular reason for that?  APT is installed on every
single Debian system...  Is it the responsibility?  Or rather the
complexity?  Just curious.
-- 
Thanks,
Feri.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#498799: +1, any chance for Lenny?

2008-10-01 Thread Michael Vogt
On Wed, Oct 01, 2008 at 09:39:04AM +0200, Ferenc Wagner wrote:
 Christian Perrier [EMAIL PROTECTED] writes:
 
  Quoting Ferenc Wagner ([EMAIL PROTECTED]):
  (Either you didn't Cc: me or the message got lost; it's a pity: we
  pretty much wasted a week...)
 
  As far as I have seen, noone follwoed up to your mail.
 
 Oh no, Michael Vogt did, it's in the BTS.  It's just I didn't get a
 personal notification, so it went unnoticed for quite some time.

Thanks for the patch, while it certainly fixes the problem I think its
not ideal because it adds a check into the generic layer of libapt
against a APT::Get config item (that is the namespace of apt-get).

I attached a alternative solution that move the state file writing
into dpkgpm.cc instead. Its is a problem for packages that
reimplement pkgDPkgPM::Go() (I doubt that anyone is doing that).

  Sad, but that's how APT maintenance is done right now.
 
 Is there any particular reason for that?  APT is installed on every
 single Debian system...  Is it the responsibility?  Or rather the
 complexity?  Just curious.

This is currently discussed in another thread. I have no good answer,
but I think not enough time is a important issue. Help is certainly
welcome.

Cheers,
 Michael



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#498799: +1, any chance for Lenny?

2008-10-01 Thread Christian Perrier
Quoting Ferenc Wagner ([EMAIL PROTECTED]):

 Oh no, Michael Vogt did, it's in the BTS.  It's just I didn't get a
 personal notification, so it went unnoticed for quite some time.

Yep, missed that, too.

 
  Sad, but that's how APT maintenance is done right now.
 
 Is there any particular reason for that?  APT is installed on every
 single Debian system...  Is it the responsibility?  Or rather the
 complexity?  Just curious.

Well, as usual: because noone cares enough, or rather because those
who care also care about a lot of other stuffwhich is certainly a
better reward to the work done by those who currently care about apt
and do their best to keep it in shape.




signature.asc
Description: Digital signature


Bug#498799: +1, any chance for Lenny?

2008-09-30 Thread Ferenc Wagner
(Either you didn't Cc: me or the message got lost; it's a pity: we
pretty much wasted a week...)

Anyway.  What do you think about this:

--- apt-pkg/depcache.cc.orig2008-09-30 17:08:10.630762912 +0200
+++ apt-pkg/depcache.cc 2008-09-30 17:09:22.239579934 +0200
@@ -204,6 +204,9 @@
if(_config-FindB(Debug::pkgAutoRemove,false))
   std::clog  pkgDepCache::writeStateFile()  std::endl;
 
+   if(_config-FindB(APT::Get::Simulate))
+  return true;
+
FileFd StateFile;
string state = _config-FindDir(Dir::State) + extended_states;
 
I anything, this is small.  I'm no expert of apt code (this is the
first time I had a look), though, so comments are welcome.
-- 
Thanks,
Feri.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#498799: +1, any chance for Lenny?

2008-09-22 Thread Ferenc Wagner
Hi,

There's no voting system on the BTS, but I'd like to express interest
in fixing this bug, as it messes up Nagios' apt_check output.  After a
quick look at the sources, it doesn't seem that hard.  If I prepared a
patch, would it have any chance getting into Lenny?
-- 
Thanks,
Feri.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#498799: +1, any chance for Lenny?

2008-09-22 Thread Michael Vogt

 There's no voting system on the BTS, but I'd like to express interest
 in fixing this bug, as it messes up Nagios' apt_check output.  After a
 quick look at the sources, it doesn't seem that hard.  If I prepared a
 patch, would it have any chance getting into Lenny?

Yes, if the patch is small there is certainly a chance. There is a apt
upload pending with some other fixes. 

Thanks,
 Michael



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]