Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67071 - [mod_]php fails to compile on wrong version of Sablotron
Summary: [mod_]php fails to compile on wrong version of Sablotron
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High major
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-11 03:44 UTC by Ryan Earl
Modified: 2004-10-11 10:23 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Earl 2004-10-11 03:44:02 UTC
checking for strtoul... no
checking for strtoull... no
checking for snprintf... (cached) yes
checking for strstr... (cached) yes
checking for strpbrk... no
checking for strerror... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
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.

!!! ERROR: dev-php/mod_php-4.3.9 failed.
!!! Function econf, Line 362, Exitcode 1
!!! econf failed

# emerge -p sablotron

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] app-text/sablotron-1.0



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




emerge info
Portage 2.0.50-r11 (gcc34-2004.2, gcc-3.4.1, glibc-2.3.4.20040808-r1,
2.6.5-gentoo-r1)
=================================================================
System uname: 2.6.5-gentoo-r1 x86_64 4
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
COMPILER=""
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=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl acpi amd64 apache2 apm arts avi bitmap-fonts crypt dedicated divx4linux
doc dvb encode f77 flash foomaticdb gd gdbm geoip gif gmp gpm gtk2 imap imlib
innodb jpeg ldap libwww maildir mailwrapper mikmod motif mpeg mysql ncurses nls
nptl oggvorbis oss pam pdflib perl pic pie png python quicktime readline samba
sasl sdl slang snmp speex spell ssl tcpd tiff truetype vda vhosts xml2 xprint xv
zlib"
Comment 1 Ryan Earl 2004-10-11 03:59:33 UTC
# sablot-config --version
1.0
Comment 2 Ryan Earl 2004-10-11 10:23:26 UTC
I actually now have mod_php compiling.  In rereading this bug, I noticed that 'emerge info' still said I was using gcc-3.4.1 when I had upgraded to 3.4.2.  I ran gcc-config to switch the profile, tried again, and everything worked.