Closed
Bug 149966
Opened 22 years ago
Closed 22 years ago
Make Install stops at libmsgnews.so
Categories
(MailNews Core :: Networking: NNTP, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: msj, Assigned: sspitzer)
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.76C-CCK-MCD [en] (X11; U; SunOS 5.8 sun4u)
BuildID: Mozilla 1.0 source
c++ -o nsMsgNewsFactory.o -c -DOSTYPE=\"SunOS5\" -DOSARCH=\"SunOS\" -DOJI
-I../../../dist/include/xpcom -I../../../dist/include/string
-I../../../dist/include/mailnews -I../../../dist/include/msgbase
-I../../../dist/include/msgbaseutil -I../../../dist/include/msgdb
-I../../../dist/include/appshell -I../../../dist/include/mime
-I../../../dist/include/necko -I../../../dist/include/rdf
-I../../../dist/include/rdfutil -I../../../dist/include/pref
-I../../../dist/include/uriloader -I../../../dist/include/nkcache
-I../../../dist/include/layout -I../../../dist/include/dom
-I../../../dist/include/intl -I../../../dist/include/msgnews
-I../../../dist/include -I/stuff/mozilla/dist/include/nspr
-I/usr/openwin/include -fPIC -I/usr/openwin/include -fno-rtti -fno-exceptions
-pedantic -Wno-long-long -pthreads -DDEBUG -D_DEBUG -DDEBUG_root -DTRACING -g
-I/usr/openwin/include -DMOZILLA_CLIENT -include ../../../config-defs.h
-Wp,-MD,.deps/nsMsgNewsFactory.pp nsMsgNewsFactory.cpp
make[3]: *** No rule to make target `../../../dist/lib/libmsgnews_s.a', needed
by `libmsgnews.so'. Stop.
Reproducible: Always
Steps to Reproduce:
1. Type 'make install'
2.
3.
Actual Results: The compile pukes.
Expected Results: The compile should finish.
(why is it compiling in 'make install' anyway?)
Comment 1•22 years ago
|
||
marking new .. as there seems to be enough info here for someone else to
understand..
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•22 years ago
|
||
cls, we build fine on solaris, right?
Comment 3•22 years ago
|
||
Seth, according to our tinderboxes, yep. :) However, the 'make install' phase
isn't part of the tinderbox script. Afaik, 'make install' worked for the 1.0
release. I'm not sure anyone has tested it on the 1.0 branch since. And
compiling can be done during a make install if a dependency has change since the
last time that directory was built.
Comment 4•22 years ago
|
||
I just pulled and built the 1_0 branch and './configure && make && make install'
worked fine for me.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Misty, are you seeing any problems, currently? If not, I'll go ahead and verify
based on Chris's results. Thanks.
Reporter | ||
Comment 6•22 years ago
|
||
I don't remember this bug at all. I would say you can close it. :)
Thanks so much.
Verified wfm.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•