Closed
Bug 509421
Opened 16 years ago
Closed 15 years ago
TARGET_XPCOM_ABI not set when building on powerpc 64 (ppc64)
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 520224
People
(Reporter: Fedora, Unassigned)
Details
Attachments
(1 obsolete file)
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.2) Gecko/20090803 Fedora/3.5.2-2.fc11 Firefox/3.5.2
Build Identifier: build from sources
This break the build of extension which rely on this information (enigmail p.e.)
Reproducible: Always
Simple patch proposal :
--- configure.in.ppc64 2009-07-21 14:01:25.000000000 +0200
+++ configure.in 2009-07-21 14:01:51.000000000 +0200
@@ -1451,7 +1451,7 @@
CPU_ARCH=sparc
;;
-x86_64 | ia64)
+x86_64 | ia64 | ppc64)
CPU_ARCH="$OS_TEST"
;;
esac
| Reporter | ||
Comment 1•16 years ago
|
||
I forget to note : this concern build 3.0b3 from sources.
Confirming based on discussion of enigmail builds on fedora-devel list.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•16 years ago
|
||
Remi: please attach the patch as a normal patch and ask review
http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree
| Reporter | ||
Comment 4•16 years ago
|
||
Need to build extension (enigmail) which rely on TARGET_XPCOM_ABI
Attachment #394700 -
Flags: review?(sgautherie.bz)
Updated•16 years ago
|
Assignee: nobody → Fedora
Status: NEW → ASSIGNED
Flags: in-testsuite-
Product: Thunderbird → MailNews Core
QA Contact: build-config → build-config
Version: unspecified → Trunk
Comment 5•16 years ago
|
||
Comment on attachment 394700 [details] [diff] [review]
patch to set CPU_ARCH on ppc64
[Superseded by bug 520224]
(I'm not a reviewer: forwarding to KaiRo.)
Don't m-1.9.1 and m-c need this too/first?
(At least to stay in sync.)
Attachment #394700 -
Flags: review?(sgautherie.bz) → review?(kairo)
Updated•16 years ago
|
Attachment #394700 -
Flags: review?(kairo)
Comment 6•16 years ago
|
||
Comment on attachment 394700 [details] [diff] [review]
patch to set CPU_ARCH on ppc64
[Superseded by bug 520224]
It doesn't make any sense to put this into comm-central before it is in both mozilla-central and mozilla-1.9.1, please request it to go there first and once it landed there, re-request my review for this.
Comment 7•15 years ago
|
||
Remi, do you plan to, or did you do a mozilla-central patch for this?
What is the status here?
Comment 8•15 years ago
|
||
reset assignee to default per no response from c#7, and moved to Core as c-c won't want it before m-c gets it.
Assignee: Fedora → nobody
Status: ASSIGNED → NEW
Product: MailNews Core → Core
QA Contact: build-config → build-config
| Reporter | ||
Comment 9•15 years ago
|
||
Sorry for the no-response.
This bug can be closed as ppc64 is now handle correctly by latest mozilla configure.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Attachment #394700 -
Attachment description: patch to set CPU_ARCH on ppc64 → patch to set CPU_ARCH on ppc64
[Superseded by bug 520224]
Attachment #394700 -
Attachment is obsolete: true
Updated•15 years ago
|
Flags: in-testsuite-
Resolution: FIXED → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•