Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 341377 - app-emacs/cedet-1.0 error in site-init file with app-editors/emacs[-X]
Summary: app-emacs/cedet-1.0 error in site-init file with app-editors/emacs[-X]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-16 19:46 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-10-17 07:27 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-10-16 19:46:04 UTC
tinderbox special-lists # emacs -q -batch; echo $?
Setting up CEDET packages...
Setting up CEDET packages...done
Symbol's value as variable is void: image-load-path
255
tinderbox special-lists # emerge -C cedet
 * This action can remove important packages! In order to be safer, use
 * `emerge -pv --depclean <atom>` to check for reverse dependencies before
 * removing packages.

 app-emacs/cedet
    selected: 1.0 
   protected: none 
     omitted: none 

All selected packages: app-emacs/cedet-1.0

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in:  5 4 3 2 1 
>>> Unmerging app-emacs/cedet-1.0...
 * Regenerating site-gentoo.el for GNU Emacs (postrm) ...
 * ... 128 site initialisation files included.

 * Regenerating GNU info directory index...
 * Processed 647 info files.
tinderbox special-lists # emacs -q -batch; echo $?
Loading w3m-wget...
Loading mail-mime-setup...
gnus-mime-setup is not found.
emh-setup is not found.
0
tinderbox special-lists #
Comment 1 Ulrich Müller gentoo-dev 2010-10-16 20:19:00 UTC
Unfortunately my crystal ball is broken, so could you post the output of
"emerge -pv emacs" please? ;-)

And I bet that this happens with USE="-X" only.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-10-17 00:55:41 UTC
Seems to me your crystal ball works just fine ;)

The patch you sent me on IRC works fine, thanks!
Comment 3 Ulrich Müller gentoo-dev 2010-10-17 07:27:05 UTC
Variable image-load-path doesn't exist in Emacs if compiled with USE="-X". This is the same problem as in bug 246888.

Fixed without revbump. Thanks.