Closed
Bug 342453
Opened 19 years ago
Closed 15 years ago
dist/include/nspr/md: File exists - Error when building ppc 1.8 branch
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: zach, Unassigned)
Details
When building the 1.8 branch (objdir build, ppc, gcc 3.3, OS 10.4.6), I keep getting this error in nspr:
../../../config/./nsinstall: cannot make symbolic link /Users/zach/tree/branch/mozilla/obj-powerpc-apple-darwin8.6.0/dist/include/nspr/md: File exists
This is with a clean pull. A trunk build from the same time had no problems whatsoever. Tinderbox doesn't seem to be burning, so I imagine this is some sort of an issue with my system, but I can't seem to figure out what. bsmedberg recommended I file.
It looks like the error comes from building in nsprpub/pr/include/md . A full build log would clear up the ambiguity. It looks like the following call is failing:
$(INSTALL) -m 444 $(CONFIGS) $(HEADERS) $(dist_includedir)/md
Since HEADERS & CONFIGS are both populated using $(wildcard), make sure that the files actually exist in mozilla/nsprpub/pr/include/md/ .
Comment 2•15 years ago
|
||
PPC and 1.8 branch are no more.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•