Closed
Bug 765796
Opened 13 years ago
Closed 8 years ago
build error when building NSS & NSPR
Categories
(NSS :: Build, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: joy.harry, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28 ( .NET CLR 3.5.30729; .NET4.0C)
Build ID: 20120306064154
Steps to reproduce:
My environment is WINXP and set following variables, downloaded required softwares listed on build page.
OS_TARGET=WINNT
PATH=$PATH:/c/wintools/buildtools/windows/bin/x86
BUILD_OPT=1
CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
HOME=/c/temp
export OS_TARGET
export PATH
export BUILD_OPT
export CVSROOT
export HOME
cd /c
EXECUTED FOLLOWING COMMANDS
cvs co -r NSPR_4_9_1_RTM NSPR
cvs co -r NSS_3_13_5_RTM NSS
gmake nss_build_all
build return error described below
Actual results:
c:\wintools\buildtools\windows\bin\x86\gmake.exe[2]: Entering directory `c:/mozi
lla/security/dbm/src'
cl -FoWINNT5.1_OPT.OBJ/db.obj -c -O2 -W3 -nologo -D_CRT_SECURE_NO_WARNINGS -D_CR
T_NONSTDC_NO_WARNINGS -MD -we4002 -we4003 -we4004 -we4006 -we4009 -we4013 -we401
5 -we4028 -we4033 -we4035 -we4045 -we4047 -we4053 -we4054 -we4063 -we4064 -we407
8 -we4087 -we4098 -we4390 -we4551 -we4553 -we4715 -GT -DXP_PC -UDEBUG -U_DEBUG -
DNDEBUG -DWIN32 -D_X86_ -D_WINDOWS -DWINNT -DUSE_UTIL_DIRECTLY -DSTDC_HEADERS -D
HAVE_STRERROR -DHAVE_SNPRINTF -DMEMMOVE -D__DBINTERFACE_PRIVATE -I../../../dist
/WINNT5.1_OPT.OBJ/include -I../../../dist/public/dbm -I../../../dist/private/dbm
-I../../../dbm/include "/c/mozilla/security/dbm/src/../../../dbm/src/db.c"
cl : Command line warning D9002 : ignoring unknown option '/c/mozilla/security/d
bm/src/../../../dbm/src/db.c'
cl : Command line error D8003 : missing source filename
c:\wintools\buildtools\windows\bin\x86\gmake.exe[2]: *** [WINNT5.1_OPT.OBJ/db.ob
j] Error 2
c:\wintools\buildtools\windows\bin\x86\gmake.exe[2]: Leaving directory `c:/mozil
la/security/dbm/src'
c:\wintools\buildtools\windows\bin\x86\gmake.exe[1]: *** [libs] Error 2
c:\wintools\buildtools\windows\bin\x86\gmake.exe[1]: Leaving directory `c:/mozil
la/security/dbm'
c:\wintools\buildtools\windows\bin\x86\gmake.exe: *** [build_dbm] Error 2
Expected results:
NSS and NSPR should have been built sccessfully
Comment 1•12 years ago
|
||
Not a security bug. This is more related to Build Config.
Component: Security → Build Config
Updated•12 years ago
|
Severity: blocker → normal
Priority: P1 → --
Updated•12 years ago
|
Assignee: nobody → nobody
Component: Build Config → Build
Product: Firefox → NSS
Comment 2•8 years ago
|
||
Please reopen if you still see this issue.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•