Closed
Bug 448218
Opened 17 years ago
Closed 17 years ago
"Linux comm-central build %" is RED after "dbus" checkin(s).
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Thunderbird 3
People
(Reporter: sgautherie, Assigned: blassey)
References
Details
Attachments
(1 file)
479 bytes,
patch
|
Bienvenu
:
review+
|
Details | Diff | Splinter Review |
<http://tinderbox.mozilla.org/showlog.cgi?log=Thunderbird/1217201137.1217201586.21280.gz&fulltext=1>
{{
Linux comm-central build on 2008/07/27 16:25:37
/tools/gcc-4.1.1/bin/g++ -o thunderbird-bin -fno-rtti [...]
../../mozilla/staticlib/components/libdocshell.a(nsDBusHandlerApp.o): In function `nsDBusHandlerApp::LaunchWithURI(nsIURI*, nsIInterfaceRequestor*)':
/builds/buildbot/comm-central-linux/build/mozilla/uriloader/exthandler/nsDBusHandlerApp.cpp:115: undefined reference to `dbus_error_init'
/builds/buildbot/comm-central-linux/build/mozilla/uriloader/exthandler/nsDBusHandlerApp.cpp:118: undefined reference to `dbus_bus_get'
/builds/buildbot/comm-central-linux/build/mozilla/uriloader/exthandler/nsDBusHandlerApp.cpp:119: undefined reference to `dbus_error_is_set'
/builds/buildbot/comm-central-linux/build/mozilla/uriloader/exthandler/nsDBusHandlerApp.cpp:126: undefined reference to `dbus_connection_set_exit_on_disconnect'
/builds/buildbot/comm-central-linux/build/mozilla/uriloader/exthandler/nsDBusHandlerApp.cpp:132: undefined reference to `dbus_message_new_method_call'
/builds/buildbot/comm-central-linux/build/mozilla/uriloader/exthandler/nsDBusHandlerApp.cpp:137: undefined reference to `dbus_message_set_no_reply'
/builds/buildbot/comm-central-linux/build/mozilla/uriloader/exthandler/nsDBusHandlerApp.cpp:140: undefined reference to `dbus_message_iter_init_append'
/builds/buildbot/comm-central-linux/build/mozilla/uriloader/exthandler/nsDBusHandlerApp.cpp:141: undefined reference to `dbus_message_iter_append_basic'
/builds/buildbot/comm-central-linux/build/mozilla/uriloader/exthandler/nsDBusHandlerApp.cpp:143: undefined reference to `dbus_connection_send'
/builds/buildbot/comm-central-linux/build/mozilla/uriloader/exthandler/nsDBusHandlerApp.cpp:166: undefined reference to `dbus_message_unref'
/builds/buildbot/comm-central-linux/build/mozilla/uriloader/exthandler/nsDBusHandlerApp.cpp:120: undefined reference to `dbus_error_free'
/builds/buildbot/comm-central-linux/build/mozilla/uriloader/exthandler/nsDBusHandlerApp.cpp:144: undefined reference to `dbus_connection_flush'
/builds/buildbot/comm-central-linux/build/mozilla/uriloader/exthandler/nsDBusHandlerApp.cpp:145: undefined reference to `dbus_message_unref'
collect2: ld returned 1 exit status
}}
***
IIRC:
{{
<blassey> nsDBusHandlerApp.cpp only gets built if MOZ_ENABLE_DBUS is defined
<blassey> and that should only be defined if MOZ_DBUS_GLIBS_LIBS has the right libs
<ajschult> blassey: http://developer.mozilla.org/en/docs/How_comm-central%27s_build_system_works
blassey: it looks like TB builds with dbus enabled. might be failing because it builds static
<blassey> hmm... maybe that needs to be LDOPTS instead of EXTRA_DSO_LDOPTS
<sgautherie> blassey: this box reports "-DMOZ_ENABLE_DBUS=1"...
<blassey> sgautherie: thanks, I'm building tb now
}}
(That's all I can do ;->)
Flags: in-testsuite-
Assignee | ||
Comment 1•17 years ago
|
||
Reporter | ||
Updated•17 years ago
|
Attachment #331541 -
Flags: review? → review?(bienvenu)
Reporter | ||
Updated•17 years ago
|
Component: General → Build Config
QA Contact: general → build-config
Updated•17 years ago
|
Attachment #331541 -
Flags: review?(bienvenu) → review+
Assignee | ||
Comment 2•17 years ago
|
||
pushed changeset 1b3d7cd89329
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•17 years ago
|
Attachment #331541 -
Attachment description: links mail app against libdbus → links mail app against libdbus
[Checkin: Comment 2]
Reporter | ||
Comment 3•17 years ago
|
||
Next build after checkin went back to GREEN :-)
<http://tinderbox.mozilla.org/showlog.cgi?log=Thunderbird/1217222199.1217222704.14488.gz>
{{
Linux comm-central build on 2008/07/27 22:16:39
Build Comments
[gozer@mozillamessaging.com - 2008/07/28 05:33:53]
Installed dbus and dbus-devel
}}
V.Fixed
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•