Closed
Bug 296346
Opened 20 years ago
Closed 20 years ago
xulrunner Deer Park Alpha 1 build fails
Categories
(Toolkit Graveyard :: XULRunner, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: matjaz.ostroversnik, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050531 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050531 Firefox/1.0+ Building xulrunner from sources fails OS: Linux version 2.6.9-1.667 (bhcompile@tweety.build.redhat.com) (gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)) #1 Tue Nov 2 14:41:25 EST 2004 Reproducible: Always Steps to Reproduce: 1. ./configure \ --disable-freetype2 \ --enable-application=xulrunner \ --disable-tests \ --disable-gtktest \ --disable-mailnews \ --disable-ldap \ --disable-composer \ --enable-debug \ --disable-glibtest \ --enable-crypto 2. make Actual Results: /usr/local/src/ff/mozilla/config/nsinstall -R -m 755 libnegotiateauth.so ../../dist/lib/components : ../../dist/lib/components/libnegotiateauth.so /usr/local/src/ff/mozilla/config/nsinstall -R -m 755 libnegotiateauth.so ../../dist/bin/components : ../../dist/bin/components/libnegotiateauth.so gmake[3]: Leaving directory `/usr/local/src/ff/mozilla/extensions/negotiateauth' gmake[2]: Leaving directory `/usr/local/src/ff/mozilla/extensions' gmake[1]: Leaving directory `/usr/local/src/ff/mozilla' /usr/bin/gmake tier_99 gmake[1]: Entering directory `/usr/local/src/ff/mozilla' tier_99: xulrunner toolkit/mozapps/installer embedding/browser/gtk gmake[2]: Entering directory `/usr/local/src/ff/mozilla/xulrunner' gmake[2]: *** No rule to make target `export'. Stop. gmake[2]: Leaving directory `/usr/local/src/ff/mozilla/xulrunner' gmake[1]: *** [tier_99] Error 2 gmake[1]: Leaving directory `/usr/local/src/ff/mozilla' make: *** [default] Error 2 Expected Results: xulrunner to be built building of browser / firefox on the same source works fine
Comment 1•20 years ago
|
||
Where did you get your sources from? It doesn't look like you have the xulrunner-specific sources (you wouldn't if you downloaded a Firefox source tarball).
Product: Mozilla Application Suite → Toolkit
Updated•20 years ago
|
Component: Build Config → XULRunner
QA Contact: build-config → xulrunner
(In reply to comment #1) > Where did you get your sources from? It doesn't look like you have the > xulrunner-specific sources (you wouldn't if you downloaded a Firefox source > tarball). http://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest/mozilla-source.tar.bz2
Comment 3•20 years ago
|
||
I don't know what that tarball is supposed to contain, but it does not contain the xulrunner sources. You will need to check them out manually I suppose: make -f client.mk checkout MOZ_CO_PROJECT=xulrunner
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•9 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•