Bug 138190 - cedet-1.0_pre3-r1 and current cvs-emacs: circular dependency of info files
Bug#: 138190 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P3
Resolution: FIXED Assigned To: emacs@gentoo.org Reported By: schubert.seb@googlemail.com
Component: Applications
URL: 
Summary: cedet-1.0_pre3-r1 and current cvs-emacs: circular dependency of info files
Keywords:  
Status Whiteboard: 
Opened: 2006-06-27 06:04 0000
Description:   Opened: 2006-06-27 06:04 0000
Running info reader with cedet-1.0_pre3-r1 and current cvs-emacs stops because
of circular dependency. Refer to
http://comments.gmane.org/gmane.emacs.cedet/2252

The solution as stated above is to change the two last lines in sb-info.el.
I'll attach a patch that does it.

------- Comment #1 From Sebastian Schubert 2006-06-27 06:05:46 0000 -------
Created an attachment (id=90270) [details]
sb-info.el.patch

exchanges two lines => no circular dependancy

------- Comment #2 From Martin Schoenmakers 2006-06-27 06:53:53 0000 -------
Isn't this the bug in emacs-cvs itself as mentioned in
http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-05/msg00304.html and
http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-05/msg00321.html ?

If so it's solved by upgrading to a more recent cvs version. (emerge emacs-cvs)

------- Comment #3 From Sebastian Schubert 2006-06-27 11:42:53 0000 -------
It is not solved by an emacs update... The cedet guys seem to accept this
change above.

------- Comment #4 From Matthew Kennedy (RETIRED) 2006-08-08 22:17:57 0000 -------
Thanks for the help solving this bug.  I've applied the patch you created.

--- ChangeLog   2006-05-15 11:38:03.000000000 -0500
+++ ChangeLog.new       2006-08-09 00:17:01.000000000 -0500
@@ -2,6 +2,11 @@
 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.11 2006/05/15
16:38:03 mkennedy Exp $

+  09 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org>
+  +files/1.0_pre3-sb-info-circular-dep-gentoo.patch,
+  cedet-1.0_pre3-r1.ebuild:
+  Break circular info file reference; Resolves Bug #138190.
+