GNU bug report logs - #6246
24.0.50; Circular dependencies in lib-src/Makefile.in

Previous Next

Package: emacs;

Reported by: Eli Zaretskii <eliz <at> gnu.org>

Date: Sat, 22 May 2010 07:56:01 UTC

Severity: normal

Found in version 24.0.50

Done: Jan Djärv <jan.h.d <at> swipnet.se>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jan Djärv <jan.h.d <at> swipnet.se>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#6246: closed (24.0.50; Circular dependencies in
 lib-src/Makefile.in)
Date: Sat, 22 May 2010 12:06:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 22 May 2010 14:05:09 +0200
with message-id <4BF7C875.4060705 <at> swipnet.se>
and subject line Re: bug#6246: 24.0.50; Circular dependencies in lib-src/Makefile.in
has caused the GNU bug report #6246,
regarding 24.0.50; Circular dependencies in lib-src/Makefile.in
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
6246: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6246
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50; Circular dependencies in lib-src/Makefile.in
Date: Sat, 22 May 2010 03:54:57 -0400
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)


[Message part 3 (message/rfc822, inline)]
From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 6246-done <at> debbugs.gnu.org
Subject: Re: bug#6246: 24.0.50; Circular dependencies in lib-src/Makefile.in
Date: Sat, 22 May 2010 14:05:09 +0200
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.



This bug report was last modified 15 years and 81 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.