From unknown Mon Jun 23 04:12:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6932: Buggy src/Makefile generation Resent-From: Vincent Lefevre Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 28 Aug 2010 00:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 6932 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 6932@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.128295429210405 (code B ref -1); Sat, 28 Aug 2010 00:12:01 +0000 Received: (at submit) by debbugs.gnu.org; 28 Aug 2010 00:11:32 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Op919-0002hm-Pm for submit@debbugs.gnu.org; Fri, 27 Aug 2010 20:11:32 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Op918-0002hh-6Z for submit@debbugs.gnu.org; Fri, 27 Aug 2010 20:11:31 -0400 Received: from lists.gnu.org ([199.232.76.165]:44226) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Op92Y-00056p-Um for submit@debbugs.gnu.org; Fri, 27 Aug 2010 20:12:59 -0400 Received: from [140.186.70.92] (port=60575 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Op92T-0007F1-GV for bug-gnu-emacs@gnu.org; Fri, 27 Aug 2010 20:12:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Op92O-0004mC-IW for bug-gnu-emacs@gnu.org; Fri, 27 Aug 2010 20:12:53 -0400 Received: from vinc17.pck.nerim.net ([213.41.242.187]:57817 helo=prunille.vinc17.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Op92O-0004lm-AR for bug-gnu-emacs@gnu.org; Fri, 27 Aug 2010 20:12:48 -0400 Received: by prunille.vinc17.org (Postfix, from userid 501) id 68C9853B5931; Sat, 28 Aug 2010 02:12:45 +0200 (CEST) Date: Sat, 28 Aug 2010 02:12:45 +0200 From: Vincent Lefevre Message-ID: <20100828001245.GA8219@prunille.vinc17.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline X-Mailer-Info: http://www.vinc17.org/mutt/ User-Agent: Mutt/1.5.20-6127-vl-r38670 (2010-08-14) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: FreeBSD 6.x (2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.2 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) Hi, I've tried to build GNU Emacs on Debian/unstable machines with ./configure --prefix=3D/usr/local/emacs-23.2 --enable-asserts --with-x-to= olkit=3Dgtk but the generated src/Makefile is incorrect. It contains: ALL_CFLAGS=3D-Demacs -DHAVE_CONFIG_H $(MYCPPFLAGS) -I. -I${srcdir} -D_BSD= _SOURCE -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/inc= lude/gio-1 -2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/= include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/u= sr/include/freetype2 ${CFLAGS_SOUND} ${RSVG_CFLAGS} ${DBUS_CFLAGS} ${GCON= F_CFLAGS} ${CFLAGS} ${DEPFLAGS} See the -I/usr/include/gio-1 -2.0/ instead of -I/usr/include/gio-unix-2.0/ The config.status file contains: S["C_SWITCH_X_SITE"]=3D" -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/pan= go-1.0 -I/usr/include/gio-"\ "unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/includ= e/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/i= ncl"\ "ude/freetype2 " I suppose there's a problem with the awk script that handles it. --=20 Vincent Lef=E8vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Ar=E9naire project (LIP, ENS-Lyon) From unknown Mon Jun 23 04:12:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6932: Buggy src/Makefile generation Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 28 Aug 2010 02:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6932 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Vincent Lefevre Cc: 6932@debbugs.gnu.org Received: via spool by 6932-submit@debbugs.gnu.org id=B6932.128296308414088 (code B ref 6932); Sat, 28 Aug 2010 02:39:01 +0000 Received: (at 6932) by debbugs.gnu.org; 28 Aug 2010 02:38:04 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OpBIx-0003fA-2D for submit@debbugs.gnu.org; Fri, 27 Aug 2010 22:38:03 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OpBIv-0003ek-CN; Fri, 27 Aug 2010 22:38:01 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OpBKL-0006jL-Q5; Fri, 27 Aug 2010 22:39:29 -0400 References: <20100828001245.GA8219@prunille.vinc17.org> From: Glenn Morris X-Spook: plutonium Guantanamo Mantis Elvis John Kerry Freeh Ruby X-Ran: x2UJZBQ6fHACoKy`,`}bz\.\;>)7tllcAXOx@vIDYAD[;+t~3Vr,'bW4is-IvOB$(6+/E` X-Hue: magenta X-Attribution: GM Date: Fri, 27 Aug 2010 22:39:29 -0400 In-Reply-To: <20100828001245.GA8219@prunille.vinc17.org> (Vincent Lefevre's message of "Sat\, 28 Aug 2010 02\:12\:45 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.2 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.2 (------) unarchive 5857 forcemerge 5857 6932 stop Vincent Lefevre wrote: > -I/usr/include/gio-1 -2.0/ > > instead of > > -I/usr/include/gio-unix-2.0/ This is a duplicate of the fixed bug http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5857