An attempt to emerge dev-util/git-1.6.3 fails due to lack of file 50git-gentoo.el. Needless to say, it happens with USE=emacs. The file, or one of previous versions if itself updated, was installed when I emerge git-1.6.2.3. I wonder why the file has been removed.
* MATSUI Tetsushi (VED03370@nifty.ne.jp) wrote: > The file, or one of previous versions if itself updated, was installed when I > emerge git-1.6.2.3. I wonder why the file has been removed. Are you sure you've updated recently? That file was removed apparently in error on the 9th, but it was added back an hour later[1]. It definitely exists here on a sync from earlier today: ~/Desktop $ ls -l /var/lib/repos/gentoo/dev-util/git/files/50git-gentoo.el -rw-r--r-- 1 jay portage 473 2009-05-08 22:18 /var/lib/repos/gentoo/dev-util/git/files/50git-gentoo.el ~/Desktop $ cat /var/lib/repos/gentoo/metadata/timestamp.x 1242610801 Mon May 18 01:40:01 2009 UTC ..and it is installed too: ~/Desktop $ qlist -e git | grep 50git /usr/share/emacs/site-lisp/site-gentoo.d/50git-gentoo.el 1. http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/files/50git-gentoo.el?rev=1.3&view=markup
Hi James, Thanks for the info! This is Prefix, and I apparently had the bad luck to sync exactly from an rsync snapshot that had the file removed. So we'll have to readd the file in Prefix again too.
(In reply to comment #2) > Hi James, > > Thanks for the info! This is Prefix, and I apparently had the bad luck to sync > exactly from an rsync snapshot that had the file removed. So we'll have to > readd the file in Prefix again too. > Added. (added James to CC for his info) ;)
Amusing! Thank you all.