PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > replacement for apt-listchanges?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

replacement for apt-listchanges?

Réponse
 
LinkBack Outils de la discussion
Vieux 05/08/2007, 21h00   #1
Vincent Lefevre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut replacement for apt-listchanges?

Is there a replacement for apt-listchanges, not written in python?

--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 05/08/2007, 22h00   #2
Mathias Brodala
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

Hi Vincent.

Vincent Lefevre, 05.08.2007 20:36:
> Is there a replacement for apt-listchanges, not written in python?


Not that I knew of. What’s the problem with apt-listchanges written in Python?


Regards, Mathias

--
debian/rules


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGtitQYfUFJ3ewsJgRAtpUAJ9WKyRZHEfrt+1cCJGIhu 7gnoqnYQCeJeSU
tulaSwTfNlumEw+5AiB65XY=
=7kvX
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 05/08/2007, 22h00   #3
Mathias Brodala
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

Hi Vincent.

Vincent Lefevre, 05.08.2007 20:36:
> Is there a replacement for apt-listchanges, not written in python?


Not that I knew of. What’s the problem with apt-listchanges written in Python?


Regards, Mathias

--
debian/rules


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGtitQYfUFJ3ewsJgRAtpUAJ9WKyRZHEfrt+1cCJGIhu 7gnoqnYQCeJeSU
tulaSwTfNlumEw+5AiB65XY=
=7kvX
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 05/08/2007, 23h20   #4
Vincent Lefevre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

On 2007-08-05 21:56:00 +0200, Mathias Brodala wrote:
> Vincent Lefevre, 05.08.2007 20:36:
> > Is there a replacement for apt-listchanges, not written in python?

>
> Not that I knew of. What’s the problem with apt-listchanges written
> in Python?


Python breaks too often (at least on Debian). The problem is that in
case of such error, the error (though detectable) is ignored and the
packages are installed without any user confirmation. Displaying the
contents of new information of the NEWS file before the installation
of packages is very important, as there may be critical changes (there
have been such changes in exim4, but also in X11-related packages,
where old[*] drivers may have been removed).

Now, it seems that modifying /etc/apt/apt.conf.d/20listchanges should
be a workaround (but I'm not very confident in such user-side changes,
as sooner or later they often lead to problems).
[*] but still necessary under some conditions.

--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 05/08/2007, 23h20   #5
Vincent Lefevre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

On 2007-08-05 21:56:00 +0200, Mathias Brodala wrote:
> Vincent Lefevre, 05.08.2007 20:36:
> > Is there a replacement for apt-listchanges, not written in python?

>
> Not that I knew of. What’s the problem with apt-listchanges written
> in Python?


Python breaks too often (at least on Debian). The problem is that in
case of such error, the error (though detectable) is ignored and the
packages are installed without any user confirmation. Displaying the
contents of new information of the NEWS file before the installation
of packages is very important, as there may be critical changes (there
have been such changes in exim4, but also in X11-related packages,
where old[*] drivers may have been removed).

Now, it seems that modifying /etc/apt/apt.conf.d/20listchanges should
be a workaround (but I'm not very confident in such user-side changes,
as sooner or later they often lead to problems).
[*] but still necessary under some conditions.

--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 00h00   #6
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/05/07 15:59, Vincent Lefevre wrote:
> On 2007-08-05 21:56:00 +0200, Mathias Brodala wrote:
>> Vincent Lefevre, 05.08.2007 20:36:
>>> Is there a replacement for apt-listchanges, not written in python?

>> Not that I knew of. What’s the problem with apt-listchanges written
>> in Python?

>
> Python breaks too often (at least on Debian). The problem is that in


????

Can you be more specific. It's been a while since I've seen it break.

> case of such error, the error (though detectable) is ignored and the
> packages are installed without any user confirmation. Displaying the
> contents of new information of the NEWS file before the installation
> of packages is very important, as there may be critical changes (there
> have been such changes in exim4, but also in X11-related packages,
> where old[*] drivers may have been removed).
>
> Now, it seems that modifying /etc/apt/apt.conf.d/20listchanges should
> be a workaround (but I'm not very confident in such user-side changes,
> as sooner or later they often lead to problems).
>
>[*] but still necessary under some conditions.
>



- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtkboS9HxQb37XmcRAoN4AKCrZUjpqtzq1VG96AuWsG eFkmP7SACdEewL
dXh0aup0jO7nkY4t4lpyy00=
=7Pws
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 00h00   #7
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/05/07 15:59, Vincent Lefevre wrote:
> On 2007-08-05 21:56:00 +0200, Mathias Brodala wrote:
>> Vincent Lefevre, 05.08.2007 20:36:
>>> Is there a replacement for apt-listchanges, not written in python?

>> Not that I knew of. What’s the problem with apt-listchanges written
>> in Python?

