Your message dated Tue, 02 Aug 2011 06:32:12 +0000
with message-id <e1qo8ws-0002no...@franck.debian.org>
and subject line Bug#636258: fixed in b43-fwcutter 1:014-7
has caused the Debian Bug report #636258,
regarding firmware-b43-installer: exits from postinst with error code 1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
636258: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636258
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: firmware-b43-installer
Version: 1:014-6
Severity: grave
Tags: patch

  lakeview no % sudo dpkg --configure -a
  Setting up firmware-b43-installer (1:014-6) ...
  dpkg: error processing firmware-b43-installer (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   firmware-b43-installer

Running the shell script under sh -x produces:

  lakeview no % sudo sh -x /var/lib/dpkg/info/firmware-b43-installer.postinst 
configure
  + set -e
  + uname -r
  + cut -d- -f1
  + dpkg --compare-versions 2.6.25 gt 3.0.0
  + + grep -o 14e4:4320 (rev 03)
  lspci -n
  + chip=

So basically, the grep is failing, and so under set -e, the script
fails.  I've tested this theory by doing:

  lakeview ok % chip=`lspci -n | grep -o "14e4:4320 (rev 03)"`
  bmc@lakeview:/tmp
  (2011-08-01/19:15:21)(pts/7)(ac+100%)(failed:1:none)

And this causes a failure with error 1 (as you can see by "failed:1").
Adding || true to the end of the line makes it succeed, and I've
attached a patch that does that.  I've marked this grave since the
package fails to install for any b43 user other than those using
14e4:4320 rev 3.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages firmware-b43-installer depends on:
ii  b43-fwcutter                  1:014-6    Utility for extracting Broadcom 43
ii  bzip2                         1.0.5-6    high-quality block-sorting file co
ii  wget                          1.12-5     retrieves files from the web

Versions of packages firmware-b43-installer recommends:
ii  linux-image-2 2.6.39-3                   Linux 2.6.39 for 64-bit PCs
ii  linux-image-3 3.0.0-1                    Linux 3.0.0 for 64-bit PCs
ii  linux-image-3 3.0.0-1                    Linux 3.0.0 for 64-bit PCs, PREEMP
ii  linux-image-3 3.0.0~rc6-1~experimental.1 Linux 3.0.0-rc6 for 64-bit PCs

firmware-b43-installer suggests no packages.

-- no debconf information

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
--- /tmp/firmware-b43-installer.postinst	2011-08-01 19:19:39.427865365 +0000
+++ /var/lib/dpkg/info/firmware-b43-installer.postinst	2011-08-01 19:19:46.000000000 +0000
@@ -38,7 +38,7 @@
 }
 
 # Fix for BCM4306/3 [14e4:4320] (rev 03)
-chip=`lspci -n | grep -o "14e4:4320 (rev 03)"` 
+chip=`lspci -n | grep -o "14e4:4320 (rev 03)"` || true
 if [ "$chip" ] ; then
    echo "Your card is BCM4306/3 [14e4:4320] (rev 03), firwmare 5.10.56.27.3 will be used"
    latest_firmware

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: b43-fwcutter
Source-Version: 1:014-7

We believe that the bug you reported is fixed in the latest version of
b43-fwcutter, which is due to be installed in the Debian FTP archive:

b43-fwcutter_014-7.debian.tar.gz
  to contrib/b/b43-fwcutter/b43-fwcutter_014-7.debian.tar.gz
b43-fwcutter_014-7.dsc
  to contrib/b/b43-fwcutter/b43-fwcutter_014-7.dsc
b43-fwcutter_014-7_amd64.deb
  to contrib/b/b43-fwcutter/b43-fwcutter_014-7_amd64.deb
firmware-b43-installer_014-7_all.deb
  to contrib/b/b43-fwcutter/firmware-b43-installer_014-7_all.deb
firmware-b43-lpphy-installer_014-7_all.deb
  to contrib/b/b43-fwcutter/firmware-b43-lpphy-installer_014-7_all.deb
