Closed
Bug 427613
Opened 18 years ago
Closed 18 years ago
FTP tarball of Fx3.0b5: directory/c-sdk not included, build failure
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: WeirdAl, Unassigned)
References
()
Details
Attachments
(1 file)
|
621 bytes,
text/plain
|
Details |
Steps to reproduce:
(1) Save ftp://ftp.mozilla.org/pub/firefox/releases/3.0b5/source/firefox-3.0b5-source.tar.bz2 to a clean directory
(2) tar -xjvf firefox-3.0b5-source.tar.bz2
(3) Set your mozconfig and make -f client.mk configure
Expected results: Firefox 3 builds.
Actual results:
make[1]: Entering directory `/c/beta/mozilla'
make[1]: *** No rule to make target `/c/beta/mozilla/directory/c-sdk/configure', needed by `configure'. Stop.
make[1]: Leaving directory `/c/beta/mozilla'
make: *** [/c/beta/mozilla/../fx-debug/Makefile] Error 2
Flags: blocking-firefox3?
Comment 1•18 years ago
|
||
If you're building XULRunner, then this is the same as bug 421001.
| Reporter | ||
Comment 2•18 years ago
|
||
No, not this time - specifically trying to build Firefox 3.0b5. Also, I should note I made an error in comment 0. I should have stated the expected results would mean "Firefox completes configure and can build".
Comment 3•18 years ago
|
||
What does your mozconfig look like ? The tarball is a MOZ_CO_PROJECTS=browser checkout, and the nightly tinderbox doesn't traverse this dir.
| Reporter | ||
Comment 4•18 years ago
|
||
Updated•18 years ago
|
Attachment #314162 -
Attachment mime type: application/octet-stream → text/plain
Comment 5•18 years ago
|
||
You have specified MOZ_CO_PROJECT for things other than Firefox, but haven't actually checked out those sources yet, as far as I can tell (the tarball contains only Firefox sources, by design).
| Reporter | ||
Comment 6•18 years ago
|
||
Oh. I didn't realize that MOZ_CO_PROJECT would trigger that. I figured MOZ_CO_PROJECT only applied to the checkout phase...
Invalid?
Flags: blocking-firefox3?
Comment 7•18 years ago
|
||
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•