Closed
Bug 51955
Opened 26 years ago
Closed 25 years ago
NSS 3.1 coreconf has no makefiles for FreeBSD 3.0+
Categories
(Core Graveyard :: Security: UI, defect, P3)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: tstromberg, Assigned: ddrinan0264)
References
(
URL
)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; FreeBSD 5.0-CURRENT i386; en-US; m18)
Gecko/20000904
BuildID: m18
The makefiles in security/coreconf only exist for FreeBSD2 (FreeBSD2.mk), but
for instance, in FreeBSD 5.X looks for FreeBSD5.0.mk.
Reproducible: Always
Steps to Reproduce:
1.Install FreeBSD 3.X or above
2.Follow NSS build directions
3.Watch it break because it can't find your makefile.
Actual Results: ../coreconf/config.mk:55: ../coreconf/FreeBSD5.0.mk: No such
file or directory
../coreconf/config.mk:141: no file name for `-include'
gmake: *** No rule to make target ../coreconf/FreeBSD5.0.mk. Stop.
gmake: *** [../coreconf/FreeBSD5.0.mk] Error 1
Expected Results: A working nss
You can simply copy FreeBSD2.mk to FreeBSD3.X.mk, FreeBSD4.X.mk, and
FreeBSD5.0.mk, and it works fine.
Comment 1•25 years ago
|
||
Thomas, is this still a problem?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•25 years ago
|
||
Marking invalid since I haven't heard from the reporter.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Comment 4•25 years ago
|
||
Mass changing Security:Crypto to PSM
Component: Security: Crypto → Client Library
Product: Browser → PSM
Version: other → 2.1
Comment 5•25 years ago
|
||
Mass changing Security:Crypto to PSM
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•