Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105813 - emerge php-cgi-4.4.0-r1 fails due to sablotron config error
Summary: emerge php-cgi-4.4.0-r1 fails due to sablotron config error
Status: RESOLVED DUPLICATE of bug 23579
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 08:29 UTC by david somers
Modified: 2005-09-13 09:22 UTC (History)
0 users

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


Attachments
config log (config.log,143.91 KB, text/plain)
2005-09-13 08:56 UTC, david somers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description david somers 2005-09-13 08:29:13 UTC
[snip]   
checking for strtoul... yes   
checking for strtoull... yes   
checking for snprintf... (cached) yes   
checking for strstr... (cached) yes   
checking for strpbrk... yes   
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.   
   
!!! Please attach the config.log to your bug report:   
!!! /var/tmp/portage/php-cgi-4.4.0-r1/work/php-4.4.0/config.log   
   
Note that sablotron-1.0.1 is installed on my system, so this error is being 
produced despite a version > 0.96 is installed. 

Reproducible: Always
Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-09-13 08:47:30 UTC
You neglected to post emerge --info and attach the config.log as the error
message tells you.
Comment 2 david somers 2005-09-13 08:56:55 UTC
Created attachment 68366 [details]
config log
Comment 3 david somers 2005-09-13 08:57:45 UTC
# emerge --info 
Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r1, 
2.6.11-gentoo-r9 i686) 
================================================================= 
System uname: 2.6.11-gentoo-r9 i686 AMD Sempron(tm) 2200+ 
Gentoo Base System version 1.6.12 
ccache version 2.3 [enabled] 
dev-lang/python:     2.3.5 
sys-apps/sandbox:    1.2.10 
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 
sys-devel/binutils:  2.15.92.0.2-r10 
sys-devel/libtool:   1.5.20 
virtual/os-headers:  2.6.8.1-r2 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CBUILD="i686-pc-linux-gnu" 
CFLAGS="-O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig ccache distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/" 
LINGUAS="en de fr nl it ja" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://caslon/portage" 
USE="x86 3dnow X alsa apm arts avi berkdb bitmap-fonts bri bzip2 cgi cjk crypt 
cscope cups curl doc eds emboss encode expat fam fastcgi foomaticdb fortran gd 
gdbm gif gpm graphviz gstreamer gtk2 idea imlib java jpeg junit kde ldap 
libg++ libwww lm_sensors mad mikmod mmx motif mp3 mpeg mysql ncurses nls 
no_wxgtk1 odbc ogg oggvorbis opengl oss pam pdflib perl php png python qt 
quicktime readline samba sdl slang snmp spell sse ssl svga tcltk tcpd tetex 
tiff truetype truetype-fonts type1-fonts unicode usb vorbis xml xml2 xmms 
xprint xv zeroconf zlib linguas_en linguas_de linguas_fr linguas_nl linguas_it 
linguas_ja userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS 
 
 
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-09-13 09:01:02 UTC
OK, thanks. Are you using sun-jdk? 
Comment 5 david somers 2005-09-13 09:17:02 UTC
(In reply to comment #4) 
> OK, thanks. Are you using sun-jdk?  
 
dev-java/sun-jdk-1.4.2.08 installed. 
 
Hmmm... if I do USE="-java" emerge php-cgi, then things appear to work. 
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2005-09-13 09:22:44 UTC
(In reply to comment #5)
> Hmmm... if I do USE="-java" emerge php-cgi, then things appear to work. 

Yeah, this java implementation is somewhat broken. It should work w/ blackdown-jdk.

Marking as duplicate (also see Bug 98853)

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