From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sangu Newsgroups: gmane.emacs.devel Subject: 23.0.60; configure --without-x -> bootstrap failure Date: Wed, 18 Jun 2008 23:32:41 +0900 Message-ID: <1213799561.23898.8.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213799314 24023 80.91.229.12 (18 Jun 2008 14:28:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Jun 2008 14:28:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 18 16:29:16 2008 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 1K8yei-0005tR-Ey for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2008 16:29:00 +0200 Original-Received: from localhost ([127.0.0.1]:51068 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8ydt-00019j-NG for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2008 10:28:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8ydn-00017c-ON for emacs-devel@gnu.org; Wed, 18 Jun 2008 10:28:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8ydl-00015W-BT for emacs-devel@gnu.org; Wed, 18 Jun 2008 10:28:03 -0400 Original-Received: from [199.232.76.173] (port=43754 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8ydl-00015O-7y for emacs-devel@gnu.org; Wed, 18 Jun 2008 10:28:01 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.187]:6000) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K8ydk-0002kv-Lj for emacs-devel@gnu.org; Wed, 18 Jun 2008 10:28:01 -0400 Original-Received: by ti-out-0910.google.com with SMTP id u5so144737tia.10 for ; Wed, 18 Jun 2008 07:27:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=3qG3mDIGpBh+AJjIkjoKmlfbeJSFnZeZYrSofzAAZe4=; b=shR8VZaGdzyd7umP9XDCbKD/4Eu1w0D4rjuuXw0h1e2KjGJzb3OGvw+dMuY1NJbBhi yk0UXWpVGA0iVImK/SV87WrzsS6thXIPy/E4wNmAeijWe2H9LU58WhIX+0Bzw5nUGiN8 eZB+6V1A1R55JLlvYO+MPYpuitqhsQ/1E6LFg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=lgMUOs4Y62/2RZhmKnqXGXZSSy0OZ4s99Lic4BVgZhGgU5Tm4KAK4CPeoco5aeZWrF cVEFDUURC3y2rKsX3Dew3KWIZWJ7NaG05unsCv6u8qWG7yO6nF49KjPRW/aQQxLunjUu Mh0EZuOK+tythT9dHiILRASWm9nNiMul4u3xA= Original-Received: by 10.110.63.6 with SMTP id l6mr478353tia.4.1213799276707; Wed, 18 Jun 2008 07:27:56 -0700 (PDT) Original-Received: from ?192.168.0.2? ( [220.72.197.208]) by mx.google.com with ESMTPS id w5sm12669709tib.9.2008.06.18.07.27.54 (version=SSLv3 cipher=RC4-MD5); Wed, 18 Jun 2008 07:27:55 -0700 (PDT) X-Mailer: Evolution 2.23.4 (2.23.4-1.fc10) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:99398 Archived-At: ]$ configure --without-x ]$ make bootstrap [...] freetype -lz -lm17n-flt -lm17n-core -lm -lgcc -lc -lgcc /usr/lib/crtn.o font.o: In function `Ffont_face_attributes': /home/sangu/Work/cvs/emacs/src/font.c:3771: undefined reference to `fs_query_fontset' /home/sangu/Work/cvs/emacs/src/font.c:3774: undefined reference to `fontset_ascii' collect2: ld returned 1 exit status make[2]: *** [temacs] Error 1 make[2]: Leaving directory `/home/sangu/Work/cvs/emacs/src' make[1]: *** [bootstrap-build] Error 2 make[1]: Leaving directory `/home/sangu/Work/cvs/emacs' make: *** [bootstrap] Error 2