From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: emacs/lisp/net dbus.el Date: Wed, 19 Aug 2009 09:57:40 +0200 Message-ID: References: <6iab1wfokn.fsf@fencepost.gnu.org> <6bocqc2r1n.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1250668693 4824 80.91.229.12 (19 Aug 2009 07:58:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Aug 2009 07:58:13 +0000 (UTC) Cc: Emacs developers To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 19 09:58:06 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mdg3a-0006fP-1B for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2009 09:58:06 +0200 Original-Received: from localhost ([127.0.0.1]:53848 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mdg3Z-00062B-6s for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2009 03:58:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mdg3T-000625-Uh for emacs-devel@gnu.org; Wed, 19 Aug 2009 03:57:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mdg3N-00061t-If for emacs-devel@gnu.org; Wed, 19 Aug 2009 03:57:58 -0400 Original-Received: from [199.232.76.173] (port=38721 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mdg3N-00061q-Ci for emacs-devel@gnu.org; Wed, 19 Aug 2009 03:57:53 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:35217) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mdg3J-0001oo-OF; Wed, 19 Aug 2009 03:57:50 -0400 Original-Received: from mailrelay2.alcatel.de ([194.113.59.96]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mdg3I-00067A-3q; Wed, 19 Aug 2009 03:57:48 -0400 Original-Received: from destgsu0048.stgl.sel.alcatel.de (destgsu0048.de.alcatel-lucent.com [149.204.242.4]) by mailrelay2.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id n7J7vh6g008048; Wed, 19 Aug 2009 09:57:43 +0200 Original-Received: from slbhn1.alcatel.de (slbhn1.de.alcatel-lucent.com [149.204.90.35]) by destgsu0048.stgl.sel.alcatel.de (8.12.3/8.12.3) with ESMTP id n7J7vhY4005158; Wed, 19 Aug 2009 09:57:43 +0200 (MEST) In-Reply-To: <6bocqc2r1n.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 19 Aug 2009 09:36:52 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Alcanet-virus-scanned: n7J7vhY4005158 at destgsu0048.stgl.sel.alcatel.de X-Scanned-By: MIMEDefang 2.57 on 149.204.45.73 X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:114398 Archived-At: Glenn Morris writes: > Thanks; now it builds, but the build still leaves me with dbus-launch > and dbus-daemon processes running after make finishes. > > If it's relevant, I was building by logging in via ssh to a system > where I had an X session running, which seemed to be spawned via > dbus-launch. Could you, please, check whether the D-Bus processes do run already before the build? I have embedded the dbus-init-bus calls into a check for $DBUS_SESSION_BUS_ADDRESS; this environment variable exists only when you have a running D-Bus session bus. In your case, no additional D-Bus processes shall be launched by compiling or loading dbus.el. If so, then it might be due to other reasons (maybe a bug which persists longer). Best regards, Michael.