Your message dated Fri, 14 Oct 2011 16:34:48 +0000
with message-id <[email protected]>
and subject line Bug#644939: fixed in iceweasel 7.0.1-3
has caused the Debian Bug report #644939,
regarding [iceweasel] FTBFS on ppc64: Please support __powerpc64__ in 
ipc/chromium/src/build/build_config.h
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.)


-- 
644939: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644939
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: iceweasel
Version: 7.0.1-2
Severity: wishlist
Tags: patch upstream

Please support __powerpc64__ in ipc/chromium/src/build/build_config.h.

Regards,
-- 
Hiroyuki Yamamoto
A75D B285 7050 4BF9 AEDA  91AC 3A10 59C6 5203 04DC
diff -Nurd iceweasel-7.0.1.orig/ipc/chromium/src/build/build_config.h iceweasel-7.0.1/ipc/chromium/src/build/build_config.h
--- iceweasel-7.0.1.orig/ipc/chromium/src/build/build_config.h	2011-10-10 22:19:34.000000000 +0900
+++ iceweasel-7.0.1/ipc/chromium/src/build/build_config.h	2011-10-10 22:23:45.000000000 +0900
@@ -57,6 +57,9 @@
 #define ARCH_CPU_ARMEL 1
 #define ARCH_CPU_32_BITS 1
 #define WCHAR_T_IS_UNSIGNED 1
+#elif defined(__powerpc64__)
+#define ARCH_CPU_PPC 1
+#define ARCH_CPU_64_BITS 1
 #elif defined(__ppc__) || defined(__powerpc__)
 #define ARCH_CPU_PPC 1
 #define ARCH_CPU_32_BITS 1

--- End Message ---
--- Begin Message ---
Source: iceweasel
Source-Version: 7.0.1-3

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

iceweasel-dbg_7.0.1-3_amd64.deb
  to main/i/iceweasel/iceweasel-dbg_7.0.1-3_amd64.deb
iceweasel_7.0.1-3.debian.tar.gz
  to main/i/iceweasel/iceweasel_7.0.1-3.debian.tar.gz
iceweasel_7.0.1-3.dsc
  to main/i/iceweasel/iceweasel_7.0.1-3.dsc
iceweasel_7.0.1-3_amd64.deb
  to main/i/iceweasel/iceweasel_7.0.1-3_amd64.deb
libmozjs-dev_7.0.1-3_amd64.deb
  to main/i/iceweasel/libmozjs-dev_7.0.1-3_amd64.deb
libmozjs7d-dbg_7.0.1-3_amd64.deb
  to main/i/iceweasel/libmozjs7d-dbg_7.0.1-3_amd64.deb
libmozjs7d_7.0.1-3_amd64.deb
  to main/i/iceweasel/libmozjs7d_7.0.1-3_amd64.deb
spidermonkey-bin_7.0.1-3_amd64.deb
  to main/i/iceweasel/spidermonkey-bin_7.0.1-3_amd64.deb
xulrunner-7.0-dbg_7.0.1-3_amd64.deb
  to main/i/iceweasel/xulrunner-7.0-dbg_7.0.1-3_amd64.deb
xulrunner-7.0_7.0.1-3_amd64.deb
  to main/i/iceweasel/xulrunner-7.0_7.0.1-3_amd64.deb
xulrunner-dev_7.0.1-3_amd64.deb
  to main/i/iceweasel/xulrunner-dev_7.0.1-3_amd64.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.
