Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66937 - jedit-4.2.ebuild fails to build with the "doc" use flag if libxslt isn't already installed
Summary: jedit-4.2.ebuild fails to build with the "doc" use flag if libxslt isn't alr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-09 19:45 UTC by David H. Askew
Modified: 2004-10-10 13:19 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 David H. Askew 2004-10-09 19:45:04 UTC
libxslt is a required prerequisite to building jedit documentation.  If it isn't installed, the documentation build will fail, complaining that it can't find xsltproc.  The 4.1 ebuild actually contains the apropriate dependancy check, so I'm not sure exactly why the new version doesn't ....

Reproducible: Always
Steps to Reproduce:
1. Install gentoo fresh.
2. Emerge jedit-4.2 with "doc" in useflags
3.

Actual Results:  
build failed while contructing documentation

Expected Results:  
installed dev-libs/libxslt 

Portage 2.0.50-r11 (default-x86-2004.2, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.8.1)
=================================================================
System uname: 2.6.8.1 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /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 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://128.213.5.34/gentoo/ http://gentoo.chem.wisc.edu/gentoo/
ftp://gentoo.inode.at/source/ http://gentoo.netnitco.net"
MAKEOPTS="-j2"                  
PKGDIR="/usr/portage/packages"  
PORTAGE_TMPDIR="/var/tmp"       
PORTDIR="/usr/portage"          
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowex X acpi adns aim alsa apm audiofile avi berkdb bitmap-fonts
bsh cdparanoia cdr crypt cups dga divx4linux dvd dvdr dvdread encode esd evo f77
firebird flac foomaticdb fullrpc gcj gd gdbm gif gimp gimpprint glade gnome
gnomedb gphoto2 gstreamer gtk gtk2 gtkhtml hbci icq idea imagemagick imap imlib
innodb jabber java jbig joystick jpeg lcms libg++ libgda libwww live mad maildir
mbox mcal mdb memlimit mikmod mmx mmx2 motif moznocompose moznoirc moznomail
mozp3p mozsvg mpeg msn ncurses nls oci8 odbc offensive ofx oggvorbis opengl
oscar oss pam pcmcia pda pdflib perl png pnp ppds python quicktime quotes radeon
readline rplay rtc samba scanner sdl slang slp snmp spell sqlite sse sse2 ssl
svga tcpd theora tiff truetype usb videos vim-with-x wifi x86 xine xml2 xmms
xosd xprint xv xvid xvmc yahoo zlib"
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-10-10 13:19:11 UTC
added, Thanks