Both ipc (>=1.0.5) and enigmail (>=0.83.6) now have a script called "makemake" in the top-level build directory that does some magic on a Makefile.in to generate the actual makefile used in compilation. A patch for this problem will be attached to this bug shortly; apply with patch -p0 < mozilla-thunderbird-0.6-r1.ebuild.patch The script uses ex(1) to edit Makefile.in; vi should thus perhaps become a dependency for mozilla-thunderbird? Reproducible: Always Steps to Reproduce: 1. ACCEPT_KEYWORDS="~x86" emerge =mozilla-thunderbird-0.6-r1 Actual Results: Thunderbird itself compiled correctly, but the attempt to make the ipc and enigmail extensions failed. Expected Results: The ipc and enigmail extensions should have been built properly.
Created attachment 32744 [details, diff] Patch for the problem described in the intial bug report
Should be all set in mozilla-thunderbird-0.6-r2 and 0.7 Can't use the makemake supplied with ipc and enigmail because it depends on tcsh, so I simulated makemake in the ebuild itself. Thanks!