Closed
Bug 146467
Opened 23 years ago
Closed 23 years ago
Incremental Build Problem on Solaris
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 115340
People
(Reporter: km, Assigned: netscape)
Details
I build with the Forte 7 Compiler Suite on Solaris Sparc. Every few days an
incremental build will fail with something similar to the output
below.
I can clear the problem with a gmake clean in modules/plugin/base/src
and restart the build. I presume there is some missed dependency.
/SUNWspro/bin/CC -I/usr/openwin/include -mt -DNDEBUG -DTRIMMED -O
-I/usr/openwin/include -I/usr/local/lib/glib/include -I/usr/local/include -G
-Qoption ld -z,muldefs -h libgkplugin.so -o libgkplugin.so ns4xPlugin.o
ns4xPluginInstance.o nsPluginDocLoaderFactory.o nsPluginHostImpl.o
nsPluginModule.o nsPluginInstancePeer.o nsPluginViewer.o
nsPluginDirServiceProvider.o nsPluginsDirUnix.o -xildoff
-L../../../../dist/bin -lxpcom -L../../../../dist/bin
-L/usr/local/ns/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lrt
../../../../dist/lib/libunicharutil_s.a -lgtkxtbin -lgtksuperwin
-L/usr/openwin/lib -R/usr/openwin/lib -lXt -L/usr/local/lib -L/usr/openwin/lib
-R/usr/openwin/lib -lgtk -lgdk -lgmodule -lglib -ldl -lXext -lX11 -lsocket -lnsl
-lm -lsocket -ldl -lm
"/usr/local/ns/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp", line 4988:
Warning: Too many characters in character constant '\".so\"'.
"/usr/local/ns/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp", line 4988:
Error: Badly formed expression.
1 Error(s) and 1 Warning(s) detected.
SunWS_cache: Error: Error occurred in invoked compiler, exit status = 1(2).
Aborting....
__1cUnsSharedBufferHandle4Cc_QReleaseReference6kM_v_ is out-of-date and will be
regenerated
__1cUnsSharedBufferHandle4Cc_2T6M_v_ is out-of-date and will be regenerated
__1cUnsSharedBufferHandle4Cc_Nget_allocator6kM_rnRnsStringAllocator4Cc___ is
out-of-date and will be regenerated
gmake[4]: *** [libgkplugin.so] Error 1
gmake[4]: Leaving directory `/usr/local/ns/mozilla/modules/plugin/base/src'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory `/usr/local/ns/mozilla/modules/plugin'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory `/usr/local/ns/mozilla'
gmake[1]: *** [alldep] Error 2
gmake[1]: Leaving directory `/usr/local/ns/mozilla'
Assignee | ||
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 115340 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•