Closed
Bug 666424
Opened 14 years ago
Closed 14 years ago
configure: command 'no' not found on a glib-less system
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla7
People
(Reporter: joey, Assigned: joey)
Details
Attachments
(1 file)
926 bytes,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
checking for glib-config... no
checking for GLIB - version >= 1.2.0... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
/mozilla/sandbox/gml/configure: line 23769: no: command not found
ac_cv_path_GLIB_CONFIG=no is the culprit.
if test -z "${GLIB_GMODULE_LIBS}" -a -n "${GLIB_CONFIG}"; then
GLIB_GMODULE_LIBS=`$GLIB_CONFIG gmoudle --libs`
fi
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #541217 -
Flags: review?(khuey)
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → joey
Comment on attachment 541217 [details] [diff] [review]
extra conditional to test GLIB_CONFIG before using the cmd
Generally in configure we don't bother breaking long lines. r=me either way though.
Attachment #541217 -
Flags: review?(khuey) → review+
Whiteboard: fixed-in-bs
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Comment 5•14 years ago
|
||
Backed out during investigation of Android browser-chrome test failures:
http://hg.mozilla.org/mozilla-central/rev/00bb08972e46
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: fixed-in-bs
Target Milestone: mozilla7 → ---
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
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
•