Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 105813
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 23579
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: david somers <dsomers@trevezel.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
config.log config log text/plain david somers 2005-09-13 08:56 0000 143.91 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 105813 depends on: Show dependency tree
Bug 105813 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-13 08:29 0000
[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 From Jakub Moc (RETIRED) 2005-09-13 08:47:30 0000 -------
You neglected to post emerge --info and attach the config.log as the error
message tells you.

------- Comment #2 From david somers 2005-09-13 08:56:55 0000 -------
Created an attachment (id=68366) [details]
config log

------- Comment #3 From david somers 2005-09-13 08:57:45 0000 -------
# 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 From Jakub Moc (RETIRED) 2005-09-13 09:01:02 0000 -------
OK, thanks. Are you using sun-jdk? 

------- Comment #5 From david somers 2005-09-13 09:17:02 0000 -------
(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 From Jakub Moc (RETIRED) 2005-09-13 09:22:44 0000 -------
(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 ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug