Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57795 - mail-filter/anubis-3.6.2 failes to link against gpgme
Summary: mail-filter/anubis-3.6.2 failes to link against gpgme
Status: RESOLVED DUPLICATE of bug 63501
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 57193
  Show dependency tree
 
Reported: 2004-07-20 19:23 UTC by Daniel Black (RETIRED)
Modified: 2005-07-17 13:06 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 Daniel Black (RETIRED) gentoo-dev 2004-07-20 19:23:48 UTC
A simple step in configure could fix this. Refer below.


From compile:

checking for strdup... (cached) yes
checking for regcomp... yes
checking for daemon... yes
checking for isatty... yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for main in -lgpgme... no
Disabling GPGME support...

# ldd /usr/sbin/anubis
        linux-gate.so.1 =>  (0xffffe000)
        libpam_misc.so.0 => /lib/libpam_misc.so.0 (0x40035000)
        libpam.so.0 => /lib/libpam.so.0 (0x40038000)
        libpcre.so.0 => /usr/lib/libpcre.so.0 (0x40040000)
        libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x40050000)
        libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x40081000)
        libc.so.6 => /lib/libc.so.6 (0x4017c000)
        libdl.so.2 => /lib/libdl.so.2 (0x4028e000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

should have gpgme4 here.

bash-2.05b# emerge info
Portage 2.0.51_pre13 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.5-gentoo-r1 i686 Celeron (Coppermine))
=================================================================
System uname: 2.6.5-gentoo-r1 i686 Celeron (Coppermine)
Gentoo Base System version 1.4.16
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
Binutils: sys-devel/binutils-2.14.90.0.8-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache cvs distcc sandbox sign userpriv usersandbox"
GENTOO_MIRRORS="ftp://anonymous:user@mirror.internode.on.net/pub/gentoo             http://usename:password@premium.planetmirror.com/pub/gentoo             http://gentoo.oregonstate.edu           http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"
USE="X acpi alsa apache2 apm arts artswrappersuid avi berkdb bonobo cdr crypt cups encode ethereal fam fastcgi flash foomaticdb gd gif gtk gtkhtml guile imagemagick imlib java jpeg kde kerberos libgda libwww mad mbox mikmod mmx motif mozilla mpeg mysql nptl ntlm oggvorbis openal operanom2 pam pdflib perl php png ppds python qt quicktime readline samba sdl slp socks5 sox spell sse ssl svga tcltk tetex tiff truetype usb vhosts x86 xinerama xml xml2 xv zlib"


How other ebuilds do it:

app-crypt/gpa/gpa-0.6.1.ebuild:       GPGME_CONFIG=/usr/bin/gpgme4-config econf `use_enable nls` || die "econf failed"

qpkg -l gpgme

/usr/lib/libgpgme4.so.11.3.0
/usr/lib/libgpgme4.so.11 -> libgpgme4.so.11.3.0 1090375362
/usr/lib/libgpgme4.so -> libgpgme4.so.11.3.0 1090375362
/usr/lib/libgpgme4.la
/usr/lib/libgpgme4-pthread.so.11.3.0
/usr/lib/libgpgme4-pthread.so.11 -> libgpgme4-pthread.so.11.3.0 1090375362
/usr/lib/libgpgme4-pthread.so -> libgpgme4-pthread.so.11.3.0 1090375362
/usr/lib/libgpgme4-pthread.la
/usr/lib/libgpgme4-pth.so.11.3.0
/usr/lib/libgpgme4-pth.so.11 -> libgpgme4-pth.so.11.3.0 1090375362
/usr/lib/libgpgme4-pth.so -> libgpgme4-pth.so.11.3.0 1090375362
/usr/lib/libgpgme4-pth.la

(Danger bug report written under cronic lack of sleep. Please forgive potential errors)
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-07-30 18:19:43 UTC
Please hold off on this bug. Once I commit bug 57193 to the right location this will not need modification.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-08-16 03:53:13 UTC
solving the version bump may serve you better bug #59850
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-09-09 19:49:58 UTC

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