Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72679 - Subversion-1.1.1-r3 does not declare dev-java/jikes dependency when USE="jikes"
Summary: Subversion-1.1.1-r3 does not declare dev-java/jikes dependency when USE="jikes"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-27 16:23 UTC by Travis Snoozy
Modified: 2004-11-28 11:57 UTC (History)
0 users

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


Attachments
Patch the subversion-1.1.1-r3.ebuild file to properly depend on dev-java/jikes when USE="jikes" is set. (subversion-1.1.1-r3.ebuild.patch,473 bytes, patch)
2004-11-27 16:26 UTC, Travis Snoozy
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Travis Snoozy 2004-11-27 16:23:31 UTC
When emerging subversion-1.1.1-r3 with USE="jikes" and *without* jikes installed, the build breaks during the autoconf phase because jikes cannot be found. Upon further investigation, I found that subversion-1.1.1-r3.ebuild honored the "jikes" flag, but did not declare a dependency on dev-java/jikes when the jikes flag was set.

I will attach a trivial patch to fix the problem. For the sake of completeness, here is the output of emerge --info:

Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r1 i686)
=================================================================
System uname: 2.6.9-gentoo-r1 i686 Pentium III (Coppermine)
Gentoo Base System version 1.6.6
distcc 2.18.2 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-g -O2 -march=pentium3 -funroll-loops -pipe"
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 /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="-g -O2 -march=pentium3 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks nostrip sandbox sfperms"
GENTOO_MIRRORS="ftp://gentoo.llarian.net/pub/gentoo http://gentoo.llarian.net/ http://modzer0.cs.uaf.edu/public/gentoo/ http://gentoo.osuosl.org/ http://csociety-ftp.ecn.purdue.edu/pub/gentoo/"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/.portage_overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib acl acpi acpi4linux aim alsa apache2 async audiofile avi bash-completion bdf berkdb bidi bitmap-fonts blender-game bonobo bzlib caps cdparanoia cdrom chroot cjk codecs cpdflib crypt cscope css ctype cups curl curlwrappers dbase dga directfb divx4linux doc dv dvd edl encode esd ethereal exif f77 faac fam fastcgi fbcon fdftk fftw flac flash fmod font-server foomaticdb fortran freetype ftp fusion gb gcj gd gdbm ggi gif gimp gimpprint ginac gnome gnomedb gphoto2 gpm graphviz gstreamer gtk gtk2 gtkhtml hal iconv icq imagemagick imap imlib insecure-drivers ipv6 jabber java jbig jikes joystick jpeg kerberos lcms ldap lesstif libg++ libgda libwww live lzo lzw-tiff mad maildir mbox mcal mikmod mime ming mmx mng mono moznocompose moznoirc moznomail mozsvg mp3 mpeg mpeg4 mpi msn nas native ncurses netcdf network nocd offensive oggvorbis oscar pam pcmcia pdflib pic plotutils png pnp posix ppds pthreads qemu-fast quicktime quotes readline real rtc samba sasl scanner sdl shared sharedmem silc slang slp sockets speex spell sse ssl svg svga szip tcpd tetex theora threads tiff truetype truetype-fonts type1-fonts unicode usb userlocales vhosts vim-with-x wmf wxwindows x86 xine xinerama xml xml2 xmms xosd xpm xprint xsl xv xvid xvmc yahoo yaz yv12 zeo zlib"
Comment 1 Travis Snoozy 2004-11-27 16:26:32 UTC
Created attachment 44846 [details, diff]
Patch the subversion-1.1.1-r3.ebuild file to properly depend on dev-java/jikes when USE="jikes" is set.
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2004-11-28 11:57:29 UTC
Thanks, It's fixed