Closed
Bug 457214
Opened 17 years ago
Closed 17 years ago
Broken Qt port configuring
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wildriding, Unassigned)
References
Details
Attachments
(1 file)
|
372 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
configure fails while checking DBus support.
Comment 1•17 years ago
|
||
Bugs filed without any error output are not very useful. Does it just error telling you it couldn't find dbus? If so, either --disable-dbus or install dbus devel packages. If this is something else, then please paste the output so we have a chance in hell of figuring out what you mean.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
| Reporter | ||
Comment 2•17 years ago
|
||
checking LIBOSSO_LIBS... -losso -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
configure: error: DBus is required when building for OSSO
*** Fix above errors and then restart with "make -f client.mk build"
make[1]: *** [configure] Error 1
make[1]: Leaving directory `/mozilla/trunk/microb-engine/microb-engine/build-tree/mozilla'
make: *** [configure-stamp] Error 2
| Reporter | ||
Comment 3•17 years ago
|
||
| Reporter | ||
Updated•17 years ago
|
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Comment 4•17 years ago
|
||
What does this fix exactly?
| Reporter | ||
Comment 5•17 years ago
|
||
fixes broken condition.
Comment 6•17 years ago
|
||
(In reply to comment #4)
> What does this fix exactly?
Previous fix from bug 454391 was broken...
Even with MOZ_ENABLE_QT == 1 next condition will fail:
if test "$MOZ_ENABLE_GTK2" || "$MOZ_ENABLE_QT"
after || should be test, see:
http://mxr.mozilla.org/mozilla-central/source/configure.in#700
Comment 7•17 years ago
|
||
Comment on attachment 340566 [details] [diff] [review]
Patch to fix
Yeah, I realized that after asking the question. Reporter: please provide more details when filing bug reports and attaching patches. It's a lot more useful than making me guess at what you're trying to say.
Attachment #340566 -
Flags: review+
Comment 8•17 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•