Trying to build emacs-apps/planner-3.41 did not work:
emacs -q --no-site-file -batch -l ./scripts/planner-build.el \
-f planner-elint-files planner-*.el
Note, built-in variable `x-bitmap-file-path' not bound
Note, built-in variable `x-stretch-cursor' not bound
Cannot open load file: bbdb-com
make: *** [test] Error 255
!!! ERROR: app-emacs/planner-3.41 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_test
ebuild.sh, line 986: Called src_test
ebuild.sh, line 622: Called die
As it apparently wants some bbdb stuff (the big brother database). After
isntalling the bbdb (and disabling the tests) it installed fine. So is this an
uncodnditional requirement to have bbdb included? Or are the tests too strict?
DOn't know but it would be great to fix that.