Closed
Bug 3006
Opened 26 years ago
Closed 22 years ago
[PP] layout/html/tests fails to link on Solaris
Categories
(Core Graveyard :: Viewer App, defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mcafee, Unassigned)
Details
(Keywords: helpwanted)
layout/html/tests fails to link on Solaris:
Undefined first referenced
symbol in file
fstream::fstream(int, char const *, int,
int)../../../dist/./bin/libraptorhtmlpars.so
fstreambase::close(void) ../../../dist/./bin/libraptorhtmlpars.so
fstream::~fstream(void) ../../../dist/./bin/libraptorhtmlpars.so
These are in libstdc++.a, I'm confused. Something not pulling
this in? This links Ok on linux, but linux also has a libstdc++.so.
I was building on mocha, GNU stuff is local in /usr/local.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 1•26 years ago
|
||
This is probably a case where you have to explicitly include
-lstdc++ on the link line. What does the link line look like
for you (you didn't include it in this bug report)?
Reporter | ||
Comment 2•26 years ago
|
||
I tried explicitly adding -lstdc++ to the link line, no dice.
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
As long as this works on Linux, not a Dogfood blocker. Setting QA Assigned to
petersen. How does this look for Linux with latest build...Ok? willmove to M4
once we know for sure.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → LATER
Comment 6•26 years ago
|
||
I've turned off tests for now (unless ENABLE_TESTS is defined).
Too many platforms are unable to build, link, or run many of our
existing "tests". We can worry about these "non-essential" bits
of code later, I think.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
Verifying as a Reminder.
Comment 8•22 years ago
|
||
LATER is deprecated per bug 35839.
Status: VERIFIED → REOPENED
Resolution: LATER → ---
Target Milestone: M5 → ---
Comment 10•22 years ago
|
||
I don't have solaris. I cant test it, neither do I want to fix this. There are
several old layout test routines which have worked at some time but aren't
working now. They breakage is mostly due to string or xpcom foo, which is
definetely not in my area of interest.
Comment 11•22 years ago
|
||
I did not cause this bug and I have no intention to fix it.
Assignee: bernd.mielke → nobody
Reporter | ||
Comment 12•22 years ago
|
||
> I did not cause this bug and I have no intention to fix it.
Nothing would ever get done if we put comments like this in bugs.
A much better comment would be, "this bug needs a new owner, please help".
Adding helpwanted keyword.
Keywords: helpwanted
Comment 13•22 years ago
|
||
Sorry for my rude comment, Chris your comment is correct. No intention ==> I
can't fix it. I asked on #mozilla what should I do with this bug and did not get
help, so I ended up with a bug which is in my oppinion a wontfix for me. And I
did not know to whom pass this hot (dead) potato. Before this bug converts into
a zombie bug on my buglist because I would fix every other bug on that list
before I would touch this, I thought it was a good idea to state clear what will
happen with this bug. Obviously it wasn't a very bright idea.
Reporter | ||
Comment 14•22 years ago
|
||
this works for me on worms, marking so.
Status: NEW → RESOLVED
Closed: 26 years ago → 22 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•