>
> Python breaks too often (at least on Debian). The problem is that in


????

Can you be more specific. It's been a while since I've seen it break.

> case of such error, the error (though detectable) is ignored and the
> packages are installed without any user confirmation. Displaying the
> contents of new information of the NEWS file before the installation
> of packages is very important, as there may be critical changes (there
> have been such changes in exim4, but also in X11-related packages,
> where old[*] drivers may have been removed).
>
> Now, it seems that modifying /etc/apt/apt.conf.d/20listchanges should
> be a workaround (but I'm not very confident in such user-side changes,
> as sooner or later they often lead to problems).
>
>[*] but still necessary under some conditions.
>



- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtkboS9HxQb37XmcRAoN4AKCrZUjpqtzq1VG96AuWsG eFkmP7SACdEewL
dXh0aup0jO7nkY4t4lpyy00=
=7Pws
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 00h30   #8
Vincent Lefevre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

On 2007-08-05 16:53:44 -0500, Ron Johnson wrote:
> On 08/05/07 15:59, Vincent Lefevre wrote:
> > Python breaks too often (at least on Debian). The problem is that in

>
> ????
>
> Can you be more specific. It's been a while since I've seen it break.


It broke a few days ago:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435674

(well, that's not the python core, but the problem was specific to
python, and the result was the same).

--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 00h30   #9
Vincent Lefevre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

On 2007-08-05 16:53:44 -0500, Ron Johnson wrote:
> On 08/05/07 15:59, Vincent Lefevre wrote:
> > Python breaks too often (at least on Debian). The problem is that in

>
> ????
>
> Can you be more specific. It's been a while since I've seen it break.


It broke a few days ago:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435674

(well, that's not the python core, but the problem was specific to
python, and the result was the same).

--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 00h50   #10
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/05/07 17:08, Vincent Lefevre wrote:
> On 2007-08-05 16:53:44 -0500, Ron Johnson wrote:
>> On 08/05/07 15:59, Vincent Lefevre wrote:
>>> Python breaks too often (at least on Debian). The problem is that in

>> ????
>>
>> Can you be more specific. It's been a while since I've seen it break.

>
> It broke a few days ago:
>
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435674
>
> (well, that's not the python core, but the problem was specific to
> python, and the result was the same).


python-apt broke, and was fixed soon after. Unless you are running
Stable, you are supposed to tolerate this kind of activity.

- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtlNRS9HxQb37XmcRAmyzAJ9ld1SPXeDIpPryYr99HW O5hoasIwCdFhwf
TZESuOHV85rzaMY2DbeT2F0=
=+u1g
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 00h50   #11
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/05/07 17:08, Vincent Lefevre wrote:
> On 2007-08-05 16:53:44 -0500, Ron Johnson wrote:
>> On 08/05/07 15:59, Vincent Lefevre wrote:
>>> Python breaks too often (at least on Debian). The problem is that in

>> ????
>>
>> Can you be more specific. It's been a while since I've seen it break.

>
> It broke a few days ago:
>
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435674
>
> (well, that's not the python core, but the problem was specific to
> python, and the result was the same).


python-apt broke, and was fixed soon after. Unless you are running
Stable, you are supposed to tolerate this kind of activity.

- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtlNRS9HxQb37XmcRAmyzAJ9ld1SPXeDIpPryYr99HW O5hoasIwCdFhwf
TZESuOHV85rzaMY2DbeT2F0=
=+u1g
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 04h00   #12
Vincent Lefevre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

On 2007-08-05 17:46:41 -0500, Ron Johnson wrote:
> python-apt broke, and was fixed soon after. Unless you are running
> Stable, you are supposed to tolerate this kind of activity.


These kinds of answers really become annoying. Why should I if there
is a better solution?

--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 04h00   #13
Vincent Lefevre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

On 2007-08-05 17:46:41 -0500, Ron Johnson wrote:
> python-apt broke, and was fixed soon after. Unless you are running
> Stable, you are supposed to tolerate this kind of activity.


These kinds of answers really become annoying. Why should I if there
is a better solution?

--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 04h40   #14
John Hasler
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

Ron Johnson wrote:
> python-apt broke, and was fixed soon after. Unless you are running
> Stable, you are supposed to tolerate this kind of activity.


Vincent Lefèvre writes:
> These kinds of answers really become annoying. Why should I if there is a
> better solution?


What is it?
--
--
John Hasler
  Réponse avec citation
Vieux 06/08/2007, 04h40   #15
John Hasler
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

Ron Johnson wrote:
> python-apt broke, and was fixed soon after. Unless you are running
> Stable, you are supposed to tolerate this kind of activity.


Vincent Lefèvre writes:
> These kinds of answers really become annoying. Why should I if there is a
> better solution?


What is it?
--
--
John Hasler
  Réponse avec citation
