Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
error emerging enigmail [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Despot Despondency
Apprentice
Apprentice


Joined: 14 Mar 2009
Posts: 176

PostPosted: Sat Jan 16, 2010 3:22 pm    Post subject: error emerging enigmail [SOLVED] Reply with quote

Hi, I'm trying to get thunderbird up and running on my machine which requires enigmail. However, when I try to install enigmail I get the following error

Code:

 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m ERROR: x11-plugins/enigmail-0.95.7-r5 failed.
 ^[[31;01m*^[[0m Call stack:
 ^[[31;01m*^[[0m                   ebuild.sh, line   49:  Called pkg_setup
 ^[[31;01m*^[[0m   enigmail-0.95.7-r5.ebuild, line   83:  Called die
 ^[[31;01m*^[[0m The specific snippet of code:
 ^[[31;01m*^[[0m                        die "You must build app-crypt/pinentry with GTK or QT3 support"
 ^[[31;01m*^[[0m  The die message:
 ^[[31;01m*^[[0m   You must build app-crypt/pinentry with GTK or QT3 support
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m If you need support, post the topmost build error, and the call stack if relevant.
 ^[[31;01m*^[[0m A complete build log is located at '/var/tmp/portage/x11-plugins/enigmail-0.95.7-r5/t$
 ^[[31;01m*^[[0m The ebuild environment file is located at '/var/tmp/portage/x11-plugins/enigmail-0.95$
 ^[[31;01m*^[[0m


I've found a bug report for this https://bugs.gentoo.org/276542 but I'm not sure what it is saying I should do. Any help?


Last edited by Despot Despondency on Sat Jan 16, 2010 4:00 pm; edited 1 time in total
Back to top
View user's profile Send private message
Mike Hunt
Watchman
Watchman


Joined: 19 Jul 2009
Posts: 5287

PostPosted: Sat Jan 16, 2010 3:37 pm    Post subject: Re: error emerging enigmail Reply with quote

Simple enough:
Quote:
The specific snippet of code:
^[[31;01m*^[[0m die "You must build app-crypt/pinentry with GTK or QT3 support"

Just add app-crypt/pinentry gtk to /etc/portage/package.use
Code:
echo "app-crypt/pinentry gtk" >>  /etc/portage/package.use

And recompile app-crypt/pinentry
Code:
emerge --oneshot app-crypt/pinentry
Back to top
View user's profile Send private message
Despot Despondency
Apprentice
Apprentice


Joined: 14 Mar 2009
Posts: 176

PostPosted: Sat Jan 16, 2010 3:59 pm    Post subject: Reply with quote

Thanks, that sorted it. I tried adding the qt3 USE flag in /etc/make.conf. Didn't try gtk though. Anyway I've managed to install enigmail now. thanks.
Back to top
View user's profile Send private message
Mike Hunt
Watchman
Watchman


Joined: 19 Jul 2009
Posts: 5287

PostPosted: Sat Jan 16, 2010 4:03 pm    Post subject: Reply with quote

Ok, good, but you probably don't want the qt3 USE flag anywhere. It was used for kde3.
Back to top
View user's profile Send private message
Despot Despondency
Apprentice
Apprentice


Joined: 14 Mar 2009
Posts: 176

PostPosted: Sat Jan 16, 2010 6:20 pm    Post subject: Reply with quote

OK, thanks for the tip.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum