Closed
Bug 748325
Opened 13 years ago
Closed 13 years ago
We are using the system gcc for libffi
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 748138
People
(Reporter: espindola, Unassigned)
Details
From a regular try push
https://tbpl.mozilla.org/php/getParsedLog.php?id=11151922&tree=Try&full=1
gcc -DHAVE_CONFIG_H -I. -I/builds/slave/try-lnx64/build/js/src/ctypes/libffi -I. -I/builds/slave/try-lnx64/build/js/src/ctypes/libffi/include -Iinclude -I/builds/slave/try-lnx64/build/js/src/ctypes/libffi/src -Wall -g -fexceptions -O2 -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo /builds/slave/try-lnx64/build/js/src/ctypes/libffi/src/prep_cif.c
We should probably remove the package providing /usr/bin/gcc to make sure problems like this don't show up again.
Comment 1•13 years ago
|
||
Isn't this a build system bug or libffi bug, where they're not respecting the CXX and CXXPLUS envvars ?
Reporter | ||
Updated•13 years ago
|
Component: Release Engineering → Build Config
Product: mozilla.org → Core
QA Contact: release → build-config
Version: other → Trunk
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•