Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101835 - mod_php-4.4.0-r1 fails to configure: pthreads not found
Summary: mod_php-4.4.0-r1 fails to configure: pthreads not found
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 03:09 UTC by Sebastian L.
Modified: 2005-09-28 03:03 UTC (History)
0 users

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


Attachments
config.log (config.log,4.71 KB, text/plain)
2005-08-09 03:11 UTC, Sebastian L.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian L. 2005-08-09 03:09:52 UTC
mod_php-4.4.0-r1 fails to emerge giving the following error:

--
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking for mod_charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS... 
configure: error: ZTS currently requires working POSIX threads. We were unable 
to verify that your system supports Pthreads.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/mod_php-4.4.0-r1/work/php-4.4.0/config.log

!!! ERROR: dev-php/mod_php-4.4.0-r1 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.
--

[ebuild   R   ] net-www/apache-2.0.54-r13  +apache2 -debug -doc -ldap -mpm-
leader -mpm-peruser -mpm-prefork -mpm-threadpool +mpm-worker -no-suexec (-
selinux) +ssl -static-modules +threads 0 kB

[ebuild  N    ] dev-php/mod_php-4.4.0-r1  -X +apache2 +berkdb +crypt +curl -
debug -doc -fdftk -firebird -flash -freetds +gd -gd-external +gdbm -gmp -
hardenedphp -imap -informix +ipv6 -java +jpeg -kerberos -ldap -mcal -memlimit -
mssql +mysql +nls -oci8 -odbc +pam +png +postgres +snmp -spell +ssl +tiff 
+truetype +xml2 -yaz 0 kB

--

please post if you need more information on this.


Reproducible: Always
Steps to Reproduce:
1. emerge -v =mod_php-4.4.0-r1




hubert ~ # emerge info
Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.5-20050130, glibc-2.3.5-
r0, 2.6.10-gentoo-r4 i686)
=================================================================
System uname: 2.6.10-gentoo-r4 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
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.5
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 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/
config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://gentoo.ims-firmen.de/gentoo http://gentoo.osuosl.org 
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.ims-firmen.de/gentoo-portage"
USE="adns apache2 berkdb bitmap-fonts crypt curl eds emboss gd gdbm gif 
imagemagick innodb ipv6 jpeg libg++ libwww motif mp3 mysql ncurses nls nocd 
offensive ogg pam perl php png postgres python readline sftplogging snmp ssl 
tcpd threads tiff truetype truetype-fonts type1-fonts unicode vhosts vorbis wmf 
x86 xml xml2 zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Sebastian L. 2005-08-09 03:11:30 UTC
Created attachment 65510 [details]
config.log
Comment 2 Sebastian L. 2005-08-14 12:45:31 UTC
i was damn stupid and hereby state how sorry i am to have bothered you.


this was not a bug but an inconsistency with recently updated mysql 4.0.x to 
4.1.x and dependency issues. i worked it out.

also, i must say, that error message is confusing.
Comment 3 Trey Blancher 2005-09-28 02:54:29 UTC
How did you resolve it?  I'm getting the same thing...
Comment 4 Sebastian L. 2005-09-28 03:03:05 UTC
go 'revdep-rebuild' - if it fails to get the packets in the correct order try
each of them manually until you find one that compiles. i think it might have
been libwww at my system. don't know for sure though, has been some time.

is is necessary to revdep-rebuild after upgrading mysql from 4.0.x to 4.1.x,
before you can (re)merge packages with mysql in the dependency-tree. use 'emerge
-vDt package' to check its dependency-tree.