Open
Bug 1005892
Opened 11 years ago
Updated 2 years ago
mach gtest fails to link libxul
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: pochu27, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/x-log
|
Details |
./mach gtest fails to link libxul here. This is on 181472:e07b3f07953c, happening after a clean ./mach build, without any local changes in my tree. I'm attaching the mach gtest log.
Note that I'm building with gtk+3 and system cairo and the link error seems related to cairo.
emilio@titan:~/src/mozilla/mozilla-central$ cat .mozconfig
mk_add_options MOZ_MAKE_FLAGS="-j5"
ac_add_options --enable-debug
ac_add_options --disable-optimize
ac_add_options --enable-default-toolkit=cairo-gtk3
ac_add_options --enable-system-cairo
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•