From tim.vanholder@gmail.com Wed Aug 19 07:09:36 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 19 Aug 2009 14:09:36 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.4 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7JE9YWK016838 for ; Wed, 19 Aug 2009 07:09:35 -0700 Received: from mx10.gnu.org ([199.232.76.166]:41739) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Mdlr3-0002NN-W5 for emacs-pretest-bug@gnu.org; Wed, 19 Aug 2009 10:09:34 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Mdlqd-0006mM-6d for emacs-pretest-bug@gnu.org; Wed, 19 Aug 2009 10:09:33 -0400 Received: from ts.anubex.com ([194.78.75.179]:45991 helo=mail.anubex.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mdlqc-0006li-OW for emacs-pretest-bug@gnu.org; Wed, 19 Aug 2009 10:09:06 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.anubex.com (Postfix) with ESMTP id 0F01BE24A41 for ; Wed, 19 Aug 2009 16:09:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at anubex.com Received: from mail.anubex.com ([127.0.0.1]) by localhost (mail.anubex.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AcHVyF80QusB for ; Wed, 19 Aug 2009 16:08:56 +0200 (CEST) Received: from leeloo.anubex.internal (unknown [194.78.75.177]) by mail.anubex.com (Postfix) with ESMTPS id 9D68DE24B52 for ; Wed, 19 Aug 2009 16:08:56 +0200 (CEST) Received: from tim by leeloo.anubex.internal with local (Exim 4.63) (envelope-from ) id 1MdlqS-0006au-C2 for emacs-pretest-bug@gnu.org; Wed, 19 Aug 2009 16:08:56 +0200 From: Tim Van Holder To: emacs-pretest-bug@gnu.org Subject: 23.0.60; CVS emacs fails to build with D-Bus support (newer version needed) Date: Wed, 19 Aug 2009 16:08:56 +0200 Message-ID: <874os3dhfr.fsf@leeloo.anubex.internal> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Current CVS emacs fails to build on my (admittedly outdated) Debian system: dbusbind.o: In function `xd_remove_watch': /home/tim/gnu/src/emacs/src/dbusbind.c:766: undefined reference to `dbus_watch_get_unix_fd' /home/tim/gnu/src/emacs/src/dbusbind.c:768: undefined reference to `dbus_watch_get_socket' dbusbind.o: In function `xd_add_watch': /home/tim/gnu/src/emacs/src/dbusbind.c:741: undefined reference to `dbus_watch_get_unix_fd' /home/tim/gnu/src/emacs/src/dbusbind.c:743: undefined reference to `dbus_watch_get_socket' My guess is those are from a newer version of D-Bus; configure finds version 1.x on my system: checking for pkg-config... (cached) /usr/bin/pkg-config checking for dbus-1 >= 1.0... yes checking DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include checking DBUS_LIBS... -ldbus-1 checking for pkg-config... (cached) /usr/bin/pkg-config So either those functions should only be used if a newer d-bus is found, or, if they're needed, configure should look for the minimum version required (and either error out or just disable dbus support). Building using --without-dbus works fine of course, and I'm not sure I even ever used D-Bus support (not consciously anyway); but the build still should not fail (especially since I didn't actively enable the dbus support in the first place). From rgm@gnu.org Thu Aug 20 18:09:19 2009 Received: (at control) by emacsbugs.donarmstrong.com; 21 Aug 2009 01:09:19 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.9 required=4.0 tests=AWL,ONEWORD,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7L19H7w000999 for ; Thu, 20 Aug 2009 18:09:19 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MeId3-0004Zc-5w; Thu, 20 Aug 2009 21:09:17 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19085.62397.105518.639079@fencepost.gnu.org> Date: Thu, 20 Aug 2009 21:09:17 -0400 From: Glenn Morris To: control Subject: control X-Debbugs-No-Ack: yes merge 4185 4202 merge 4186 4201 severity 4192 wishlist reassign 4192 emacs,cc-mode reassign 4143 emacs,ns reassign 4146 emacs,cc-mode severity 4164 minor reassign 4180 emacs,ns reassign 4187 emacs,cc-mode forcemerge 2868 4194 From Michael.Albinus@alcatel-lucent.de Thu Aug 20 23:50:27 2009 Received: (at 4202) by emacsbugs.donarmstrong.com; 21 Aug 2009 06:50:28 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,GMAIL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mailrelay2.alcatel.de (mailrelay2.alcatel.de [194.113.59.96]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7L6oQ1a032010 for <4202@emacsbugs.donarmstrong.com>; Thu, 20 Aug 2009 23:50:27 -0700 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 n7L6oJaT017921; Fri, 21 Aug 2009 08:50:19 +0200 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 n7L6oIY4028818; Fri, 21 Aug 2009 08:50:18 +0200 (MEST) From: Michael Albinus To: Tim Van Holder Cc: 4202@debbugs.gnu.org Subject: Re: bug#4202: 23.0.60; CVS emacs fails to build with D-Bus support (newer version needed) References: Date: Fri, 21 Aug 2009 08:50:18 +0200 In-Reply-To: (Tim Van Holder's message of "Wed, 19 Aug 2009 16:08:56 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Alcanet-virus-scanned: n7L6oIY4028818 at destgsu0048.stgl.sel.alcatel.de X-Scanned-By: MIMEDefang 2.57 on 149.204.45.73 Tim Van Holder writes: > Current CVS emacs fails to build on my (admittedly outdated) Debian > system: Are you sure, that 23.0.60 is a "current CVS emacs"? > dbusbind.o: In function `xd_remove_watch': > /home/tim/gnu/src/emacs/src/dbusbind.c:766: undefined reference to `dbus_watch_get_unix_fd' > /home/tim/gnu/src/emacs/src/dbusbind.c:768: undefined reference to `dbus_watch_get_socket' > dbusbind.o: In function `xd_add_watch': > /home/tim/gnu/src/emacs/src/dbusbind.c:741: undefined reference to `dbus_watch_get_unix_fd' > /home/tim/gnu/src/emacs/src/dbusbind.c:743: undefined reference to `dbus_watch_get_socket' > > My guess is those are from a newer version of D-Bus; configure finds > version 1.x on my system: > > checking for pkg-config... (cached) /usr/bin/pkg-config > checking for dbus-1 >= 1.0... yes > checking DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include > checking DBUS_LIBS... -ldbus-1 > checking for pkg-config... (cached) /usr/bin/pkg-config > > So either those functions should only be used if a newer d-bus is found, > or, if they're needed, configure should look for the minimum version > required (and either error out or just disable dbus support). Both functions have been added in D-Bus 1.1.1. I've committed a fix, which checks the availability of these functions. Best regards, Michael. From Michael.Albinus@alcatel-lucent.de Fri Aug 21 06:08:42 2009 Received: (at 4202-done) by emacsbugs.donarmstrong.com; 21 Aug 2009 13:08:42 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.7 required=4.0 tests=AWL,GMAIL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mailrelay1.alcatel.de (mailrelay1.alcatel.de [194.113.59.95]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7LD8etd002053 for <4202-done@emacsbugs.donarmstrong.com>; Fri, 21 Aug 2009 06:08:41 -0700 Received: from destgsu0048.stgl.sel.alcatel.de (destgsu0048.de.alcatel-lucent.com [149.204.242.4]) by mailrelay1.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id n7LD8bci026132; Fri, 21 Aug 2009 15:08:37 +0200 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 n7LD8aY4017438; Fri, 21 Aug 2009 15:08:36 +0200 (MEST) From: Michael Albinus To: Tim Van Holder Cc: <4202-done@debbugs.gnu.org> Subject: Re: bug#4202: 23.0.60; CVS emacs fails to build with D-Bus support (newer version needed) References: Date: Fri, 21 Aug 2009 15:08:34 +0200 In-Reply-To: (Tim Van Holder's message of "Fri, 21 Aug 2009 14:43:45 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Alcanet-virus-scanned: n7LD8aY4017438 at destgsu0048.stgl.sel.alcatel.de X-Scanned-By: MIMEDefang 2.57 on 149.204.45.72 Tim Van Holder writes: > Ah I see - because the rebuild failed, the emacs picked up from the > path was an older build, so report-emacs-bug put in a misleading > version number. Didn't think of that. > > I just rebuilt emacs with dbus support reenabled, and it links fine > now, so it looks like your fix worked. Thanks for reporting. I'll close the ticket now. Best regards, Michael. From unknown Thu Jun 19 16:21:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 18 Sep 2009 14:24:15 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator