Closed Bug 457214 Opened 16 years ago Closed 16 years ago

Broken Qt port configuring

Categories

(Firefox Build System :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: wildriding, Unassigned)

References

Details

Attachments

(1 file)

configure fails while checking DBus support.
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: 16 years ago
Resolution: --- → INCOMPLETE
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
Attached patch Patch to fixSplinter Review
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
What does this fix exactly?
fixes broken condition.
Blocks: 454391
(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 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+
Fixed in:

http://hg.mozilla.org/mozilla-central/rev/aa4d3083995f
Status: REOPENED → RESOLVED
Closed: 16 years ago16 years ago
Resolution: --- → FIXED
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: