Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 53092

Summary: mozilla-thunderbird-0.6-r1 ebuild fails on ipc/enigmail
Product: Gentoo Linux Reporter: Nicholas Haggin <nhaggin>
Component: New packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch for the problem described in the intial bug report

Description Nicholas Haggin 2004-06-05 14:22:30 UTC
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.
Comment 1 Nicholas Haggin 2004-06-05 14:23:08 UTC
Created attachment 32744 [details, diff]
Patch for the problem described in the intial bug report
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-06-17 16:31:12 UTC
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!