Summary: | ayttm gives gpgme error on compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Virgil Iancu <virgil> |
Component: | Current packages | Assignee: | Gentoo Net-im project <net-im> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dragonheart, nadams |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Virgil Iancu
2005-01-18 08:16:40 UTC
Changing this part of the ebuild: src_compile() { econf \ --enable-smtp \ --disable-arts \ `use_enable truetype xft` \ `use_enable esd` \ `use_enable gnome` \ `use_enable nls` || die emake || die } So that it looks like this: src_compile() { econf \ --enable-smtp \ --disable-arts \ --disable-aycryption \ `use_enable truetype xft` \ `use_enable esd` \ `use_enable gnome` \ `use_enable nls` || die emake || die } Will disable encryption and ayttm will compile just fine. HTH I get the same error; have not tried hacking the ebuild. it just needed the right version of gpgme-0.3.14 it just needed the right version of gpgme-0.3.14 |