Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27047 - dev-ruby/rdtool fails on dependency dev-ruby/optparse
Summary: dev-ruby/rdtool fails on dependency dev-ruby/optparse
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-21 03:59 UTC by Brandy Westcott (RETIRED)
Modified: 2003-09-06 20:12 UTC (History)
1 user (show)

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 Brandy Westcott (RETIRED) gentoo-dev 2003-08-21 03:59:05 UTC
All dev-ruby/rdtool ebuilds depend on optparse. However optparse was removed 
from the portage tree since it is now distributed with ruby-1.8.0. Thus emerging rdtool 
causes the following error: 
 
Calculating dependencies \ 
emerge: there are no masked or unmasked ebuilds to satisfy 
">=dev-ruby/optparse-0.7.5". 
 
!!! Error calculating dependencies. Please correct. 
 
At the moment only dev-lang/ruby-cvs--1.8.0-r3 has PROVIDE="dev-ruby/optparse" 

Reproducible: Always
Steps to Reproduce:
 



Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1) 
================================================================= 
System uname: 2.4.20-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 2.00GHz 
GENTOO_MIRRORS="ftp://ftp.citylink.co.nz/gentoo http://gentoo.oregonstate.edu/ 
http://www.ibiblio.org/pub/Linux/distributions/gentoo" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config 
/usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
PORTDIR="/usr/portage" 
DISTDIR="/usr/portage/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR_OVERLAY="" 
USE="x86 oss apm avi crypt cups encode foomaticdb gif gpm jpeg gnome libg++ 
mad mikmod mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms 
xv zlib gtkhtml gdbm berkdb slang readline arts bonobo svga java X sdl tcpd pam 
libwww ssl perl python esd imlib oggvorbis gtk qt kde motif opengl 3dfx cdr doc dvd 
sse tcltk tetex -3dnow" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer" 
CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer" 
ACCEPT_KEYWORDS="x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 Tom Payne (RETIRED) gentoo-dev 2003-08-24 14:17:12 UTC
Optparse is no longer an independent package. It's now part of Ruby 1.8.0.

So we have to either:
1. make rdtool depend on >=dev-lang/ruby-1.8.0
or
2. create a virtual/optparse and hope that the old optparse archive stays around
or
3. ?

Comment 2 Aron Griffis (RETIRED) gentoo-dev 2003-09-06 20:12:57 UTC
I took the easy way out and made this depend on ruby 1.8.0.  I also
took the opportunity to update rdtool to the most recent version.