Open
Bug 779934
Opened 13 years ago
Updated 3 years ago
makefiles: unit test failure
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: joey, Unassigned)
Details
check-xpidl.mk on mac: error 91 - failed to copy files into dist/include.
[banshee:blah] uname -a
Darwin banshee.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64 x86_64
% make -f client.mk configure
% cd obj-x86_64-apple-darwin10.8.0/config/makeiles/test
% gmake check
mkdir -p .deps/test/
/local/mozilla/bugs/blah/obj-x86_64-apple-darwin10.8.0/_virtualenv/bin/python /local/mozilla/bugs/blah/config/buildlist.py /local/mozilla/bugs/blah/obj-x86_64-apple-darwin10.8.0/config/makefiles/test/check-export-targets-test-data /dev/null
/dev/null
gmake -f /local/mozilla/bugs/blah/config/makefiles/test/check-xpidl.mk check-xpidl "topsrcdir=/local/mozilla/bugs/blah" "srcdir=/local/mozilla/bugs/blah/config/makefiles/test"
gmake[1]: Entering directory `/local/mozilla/bugs/blah/obj-x86_64-apple-darwin10.8.0/config/makefiles/test'
mkdir -p blah/idl/
mkdir -p blah/dist/include/
gmake[1]: *** [check-xpidl] Error 91
gmake[1]: Leaving directory `/local/mozilla/bugs/blah/obj-x86_64-apple-darwin10.8.0/config/makefiles/test'
gmake: *** [.deps/test/xpidl-mk.ts] Error 2
check-xpidl: xpidl-install-src xpidl-install-headers
$(HIDE)test -d $(DIST) || exit 90
$(HIDE)test -f $(DI)/check-xpidl.mk || exit 91
$(HIDE)test -f $(IDL_DIR)/check-xpidl.mk || exit 92
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•