Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113838 - root-tail does not have rman dep in ebuild
Summary: root-tail does not have rman dep in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Aaron Walker (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-28 13:04 UTC by Sean Fleming
Modified: 2006-03-15 00:49 UTC (History)
2 users (show)

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


Attachments
Corrected ebuild (root-tail-1.2-r3.ebuild,736 bytes, text/plain)
2005-11-28 13:08 UTC, Sean Fleming
Details
root-tail-1.2-r2 ebuild with modular X dependencies (root-tail-1.2-r2.ebuild,1.08 KB, text/plain)
2006-02-25 07:32 UTC, Mauricio L. Pilla (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Fleming 2005-11-28 13:04:01 UTC
As the summary says, the current ebuild for root-tail (1.2-r2) does not list
app-text/rman as one of its dependencies, although it failed without rman
installed, (could not find command).

Reproducible: Always
Steps to Reproduce:
1. Emerge root-tail, without having emerged rman.
Actual Results:  
[...]
rman -f HTML < root-tail._man \
  > root-tail.1x-html && mv -f root-tail.1x-html root-tail.1x.html
/bin/sh: rman: command not found
make: *** [root-tail.1x.html] Error 127
[...]

Expected Results:  
Emerged cleanly

Gentoo Base System version 1.12.0_pre11
Portage 2.0.53_rc7 (default-linux/x86/2005.1, gcc-4.0.2, glibc-2.3.6-r1,
2.6.15-rc2-ck2 i686)
=================================================================
System uname: 2.6.15-rc2-ck2 i686 Intel(R) Pentium(R) M processor 1.73GHz
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.91.0.4
sys-devel/libtool:   1.5.20-r1
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -mtune=pentium-m -msse -msse2 -pipe -O2
-fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env
/usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config
/usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium-m -mtune=pentium-m -msse -msse2 -pipe -O2
-fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/"
LDFLAGS="-Wl,-O1 -Wl,--sort-common"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/zugaina-portage"
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa audiofile avi bash-completion berkdb bitmap-fonts bzip2 cdb
cdparanoia cdr crypt cups curl dbus doc dri dvd dvdr eds emboss encode expat fam
firefox foomaticdb fortran gdbm gif gimpprint glibc-omitfp glut gmp gpm
gstreamer gtk gtk2 idn ieee1394 imagemagick imlib java jpeg lcms libg++ libwww
mad mikmod mmx mng mp3 mpeg ncurses nls nptl nptlonly nsplugin ogg oggvorbis
opengl oss pcre pdflib perl pic png ppds python qt quicktime readline samba sdl
spell sqlite sse sse2 ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts
udev usb vorbis win32codecs xine xml2 xprint xv zlib video_cards_radeon
linguas_en userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL
Comment 1 Sean Fleming 2005-11-28 13:08:39 UTC
Created attachment 73759 [details]
Corrected ebuild

Simply added app-text/rman to the deps list, and I bumped the version (dunno if
I was supposed/allowed to do that).
Comment 2 Aaron Walker (RETIRED) gentoo-dev 2005-11-29 11:11:10 UTC
$ equery b $(which rman)
[ Searching for file(s) /usr/bin/rman in *... ]
x11-base/xorg-x11-6.8.2-r6 (/usr/bin/rman)
Comment 3 Sean Fleming 2005-11-29 13:40:50 UTC
(In reply to comment #2)
> $ equery b $(which rman)
> [ Searching for file(s) /usr/bin/rman in *... ]
> x11-base/xorg-x11-6.8.2-r6 (/usr/bin/rman)

Ah, well that explains it, I'm using xorg modular. Sorry, I know modular is
still masked, so I spose this should be closed until modular is nearing readiness.
Comment 4 Mauricio L. Pilla (RETIRED) gentoo-dev 2006-02-25 07:32:06 UTC
Created attachment 80694 [details]
root-tail-1.2-r2 ebuild with modular X dependencies

This ebuild should fix root-tail so it can also work with modular X dependencies.
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2006-03-15 00:47:26 UTC
Fixed, thanks!