Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112283 - can't emerge net-libs/libwww-5.4.0-r4
Summary: can't emerge net-libs/libwww-5.4.0-r4
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-12 08:06 UTC by Rodrigo Severo
Modified: 2005-11-12 09:04 UTC (History)
1 user (show)

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


Attachments
/var/tmp/portage/libwww-5.4.0-r4/work/w3c-libwww-5.4.0/config.log (config.log,220.10 KB, text/plain)
2005-11-12 08:07 UTC, Rodrigo Severo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo Severo 2005-11-12 08:06:10 UTC
net-libs/libwww-5.4.0-r4 won't emerge:

# emerge -av libwww
.
.
.
checking whether to support mysql access.... yes
checking for /usr/lib64/mysql/libmysqlclient.a... -L/usr/lib64/mysql -lmysqlclient
checking whether we include the Expat XML parser.... yes
checking whether we include MD5 support for HTTP Digest Authentication.... yes
checking whether we include WebDAV support.... no
checking whether we include extension methods.... no
checking whether we can find OpenSSL... configure: error: Could not find the
-L/usr/lib -lssl -lcrypto libraries.  You must first install openSSL.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/libwww-5.4.0-r4/work/w3c-libwww-5.4.0/config.log

!!! ERROR: net-libs/libwww-5.4.0-r4 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1.# emerge -av libwww
Actual Results:  
The emerge process failed.

Expected Results:  
emerged successfully

# emerge info
Portage 2.0.51.22-r3 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r3,
2.6.13-gentoo-r5 x86_64)
=================================================================
System uname: 2.6.13-gentoo-r5 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.13
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
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-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=k8 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg distcc distlocks fixpackages sandbox sfperms strict"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://ftp-mirror.internap.com/pub/gentoo/ http://gentoo.ccccom.com
http://gentoo.mirror.sdv.fr
http://distro.ibiblio.org/pub/Linux/distributions/gentoo/
http://gentoo.mirrors.pair.com/http://gentoo.ccccom.com/ http://gentoo.osuosl.org/"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage-fabrica /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 alsa avi bitmap-fonts bzip2 crypt eds emboss encode expat foomaticdb
fortran gif gpm gstreamer gtk2 imlib jpeg ldap libwww lzw lzw-tiff md5sum mp3
mpeg mysql ncurses opengl pam pcre pdflib perl png python quicktime readline sdl
spell ssl tcpd tiff truetype-fonts type1-fonts udev usb userlocales xpm xv zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Rodrigo Severo 2005-11-12 08:07:08 UTC
Created attachment 72756 [details]
/var/tmp/portage/libwww-5.4.0-r4/work/w3c-libwww-5.4.0/config.log

The resulting config.log as resquested.
Comment 2 Alexandre Buisse (RETIRED) gentoo-dev 2005-11-12 08:34:26 UTC
According to config.log, it comes from libmysql, and it does not find the right
one. This
"/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld:
skipping incompatible /usr/lib64/mysql/libmysqlclient.so when searching for
-lmysqlclient" usually arises when you find a 32bit lib on a 64bit machine, but
it does not seem to be the case here...

Perhaps could you try recompiling mysql ?
Comment 3 Rodrigo Severo 2005-11-12 09:04:49 UTC
I did. And after a "emerge world" and a "emerge depclean" libwww was uninstalled.

Everything seems to be fine now. The strange part - and the reason I reported
the bug in the first place - is that I had already compiled mysql-4.1.14 2 times.