From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.help Subject: Re: make bootstrap gives errors... Date: Wed, 01 Sep 2010 13:00:12 +0200 Message-ID: <87pqwxd8zn.wl%hskuhra@fastmail.fm> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: dough.gmane.org 1283338873 4344 80.91.229.12 (1 Sep 2010 11:01:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Sep 2010 11:01:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 01 13:01:11 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oql41-00071y-BU for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Sep 2010 13:01:09 +0200 Original-Received: from localhost ([127.0.0.1]:47178 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oql40-0001QY-KI for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Sep 2010 07:01:08 -0400 Original-Received: from [140.186.70.92] (port=44073 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oql3B-0001Os-Lx for help-gnu-emacs@gnu.org; Wed, 01 Sep 2010 07:00:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oql3A-0007W9-9K for help-gnu-emacs@gnu.org; Wed, 01 Sep 2010 07:00:17 -0400 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]:47506) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oql3A-0007VT-6z for help-gnu-emacs@gnu.org; Wed, 01 Sep 2010 07:00:16 -0400 Original-Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id 44229288 for ; Wed, 1 Sep 2010 07:00:14 -0400 (EDT) Original-Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute3.internal (MEProxy); Wed, 01 Sep 2010 07:00:14 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:message-id:from:to:subject:in-reply-to:references:mime-version:content-type; s=smtpout; bh=ouWnIiDeN0w09Vie0imHIM8Pc/M=; b=dV6TI6+yJnJcEGoQeFqCS2kgKZ9rYRh3YdachDCUOJEruvHmvFGhxJdEL9+q6N0Wz5vKTkriMssOdNlh5CTQNAPAuCoSreh7gYukGm4Y6YR0syqxpWjZbTH0u0rlyt3kS2+qDh1g0iJqCjMZZCS0rAryOO/8Pm6iVoWPu7Az+hI= X-Sasl-enc: cetLQs3EYPzBBRsf6/zyOQ5RgEupxMQfL+EwExMzo0Ou 1283338813 Original-Received: from oslo.ath.cx (d91-128-195-93.cust.tele2.at [91.128.195.93]) by mail.messagingengine.com (Postfix) with ESMTPSA id B59FB5E5B7B for ; Wed, 1 Sep 2010 07:00:13 -0400 (EDT) In-Reply-To: User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/23.2 Mule/6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74849 Archived-At: On Wed, 1 Sep 2010 19:13:04 +0900 ishi soichi wrote: [...] > ... > _Fdbus_register_method in dbusbind.o > _Fdbus_register_signal in dbusbind.o > _Fdbus_call_method in dbusbind.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make[1]: *** [temacs] Error 1 > make: *** [src] Error 2 > > then, of course, "make install" does not do its job. > > Could anyone help me out? Have you tried to disable build of D-Bus support? % ./configure --help |grep dbus --without-dbus don't compile with D-Bus support -Herbert