Vieux 06/08/2007, 06h10   #16
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/05/07 20:33, Vincent Lefevre wrote:
> On 2007-08-05 17:46:41 -0500, Ron Johnson wrote:
>> python-apt broke, and was fixed soon after. Unless you are running
>> Stable, you are supposed to tolerate this kind of activity.

>
> These kinds of answers really become annoying.


The truth sometimes is. You *really* ought to read the Unstable FAQ.

http://wooledge.org/~greg/sidfaq.html

Especially question #5.

http://wooledge.org/~greg/sidfaq.html#5

> Why should I if there
> is a better solution?


How diligently did you look for a better solution? What were your
results? Telling us that in your OP, along with bug #435674 tells
us that you are serious instead of a whiney Windows escapee.

- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtp0US9HxQb37XmcRAh1tAJ0R1l/p+GKy1NvxfFX5UQzKL6RH0ACggA4T
CMtAY7lBjgApWHzlLIS7byU=
=Mylu
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 06h10   #17
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/05/07 20:33, Vincent Lefevre wrote:
> On 2007-08-05 17:46:41 -0500, Ron Johnson wrote:
>> python-apt broke, and was fixed soon after. Unless you are running
>> Stable, you are supposed to tolerate this kind of activity.

>
> These kinds of answers really become annoying.


The truth sometimes is. You *really* ought to read the Unstable FAQ.

http://wooledge.org/~greg/sidfaq.html

Especially question #5.

http://wooledge.org/~greg/sidfaq.html#5

> Why should I if there
> is a better solution?


How diligently did you look for a better solution? What were your
results? Telling us that in your OP, along with bug #435674 tells
us that you are serious instead of a whiney Windows escapee.

- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtp0US9HxQb37XmcRAh1tAJ0R1l/p+GKy1NvxfFX5UQzKL6RH0ACggA4T
CMtAY7lBjgApWHzlLIS7byU=
=Mylu
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 11h30   #18
Vincent Lefevre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

On 2007-08-05 21:21:21 -0500, John Hasler wrote:
> Vincent Lefèvre writes:
> > These kinds of answers really become annoying. Why should I if
> > there is a better solution?

>
> What is it?


Just look at the subject of this thread.

--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 11h30   #19
Vincent Lefevre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

On 2007-08-05 21:21:21 -0500, John Hasler wrote:
> Vincent Lefèvre writes:
> > These kinds of answers really become annoying. Why should I if
> > there is a better solution?

>
> What is it?


Just look at the subject of this thread.

--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 11h40   #20
Vincent Lefevre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

On 2007-08-05 23:01:24 -0500, Ron Johnson wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 08/05/07 20:33, Vincent Lefevre wrote:
> > On 2007-08-05 17:46:41 -0500, Ron Johnson wrote:
> >> python-apt broke, and was fixed soon after. Unless you are running
> >> Stable, you are supposed to tolerate this kind of activity.

> >
> > These kinds of answers really become annoying.

>
> The truth sometimes is. You *really* ought to read the Unstable FAQ.
>
> http://wooledge.org/~greg/sidfaq.html
>
> Especially question #5.
>
> http://wooledge.org/~greg/sidfaq.html#5


Please, could you make constructive answers? I know that things can
break. But they are ways to work around them (have you heard of fault
tolerance?). I've reported the problem. The bug was tagged as wontfix
because the maintainer of the package doesn't care that things can
break in other packages and prefers to return with an exit status of 0
even if the program failed (which is against what an exit status is
meant for).

> How diligently did you look for a better solution? What were your
> results? Telling us that in your OP, along with bug #435674 tells
> us that you are serious instead of a whiney Windows escapee.


You are getting ridiculous. FYI, I don't use Windows and have never
used Windows. If you don't have constructive remarks, please shut up.

--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 11h40   #21
Vincent Lefevre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

On 2007-08-05 23:01:24 -0500, Ron Johnson wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 08/05/07 20:33, Vincent Lefevre wrote:
> > On 2007-08-05 17:46:41 -0500, Ron Johnson wrote:
> >> python-apt broke, and was fixed soon after. Unless you are running
> >> Stable, you are supposed to tolerate this kind of activity.

> >
> > These kinds of answers really become annoying.

>
> The truth sometimes is. You *really* ought to read the Unstable FAQ.
>
> http://wooledge.org/~greg/sidfaq.html
>
> Especially question #5.
>
> http://wooledge.org/~greg/sidfaq.html#5


Please, could you make constructive answers? I know that things can
break. But they are ways to work around them (have you heard of fault
tolerance?). I've reported the problem. The bug was tagged as wontfix
because the maintainer of the package doesn't care that things can
break in other packages and prefers to return with an exit status of 0
even if the program failed (which is against what an exit status is
meant for).

