Closed
Bug 1026469
Opened 11 years ago
Closed 11 years ago
tbpl marks spurious errors about pthread.h
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla33
People
(Reporter: mjrosenb, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
3.92 KB,
text/html
|
Details | |
4.78 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
10.53 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
2.48 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
When there are build errors on windows (particularly, if there is a single error), it can get lost in the noise of multiple highlighted configure errors about missing pthread.h
Assignee | ||
Updated•11 years ago
|
OS: Linux → Windows 7
Hardware: x86_64 → All
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mh+mozilla
Assignee | ||
Comment 1•11 years ago
|
||
MOZ_CHECK_PTHREADS was added in 2001, mentioning something about hpux and aix. I'm pretty sure even then, using AC_CHECK_LIB would have been fine.
Attachment #8441855 -
Flags: review?(ted)
Assignee | ||
Comment 3•11 years ago
|
||
Another dimension of the problem is that the nspr build system explicitly disables checks when using msvc. Except it only does so when $CC is exactly "cl". Which excludes try, where CC is cl, wrapped with sccache. I'm pretty sure (some) developers are setting CC manually too, to include a full path to cl.
Attachment #8441867 -
Flags: review?(ted)
Updated•11 years ago
|
Attachment #8441855 -
Flags: review?(ted) → review+
Updated•11 years ago
|
Attachment #8441856 -
Flags: review?(ted) → review+
Updated•11 years ago
|
Attachment #8441867 -
Flags: review?(ted) → review+
Comment 6•11 years ago
|
||
http://hg.mozilla.org/projects/nspr/rev/1d7d0bdaf77d
http://hg.mozilla.org/projects/nspr/rev/e40f25162a68
Flags: needinfo?(ted)
Comment 7•11 years ago
|
||
I tagged NSPR head as NSPR_4_10_7_BETA1 as well.
Assignee | ||
Comment 8•11 years ago
|
||
Comment 9•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/869cfa421fa9
https://hg.mozilla.org/mozilla-central/rev/e7e2e97d2355
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•