Your message dated Fri, 15 Aug 2014 09:34:23 +0000
with message-id <[email protected]>
and subject line Bug#745515: fixed in cpuid 20140123-2
has caused the Debian Bug report #745515,
regarding cpuid: Not in the achitecture list for 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.)
--
745515: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745515
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cpuid
Version: 20140123-1
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd
Hi,
GNU/Hurd is no longer in the architecture list for cpuid, yet it is
listed as out-of-date: Adding hurd-i386 to debian/control makes it build
also for Hurd. Additionally, since sched_setaffinity(), used by --inst,
is not yet implemented, set --one-cpu as default instead.
--- a/cpuid.c 2014-04-22 15:38:27.000000000 +0200
+++ b/cpuid.c 2014-04-22 16:27:58.000000000 +0200
@@ -6516,6 +6516,13 @@
exit(1);
}
+#ifdef __GNU__
+ fprintf(stderr,
+ "%s: -i (sched_setaffinity) is not supported on GNU/Hurd, setting --one-cpu as default\n",
+ program);
+ opt_one_cpu = TRUE;
+#endif
+
// Default to -i. So use inst unless -k is specified.
boolean inst = !opt_kernel;
--- End Message ---
--- Begin Message ---
Source: cpuid
Source-Version: 20140123-2
We believe that the bug you reported is fixed in the latest version of
cpuid, which is due to be installed in the Debian FTP archive.
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.
Andrey Rahmatullin <[email protected]> (supplier of updated cpuid 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: SHA256
Format: 1.8
Date: Thu, 14 Aug 2014 02:04:26 +0600
Source: cpuid
Binary: cpuid
Architecture: source
Version: 20140123-2
Distribution: unstable
Urgency: medium
Maintainer: Andrey Rahmatullin <[email protected]>
Changed-By: Andrey Rahmatullin <[email protected]>
Description:
cpuid - tool to dump x86 CPUID information about the CPU(s)
Closes: 745515
Changes:
cpuid (20140123-2) unstable; urgency=medium
.
* Add hurd-i386 to the Architecture field (Closes: #745515)
* Set --one-cpu as default on Hurd (patch by Svante Signell)
Checksums-Sha1:
35188d75329a8f531e003631de7abc7d98bb2e80 1941 cpuid_20140123-2.dsc
6de78563d8347921b408e36cca7b2a540a4dbc0e 4896 cpuid_20140123-2.debian.tar.xz
Checksums-Sha256:
dd69ea7e8481d748745db42b307607b397436b39ca430f560507fe83c8177889 1941
cpuid_20140123-2.dsc
1a541ca9e3be8c41fac31cd63017f0a162d7f437952f89dd15ab951acd145a7c 4896
cpuid_20140123-2.debian.tar.xz
Files:
bec2dba038855e038f3983f98bd9bb2e 1941 admin optional cpuid_20140123-2.dsc
8036b343652bc50a2b7ca5233b879d89 4896 admin optional
cpuid_20140123-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJT68VLAAoJEDNi9wMaSZLhllcP/jIruaOKnzeBPdG0HTMFFpNl
8tlZwOexR0Rl7EjNZoE9nM2ecMTmThx5WZD8ChprTAcaLZisFJn1HXyO+U33chqI
6APjxMF7/BbekODZY1N/II8G2tLp4km2VdVQw3e3eqqEqwgOqVZ1wOMdPk0vc7dJ
E49yL0vv2fajUMdPiQ2bjzPO6jr9Vejn5BDhU60O7juEP0fr4JXdVy7oWlIvp2ZS
ueMEVeB9WzxAX6LFGH38/HI3qPOnNfytfjGF8eKqgWfdpn/SYe8Gy0J62ajliDrA
BjpFF2RDJwZaiPDfzR+vCAZfu4n7x5w0nXNPOa3Mdz/tOJduQVOb9eH29di32n+0
NmjYHeMLrJkJ25vI4xXkTgdVadhmKNzfuN7R2KMkkD5Xj0Xa/B7PRAMqwiJBm62J
EoHJmY+KQDxOTOFzmuXh4tLn5eO6W9xYoBHviw/4dQ/GNbieCANZ40h9UZPTaqAi
OFb+BCrr2PuxAtIi5H0hPWYPOEITdEwYS54oL1iH3BsLio2nRijbO2XeCccQ3UvH
l4y3GXhIIhY2/XuHd8zfn/PSWUvOyS37dpkTTZCIVNnk4JDzxiRzeivFSMfKqNgb
psTDbZ5Sb4jIeRa8NtTTSy1s058okpw7ip/jykSpHiewiBSbT1bdJE0+MdrNovax
Umbdm5fx5DTRa54qQ7TN
=4WQE
-----END PGP SIGNATURE-----
--- End Message ---