From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: bootstrap fails, from revno 101625, tls support Date: Sun, 26 Sep 2010 17:05:07 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1285513529 8002 80.91.229.12 (26 Sep 2010 15:05:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 15:05:29 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 26 17:05:26 2010 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.69) (envelope-from ) id 1Ozsn5-0004ap-Gx for ged-emacs-devel@m.gmane.org; Sun, 26 Sep 2010 17:05:23 +0200 Original-Received: from localhost ([127.0.0.1]:38145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ozsn5-0004wD-2k for ged-emacs-devel@m.gmane.org; Sun, 26 Sep 2010 11:05:23 -0400 Original-Received: from [140.186.70.92] (port=33474 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ozsmz-0004w8-D2 for emacs-devel@gnu.org; Sun, 26 Sep 2010 11:05:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ozsmy-0008LA-0g for emacs-devel@gnu.org; Sun, 26 Sep 2010 11:05:17 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:33731 helo=gate.verona.se) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ozsmx-0008Hq-Kh for emacs-devel@gnu.org; Sun, 26 Sep 2010 11:05:15 -0400 Original-Received: from localhost.localdomain (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id o8QF57Cr007302 for ; Sun, 26 Sep 2010 17:05:07 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:130913 Archived-At: I havent debugged further, but heres the end of the log: ,---- | make[2]: Entering directory `/var/lib/hudson/jobs/emacs-trunk/workspace/s= rc' | gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/var/lib/hudson/jobs/emacs-trunk/w= orkspace/src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -= I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/= include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr= /include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2 -I= /usr/include/alsa -pthread -I/usr/include/librsvg-2 -I/usr/include/glib-2= .0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo = -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 = -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/inclu= de -DORBIT2=3D1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0= -I/usr/lib/glib-2.0/include -MMD -MF deps/pre-crt0.d @LIBGNUTLS_CFL= AGS@ -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-a= fter-statement -Wno-pointer-sign -g -O2 pre-crt0.c | gcc: @LIBGNUTLS_CFLAGS@: No such file or directory | make[2]: *** [pre-crt0.o] Error 1 | make[2]: Leaving directory `/var/lib/hudson/jobs/emacs-trunk/workspace/sr= c' | make[1]: *** [src] Error 2 | make[1]: Leaving directory `/var/lib/hudson/jobs/emacs-trunk/workspace' | make: *** [bootstrap] Error 2 | Finished: FAILURE `---- the build commands used: ./configure --enable-imagemagick make bootstrap --=20 Joakim Verona