Mike Hommey <[email protected]> (supplier of updated iceweasel 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: Fri, 14 Oct 2011 17:22:42 +0200
Source: iceweasel
Binary: iceweasel iceweasel-dbg xulrunner-7.0 libmozjs7d libmozjs-dev 
libmozjs7d-dbg spidermonkey-bin xulrunner-dev xulrunner-7.0-dbg
Architecture: source amd64
Version: 7.0.1-3
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
<[email protected]>
Changed-By: Mike Hommey <[email protected]>
Description: 
 iceweasel  - Web browser based on Firefox
 iceweasel-dbg - debugging symbols for iceweasel
 libmozjs-dev - Development files for the Mozilla SpiderMonkey JavaScript 
library
 libmozjs7d - Mozilla SpiderMonkey JavaScript library
 libmozjs7d-dbg - Development files for the Mozilla SpiderMonkey JavaScript 
library
 spidermonkey-bin - standalone JavaScript/ECMAScript (ECMA-262) interpreter
 xulrunner-7.0 - XUL + XPCOM application runner
 xulrunner-7.0-dbg - Debugging symbols for the Gecko engine library
 xulrunner-dev - Development files for the Gecko engine library
Closes: 642762 644801 644939
Changes: 
 iceweasel (7.0.1-3) unstable; urgency=low
 .
   * debian/branding/configure.sh: Set MOZ_APP_DISPLAYNAME in Iceweasel
     branding. Closes: #644801.
   * debian/xulrunner.mozconfig, debian/xulrunner-GRE_VERSION.install.in,
     debian/rules: Enable GIO instead of gnome-vfs and GConf.
     Partially fixes #410671.
 .
   * ipc/chromium/src/build/build_config.h: Update supported architectures
     for IPC, as landed upstream. Closes: #644939.
   * xpcom/base/nscore.h, xpcom/glue/nsID.h: Force nsID to align to 64-bit
     boundary. bz#660335. Closes: #642762.
Checksums-Sha1: 
 e3fba36398c3fa48f26dd64380c61ac15944037e 3114 iceweasel_7.0.1-3.dsc
 426ad44f689d692ba1b6d440318bb9cf18e75253 283370 iceweasel_7.0.1-3.debian.tar.gz
 641e8c0fb1cfba0bd77de496d5447d4f2d3d6415 1561414 iceweasel_7.0.1-3_amd64.deb
 5a2ccad8c27c94ae116fb3e9f4ca283e977f05cf 512494 iceweasel-dbg_7.0.1-3_amd64.deb
 8cc92ba9f9afb9814921517c15d57852563b0fcf 9946264 
xulrunner-7.0_7.0.1-3_amd64.deb
 504659f6c046d43b5091765c4a9266aa09c74e22 1388674 libmozjs7d_7.0.1-3_amd64.deb
 a1f97ca29b3d3957145d59f14c0c39c5bf96dc54 490730 libmozjs-dev_7.0.1-3_amd64.deb
 921fb55d556d05924229f81dc23bc273ee2c3c76 12547040 
libmozjs7d-dbg_7.0.1-3_amd64.deb
 2e7ad954ba3699672ea5437bc234b7693ca08bb0 1383136 
spidermonkey-bin_7.0.1-3_amd64.deb
 17c2c60d0c6cca25b233c47b854e5863509759b0 5902714 
xulrunner-dev_7.0.1-3_amd64.deb
 109eee6e21ac40c8375936f7ec56d47af4a331db 144864474 
xulrunner-7.0-dbg_7.0.1-3_amd64.deb
Checksums-Sha256: 
 00d48ccbcbff778c6c5a53d2a86d36893e8c66cb355785f42bbdbfcf4dc95469 3114 
iceweasel_7.0.1-3.dsc
 5d90ab38526b2d45c4fe200f0c74515bc7ae21f167dd0be8d4f736bc2ac13626 283370 
iceweasel_7.0.1-3.debian.tar.gz
 a607ff6364906a37c50e0d502dc7d879a9506db2ffa82befda2fba6e8b755c1d 1561414 
iceweasel_7.0.1-3_amd64.deb
 db3ccf4db37245d6f377c91fd4e5fa1cced55be18f338ad6aad9324c0f72e69d 512494 
iceweasel-dbg_7.0.1-3_amd64.deb
 f388db0ecc7b92237991b3c9e723e0cd7e24b26939fac2345bd821a41df4d8db 9946264 
xulrunner-7.0_7.0.1-3_amd64.deb
 1cfa97b3bed1b6ad97203d074bafd0b8177b2df66b1deb14ebbd02ce45bfc85c 1388674 
libmozjs7d_7.0.1-3_amd64.deb
 ac3c4937925238eea2aa9171adf524321296a6ea9f5b1ffba8d02eb8fd51d511 490730 
libmozjs-dev_7.0.1-3_amd64.deb
 47c9cc1100e9e7861380c9f4255beea77f45f5976e0903ae8e1d1e2bd52be67a 12547040 
libmozjs7d-dbg_7.0.1-3_amd64.deb
 1ececb80eb79cd302a724e4b3110e95efb8a2c5fb00865977e2cd5b946f66f52 1383136 
spidermonkey-bin_7.0.1-3_amd64.deb
 0b5f6ed8c1489e9c9a0b3010c5d7b7a4fde7e29df69d883a1dac7c9a8eaf9204 5902714 
xulrunner-dev_7.0.1-3_amd64.deb
 e11bf02c1a41998a9463874b62beab72df0cd15a24034687bc92619717db51a7 144864474 
xulrunner-7.0-dbg_7.0.1-3_amd64.deb
Files: 
 301bb17d590a7719b38700cccb65291f 3114 web optional iceweasel_7.0.1-3.dsc
 3166da7565586e2bd0c89ccbc9c4d391 283370 web optional 
iceweasel_7.0.1-3.debian.tar.gz
 3d43e61ce054edbe7f0b6c9fd55f1530 1561414 web optional 
iceweasel_7.0.1-3_amd64.deb
 1542dc426bdca2f5268a403de2f63255 512494 debug extra 
iceweasel-dbg_7.0.1-3_amd64.deb
 3f8195dc660e18884ee7477473421b59 9946264 libs optional 
xulrunner-7.0_7.0.1-3_amd64.deb
 17a33857c59e77f2fa1795ddfa17a375 1388674 libs optional 
libmozjs7d_7.0.1-3_amd64.deb
 7c02bb75f96bcf7d0567de21484ac8d4 490730 libdevel optional 
libmozjs-dev_7.0.1-3_amd64.deb
 5dcf569b051480bd8d92463012beb4e3 12547040 debug extra 
libmozjs7d-dbg_7.0.1-3_amd64.deb
 b42ba4b8b31b7938f96ceec2942f61df 1383136 interpreters optional 
spidermonkey-bin_7.0.1-3_amd64.deb
 58de0ae763c8ae354cffdcdfc35afcb2 5902714 libdevel optional 
xulrunner-dev_7.0.1-3_amd64.deb
 a0a016eddef3e23ab12c2827a312d5fc 144864474 debug extra 
xulrunner-7.0-dbg_7.0.1-3_amd64.deb

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

iQIVAwUBTphZ5+QqoE+mqoxyAQiYMw/+MYWhPwkISOLKPARerickOWqbvBN6g0Vy
cSFOjSsNgNhcOuTxG7eIK9WNBPB6L8eVgVYHoMtJRZmiFLFWSrGkAfwzEnuGlFxf
U4ZcJOcQkfSn4Ztwb8HUTaQe76+AZpKDDmhRA/n70oR7vUIazFokHJKiKFGdXdXL
HsE3i1o4zgs/2faPFVwAxsWPVC404aARnC0w7TEGl4B+Xado+oO7bOk6WiKrQ1jO
MYSKvPkxUtepU/x3KbtfzUsEWLvKq1xMx2VvGs3jcB1PR/xxl4fkKb7d6BnJJNjt
5/qTC+FMKTW02QH03YwQxTHSa8ogrekfMZ5iplDDBLGRF18DFdMH0XEm9bdCB3bb
W8e6AI7BzgT4XcMklmovkSuxbgNtXJA1NFRrAJqHOcx5wgOGgMgYyp+rLQRnFq2l
k5+kmrwkRIxe9h/BNmnfcCYhq1a1jx5EgOXUNSFbokgMcjcByMsjNUeh20sF3XCX
83Etnau6+b8SD/L3IGiY8nSOniavqilRLME42noS3CpEDIIyHT63JTAAqc5Z2UPf
M8TgpU9xh8NZCixjVpNC7pA7TtBZZVocTQc6SLHVDAs8ugs2uGf4yKejeEuQkFl7
Yh/JSvjrMi0qElC4KXCFIZjJyFTRG8WLPypC//9aDLZijUx9nEQiP38z0FozHVU7
ozG2cT8cDxg=
=Gm9w
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to