Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 617248 - mail-client/thunderbird-45.8.0: tag for installed enigmail could not be found!
Summary: mail-client/thunderbird-45.8.0: tag for installed enigmail could not be found!
Status: RESOLVED DUPLICATE of bug 616430
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-02 14:33 UTC by Jonas Stein
Modified: 2017-05-02 14:56 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 Jonas Stein gentoo-dev 2017-05-02 14:33:18 UTC
emerge -1 mail-client/thunderbird
failed here with

make[1]: Leaving directory '/var/tmp/portage/mail-client/thunderbird-45.8.0/work/thunderbird-45.8.0/tbird/mail/installer'
sed: can't read /usr/share/enigmail/install.rdf: No such file or directory
 * ERROR: mail-client/thunderbird-45.8.0::gentoo failed (install phase):
 *   <EM:ID> tag for installed enigmail could not be found!
 * 
 * Call stack:
 *     ebuild.sh, line 115:  Called src_install
 *   environment, line 5510:  Called die
 * The specific snippet of code:
 *               die "<EM:ID> tag for installed enigmail could not be found!";

as described on https://forums.gentoo.org/viewtopic-t-1062588.html?sid=ec3fa95b56f157d3279578819dc7116b too.

reemerging enigmail and thunderbird solved the problem:

emerge -1 x11-plugins/enigmail
emerge -1 mail-client/thunderbird

Is there a chance to trigger the reemerge automatically by enigmail or thunderbird?
Comment 1 Ian Stakenvicius (RETIRED) gentoo-dev 2017-05-02 14:56:33 UTC
OK so this has been happening way too much for the issue to be strange one-offs, HOWEVER, I do not understand why or how it's occurring.  x11-plugins/enigmail is in both DEPEND and RDEPEND and so it -must- be on-disk when thunderbird is being emerged, and if it's on-disk then the code can find that install.rdf.

What I would like to know first and foremost is why enigmail didn't have install.rdf merged to begin with, as that is the only thing I can think of that would be causing this bug.

At any rate, it's a duplicate, merging to keep the resolution in one location.

*** This bug has been marked as a duplicate of bug 616430 ***