Your message dated Wed, 28 Sep 2011 11:32:32 +0000
with message-id <[email protected]>
and subject line Bug#643649: fixed in dmidecode 2.11-3
has caused the Debian Bug report #643649,
regarding dmidecode: Enable build of all targets on GNU/Hurd
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 [email protected]
immediately.)


-- 
643649: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643649
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dmidecode
Version: 2.11-1
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd

When dmidecode is on the buildd list for GNU/Hurd it will be built for
one taget: demidecode. In order to get the other targets built:
biosdecode, ownership, vpddecode the Makefile has to be changed to
something like the following patch, since uname -m gives i686-AT386 for
GNU/Hurd. kfreebsd and linux reports i686 and x86_64 for i386 and amd64
targets, so the patched Makefile should work for all arches (including
ia64).

--- dmidecode-2.11.orig/Makefile        2011-09-28 12:46:35.000000000 +0200
+++ dmidecode-2.11/Makefile     2011-09-28 12:43:50.000000000 +0200
@@ -39,7 +39,7 @@
 RM              := rm -f
 
 # BSD make provides $MACHINE, but GNU make doesn't
-MACHINE ?= $(shell uname -m 2>/dev/null)
+MACHINE ?= $(shell uname -m 2>/dev/null | cut - -d- -f 1)
 
 # These programs are only useful on x86
 PROGRAMS-i386 := biosdecode ownership vpddecode





--- End Message ---
--- Begin Message ---
Source: dmidecode
Source-Version: 2.11-3

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

dmidecode-udeb_2.11-3_i386.udeb
  to main/d/dmidecode/dmidecode-udeb_2.11-3_i386.udeb
dmidecode_2.11-3.debian.tar.gz
  to main/d/dmidecode/dmidecode_2.11-3.debian.tar.gz
dmidecode_2.11-3.dsc
  to main/d/dmidecode/dmidecode_2.11-3.dsc
dmidecode_2.11-3_i386.deb
  to main/d/dmidecode/dmidecode_2.11-3_i386.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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <[email protected]> (supplier of updated 
dmidecode 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 [email protected])


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

Format: 1.8
Date: Wed, 28 Sep 2011 13:03:50 +0200
Source: dmidecode
Binary: dmidecode dmidecode-udeb
Architecture: source i386
Version: 2.11-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann <[email protected]>
Changed-By: Daniel Baumann <[email protected]>
Description: 
 dmidecode  - SMBIOS/DMI table decoder
 dmidecode-udeb - SMBIOS/DMI table decoder (udeb) (udeb)
Closes: 643649
Changes: 
 dmidecode (2.11-3) unstable; urgency=low
 .
   * Adding patch from Svante Signell <[email protected]> to
     enable build of all targets on GNU/Hurd (Closes: #643649).
Checksums-Sha1: 
 59245198b284c276190e3e0f96dbe651bd3f34b3 1166 dmidecode_2.11-3.dsc
 00164c3a9c9cc5313893e401118e1796c688d948 6512 dmidecode_2.11-3.debian.tar.gz
 db1392874a46d931472de74ee4be067a087043b7 69134 dmidecode_2.11-3_i386.deb
 b9ff434dfbe8ab1d81dca8621bf8c67e9579983f 30480 dmidecode-udeb_2.11-3_i386.udeb
Checksums-Sha256: 
 604b6115f254151905080a7333fd99a5b35bd56f73841fd4e9b7c4812bde7c5d 1166 
dmidecode_2.11-3.dsc
 b62537df819558b7723cf5471e208d3253ef44f752320992dc26dfa679c713f6 6512 
dmidecode_2.11-3.debian.tar.gz
 0bedf9e8bc34a710ed01a580f05742da1647d74d5946dc1d857057df1c2dc12a 69134 
dmidecode_2.11-3_i386.deb
 e96171324d00c87b2c85d7833201ee28bbc93da6bd0bcb075fcd7317b961bead 30480 
dmidecode-udeb_2.11-3_i386.udeb
Files: 
 31e0d5b5a6e10adc41d45c9cb4b0fe7c 1166 utils optional dmidecode_2.11-3.dsc
 de391398fcc1d52245bc40c9fbd163fc 6512 utils optional 
dmidecode_2.11-3.debian.tar.gz
 c8ea2c614c74269c67d5496f3a804e41 69134 utils important 
dmidecode_2.11-3_i386.deb
 06be8983d1ed03a10cc0c9ae1ab3950a 30480 debian-installer optional 
dmidecode-udeb_2.11-3_i386.udeb
Package-Type: udeb

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

iEYEARECAAYFAk6DA98ACgkQ+C5cwEsrK563CQCgrAxqgBacr7J4zxB4LOK/M+JV
cFoAn1jtLj6W6UHJr2qUaQQNzuTiMsnQ
=BRGt
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to