Your message dated Sun, 15 Jul 2007 14:15:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366741: fixed in boinc 5.10.8-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: boinc-client
Version: 5.4.9-1+rmh
Severity: important
Tags: patch
TTBOMK, no boinc projects are providing core binaries for amd64. So our only
hope of making this package useful on that platform is requesting i686 ones
instead. Patch attached.
It also fixes the cpu check to work on non-Linux (where the best choice is,
imho, assuming the kernel has Linux abi emulation).
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968)
(ignored: LC_ALL set to C)
Versions of packages boinc-client depends on:
ii adduser 3.87 Add and remove users and groups
ii libc6 2.3.6-7 GNU C Library: Shared libraries
ii libcomerr2 1.38+1.39-WIP-2006.04.09-1 common error description library
ii libcurl3 7.15.3-1 Multi-protocol file transfer libra
ii libgcc1 1:4.1.0-1 GCC support library
ii libidn11 0.5.18-2 GNU libidn library, implementation
ii libkrb53 1.4.3-6 MIT Kerberos runtime libraries
ii libssl0.9.8 0.9.8a-8 SSL shared libraries
ii libstdc++6 4.1.0-1 The GNU Standard C++ Library v3
ii lsb-base 3.1-5 Linux Standard Base 3.1 init scrip
ii python2.4 2.4.2-2 An interactive high-level object-o
ii zlib1g 1:1.2.3-11 compression library - runtime
boinc-client recommends no packages.
-- no debconf information
--- boinc-5.4.9.old/debian/rules 2006-05-10 20:46:58.000000000 +0200
+++ boinc-5.4.9/debian/rules 2006-05-10 21:10:20.000000000 +0200
@@ -7,6 +7,7 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
TYPE_FLAGS = --build $(DEB_HOST_GNU_TYPE)
@@ -18,10 +19,16 @@
# If the core client reports that it was built for i486-pc-linux-gnu it won't
# download any application or work units, so we use i686-linux-gnu as argument
# for configure's --build and --host switches on i386 hosts.
-ifeq ($(DEB_HOST_GNU_TYPE), i486-linux-gnu)
+ifeq ($(DEB_HOST_ARCH_CPU), i386)
DEB_HOST_GNU_TYPE = i686-linux-gnu
endif
-ifeq ($(DEB_BUILD_GNU_TYPE), i486-linux-gnu)
+ifeq ($(DEB_HOST_ARCH_CPU), amd64)
+ DEB_HOST_GNU_TYPE = i686-linux-gnu
+endif
+ifeq ($(DEB_BUILD_ARCH_CPU), i386)
+ DEB_BUILD_GNU_TYPE = i686-linux-gnu
+endif
+ifeq ($(DEB_BUILD_ARCH_CPU), amd64)
DEB_BUILD_GNU_TYPE = i686-linux-gnu
endif
--- End Message ---
--- Begin Message ---
Source: boinc
Source-Version: 5.10.8-1
We believe that the bug you reported is fixed in the latest version of
boinc, which is due to be installed in the Debian FTP archive:
boinc-client_5.10.8-1_i386.deb
to pool/main/b/boinc/boinc-client_5.10.8-1_i386.deb
boinc-dbg_5.10.8-1_i386.deb
to pool/main/b/boinc/boinc-dbg_5.10.8-1_i386.deb
boinc-dev_5.10.8-1_i386.deb
to pool/main/b/boinc/boinc-dev_5.10.8-1_i386.deb
boinc-manager_5.10.8-1_i386.deb
to pool/main/b/boinc/boinc-manager_5.10.8-1_i386.deb
boinc_5.10.8-1.diff.gz
to pool/main/b/boinc/boinc_5.10.8-1.diff.gz
boinc_5.10.8-1.dsc
to pool/main/b/boinc/boinc_5.10.8-1.dsc
boinc_5.10.8.orig.tar.gz
to pool/main/b/boinc/boinc_5.10.8.orig.tar.gz
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.
Frank S. Thomas <[EMAIL PROTECTED]> (supplier of updated boinc 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.7
Date: Sun, 01 Jul 2007 11:43:53 +0200
Source: boinc
Binary: boinc-manager boinc-dbg boinc-dev boinc-client
Architecture: source i386
Version: 5.10.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian BOINC Maintainers <[EMAIL PROTECTED]>
Changed-By: Frank S. Thomas <[EMAIL PROTECTED]>
Description:
boinc-client - core client for the BOINC distributed computing infrastructure
boinc-dbg - debugging symbols for BOINC binaries
boinc-dev - development files to build applications for BOINC projects
boinc-manager - GUI to control and monitor the BOINC core client
Closes: 366741 406853 427661 428278
Changes:
boinc (5.10.8-1) unstable; urgency=low
.
[ Frank S. Thomas ]
* New upstream release.
- Fixed wrong CPU information on alpha, hppa, ia64, ppc and sparc.
(closes: #406853)
- Use i686-pc-linux-gnu as alternative platform name for
x86_64-pc-linux-gnu to get i386 binaries on amd64. (closes: #366741)
Hence all traces to our own mechanism to override the platform name on
amd64 have been removed:
- debian/patches/001_amd64_disable_platform_reset.patch
- debian/extra/use-32bit-on-amd64.sh
- the associated paragraph from debian/boinc-client.README.Debian
* Updated boinc_client's, boinc_cmd's and boincmgr's manual pages for the
new release.
* debian/boinc-client.{init,default}: Use two dashes for boinc_client's
command line options instead of one because that is it's default now.
* debian/boinc-client.postinst: Use "[ ... ] && [ ... ]" instead of
"[ ... -a ... ]" because these constructs are much easier to read.
* debian/boinc-client.preinst: Use dpkg-query instead of poking directly
into the dpkg status file. See this thread for more information:
http://lists.debian.org/debian-devel/2007/05/msg01070.html
* debian/conffiles/{cc_config.xml,global_prefs_override.xml}: Added comments
which explain the purpose of each configuration file and which contain
URLs to upstream documentation for each of them.
* debian/copyright:
- State that the source code is obtained via Subversion (and not via CVS)
and added a pointer to debian/README.Debian-source.
- Updated for the new release.
* Added /usr/share/bug/boinc-client/script which pastes boinc-client's
init script configuration file (/etc/default/boinc-client) into bug
reports because this might be helpful for debugging.
* extra/bash/boinc: Added bash completion for boinc_client and boinc_cmd.
* debian/rules:
- Don't ignore $(MAKE) distclean errors to make lintian happy.
- Install unstripped versions of boinc_client, boinc_cmd and boincmgr
and let dh_strip do this job for us. Now building BOINC with
DEB_BUILD_OPTIONS="nostrip" actually does what it should do.
* debian/patches/: Added 002_remove_hardcoded_optimization.patch to remove
hardcoded compiler flags from client/Makefile.am and to make debian/rules
the only place again where compiler flags are defined.
(probably closes: #427661)
* New boinc-dbg package added to provide debugging symbols for BOINC
binaries.
* debian/boinc-dev.{install,links}:
- Don't install lib/common_defs.h manually, "make install" does this now.
- Create a symlink in /usr/share/boinc-dev/lib/ to the new str_util.h.
.
[ Steffen Moeller ]
* Smallish changes to Debian READMEs and man pages.
.
[ Debconf translations ]
* Added Portuguese (pt.po) by Miguel Figueiredo <[EMAIL PROTECTED]>.
(closes: #428278)
Files:
f5d74bd6cfbe052fa70b59fb107d5394 1218 net optional boinc_5.10.8-1.dsc
26fe3b70fa16559b27255f3e0cd8c254 8723170 net optional boinc_5.10.8.orig.tar.gz
a01dacc183a0a636bcf2637a6ed49ca9 42696 net optional boinc_5.10.8-1.diff.gz
6e5945dcb25ad281d2bd3a3d6f7626e6 391006 net optional
boinc-client_5.10.8-1_i386.deb
9fa5364d3a0288aadfc1dbcc2578e898 1778348 x11 optional
boinc-manager_5.10.8-1_i386.deb
e8dafee58ae2c776b9be5c453eba11e2 435186 devel optional
boinc-dev_5.10.8-1_i386.deb
01646e505b7784cde39ea057888aecec 7028754 devel extra
boinc-dbg_5.10.8-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGlmy3geVih7XOVJcRAlcHAJoD+D0jDESzI4+WXM/21nRwiGvEDACfcy3+
JZu4aLaMn7QGX9Z38zF+Oq0=
=/M5L
-----END PGP SIGNATURE-----
--- End Message ---