Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105316 - cedet doesn't install sb-info.el
Summary: cedet doesn't install sb-info.el
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 18:00 UTC by Ben
Modified: 2006-03-05 22:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben 2005-09-08 18:00:46 UTC
The cedet ebuild doesn't install speedbar/sb-info.el. Because of the
speedbar-loaddefs, Emacs will look for this anyway, but it doesn't find it,
which causes a nasty error and prevents whatever was happening from proceeding.

It can even happen from seemingly unrelated matters, e.g. python-mode triggered
a (require 'info)....

Reproducible: Always
Steps to Reproduce:
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2005-09-09 18:07:38 UTC
Hi Ben. What version of ebuild?  I added 1.0_pre3 (last version was 1.0_beta3) to
portage on 6 Sep 2005 which should have fixed this bug.
Comment 2 Ben 2005-09-10 10:00:43 UTC
Hi. I'm not sure what happened, but you can close this bug.

The first thing I tried was:

Script started on Sat 10 Sep 2005 12:57:43 PM EDT
$ epm -q cedet
cedet-1.0_pre3
$ epm -ql cedet
/usr/share/emacs/site-lisp/cedet/cogre/init-compile-script
[...Nothing important...]
/usr/share/info/semantic-langdev.info-1.gz
$ epm -ql cedet | grep sb-info
$ epm -qf /usr/share/emacs/site-lisp/cedet/speedbar/sb-info.el
file /usr/share/emacs/site-lisp/cedet/speedbar/sb-info.el is not owned by any
package
$ 
Script done on Sat 10 Sep 2005 12:58:25 PM EDT

*But* then I unemerged and re-emerged cedet, and:
$ epm -qf /usr/share/emacs/site-lisp/cedet/speedbar/sb-info.el
cedet-1.0_pre3

Huh.

Anyway, thanks, and sorry to bother you.
Comment 3 Matthew Kennedy (RETIRED) gentoo-dev 2006-03-05 22:55:17 UTC
No problem.