Your message dated Sat, 6 Mar 2010 20:40:36 -0600
with message-id <[email protected]>
and subject line Re: git-core: Doesn't load git.el due to recursive require
feature
has caused the Debian Bug report #554883,
regarding git-core: Doesn't load git.el due to recursive require feature
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
554883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554883
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-core
Version: 1:1.6.5.2-1
Severity: normal
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.31.5perusio (PREEMPT)
Locale: LANG=pt_PT.UTF-8, LC_CTYPE=pt_PT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages git-core depends on:
ii libc6 2.9-25 GNU C Library: Shared
libraries
ii libcurl3-gnutls 7.19.5-1.1 Multi-protocol file
transfer libra
ii libdigest-sha1-perl 2.12-1 NIST SHA-1 message
digest algorith
ii liberror-perl 0.17-1 Perl module for
error/exception ha
ii libexpat1 2.0.1-4 XML parsing C library -
runtime li
ii perl-modules 5.10.1-5 Core Perl modules
ii zlib1g 1:1.2.3.3.dfsg-15 compression library -
runtime
Versions of packages git-core recommends:
ii less 436-1 pager program similar to
more
ii openssh-client [ssh-client] 1:5.1p1-8 secure shell client, an
rlogin/rsh
ii patch 2.5.9-5 Apply a diff file to an
original
ii rsync 3.0.6-1 fast remote file copy
program (lik
Versions of packages git-core suggests:
pn git-arch <none> (no description
available)
pn git-cvs <none> (no description
available)
pn git-daemon-run <none> (no description
available)
pn git-doc <none> (no description
available)
pn git-email <none> (no description
available)
pn git-gui <none> (no description
available)
pn git-svn <none> (no description
available)
ii gitk 1:1.6.5-1 fast, scalable,
distributed revisi
pn gitweb <none> (no description
available)
-- no debconf information
When trying to require the feature 'git. I get an error with the
following backtrace:
Debugger entered--Lisp error: (error "Recursive `require' for feature
`git'")
require(git)
(if (featurep (quote git)) nil (require (quote git)) (autoload
(quote git-blame-mode) "git-blame" "Minor mode for incremental blame
for Git." t))
eval-region(60543 60675 t (lambda (ignore) (goto-char 60675)
(quote (if ... nil ... ...)))) ; Reading at buffer position 60589
apply(eval-region (60543 60675 t (lambda (ignore) (goto-char
60675) (quote ...))))
eval-defun-2()
eval-defun(nil)
call-interactively(eval-defun nil nil)
recursive-edit()
I'm on Squeeze and installed the Sid pkg to see if it was solved. But
no. What I did was to copy git.el to my ~/elisp and change the feature
name from mere 'git to 'git-el and it worked. I guess that there's
some kinf of interaction between the vc-git.el package, now in Emacs
23 and git.el.
There's a tiny patch attached.
Thank you,
--- appa
--- /usr/share/doc/git-core/contrib/emacs/git.el 2009-10-28
00:03:34.000000000 +0000
+++ git.el 2009-11-07 01:22:35.233014926 +0000
@@ -1694,5 +1694,5 @@
(interactive)
(describe-function 'git-status-mode))
-(provide 'git)
+(provide 'git-el)
;;; git.el ends here
--- End Message ---
--- Begin Message ---
Antonio P. P. Almeida wrote:
> This problem was fixed in a later version of emacs23. My patch was
> just a workaround. Since it's much easier to change git.el (provided
> with the git-core pkg) than fiddling with emacs "builtin" VC support.
>
> It's fixed now. Thank you.
Okay, I’ll take your word for it. ;-)
Thank you for your efforts.
Jonathan
--- End Message ---