Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98811 - emerge php-4.3.11 fails due to sablotron >0.96 not found but 1.0.1 is installed
Summary: emerge php-4.3.11 fails due to sablotron >0.96 not found but 1.0.1 is installed
Status: RESOLVED DUPLICATE of bug 65693
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: PPC Linux
: High major
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-12 13:43 UTC by Thom Mason
Modified: 2005-07-13 06:58 UTC (History)
1 user (show)

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


Attachments
config.log (config.log,101.44 KB, text/plain)
2005-07-12 13:43 UTC, Thom Mason
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thom Mason 2005-07-12 13:43:15 UTC
unable to ebuild 4.3.11, fails during configure.  It locates sablotron but incorrectly reports that version is 
not >0.96 (1.0.1 is installed).  emerging sablotron again does not help.  Same problem occurs if 
php-4.4.0 is unmasked and emerged.

had previously emerged php-4.3.11 successfully (with xslt and sablotron 1.0.1) but added apache2 to USE 
flags and was doing and emerge --newuse which seems to have changed behavior??

Reproducible: Always
Steps to Reproduce:
1.emerge php
2.
3.

Actual Results:  
checking whether to enable xslt support... yes
checking for XSLT Sablotron backend... yes
checking for libexpat dir for Sablotron XSL support... no
checking for iconv dir for Sablotron XSL support... no
checking for JavaScript for Sablotron XSL support... no
checking for Sablotron libraries in the default path... found in /usr
checking for sablot-config... found
checking for Sablotron version... configure: error: Sablotron version 0.96 or greater required.

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

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



Expected Results:  
successful ebuild

Portage 2.0.51.19 (!/var/portage/overlays/kurobox/profiles/kurobox, gcc-3.4.4, 
glibc-2.3.4.20041102-r1, 2.4.17_mvl21 ppc)
===============================================================
==
System uname: 2.4.17_mvl21 ppc 82xx
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.2.3-r6,dev-lang/python-2.3.5 [2.3.5 (#1, May  1 2005, 18:51:22)]
distcc 2.16 powerpc-unknown-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
dev-lang/python:     2.2.3-r6, 2.3.5
sys-apps/sandbox:    [Not Present]
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.90.0.3-r5
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.4.17
ACCEPT_KEYWORDS="ppc"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=603e -fno-strict-aliasing -pipe"
CHOST="powerpc-unknown-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 -mcpu=603e -fno-strict-aliasing -pipe"
DISTDIR="/var/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://
csociety-ftp.ecn.purdue.edu/pub/gentoo/ http://gentoo.chem.wisc.edu/gentoo/"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
MAKEOPTS="-j3"
PKGDIR="/var/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/var/portage/tree"
PORTDIR_OVERLAY="/var/portage/overlays/kurobox"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="ppc apache2 berkdb bitmap-fonts cjk crypt cups curl dvd flac font-server gd gdbm gif gpm gtk2 
imagemagick jpeg kde kuro libwww mailwrapper mbox milter motif mp3 mpeg mysql ncurses nls ogg 
oggvorbis opengl pam pdflib perl png ppds python readline sasl slang spell sqlite ssl tcpd tiff truetype 
truetype-fonts type1-fonts unicode vorbis xml xml2 xprint xv zlib userland_GNU kernel_linux 
elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS, LINGUAS
Comment 1 Thom Mason 2005-07-12 13:43:54 UTC
Created attachment 63270 [details]
config.log
Comment 2 Sebastian Bergmann (RETIRED) gentoo-dev 2005-07-13 06:38:23 UTC
I cannot reproduce this with PHP 4.3.11 and PHP 4.4.0:

  checking whether to enable xslt support... yes
  checking for XSLT Sablotron backend... yes
  checking for libexpat dir for Sablotron XSL support... no
  checking for iconv dir for Sablotron XSL support... no
  checking for JavaScript for Sablotron XSL support... no
  checking for Sablotron libraries in the default path... found in /usr
  checking for sablot-config... found
  checking for Sablotron version... >= 0.96
  checking for iconv... (cached) yes
  checking for SablotSetEncoding in -lsablot... yes
  checking for SablotGetOptions in -lsablot... yes

Could you please post the output of "emerge -vp php"?
Comment 3 Sebastian Bergmann (RETIRED) gentoo-dev 2005-07-13 06:58:46 UTC

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