firmware-b43legacy-installer_014-7_all.deb
  to contrib/b/b43-fwcutter/firmware-b43legacy-installer_014-7_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 636...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fabrizio Regalli <fab...@fabreg.it> (supplier of updated b43-fwcutter package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


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

Format: 1.8
Date: Tue, 02 Aug 2011 00:41:14 +0200
Source: b43-fwcutter
Binary: b43-fwcutter firmware-b43-installer firmware-b43-lpphy-installer 
firmware-b43legacy-installer
Architecture: source all amd64
Version: 1:014-7
Distribution: unstable
Urgency: low
Maintainer: Fabrizio Regalli <fab...@fabreg.it>
Changed-By: Fabrizio Regalli <fab...@fabreg.it>
Description: 
 b43-fwcutter - Utility for extracting Broadcom 43xx firmware
 firmware-b43-installer - Installer package for firmware for the b43 driver
 firmware-b43-lpphy-installer - Installer package for firmware for the b43 
driver (LP-PHY version
 firmware-b43legacy-installer - Installer package for firmware for the 
b43legacy driver
Closes: 636258
Changes: 
 b43-fwcutter (1:014-7) unstable; urgency=low
 .
   * Fixed firmware-b43-installer.postinst script. Closes: #636258
Checksums-Sha1: 
 ae4d0e4c73043163ba9f67d2728671590b2601b1 1260 b43-fwcutter_014-7.dsc
 69be983a3dcd6d57b8946f4ec2e3c35e556a96d4 8542 b43-fwcutter_014-7.debian.tar.gz
 8fe7e657c05f1f694a80f225c65f8a49864e1c94 7808 
firmware-b43-installer_014-7_all.deb
 6c8bf37717f5795514fb59ef4e2838c35515d2ff 7242 
firmware-b43legacy-installer_014-7_all.deb
 79ac2daf5a5e4780b323bc8545e49e318b684859 7376 
firmware-b43-lpphy-installer_014-7_all.deb
 84987501053f82be50881bc67a4b2bce8b729480 19544 b43-fwcutter_014-7_amd64.deb
Checksums-Sha256: 
 c9a077fafb72ed234458ad5e305f0814fa94204f7daeecf42de16e319f4b0032 1260 
b43-fwcutter_014-7.dsc
 ee949c61cd247c81c20ebf68b0a7a4a82332c58200b9178d5bb2f93104371820 8542 
b43-fwcutter_014-7.debian.tar.gz
 a3932edb5fdeca9da7b1ba4d91ccc8b231c6bb6d926a8335b075bdf3b47f0e10 7808 
firmware-b43-installer_014-7_all.deb
 0d53904afc474665c1daffe3b3fa26183a691e855804440801af1378cdc05287 7242 
firmware-b43legacy-installer_014-7_all.deb
 014b8192bcf6bf2811ca2bf76bd12efd2c16d857a9734d52ceb3af2dcb6d5936 7376 
firmware-b43-lpphy-installer_014-7_all.deb
 f90fd5b819be819132e6845e177beda456efa14509d9580443beffa99bdbe917 19544 
b43-fwcutter_014-7_amd64.deb
Files: 
 5af2633079e147e4d6c98d1034d7f1ef 1260 contrib/utils optional 
b43-fwcutter_014-7.dsc
 6f9067e2b18749c72f973dcad9a68ed9 8542 contrib/utils optional 
b43-fwcutter_014-7.debian.tar.gz
 6259e24fc524197f28ff7779380b752c 7808 contrib/kernel optional 
firmware-b43-installer_014-7_all.deb
 cfd610b1989e6400d8ddef8b89183de4 7242 contrib/kernel optional 
firmware-b43legacy-installer_014-7_all.deb
 f4b9c1f39ee35443c1ff90e778c06b41 7376 contrib/kernel optional 
firmware-b43-lpphy-installer_014-7_all.deb
 418fdef1ea0ea437d1190ca06c65350c 19544 contrib/utils optional 
b43-fwcutter_014-7_amd64.deb

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

iD8DBQFON5efvdkzt4X+wX8RAr6IAJ9vyWAAQ1Mb8/Jrrpz9JUSAe8ZuTQCcCm/8
ls2nfNTFs/VuTDfbPdJEOzA=
=tqan
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to