Closed
Bug 738171
Opened 14 years ago
Closed 14 years ago
No rule to make target `../../../base/util/libmsgbsutl_s.a', needed by `libmsgsmime.so'. Stop.
Categories
(MailNews Core :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: mmokrejs, Unassigned)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120319 Firefox/11.0 SeaMonkey/2.8
Build ID: 20120319021916
Steps to reproduce:
$ ./configure --disable-optimize --enable-debug='-g3 -O0 -ggdb' --enable-debug-modules=all --enable-debugger-info-modules --enable-detect-webshell-leaks --enable-svg --enable-svg-renderer-libart --enable-image-decoders=all --with-qtdir=/usr/qt/3 --enable-application=suite --disable-freetype2 --enable-jprof --enable-default-toolkit=cairo-gtk2 --enable-xft --disable-gssapi
$ nohup make &
Actual results:
gmake[6]: Entering directory `/nfslarge/home/mmokrejs/mozilla/mailnews/extensions/smime/build'
nsMsgSMIMEFactory.cpp
c++ -o nsMsgSMIMEFactory.o -c -I../../../../dist/include/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6.32\" -DOSARCH=Linux -I./../src -I. -I. -I../../../../dist/include/xpcom -I../../../../dist/include/string -I../../../../dist/include/mime -I../../../../dist/include/msgcompose -I../../../../dist/include/pipnss -I../../../../dist/include/necko -I../../../../dist/include/intl -I../../../../dist/include -I../../../../dist/include/msgsmime -I../../../../dist/include/nspr -fPIC -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-long-long -pedantic -fno-strict-aliasing -fshort-wchar -pthread -pipe -DDEBUG -D_DEBUG -DDEBUG_mmokrejs -DTRACING -g3 -O0 -ggdb -DMOZILLA_CLIENT -include ../../../../mozilla-config.h -Wp,-MD,.deps/nsMsgSMIMEFactory.pp nsMsgSMIMEFactory.cpp
gmake[6]: *** No rule to make target `../../../base/util/libmsgbsutl_s.a', needed by `libmsgsmime.so'. Stop.
gmake[6]: Leaving directory `/nfslarge/home/mmokrejs/mozilla/mailnews/extensions/smime/build'
| Reporter | ||
Comment 1•14 years ago
|
||
Updated•14 years ago
|
Product: SeaMonkey → MailNews Core
QA Contact: build-config → build-config
| Reporter | ||
Comment 3•14 years ago
|
||
Sorry, I just learned I used the old sources from "anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/client.mk" (http://developer.mozilla.org/en/docs/Mozilla_Source_Code_Via_CVS). Credits to sgautherie.bz.
Comment 4•14 years ago
|
||
Sorry, we no longer support any cvs based builds. If you're trying to build the latest Thunderbird or SeaMonkey please use the Mercurial repositories as described here:
https://developer.mozilla.org/En/Simple_Thunderbird_build
https://developer.mozilla.org/En/Simple_SeaMonkey_build
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Comment 5•14 years ago
|
||
If you need support in getting these to work, please use the mozilla.dev.builds newsgroup or dev.builds mailing list (https://lists.mozilla.org/listinfo)
You need to log in
before you can comment on or make changes to this bug.
Description
•