Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142502 - app-crypt/gnupg-1.9.20-r3 fails to compile
Summary: app-crypt/gnupg-1.9.20-r3 fails to compile
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-02 00:04 UTC by Joerg S.
Modified: 2006-09-22 18:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
/var/tmp/portage/gnupg-1.9.20-r3/work/gnupg-1.9.20/config.log (config.log,194.10 KB, text/plain)
2006-08-02 00:06 UTC, Joerg S.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg S. 2006-08-02 00:04:04 UTC
configure: WARNING:
***
*** To support concurrent access to the gpg-agent and the SCdaemon
*** we need the support of the GNU Portable Threads Library.
*** Download it from ftp://ftp.gnu.org/gnu/pth/
*** On a Debian GNU/Linux system you might want to try
***   apt-get install libpth-dev
***

*snip succsessful messages*

configure:
***
*** You need libassuan to build this program.
*** This library is for example available at
***   ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/
*** (at least version 0.6.10 is required).
***
configure:
***
*** You need libksba to build this program.
*** This library is for example available at
***   ftp://ftp.gnupg.org/gcrypt/alpha/libksba/
*** (at least version 0.9.13 is required).
***
configure:
***
*** It is now required to build with support for the
*** GNU Portable Threads Library (Pth). Please install this
*** library first.  The library is for example available at
***   ftp://ftp.gnu.org/gnu/pth/
*** On a Debian GNU/Linux system you can install it using
***   apt-get install libpth-dev
***
configure: error:
***
*** Required libraries not found. Please consult the above messages
*** and install them before running configure again.
***


Portage 2.1-r1 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.6-r4, 2.6.16.18-xenU i686)
=================================================================
System uname: 2.6.16.18-xenU i686 Intel(R) Celeron(R) CPU 2.00GHz
Gentoo Base System version 1.6.14
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r2, 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -frename-registers -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-O2 -frename-registers -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/var/tmp/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer nospinner sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 3dnow X apache2 apm avi berkdb bitmap-fonts bzlib cli crypt cups dlloader eds emboss encode foomaticdb fortran gd gdbm gif gstreamer imap imlib isdnlog jpeg libg++ libwww mad mbox mikmod mmx motif mp3 mpeg ncurses nls ogg oggvorbis pam pcre pdflib perl png postfix pppd python qt3 qt4 quotas readline reflection sasl session skey spell spl ssl tcpd truetype truetype-fonts type1-fonts vorbis xml2 xmms xorg zlib elibc_glibc input_devices_void kernel_linux userland_GNU video_cards_dummy"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Joerg S. 2006-08-02 00:06:10 UTC
Created attachment 93246 [details]
/var/tmp/portage/gnupg-1.9.20-r3/work/gnupg-1.9.20/config.log
Comment 2 Alon Bar-Lev (RETIRED) gentoo-dev 2006-09-20 07:32:05 UTC
Have you tried gnupg-1.9.21?
If it also fails, can you please provide recent logs?
Comment 3 Daniel Black (RETIRED) gentoo-dev 2006-09-22 18:21:05 UTC
The dependencies of gnupg-1.9.20-r3 are
        >=dev-libs/pth-1.3.7
        >=dev-libs/libksba-0.9.13
        ~dev-libs/libassuan-0.6.10

According to your config.log these are not installed.
Did you emerge with -O?

Please retry and it should work ok.