From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: "Nelson H. F. Beebe" Newsgroups: gmane.emacs.devel Subject: Re: [platform-testers] Emacs 26.2 RC1 is out! Date: Fri, 22 Mar 2019 06:25:35 -0600 Message-ID: Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="8159"; mail-complaints-to="usenet@blaine.gmane.org" Cc: beebe@math.utah.edu To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 22 13:25:56 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h7JFD-0001xL-9E for ged-emacs-devel@m.gmane.org; Fri, 22 Mar 2019 13:25:55 +0100 Original-Received: from localhost ([127.0.0.1]:56728 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h7JFC-0001Wj-8g for ged-emacs-devel@m.gmane.org; Fri, 22 Mar 2019 08:25:54 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:39106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h7JF3-0001WR-SU for emacs-devel@gnu.org; Fri, 22 Mar 2019 08:25:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h7JF1-00068u-31 for emacs-devel@gnu.org; Fri, 22 Mar 2019 08:25:44 -0400 Original-Received: from ipo2.cc.utah.edu ([155.97.144.12]:48630) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h7JEx-00063j-Hl for emacs-devel@gnu.org; Fri, 22 Mar 2019 08:25:41 -0400 X-IronPort-AV: E=Sophos;i="5.60,256,1549954800"; d="scan'208";a="332629924" Original-Received: from mail.math.utah.edu ([155.101.98.135]) by ipo2smtp.cc.utah.edu with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Mar 2019 06:25:36 -0600 Original-Received: from gamma.math.utah.edu (gamma.math.utah.edu [155.101.96.20]) by mail.math.utah.edu (8.14.8/8.14.8) with ESMTP id x2MCPZak011711; Fri, 22 Mar 2019 06:25:35 -0600 (MDT) Original-Received: from gamma.math.utah.edu (localhost [127.0.0.1]) by gamma.math.utah.edu (8.15.1/8.15.1) with ESMTP id x2MCPZ1g060723; Fri, 22 Mar 2019 06:25:35 -0600 Original-Received: (from beebe@localhost) by gamma.math.utah.edu (8.15.1/8.15.1/Submit) id x2MCPZRO060722; Fri, 22 Mar 2019 06:25:35 -0600 X-US-Mail: "Department of Mathematics, 110 LCB, University of Utah, 155 S 1400 E RM 233, Salt Lake City, UT 84112-0090, USA" X-Telephone: +1 801 581 5254 X-FAX: +1 801 581 4148 X-URL: http://www.math.utah.edu/~beebe X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.8 (mail.math.utah.edu [155.101.98.135]); Fri, 22 Mar 2019 06:25:35 -0600 (MDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 155.97.144.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:234547 Archived-At: On FreeBSD 11.0-CURRENT, a build of emacs-26.2 with set path = ( /bin /usr/bin /usr/local/bin ) ./configure --prefix=$prefix --with-gnutls=no --with-dbus=no --with-pop && gmake all check ... Does Emacs use -ldbus? no ... proceeded nicely until this step: CCLD temacs //usr/local/lib/libdbus-glib-1.so.2: undefined reference to `dbus_connection_unref@LIBDBUS_1_3' ... dozens more complaints about dbus references ... dbus was deselected at configure time, so why are there still references to its functions? ------------------------------------------------------------------------------- - Nelson H. F. Beebe Tel: +1 801 581 5254 - - University of Utah FAX: +1 801 581 4148 - - Department of Mathematics, 110 LCB Internet e-mail: beebe@math.utah.edu - - 155 S 1400 E RM 233 beebe@acm.org beebe@computer.org - - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe/ - -------------------------------------------------------------------------------