Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169749 - dev-lang/php-5.2.1-r3 fails to configure
Summary: dev-lang/php-5.2.1-r3 fails to configure
Status: RESOLVED DUPLICATE of bug 132533
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-07 12:38 UTC by Steve Carr
Modified: 2007-03-07 13:23 UTC (History)
0 users

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


Attachments
build.log file from emerge (build.log,29.50 KB, text/plain)
2007-03-07 12:39 UTC, Steve Carr
Details
info from "emerge -tvp php" command (emerge-package-info.txt,1.14 KB, text/plain)
2007-03-07 12:41 UTC, Steve Carr
Details
config log (config.log,365.26 KB, text/plain)
2007-03-07 13:18 UTC, Steve Carr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Carr 2007-03-07 12:38:00 UTC
dev-lang/php-5.2.1-r3 fails to configure with mysql

checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... /var/run/mysqld/mysqld.sock
checking for MySQL UNIX socket location... /var/run/mysqld/mysqld.sock
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed. Please check config.log for more information.

!!! ERROR: dev-lang/php-5.2.1-r3 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 5135:   Called src_compile
  php-5.2.1-r3.ebuild, line 173:   Called src_compile_normal
  php-5.2.1-r3.ebuild, line 323:   Called php5_2-sapi_src_compile
  php5_2-sapi.eclass, line 608:   Called die

!!! configure failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/dev-lang/php-5.2.1-r3/temp/build.log'.

Reproducible: Always

Steps to Reproduce:
emerge php

Actual Results:  
failed to configure

Expected Results:  
configure, compile and install

bob ~ # emerge --info
Portage 2.1.2-r9 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.18-gentoo-r3 i686)
=================================================================
System uname: 2.6.18-gentoo-r3 i686 Intel(R) Celeron(R) CPU 2.53GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Wed, 07 Mar 2007 05:30:01 +0000
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_EXTRA_OPTS="--timeout=600"
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.gentoo.org/gentoo-portage"
USE="X alsa apache2 berkdb bitmap-fonts clamav cli cracklib crypt cups curl dri dvd dvdr fam fortran freetds gdbm gpm iconv ieee1394 imap ipv6 isdnlog java ldap libg++ midi mono mysql ncurses nls nptl nptlonly objc odbc pam pcre pdf perl php ppds pppd python readline reflection samba sasl session spl sqlite ssl tcl tcpd tk truetype-fonts type1-fonts unicode usb x86 xml xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="radeon vesa fbdev"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
Comment 1 Steve Carr 2007-03-07 12:39:59 UTC
Created attachment 112396 [details]
build.log file from emerge
Comment 2 Steve Carr 2007-03-07 12:41:15 UTC
Created attachment 112397 [details]
info from "emerge -tvp php" command
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-03-07 12:50:31 UTC
<snip>
configure: error: mysql configure failed. Please check config.log for more information.
</snip>

Attach config.log here.
Comment 4 Steve Carr 2007-03-07 13:18:45 UTC
Created attachment 112407 [details]
config log
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-03-07 13:22:58 UTC
Erm... mysql != msql; remove that thing from your USE.

<snip>
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lmsql
</snip>
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2007-03-07 13:23:06 UTC

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