Closed
Bug 195016
Opened 22 years ago
Closed 22 years ago
Build bustage in StaticBuild due missing |unsigned Distance(const nsReadingIterator<unsigned short>&,const nsReadingIterator<unsigned short>&)| symbol
Categories
(Core :: XSLT, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: roland.mainz, Assigned: roland.mainz)
Details
Attachments
(1 file)
507 bytes,
patch
|
sicking
:
review+
kinmoz
:
superreview+
|
Details | Diff | Splinter Review |
2003-02-25-08-trunk on Solaris 2.7/SPARC, building both Mozilla and Phoenix as
StaticBuild fails due missing |unsigned Distance(const
nsReadingIterator<unsigned short>&,const nsReadingIterator<unsigned short>&)|
symbol:
-- snip --
/opt/SUNWspro/bin/CC -o phoenix-bin -I/usr/openwin/include -xbuiltin=%all -mt
-DNDEBUG -DTRIMMED -xO2 nsBrowserApp.o nsStaticCompo
nents.o -xildoff -zlazyload -zcombreloc -L../../dist/bin -L../../dist/lib
-lsocket -ldl -lm -L../../dist/lib/components -lxpcon
nect -luconv -lucvmath -li18n -lctl -lnecko -lnecko2 -luriloader -lpref -loji
-lcaps -lchrome -lrdf -lhtmlpars -lgfx_gtk -lgfxxprint
-limgmng -limglib2 -lgkplugin -ljsurl -ljsdom -lgkview -lwidget_gtk
-lxremote_client -lgklayout -lmork -ldocshell -lprofile -lnspre
fm -lembedcomponents -lwebbrwsr -leditor -ltxmgr -laccessibility -lnsappshell
-lfileview -lmozfind -lshistory -lxremoteservice -lapp
comps -ltoolkitcomps -lcookie -lwallet -lwalletviewers -lxmlextras -lautoconfig
-ltransformiix -luniversalchardet -ltypeaheadfind -l
pipboot -lpipnss -lpippki -lbrowsercomps -ljsloader_s -lunicharutil_s
-lucharucomp_s -lucvutil_s -lplatlocale_s -lstrres_s -llwbrk_s
-lchardet_s -lmozpango -lmozpango-thaix -lmozpango-dvngx -ljsj -lgtksuperwin
-lgtkxtbin -lnkcache_s -lgfxshared_s -lxlibrgb -lgkgfx
-limglib2_s -limgxbm_s -ltxtsvc_s -lmozbrwsr_s -lxulapp_s
../../dist/lib/libxulapp_s.a -L../../dist/bin -lmozjs -L../../dist/bin -l
xpcom
-L/shared/bigtmp3/mozilla/nightlybuild_phoenix_nightly_2003-02-25-08-trunk/objdir_static_2003-02-25-08-trunk/dist/lib
-lplds4
-lplc4 -lnspr4 -lpthread -ldl -lrt -L/usr/local/lib -L/usr/openwin/lib
-R/usr/openwin/lib -lgtk -lgdk -lgmodule -lglib -ldl -lXext
-lX11 -lsocket -lnsl -lm -L../../dist/lib/components -L../../dist/lib -lmozpng
-L../../dist/lib -lmozmng -L../../dist/lib -lmozjpe
g -L../../dist/lib -lmozz -L/usr/openwin/lib -R/usr/openwin/lib -lXp -lXext
-lX11 -L../../dist/bin -L../../dist/lib ../../dist/lib
/libcrmf.a -lsmime3 -lssl3 -lnss3 -lsoftokn3 -L/usr/openwin/lib
-R/usr/openwin/lib -lXt
Undefined first referenced
symbol in file
unsigned Distance(const nsReadingIterator<unsigned short>&,const
nsReadingIterator<unsigned short>&) ../../dist/lib/components/libtr
ansformiix.a(XMLUtils.o)
ld: fatal: Symbol referencing errors. No output written to phoenix-bin
gmake[3]: *** [phoenix-bin] Error 1
gmake[3]: Leaving directory
`/shared/bigtmp3/mozilla/nightlybuild_phoenix_nightly_2003-02-25-08-trunk/objdir_static_2003-02-25-08-tr
unk/browser/app'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory
`/shared/bigtmp3/mozilla/nightlybuild_phoenix_nightly_2003-02-25-08-trunk/objdir_static_2003-02-25-08-tr
unk/browser'
gmake[1]: *** [tier_99] Error 2
gmake[1]: Leaving directory
`/shared/bigtmp3/mozilla/nightlybuild_phoenix_nightly_2003-02-25-08-trunk/objdir_static_2003-02-25-08-trunk'
-- snip --
Assignee | ||
Comment 1•22 years ago
|
||
Taking myself... suffering is all mine (as usual... ;-/ ) ...
Assignee: peterv → Roland.Mainz
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•22 years ago
|
||
Assignee | ||
Comment 3•22 years ago
|
||
Comment on attachment 115595 [details] [diff] [review]
Patch for 2003-02-25-08-trunk
Requesting r=/sr= ...
Attachment #115595 -
Flags: superreview?(roc+moz)
Attachment #115595 -
Flags: review?(bryner)
Assignee | ||
Comment 4•22 years ago
|
||
roc+moz:
Can you check the patch "in" after sr='ing it, please ? Thanks! :)
Comment on attachment 115595 [details] [diff] [review]
Patch for 2003-02-25-08-trunk
sr=kin@netscape.com
Attachment #115595 -
Flags: superreview?(roc+moz) → superreview+
Attachment #115595 -
Flags: review?(bryner) → review+
Assignee | ||
Comment 6•22 years ago
|
||
Patch checked-in
(http://bonsai.mozilla.org/cvsquery.cgi?module=MozillaTinderboxAll&branch=HEAD&cvsroot=/cvsroot&date=explicit&mindate=1046302260&maxdate=1046304840&who=sicking%25bigfoot.com),
marking bug as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•