Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168340 - app-emacs/wanderlust-2.14.0-r2 compilation error and missing dependency
Summary: app-emacs/wanderlust-2.14.0-r2 compilation error and missing dependency
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: 2007-02-25 16:12 UTC by Ulrich Müller
Modified: 2007-02-26 07:53 UTC (History)
0 users

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


Attachments
Proposed bugfix for wanderlust-2.14.0-r2.ebuild (diff,1.02 KB, patch)
2007-02-25 16:13 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2007-02-25 16:12:17 UTC
app-emacs/wanderlust-2.14.0-r2 fails to compile bbdb-wl.el (included in the utils subdirectory).

Furthermore, the package only compiles if app-emacs/bbdb is installed, so a dependency is missing, too.


Reproducible: Always

Steps to Reproduce:
1. emerge --unmerge wanderlust # in case it was previously installed
2. emerge wanderlust

Actual Results:  
At the end of the compile phase the following error message appears:

While compiling toplevel forms in file /var/tmp/portage/app-emacs/wanderlust-2.14.0-r2/work/wl-2.14.0/utils/elc.10326/bbdb-wl.el:
  !! File error (("Cannot open load file" "elmo-vars"))
Done
mv: cannot stat `*.elc': No such file or directory
>>> Source compiled.



As usual, find my proposed bugfix attached.
Fortunately, a "bbdb" USE flag already exists.
Comment 1 Ulrich Müller gentoo-dev 2007-02-25 16:13:27 UTC
Created attachment 111204 [details, diff]
Proposed bugfix for wanderlust-2.14.0-r2.ebuild
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2007-02-26 07:53:27 UTC
What I like about your bug reports: They always contain fixes and so my brain can rest.  For your information, rekeywording for alpha and ppc-macos takes place in bug 168420.
Note to self: Will have to look at wanderlust-cvs, too.