Closed
Bug 1574797
Opened 5 years ago
Closed 5 years ago
Fedora 30: configure: error: compiler is incompatible with sanitize options
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: WeirdAl, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
16.40 KB,
text/plain
|
Details |
mozconfig:
See http://www.mozilla.org/build/ for build instructions.
ac_add_options --enable-application=browser
#export CC=clang
#export CXX=clang++
Options for client.mk.
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../fx-sym
Options for 'configure' (same as command-line options).
ac_add_options --enable-debug-symbols
ac_add_options --disable-optimize
ac_add_options --enable-tests
#ac_add_options --enable-release
This is a system that compiles the ESR 68 tarballs from ftp.mozilla.org with no trouble.
Blocks: mach-busted
Reporter | ||
Comment 1•5 years ago
|
||
From hg bisect:
The first bad revision is:
changeset: 533518:4a1e7d5a5b44
user: Mike Hommey <mh+mozilla@glandium.org>
date: Thu Jun 06 01:22:21 2019 +0000
summary: Bug 1519954 - Pick binaries from mach bootstrap first on local developer builds. r=nalexander
Updated•5 years ago
|
Keywords: regression
Reporter | ||
Comment 2•5 years ago
|
||
sigh ./mach bootstrap fixed my build.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•