Closed
Bug 632769
Opened 15 years ago
Closed 15 years ago
build/unix/elfhack/elfhack -b test.so aborting when building from source
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla4.0b12
People
(Reporter: christophe.jarry, Assigned: glandium)
Details
(Whiteboard: [workaround: ac_add_options --disable-elf-hack])
Attachments
(1 file)
|
593 bytes,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux mips64; en-US; rv:1.9.0.19) Gecko Galeon/2.0.6 (Debian 2.0.6-2.1)
Build Identifier: http://releases.mozilla.org/pub/mozilla.org/firefox/releases/4.0b11/source/firefox-4.0b11.source.tar.bz2
When I try building firefox 4.0b11 from source on mipsel, build/unix/elfhack/elfhack -b test.so aborts with the message:
"build/unix/elfhack/elfhack -b test.so
test.so: No gain. Aborting"
Reproducible: Always
Steps to Reproduce:
1. Download firefox 4.0b11 source code from http://releases.mozilla.org/pub/mozilla.org/firefox/releases/4.0b11/source/firefox-4.0b11.source.tar.bz2.
2. tar -xjf firefox-4.0b11.source.tar.bz2
3. cd mozilla-central
4. cp browser/config/mozconfig .mozconfig
5. ./configure
6. make
Actual Results:
/home/christophe/gnewsense/dev/metad/icecat/firefox/mozilla-central/build/unix/elfhack/elfhack -b test.so
test.so: No gain. Aborting
# Fail if the backup file doesn't exist
[ -f "test.so.bak" ]
Expected Results:
make runs without error.
Arch: mips64el
Linker: GNU ld (GNU Binutils for Debian) 2.18.0.20080103
Compiler: gcc (Debian 4.3.2-1.1) 4.3.2
| Assignee | ||
Updated•15 years ago
|
Whiteboard: [workaround: ac_add_options --disable-elf-hack]
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → mh+mozilla
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #511009 -
Flags: review?(ted.mielczarek)
| Assignee | ||
Updated•15 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Updated•15 years ago
|
Attachment #511009 -
Flags: review?(ted.mielczarek) → review?(khuey)
Attachment #511009 -
Flags: review?(khuey) → review+
| Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b12
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
Updated•7 years ago
|
Target Milestone: Firefox 4.0b12 → mozilla4.0b12
You need to log in
before you can comment on or make changes to this bug.
Description
•