ZINF pkgs crashing dpkg - please test

2002-08-16 Thread Andreas Rottmann
Hi!

I finished a first version of my ZINF packages (ZINF is not FreeA*p).

They seem to reproducibly cause a dpkg degfault on my machine when
doing the following:

~# apt-get install freeamp freeamp-extras libfreeamp-esound
~# dpkg -i --auto-deconfigure zinf_2.2.0-1_i386.deb 
zinf-extras_2.2.0-1_i386.deb zinf-plugin-esound_2.2.0-1_i386.deb

On my machine this dpkg crashes like this:

Selecting previously deselected package zinf.
dpkg: considering removing freeamp in favour of zinf ...
dpkg: yes, will remove freeamp in favour of zinf.
(Reading database ... 101551 files and directories currently installed.)
Unpacking zinf (from zinf_2.2.0-1_i386.deb) ...
De-configuring freeamp-extras, so that we can remove freeamp ...
De-configuring libfreeamp-esound, so that we can remove freeamp ...
Segmentation fault

Could (esp. FreeAmp users) please try to install my packages
(available from http://student.cosy.sbg.ac.at/~arott/dpkg-crash/) like
this? If dpkg crashes, you can recover like this:

~# dpkg --configure -a
~# apt-get -f install

If i get no crash reports 'till Monday, I will upload my ZINF
packages, assuming this is a local problem.

Regards, Andy
-- 
Andreas Rottmann | [EMAIL PROTECTED]| [EMAIL PROTECTED] | 
[EMAIL PROTECTED]
http://www.8ung.at/rotty | GnuPG Key: http://www.8ung.at/rotty/gpg.asc
Fingerprint  | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62




Re: ZINF pkgs crashing dpkg - please test

2002-08-16 Thread Martin Michlmayr
* Andreas Rottmann [EMAIL PROTECTED] [2002-08-16 13:44]:
 If i get no crash reports 'till Monday, I will upload my ZINF
 packages, assuming this is a local problem.

How did you test the packages when you cannot even install them?
-- 
Martin Michlmayr
[EMAIL PROTECTED]




Re: ZINF pkgs crashing dpkg - please test

2002-08-16 Thread Simon Law
On Fri, Aug 16, 2002 at 01:44:30PM +0200, Andreas Rottmann wrote:
 If i get no crash reports 'till Monday, I will upload my ZINF
 packages, assuming this is a local problem.

You most certainly want to test this in a chroot environment.
May I suggest using debootstrap or pbuilder to do this.  Please do not
upload your packages until you are sure that they work properly.

Thanks for doing proper QA!

Simon




Re: ZINF pkgs crashing dpkg - please test

2002-08-16 Thread Andreas Rottmann
 Martin == Martin Michlmayr [EMAIL PROTECTED] writes:

Martin * Andreas Rottmann [EMAIL PROTECTED] [2002-08-16 13:44]:
 If i get no crash reports 'till Monday, I will upload my ZINF
 packages, assuming this is a local problem.

Martin How did you test the packages when you cannot even install
Martin them?  -- Martin Michlmayr [EMAIL PROTECTED]

I can in fact install them, if i re-run dpkg -i --auto-deconfigure,
after dpkg has crashed.

Gtx, Andi
-- 
Andreas Rottmann | [EMAIL PROTECTED]| [EMAIL PROTECTED] | 
[EMAIL PROTECTED]
http://www.8ung.at/rotty | GnuPG Key: http://www.8ung.at/rotty/gpg.asc
Fingerprint  | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62




Re: ZINF pkgs crashing dpkg - please test

2002-08-16 Thread Andreas Rottmann
 Simon == Simon Law [EMAIL PROTECTED] writes:

Simon On Fri, Aug 16, 2002 at 01:44:30PM +0200, Andreas Rottmann
Simon wrote:
 If i get no crash reports 'till Monday, I will upload my ZINF
 packages, assuming this is a local problem.

Simon  You most certainly want to test this in a chroot
Simon environment.  May I suggest using debootstrap or pbuilder
Simon to do this.  Please do not upload your packages until you
Simon are sure that they work properly.

Good idea, thx I already built a version using pbuilder and checked that
on my machine, but still the same crash happens.

Andy
-- 
Andreas Rottmann | [EMAIL PROTECTED]| [EMAIL PROTECTED] | 
[EMAIL PROTECTED]
http://www.8ung.at/rotty | GnuPG Key: http://www.8ung.at/rotty/gpg.asc
Fingerprint  | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62




Re: ZINF pkgs crashing dpkg - please test

2002-08-16 Thread Adam Heath
On 16 Aug 2002, Andreas Rottmann wrote:

 Hi!

 I finished a first version of my ZINF packages (ZINF is not FreeA*p).

 They seem to reproducibly cause a dpkg degfault on my machine when
 doing the following:

 ~# apt-get install freeamp freeamp-extras libfreeamp-esound
 ~# dpkg -i --auto-deconfigure zinf_2.2.0-1_i386.deb 
 zinf-extras_2.2.0-1_i386.deb zinf-plugin-esound_2.2.0-1_i386.deb

 On my machine this dpkg crashes like this:

 Selecting previously deselected package zinf.
 dpkg: considering removing freeamp in favour of zinf ...
 dpkg: yes, will remove freeamp in favour of zinf.
 (Reading database ... 101551 files and directories currently installed.)
 Unpacking zinf (from zinf_2.2.0-1_i386.deb) ...
 De-configuring freeamp-extras, so that we can remove freeamp ...
 De-configuring libfreeamp-esound, so that we can remove freeamp ...
 Segmentation fault

What version of dpkg?

 .__.
_|  |_  -- dpkg hat
  doogie




Re: ZINF pkgs crashing dpkg - please test

2002-08-16 Thread Adam Heath
On Fri, 16 Aug 2002, Adam Heath wrote:

  Selecting previously deselected package zinf.
  dpkg: considering removing freeamp in favour of zinf ...
  dpkg: yes, will remove freeamp in favour of zinf.
  (Reading database ... 101551 files and directories currently installed.)
  Unpacking zinf (from zinf_2.2.0-1_i386.deb) ...
  De-configuring freeamp-extras, so that we can remove freeamp ...
  De-configuring libfreeamp-esound, so that we can remove freeamp ...
  Segmentation fault

 What version of dpkg?

I can repeat this with 1.10.4.  I'll look into it.