Closed
Bug 314518
Opened 19 years ago
Closed 19 years ago
[BeOS] Static builds Broken due nsSound implementation for Widget:BeOS
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: doug, Unassigned)
References
Details
(Keywords: fixed1.8.1)
Attachments
(3 files, 2 obsolete files)
12.52 KB,
text/plain
|
Details | |
754 bytes,
patch
|
Biesinger
:
review+
benjamin
:
superreview+
mtschrep
:
approval1.8.1+
|
Details | Diff | Splinter Review |
765 bytes,
patch
|
beltzner
:
approval1.8.1+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.9a1) Gecko/20051031 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.9a1) Gecko/20051031 Firefox/1.6a1
fix of bug 313326 broke BeOS build during linking. Verified under both Zeta 1.1 and BeOS R5.0.3. Fix is link to -lgame in mozilla/browser/app/Makefile.in. See patch.
Reproducible: Always
Steps to Reproduce:
1. start with a clean tree
2. make firefox
3. wait until breakage
Actual Results:
build breaks.
Expected Results:
build should complete.
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Updated•19 years ago
|
Attachment #201424 -
Attachment description: one-line fix to Makefile.in g → one-line fix to Makefile.in
Comment on attachment 201424 [details] [diff] [review]
one-line fix to Makefile.in
r=thesuckiestemail@yahoo.se
What more is needed to get this commited?
Attachment #201424 -
Flags: review+
Comment 3•19 years ago
|
||
As this is outside BeOS-only folder, probably it needs formal superreview?
Also someone to commit.
Actually i'm wondering which item there uses both nsSound and BFilePanel,
i thought that already linked libwidget_beos.so is enough...
Updated•19 years ago
|
Summary: [BeOS] Build Broken → [BeOS] Build Broken due nsSound implementation for Widget:BeOS
Comment 4•19 years ago
|
||
Also I suspect that only STATIC builds are broken. Is it right?
Reporter | ||
Comment 5•19 years ago
|
||
fyysik, you've correctly guessed I have tested only with static builds. I will back the patch out of my tree and try a debug build under R5.0.3, then let you know.
Comment 6•19 years ago
|
||
what about seamonkey static builds?
Reporter | ||
Comment 7•19 years ago
|
||
confirming fyysik's guess: problem only occurs with static builds. Built a debug version under R5.0.3 without issue.
Updating title to reflect that.
Summary: [BeOS] Build Broken due nsSound implementation for Widget:BeOS → [BeOS] Static builds Broken due nsSound implementation for Widget:BeOS
Comment 9•19 years ago
|
||
maybe XULRunner and Sunbird also require -lgame explicitly
Comment 10•19 years ago
|
||
They might.
Reporter | ||
Comment 11•19 years ago
|
||
confirming: SeaMonkey static builds are also broken. Fix in 1st patch doesn't seem to apply to SeaMonkey, though, as the "/browser/apps" subdirectory doesn't exist. The exact same line (with -ltracker) also exists in /mozilla/embedding/componentlib/Makefile.in, but adding "-lgame" doesn't fix problem. Hopefully the attached terminal output will help diagnose the issue; it looks like more may be wrong in SeaMonkey than Firefox.
Reporter | ||
Updated•19 years ago
|
Attachment #201844 -
Attachment description: terminal output of failed build → terminal output of failed statid SeaMonkey build
Reporter | ||
Updated•19 years ago
|
Attachment #201844 -
Attachment description: terminal output of failed statid SeaMonkey build → terminal output of failed static SeaMonkey build
Comment 12•19 years ago
|
||
try xpfe/bootstrap
Comment 13•19 years ago
|
||
it seems we need changes in in xpfe/bootstrap/Makefile.in directly or somewhere like config/rules-static.mk (don't remember atm) to add both -ltracker and -lgame
to extra dso libs
Comment 14•19 years ago
|
||
I think we can fix this problem step by step with separate patches - first for FF, then for SeaMonkey and then, if needed, for other Gecko-based apps like Thunderbird, Sundbird and whatelse.
Your opinion, biesi?
Comment 15•19 years ago
|
||
sure, that's fine.
Comment 16•19 years ago
|
||
While we're on the subject, should we try to ifdef these for static builds only?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 17•19 years ago
|
||
I think we only need to link when doing static builds.
Attachment #201424 -
Attachment is obsolete: true
Attachment #201926 -
Flags: review?(sergei_d)
Comment 18•19 years ago
|
||
Comment on attachment 201926 [details] [diff] [review]
Only link tracker, game when static for Firefox
r=sergei_d
looks like sample solution also for Seamonkey
Updated•19 years ago
|
Attachment #201926 -
Flags: review?(sergei_d) → review+
Comment 19•19 years ago
|
||
I patched pretty much all places, but I've only built Firefox yet, so not sure it will work for other places.
Comment 20•19 years ago
|
||
Comment on attachment 201926 [details] [diff] [review]
Only link tracker, game when static for Firefox
asking for second review
(it seems in this component sr means also that:).
Simple platform-specific patch
Attachment #201926 -
Flags: superreview?(benjamin)
Updated•19 years ago
|
Attachment #201926 -
Flags: superreview?(benjamin) → superreview+
Comment 21•19 years ago
|
||
patch commited by timeless
1.90 <- 1.89
Comment 22•19 years ago
|
||
review request.
adding libtracker and libgame for SeaMonkey static builds
in same way as it done for Firefeox
Attachment #203725 -
Flags: review?(cbiesinger)
Updated•19 years ago
|
Attachment #203725 -
Flags: review?(cbiesinger) → review+
Comment 23•19 years ago
|
||
Just curious, shouldn't tracker have been there before? Is that done in some other place for Seamonkey as well?
Maybe here? http://lxr.mozilla.org/seamonkey/source/browser/app/Makefile.in#157
Comment 24•19 years ago
|
||
Oops, mixed up /browser with xpfe..
Comment 25•19 years ago
|
||
Comment on attachment 203725 [details] [diff] [review]
patch
sr request.
Attachment #203725 -
Flags: superreview?(benjamin)
Attachment #201926 -
Attachment is obsolete: true
Comment 26•19 years ago
|
||
Comment on attachment 203725 [details] [diff] [review]
patch
I'm not a superreviewer, but it doesn't really matter since this is a build-config patch anyway.
Attachment #203725 -
Flags: superreview?(benjamin) → superreview+
Comment 27•19 years ago
|
||
checked in SeaMonkey trunk by timeless:
2005-11-22 14:3
Version 1.285
closing bug
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 28•18 years ago
|
||
Bug 313326 requires this fix to create good static builds. So it needs to be applied to the branch as well.
Blocks: 311032
Comment 29•18 years ago
|
||
Patch that applies cleanly to the MOZILLA_1_8_BRANCH.
Doug, could you test this before I request approval?
Comment 30•18 years ago
|
||
Comment on attachment 230880 [details] [diff] [review]
Patch for 1_8 branch (for mozilla/browser/app)
Requesting approval for landing in the MOZILLA_1_8_BRANCH.
Testing on the trunk pointed out that this patch did not affect any other platforms.
Attachment #230880 -
Flags: approval1.8.1?
Comment 31•18 years ago
|
||
Comment on attachment 230880 [details] [diff] [review]
Patch for 1_8 branch (for mozilla/browser/app)
a=drivers
Attachment #230880 -
Flags: approval1.8.1? → approval1.8.1+
Comment 32•18 years ago
|
||
Comment on attachment 203725 [details] [diff] [review]
patch
Requesting approval for landing in the MOZILLA_1_8_BRANCH of xpfe.
Affects only BeOS-section in Makefile.in
Attachment #203725 -
Flags: approval1.8.1?
Comment 33•18 years ago
|
||
Checking in mozilla/browser/app/Makefile.in;
/cvsroot/mozilla/browser/app/Makefile.in,v <-- Makefile.in
new revision: 1.85.2.8; previous revision: 1.85.2.7
done
waiting for xpfe-equivalent approval to add Fixed 1.8.1 keyword
Comment 34•18 years ago
|
||
Comment on attachment 203725 [details] [diff] [review]
patch
a=schrep for drivers for BeOS only change.
Attachment #203725 -
Flags: approval1.8.1? → approval1.8.1+
Comment 35•18 years ago
|
||
Checking in mozilla/xpfe/bootstrap/Makefile.in;
/cvsroot/mozilla/xpfe/bootstrap/Makefile.in,v <-- Makefile.in
new revision: 1.283.2.2; previous revision: 1.283.2.1
done
Now fixed for 1.8.1 branch
Keywords: fixed1.8.1
Assignee | ||
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•