From unknown Sat Sep 06 03:34:15 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6246: 24.0.50; Circular dependencies in lib-src/Makefile.in Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 22 May 2010 07:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 6246 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 6246@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.12745149053045 (code B ref -1); Sat, 22 May 2010 07:56:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 May 2010 07:55:05 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFjY1-0000n4-3m for submit@debbugs.gnu.org; Sat, 22 May 2010 03:55:05 -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 1OFjXz-0000mh-AH for submit@debbugs.gnu.org; Sat, 22 May 2010 03:55:04 -0400 Received: from lists.gnu.org ([199.232.76.165]:50429) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OFjXw-0006zj-8S for submit@debbugs.gnu.org; Sat, 22 May 2010 03:55:00 -0400 Received: from [199.232.76.173] (port=33926 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFjXv-0006MF-Sy for bug-gnu-emacs@gnu.org; Sat, 22 May 2010 03:54:59 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OFjXu-0006zd-05 for bug-gnu-emacs@gnu.org; Sat, 22 May 2010 03:54:59 -0400 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on monty-python X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=AWL autolearn=ham version=3.1.0 Received: from fencepost.gnu.org ([140.186.70.10]:39907) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OFjXt-0006zZ-O9 for bug-gnu-emacs@gnu.org; Sat, 22 May 2010 03:54:57 -0400 Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OFjXt-0004QA-JS for bug-gnu-emacs@gnu.org; Sat, 22 May 2010 03:54:57 -0400 From: Eli Zaretskii Date: Sat, 22 May 2010 03:54:57 -0400 Message-ID: <7r632g8j72.fsf@fencepost.gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -6.5 (------) 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.5 (------) Building Emacs outside of the source tree triggers the following warnings from Make: make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/rcs2log <- /home/e/eliz/bzr/emacs/trunk/lib-src/rcs2log dependency dropped. make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/vcdiff <- /home/e/eliz/bzr/emacs/trunk/lib-src/vcdiff dependency dropped. make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/rcs-checkin <- /home/e/eliz/bzr/emacs/trunk/lib-src/rcs-checkin dependency dropped. make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/grep-changelog <- /home/e/eliz/bzr/emacs/trunk/lib-src/grep-changelog dependency dropped. I think the problem is that we have both VPATH and an explicit dependency for these files in lib-src/Makefile.in. In GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.12.9) of 2010-05-22 on fencepost configured using `configure '--with-jpeg=no' '--with-png=no' '--with-gif=no' '--with-tiff=no'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: nil default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC [ > 0 ; 1 3 6 ; 0 c C-x C-f b u TAB t r TAB DEL y TAB RET C-s c i r c u C-a C-@ ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC w C-x b RET ESC x r e p o r t - e m TAB RET Recent messages: ("./build/src/emacs") For information about GNU Emacs and the GNU system, type C-h C-a. Loading vc-bzr...done Mark saved where search started Mark set Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr message sendmail regexp-opt rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader emacsbug multi-isearch vc-bzr sha1 hex-util tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dynamic-setting font-render-setting gtk x-toolkit x multi-tty emacs) From unknown Sat Sep 06 03:34:15 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Eli Zaretskii Subject: bug#6246: closed (Re: bug#6246: 24.0.50; Circular dependencies in lib-src/Makefile.in) Message-ID: References: <4BF7C875.4060705@swipnet.se> <7r632g8j72.fsf@fencepost.gnu.org> X-Gnu-PR-Message: they-closed 6246 X-Gnu-PR-Package: emacs Reply-To: 6246@debbugs.gnu.org Date: Sat, 22 May 2010 12:06:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1274529962-12384-1" This is a multi-part message in MIME format... ------------=_1274529962-12384-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #6246: 24.0.50; Circular dependencies in lib-src/Makefile.in which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 6246@debbugs.gnu.org. --=20 6246: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D6246 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1274529962-12384-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 6246-done) by debbugs.gnu.org; 22 May 2010 12:05:20 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFnSB-0003DZ-SF for submit@debbugs.gnu.org; Sat, 22 May 2010 08:05:20 -0400 Received: from smtprelay-h21.telenor.se ([195.54.99.196]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFnSA-0003DT-D4 for 6246-done@debbugs.gnu.org; Sat, 22 May 2010 08:05:19 -0400 Received: from ipb3.telenor.se (ipb3.telenor.se [195.54.127.166]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id B05B0CD5E for <6246-done@debbugs.gnu.org>; Sat, 22 May 2010 14:05:12 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ask+AOJk90tV4S0jPGdsb2JhbACHaJYqDAEBAQE1Lb0AhRME X-IronPort-AV: E=Sophos;i="4.53,283,1272837600"; d="scan'208";a="522753405" Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb3.telenor.se with ESMTP; 22 May 2010 14:05:10 +0200 Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 50B757FA05A; Sat, 22 May 2010 14:05:09 +0200 (CEST) Message-ID: <4BF7C875.4060705@swipnet.se> Date: Sat, 22 May 2010 14:05:09 +0200 From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 To: Eli Zaretskii Subject: Re: bug#6246: 24.0.50; Circular dependencies in lib-src/Makefile.in References: <7r632g8j72.fsf@fencepost.gnu.org> In-Reply-To: <7r632g8j72.fsf@fencepost.gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 6246-done Cc: 6246-done@debbugs.gnu.org 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: -3.3 (---) 2010-05-22 09:54, Eli Zaretskii skrev: > Building Emacs outside of the source tree triggers the following > warnings from Make: > > make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/rcs2log<- /home/e/eliz/bzr/emacs/trunk/lib-src/rcs2log dependency dropped. > make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/vcdiff<- /home/e/eliz/bzr/emacs/trunk/lib-src/vcdiff dependency dropped. > make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/rcs-checkin<- /home/e/eliz/bzr/emacs/trunk/lib-src/rcs-checkin dependency dropped. > make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/grep-changelog<- /home/e/eliz/bzr/emacs/trunk/lib-src/grep-changelog dependency dropped. > > I think the problem is that we have both VPATH and an explicit > dependency for these files in lib-src/Makefile.in. > > I seen this but ignored it. These scripts doesn't seem to be very important, I never had any problems running an uninstalled emacs without them. I don't use RCS, vcdiff seems to be used only for SCCS, and I didn't find any usage of grep-changelog. I have checked in a fix. Jan D. ------------=_1274529962-12384-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 May 2010 07:55:05 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFjY1-0000n4-3m for submit@debbugs.gnu.org; Sat, 22 May 2010 03:55:05 -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 1OFjXz-0000mh-AH for submit@debbugs.gnu.org; Sat, 22 May 2010 03:55:04 -0400 Received: from lists.gnu.org ([199.232.76.165]:50429) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OFjXw-0006zj-8S for submit@debbugs.gnu.org; Sat, 22 May 2010 03:55:00 -0400 Received: from [199.232.76.173] (port=33926 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFjXv-0006MF-Sy for bug-gnu-emacs@gnu.org; Sat, 22 May 2010 03:54:59 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OFjXu-0006zd-05 for bug-gnu-emacs@gnu.org; Sat, 22 May 2010 03:54:59 -0400 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on monty-python X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=AWL autolearn=ham version=3.1.0 Received: from fencepost.gnu.org ([140.186.70.10]:39907) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OFjXt-0006zZ-O9 for bug-gnu-emacs@gnu.org; Sat, 22 May 2010 03:54:57 -0400 Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OFjXt-0004QA-JS for bug-gnu-emacs@gnu.org; Sat, 22 May 2010 03:54:57 -0400 From: Eli Zaretskii To: bug-gnu-emacs@gnu.org Subject: 24.0.50; Circular dependencies in lib-src/Makefile.in Date: Sat, 22 May 2010 03:54:57 -0400 Message-ID: <7r632g8j72.fsf@fencepost.gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -6.5 (------) X-Debbugs-Envelope-To: submit 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.5 (------) Building Emacs outside of the source tree triggers the following warnings from Make: make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/rcs2log <- /home/e/eliz/bzr/emacs/trunk/lib-src/rcs2log dependency dropped. make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/vcdiff <- /home/e/eliz/bzr/emacs/trunk/lib-src/vcdiff dependency dropped. make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/rcs-checkin <- /home/e/eliz/bzr/emacs/trunk/lib-src/rcs-checkin dependency dropped. make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/grep-changelog <- /home/e/eliz/bzr/emacs/trunk/lib-src/grep-changelog dependency dropped. I think the problem is that we have both VPATH and an explicit dependency for these files in lib-src/Makefile.in. In GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.12.9) of 2010-05-22 on fencepost configured using `configure '--with-jpeg=no' '--with-png=no' '--with-gif=no' '--with-tiff=no'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: nil default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC [ > 0 ; 1 3 6 ; 0 c C-x C-f b u TAB t r TAB DEL y TAB RET C-s c i r c u C-a C-@ ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC w C-x b RET ESC x r e p o r t - e m TAB RET Recent messages: ("./build/src/emacs") For information about GNU Emacs and the GNU system, type C-h C-a. Loading vc-bzr...done Mark saved where search started Mark set Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr message sendmail regexp-opt rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader emacsbug multi-isearch vc-bzr sha1 hex-util tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dynamic-setting font-render-setting gtk x-toolkit x multi-tty emacs) ------------=_1274529962-12384-1--