| Summary: | dev-util/git-1.6.2.2 fails src_install with emacs use flag enabled | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Scott Thomson <smoothhound> |
| Component: | Current packages | Assignee: | Robin Johnson <robbat2> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | deduktionstheorem, fauli, ricmm |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** This bug has been marked as a duplicate of bug 237210 *** The resolution of the duplicate is to bump to 1.6.2.2 which is the version I've tested. The problem is still present in 1.6.2.2-r1 Same here (~amd64, paludis, git 1.6.2.2-r1):
* Installing Elisp files for GNU Emacs support ...
install: cannot stat `contrib/emacs/git-blame.elc': No such file or directory
/usr/libexec/paludis/utils/doins: doins returned error 2
* elisp-install: doins failed
with
* dev-util/git [U 1.6.2 -> 1.6.2.2-r1] <world>
-bash-completion -cgi -curl -cvs doc emacs gtk iconv -mozsha1 perl (-ppcsha1) -subversion threads -tk -webdav -xinetd build_options: -optional_tests split strip
Still a dupe. *** This bug has been marked as a duplicate of bug 237210 *** |
When trying to install dev-util/git-1.6.2.2 I get: * Installing Elisp files for GNU Emacs support ... install: cannot stat `contrib/emacs/git-blame.elc': No such file or directory It looks like contrib/emacs/git-blame.elc is missing from the tar ball, ebuild looks for it in line 160: elisp-install ${PN} contrib/emacs/git-blame.{el,elc} || die Reproducible: Always