> How diligently did you look for a better solution? What were your
> results? Telling us that in your OP, along with bug #435674 tells
> us that you are serious instead of a whiney Windows escapee.


You are getting ridiculous. FYI, I don't use Windows and have never
used Windows. If you don't have constructive remarks, please shut up.

--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 14h40   #22
John Hasler
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

Vincent Lefèvre writes:
> Just look at the subject of this thread.


Threads drift. What is your better solution to the general problem of
brokenness in Unstable?
--
John Hasler
  Réponse avec citation
Vieux 06/08/2007, 15h10   #23
Hugo Vanwoerkom
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

John Hasler wrote:
> Vincent Lefèvre writes:
>> Just look at the subject of this thread.

>
> Threads drift. What is your better solution to the general problem of
> brokenness in Unstable?


Brokenness in Unstable:
1. Research Bugs + google lists.
2. If you find a hit apply the fix.
3. If not, wait a while and upgrade again.

Unstable being Unstable this is the best possible solution.
Has worked for years now.
I could try Etch, am awaiting arrival of the DVD. Maybe not :-)

While we're at it could the OP refrain from ad hominem replies please.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 15h20   #24
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/06/07 04:18, Vincent Lefevre wrote:
> On 2007-08-05 23:01:24 -0500, Ron Johnson wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 08/05/07 20:33, Vincent Lefevre wrote:
>>> On 2007-08-05 17:46:41 -0500, Ron Johnson wrote:
>>>> python-apt broke, and was fixed soon after. Unless you are running
>>>> Stable, you are supposed to tolerate this kind of activity.
>>> These kinds of answers really become annoying.

>> The truth sometimes is. You *really* ought to read the Unstable FAQ.
>>
>> http://wooledge.org/~greg/sidfaq.html
>>
>> Especially question #5.
>>
>> http://wooledge.org/~greg/sidfaq.html#5

>
> Please, could you make constructive answers? I know that things can
> break. But they are ways to work around them (have you heard of fault
> tolerance?).


Your original question was woefully lacking in detail.

> I've reported the problem. The bug was tagged as wontfix
> because the maintainer of the package doesn't care that things can
> break in other packages and prefers to return with an exit status of 0
> even if the program failed (which is against what an exit status is
> meant for).


Maybe you filed the bug against the wrong package?

What package did you file it against? apt?

Or maybe you now need to file a bug saying that "it" returns 0 even
in a failure condition.

>> How diligently did you look for a better solution? What were your
>> results? Telling us that in your OP, along with bug #435674 tells
>> us that you are serious instead of a whiney Windows escapee.

>
> You are getting ridiculous. FYI, I don't use Windows and have never
> used Windows. If you don't have constructive remarks, please shut up.


Next time, ask a better question.

- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtx8YS9HxQb37XmcRAtu5AKDDR21J0zwyVmePFo+l8g jLGbdAWwCdGT66
I9ujL2kb2xmrKARy7lAcOcU=
=WjC/
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 15h20   #25
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: replacement for apt-listchanges?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/06/07 04:18, Vincent Lefevre wrote:
> On 2007-08-05 23:01:24 -0500, Ron Johnson wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 08/05/07 20:33, Vincent Lefevre wrote:
>>> On 2007-08-05 17:46:41 -0500, Ron Johnson wrote:
>>>> python-apt broke, and was fixed soon after. Unless you are running
>>>> Stable, you are supposed to tolerate this kind of activity.
>>> These kinds of answers really become annoying.

>> The truth sometimes is. You *really* ought to read the Unstable FAQ.
>>
>> http://wooledge.org/~greg/sidfaq.html
>>
>> Especially question #5.
>>
>> http://wooledge.org/~greg/sidfaq.html#5

>
> Please, could you make constructive answers? I know that things can
> break. But they are ways to work around them (have you heard of fault
> tolerance?).


Your original question was woefully lacking in detail.

> I've reported the problem. The bug was tagged as wontfix
> because the maintainer of the package doesn't care that things can
> break in other packages and prefers to return with an exit status of 0
> even if the program failed (which is against what an exit status is
> meant for).


Maybe you filed the bug against the wrong package?

What package did you file it against? apt?

Or maybe you now need to file a bug saying that "it" returns 0 even
in a failure condition.

>> How diligently did you look for a better solution? What were your
>> results? Telling us that in your OP, along with bug #435674 tells
>> us that you are serious instead of a whiney Windows escapee.

>
> You are getting ridiculous. FYI, I don't use Windows and have never
> used Windows. If you don't have constructive remarks, please shut up.


Next time, ask a better question.

- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtx8YS9HxQb37XmcRAtu5AKDDR21J0zwyVmePFo+l8g jLGbdAWwCdGT66
I9ujL2kb2xmrKARy7lAcOcU=
=WjC/
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion