Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108095 - wvstreams emerge fails during configure
Summary: wvstreams emerge fails during configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Alin Năstac (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-04 11:05 UTC by Dmitry Suzdalev
Modified: 2005-10-16 04:11 UTC (History)
0 users

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


Attachments
configure log (config.log,35.73 KB, text/plain)
2005-10-04 11:08 UTC, Dmitry Suzdalev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Suzdalev 2005-10-04 11:05:30 UTC
While emerging wvstreams-4.0.2 configure gives me an error, saying that no
openssl 0.9.7 found. But!

1. I have "-ssl" use-flag
2. I have openssl-0.9.7e-r1 installed

Reproducible: Always
Steps to Reproduce:
1. emerge wvstreams

Actual Results:  
Configure script exits with error:

configure: WARNING: FFTW is missing.
configure: WARNING: QDBM is missing.
configure: WARNING: PAM is missing.
configure: WARNING: OpenSLP is missing.
configure: WARNING: OpenSSL is missing.
configure: error: Required dependencies missing: OpenSSL>=0.9.7

config.log attached.


Expected Results:  
Configure and build ;)

Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.5,
glibc-2.3.4.20041102-r1, 2.6.12.5 i686)
=================================================================
System uname: 2.6.12.5 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.citkit.ru/pub/Linux/gentoo"
LANG="ru_RU.KOI8-R"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aalib alsa apm avi bitmap-fonts cdparanoia cdr crypt curl dvd eds
emboss encode exif fam foomaticdb gd gif gphoto2 gpm gstreamer gtk gtk2 iconv
imagemagick imlib jpeg kde kdexdeltas libg++ libwww mmx mmxext mp3 ncurses ogg
oggvorbis opengl oss pdflib perl png python qt quicktime readline rtc sdl slang
sndfile speex spell sse sse2 truetype truetype-fonts type1-fonts unicode usb vim
vim-pager vim-with-x vorbis xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Dmitry Suzdalev 2005-10-04 11:08:30 UTC
Created attachment 69863 [details]
configure log
Comment 2 Alin Năstac (RETIRED) gentoo-dev 2005-10-16 04:11:05 UTC
I don't understand why this configure has a valid --without-openssl parameter
since openssl is required anyway.

Solved by removing ssl useflag and adding unconditional dependency on openssl.