Closed
Bug 468247
Opened 17 years ago
Closed 17 years ago
Mac build thinks it's linux
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: zadkiel.m, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
If the .mozconfig is like this
. $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff
mk_add_options MOZ_MAKE_FLAGS="-s -j5"
ac_add_options --enable-tests
ac_add_options --enable-debug --disable-optimize
ac_add_options --enable-extensions=default,firstxpcom#firstXPCOM Line
the build thinks it's linux.
Reproducible: Always
Steps to Reproduce:
1.use this mozconfig:
. $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff
mk_add_options MOZ_MAKE_FLAGS="-s -j5"
ac_add_options --enable-tests
ac_add_options --enable-debug --disable-optimize
ac_add_options --enable-extensions=default,firstxpcom#firstXPCOM Line
2.build
3.
Actual Results:
looks for gtk packages...
Expected Results:
build firefox
--enable-application=browser
--enable-tests
--enable-debug
--disable-optimize
--enable-extensions=default,firstxpcom#firstXPCOM
Line
configure: warning: Line: invalid host type
loading cache ./config.cache
checking host system type... Invalid configuration `Line': machine `Line' not recognized
checking target system type... Invalid configuration `Line': machine `Line' not recognized
checking build system type... Invalid configuration `Line': machine `Line' not recognized
Comment 1•17 years ago
|
||
ac_add_options --enable-extensions=default,firstxpcom#firstXPCOM Line
This is all broken. Try again with:
ac_add_options --enable-extensions=default,firstxpcom
You had extra junk at the end of the line.
Status: UNCONFIRMED → RESOLVED
Closed: 17 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
•