Closed
Bug 143379
Opened 24 years ago
Closed 23 years ago
Build Bustage: patch for bug 124042 broke solrais's build
Categories
(Core :: Networking, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jay.yan, Assigned: jay.yan)
References
()
Details
(Keywords: qawanted)
Attachments
(1 file)
|
631 bytes,
patch
|
blizzard
:
review+
darin.moz
:
superreview+
jud
:
approval+
|
Details | Diff | Splinter Review |
patch for bug 124042 broke solaris's build
compiling err happen when do release build on Solrais using Forte's CC,
it is the configuration:
./configure --enable-default-toolkit=gtk2 --enable-optimize --disable-debug --
disable-tests --with-xprint --enable-xinerama --enable-ldap --enable-x11-shm
--disable-auto-deps --enable-crypto --enable-strip-libs;
it is the information of compiling error.
------------------------------------------------------------------
CC: Warning: -O overwrites previously set optimization level of -O3
"inBitmapURI.cpp", line 97: Error: Formal argument aSearchStart of type
nsReadingIterator<char>& in call to FindCharInReadable(char,
nsReadingIterator<char>&, const nsReadingIterator<char>&) requires an
lvalue.
1 Error(s) detected.
gmake[5]: *** [inBitmapURI.o] Error 1
gmake[5]: Leaving directory
`/export/admin/build/mozilla1.0/mozilla/extensions/inspector/base/src'
gmake[4]: *** [libs] Error 2
gmake[4]: Leaving directory
`/export/admin/build/mozilla1.0/mozilla/extensions/inspector/base'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory
`/export/admin/build/mozilla1.0/mozilla/extensions/inspector'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory
`/export/admin/build/mozilla1.0/mozilla/extensions'
gmake[1]: *** [tier_94] Error 2
gmake[1]: Leaving directory `/export/admin/build/mozilla1.0/mozilla'
gmake: *** [default] Error 2
----------------------------------
Becasue we are going to test mozilla(gtk2) on Solaris, so I tried to build
mozilla(gtk2) on Solaris, I met woth this problem.
Then I tried to build mozilla with gtk on Solaris, it also broken.
Severity: normal → blocker
Priority: -- → P1
after I apply this to my workspace, the building become successful.
It seems that it is a bug of Forte's CC, but can we check this patch in at
first in order that our mozilla(gtk2) test work can go on?
I will own this bug, can anybody r= ? thanks
Assignee: new-network-bugs → jay.yan
Comment 4•24 years ago
|
||
Comment on attachment 83002 [details] [diff] [review]
patch
sr=darin
Attachment #83002 -
Flags: superreview+
Comment 5•23 years ago
|
||
Comment on attachment 83002 [details] [diff] [review]
patch
r=blizzard
Attachment #83002 -
Flags: review+
sorry for my absense because of a 2day training, I will check it in today.
thanks all
Jay
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
and we will identify where the real bug is, if it is compiler's bug, we will
file bug against the compiler.
Margaret, thanks for reminding.
Updated•23 years ago
|
Attachment #83002 -
Flags: approval+
Comment 9•23 years ago
|
||
please checkin to the 1.0.1 branch. once there, remove the "mozilla1.0.1+"
keyword and add the "fixed1.0.1" keyword.
Keywords: mozilla1.0.1+
Comment 11•23 years ago
|
||
Can someone using Solaris (or someone from Sun), confirm this is fixed?
If so, please set STATUS=VERIFIED, and change the "fixed1.0.1" keyword to
"verified1.0.1".
| Assignee | ||
Comment 12•23 years ago
|
||
verified
Status: RESOLVED → VERIFIED
Keywords: fixed1.0.1 → verified1.0.1
You need to log in
before you can comment on or make changes to this bug.
Description
•