Closed Bug 914083 Opened 11 years ago Closed 11 years ago

snappy.cc warning C4722 - i canot compile

Categories

(SeaMonkey :: General, defect)

SeaMonkey 2.23 Branch
x86
Windows 8
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 913967

People

(Reporter: vlposta, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:26.0) Gecko/20100101 Firefox/26.0 SeaMonkey/2.23a1 (Beta/Release)
Build ID: 20130904171102

Steps to reproduce:

I compile Seamonkey with: 

ac_add_options --enable-application=suite
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-sm-release
mk_add_options MOZ_MAKE_FLAGS="-j4"



Actual results:

I have 5 days alwais this error and canot compile:

c:\Users\Vlada\comm-central\mozilla\config\rules.mk:1131:0$ c:/Users/Vlada/comm-central/objdir-sm-release/mozilla/_virtualenv/Scripts/python.exe -O c:/Users/Vlada/comm-central/mozilla/build/cl.py cl -Fosnappy.obj -c -D_HAS_EXCEPTIONS=0 -I../../dist/stl_wrappers  -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL  -DNO_NSPR_10_SUPPORT  -Ic:/Users/Vlada/comm-central/mozilla/other-licenses/snappy -I. -I../../dist/include  -Ic:/Users/Vlada/comm-central/objdir-sm-release/mozilla/dist/include/nspr -Ic:/Users/Vlada/comm-central/objdir-sm-release/mozilla/dist/include/nss       -MD            -FI ../../dist/include/mozilla-config.h -DMOZILLA_CLIENT  -wd4099 -TP -nologo -W3 -Gy -Fdgenerated.pdb -wd4251 -wd4244 -wd4345 -wd4351 -wd4482 -wd4800 -wd4819 -we4553 -GR-  -DNDEBUG -DTRIMMED -Zi -UDEBUG -DNDEBUG -O1 -Oy  c:/Users/Vlada/comm-central/mozilla/other-licenses/snappy/src/snappy.cc
snappy.cc
c:/Users/Vlada/comm-central/mozilla/other-licenses/snappy/src/snappy.cc(962) : warning C4018: '<=' : signed/unsigned mismatch
c:\users\vlada\comm-central\mozilla\other-licenses\snappy\src\snappy-stubs-internal.h(134) : warning C4722: 'snappy::LogMessageCrash::~LogMessageCrash' : destructor never returns, potential memory leak
make.py[3]: Leaving directory 'c:\Users\Vlada\comm-central\objdir-sm-release\mozilla\other-licenses/snappy'
make.py[3]: Entering directory 'c:\Users\Vlada\comm-central\objdir-sm-release\mozilla\../mozilla/xpfe/components/autocomplete'
make.py[3]: Leaving directory 'c:\Users\Vlada\comm-central\objdir-sm-release\mozilla\../mozilla/xpfe/components/autocomplete'
make.py[3]: Entering directory 'c:\Users\Vlada\comm-central\objdir-sm-release\mozilla\../ldap/xpcom'
No rule to make target 'compile' needed by ['<command-line>', 'compile']
c:\Users\Vlada\comm-central\mozilla\config\recurse.mk:17:0: command 'c:/mozilla-build/python/python.exe c:/Users/Vlada/comm-central/mozilla/build/pymake/pymake/../make.py -C ../ldap/xpcom compile' failed, return code 2
c:\Users\Vlada\comm-central\mozilla\config\rules.mk:695:0: command 'c:/mozilla-build/python/python.exe c:/Users/Vlada/comm-central/mozilla/build/pymake/pymake/../make.py compile' failed, return code 2
c:\Users\Vlada\comm-central\objdir-sm-release\Makefile:52:0: command 'c:/mozilla-build/python/python.exe c:/Users/Vlada/comm-central/mozilla/build/pymake/pymake/../make.py -C mozilla default' failed, return code 2
$


Expected results:

Compile Seamonkey ...
(In reply to Sladky Vladimir from comment #0)

> 'c:\Users\Vlada\comm-central\objdir-sm-release\mozilla\../ldap/xpcom'
> No rule to make target 'compile' needed by ['<command-line>', 'compile']

On Linux since some days:
make -C ../ldap/xpcom compile
make[4]: Entering directory `/home/hafi/moz-work/src/obj-x86_64-unknown-linux-gnu/ldap/xpcom'
/home/hafi/moz-work/src/config/recurse.mk:31: warning: overriding recipe for target `public_libs'
/home/hafi/moz-work/src/config/rules.mk:737: warning: ignoring old recipe for target `public_libs'
/home/hafi/moz-work/src/config/recurse.mk:31: warning: overriding recipe for target `src_libs'
/home/hafi/moz-work/src/config/rules.mk:737: warning: ignoring old recipe for target `src_libs'
make[4]: *** No rule to make target `compile'.  Stop.

And before that there was another bustage short after Chatzilla. Maybe this one will reappear later. :)

This bug should be a duplicate of Bug 913967.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.