Closed
Bug 232499
Opened 21 years ago
Closed 21 years ago
xpcomsmp and nsTestSample have bad dependencies
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: dbaron, Unassigned)
Details
Attachments
(1 file)
2.15 KB,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
I think xpcomsmp and nsTestSample have bad dependencies, judging from the fact
that every time somebody touches a global header, the codesize numbers on beast
show big fluctuations in those two files based on old changes. They may be
linking in XPCOM glue but not depending on it, or something like that.
Reporter | ||
Updated•21 years ago
|
OS: Linux → Windows 2000
That was probably true before bryner's checkin for bug 231162 a few days ago.
Can you provide a link to the log that shows the dependency problem?
Reporter | ||
Comment 2•21 years ago
|
||
I don't know what it was that they should have depended on. I just know that
whenever somebody touches something like a string header that makes the world
rebuild, they change size due to other checkins. For example, see the beast
cycles that started at:
2004-01-29 12:36
2004-01-28 20:26
Reporter | ||
Comment 3•21 years ago
|
||
(I admit that they could be fluctuating wildly for some reason other than a
dependency problem, but it seems like the most likely candidate.)
I thought you were talking about the libraries. It's the test programs that
have the dependency problem. They are SIMPLE_PROGRAMS which only have a
dependency upon their object file and EXTRA_DEPS and we're not setting
EXTRA_DEPS in those Makefiles. I guessing those aren't the only places.
Attachment #140394 -
Flags: review?(bryner)
Updated•21 years ago
|
Attachment #140394 -
Flags: review?(bryner) → review+
Patch has been checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.7alpha
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•