Closed
Bug 218905
Opened 21 years ago
Closed 21 years ago
Mozilla and Firebird don't compile on Linux-2.6 as Linux2.6.mk is not available
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 212797
People
(Reporter: joost, Assigned: mozbugs-build)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030910
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030910
The files Linux2.{1,2,3,4,5}.mk are available, but Linux.2.6.mk not.
I do
# cp security/coreconf/Linux2.5.mk security/coreconf/Linux2.6.mk
in order to compile mozilla (1.4) and firebird (latest) on a linux-2.6 system.
Reproducible: Always
Steps to Reproduce:
1.get source
2.compile on linux-2.6
3.
Actual Results:
compile stops
Expected Results:
make Linux2.6.mk available
Linux2.6.mk may be an exact copy of Linux2.5.mk.
Comment 1•21 years ago
|
||
WFM. I've been able to compile recent nightlies on 2.6.0-test2.
Reporter | ||
Comment 2•21 years ago
|
||
I'm using 2.6.0-test3.
Line 67 of config.mk reads uses the OS_RELEASE for including the OS-specific .mk
file. This ends up being Linux2.6.mk in my case.
This file is not available in the directory security/coreconf, hence an error in
the build-process.
Copying Linux2.5.mk to Linux2.6.mk solves the problem.
joost@snow.nl
Comment 3•21 years ago
|
||
dupe of "mozilla 1.5b fails build on 2.6.kernels"
*** This bug has been marked as a duplicate of 212797 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•