Closed Bug 509421 Opened 15 years ago Closed 14 years ago

TARGET_XPCOM_ABI not set when building on powerpc 64 (ppc64)

Categories

(Firefox Build System :: General, defect)

PowerPC
Linux
defect
Not set
normal

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
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
Remi: please attach the patch as a normal patch and ask review 
http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree
Need to build extension (enigmail) which rely on TARGET_XPCOM_ABI
Attachment #394700 - Flags: review?(sgautherie.bz)
Assignee: nobody → Fedora
Status: NEW → ASSIGNED
Flags: in-testsuite-
Product: Thunderbird → MailNews Core
QA Contact: build-config → build-config
Version: unspecified → Trunk
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)
Attachment #394700 - Flags: review?(kairo)
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.
Remi, do you plan to, or did you do a mozilla-central patch for this?

What is the status here?
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
Sorry for the no-response.

This bug can be closed as ppc64 is now handle correctly by latest mozilla configure.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
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
Flags: in-testsuite-
Resolution: FIXED → DUPLICATE
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: