Closed
Bug 347236
Opened 19 years ago
Closed 19 years ago
Build failed in /mozilla/security/coreconf with vc7.1
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 345482
People
(Reporter: bent.mozilla, Unassigned)
Details
This was WFM a week or two ago...
make[4]: Entering directory `/cygdrive/d/Home/mozilla_trunk/mozilla/compiled/bro
wser-debug/security/manager'
/usr/bin/make -C /cygdrive/d/Home/mozilla_trunk/mozilla/security/coreconf MAKE="
/usr/bin/make -j1" -j1 CC="/cygdrive/d/Home/mozilla_trunk/mozilla/build/cygwin-w
rapper cl" SOURCE_MD_DIR=d:/Home/mozilla_trunk/mozilla/compiled/browser-debug/di
st DIST=d:/Home/mozilla_trunk/mozilla/compiled/browser-debug/dist NSPR_INCLUDE_D
IR=d:/Home/mozilla_trunk/mozilla/compiled/browser-debug/dist/include/nspr NSPR_L
IB_DIR=d:/Home/mozilla_trunk/mozilla/compiled/browser-debug/dist/lib MOZILLA_CLI
ENT=1 NO_MDUPDATE=1 NSS_ENABLE_ECC=1 BUILD_TREE=d:/Home/mozilla_trunk/mozilla/co
mpiled/browser-debug NS_USE_GCC= NS_USE_NATIVE=1 OS_TARGET=WIN95 USE_DEBUG_RTL=1
clean
make[5]: Entering directory `/cygdrive/d/Home/mozilla_trunk/mozilla/security/cor
econf'
../coreconf/rules.mk:365: target `d' doesn't match the target pattern
../coreconf/rules.mk:406: target `d' doesn't match the target pattern
../coreconf/rules.mk:407: warning: overriding commands for target `d'
../coreconf/rules.mk:366: warning: ignoring old commands for target `d'
../coreconf/rules.mk:437: target `d' doesn't match the target pattern
../coreconf/rules.mk:438: warning: overriding commands for target `d'
../coreconf/rules.mk:407: warning: ignoring old commands for target `d'
../coreconf/rules.mk:445: target `d' doesn't match the target pattern
../coreconf/rules.mk:446: warning: overriding commands for target `d'
../coreconf/rules.mk:438: warning: ignoring old commands for target `d'
../coreconf/rules.mk:449: target `d' doesn't match the target pattern
../coreconf/rules.mk:450: warning: overriding commands for target `d'
../coreconf/rules.mk:446: warning: ignoring old commands for target `d'
../coreconf/rules.mk:464: target `d' doesn't match the target pattern
../coreconf/rules.mk:465: warning: overriding commands for target `d'
../coreconf/rules.mk:450: warning: ignoring old commands for target `d'
../coreconf/rules.mk:468: target `d' doesn't match the target pattern
../coreconf/rules.mk:469: warning: overriding commands for target `d'
../coreconf/rules.mk:465: warning: ignoring old commands for target `d'
../coreconf/rules.mk:964: *** multiple target patterns. Stop.
make[5]: Leaving directory `/cygdrive/d/Home/mozilla_trunk/mozilla/security/core
conf'
make[4]: *** [.nss.cleaned] Error 2
make[4]: Leaving directory `/cygdrive/d/Home/mozilla_trunk/mozilla/compiled/brow
ser-debug/security/manager'
make[3]: *** [export_tier_50] Error 2
make[3]: Leaving directory `/cygdrive/d/Home/mozilla_trunk/mozilla/compiled/brow
ser-debug'
make[2]: *** [tier_50] Error 2
make[2]: Leaving directory `/cygdrive/d/Home/mozilla_trunk/mozilla/compiled/brow
ser-debug'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/cygdrive/d/Home/mozilla_trunk/mozilla/compiled/brow
ser-debug'
make: *** [build] Error 2
Reporter | ||
Comment 1•19 years ago
|
||
.mozconfig:
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/compiled/browser-debug
mk_add_options MOZ_CO_PROJECT=xulrunner,browser,mail
mk_add_options MOZ_CO_MODULE=mozilla/other-licenses/bsdiff,mozilla/tools/update-packaging
ac_add_options --enable-application=browser
ac_add_options --disable-optimize --enable-debug
ac_add_options --disable-tests
ac_add_options --disable-javaxpcom
ac_add_options --enable-svg
ac_add_options --enable-canvas
ac_add_options --enable-extensions=default,inspector,venkman,cck
ac_add_options --enable-activex --enable-activex-scripting
ac_add_options --enable-update-packaging
Comment 2•19 years ago
|
||
This has to do with gmake 3.81, not VC7.1
*** This bug has been marked as a duplicate of 345482 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•