Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131132 - x11-ssh-askpass should depend on rman
Summary: x11-ssh-askpass should depend on rman
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 131300 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-04-24 12:25 UTC by Balint Dobai-Pataky
Modified: 2006-04-26 01:58 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 Balint Dobai-Pataky 2006-04-24 12:25:35 UTC
rman -f HTML < x11-ssh-askpass._man \
	  > x11-ssh-askpass.1x-html && mv -f x11-ssh-askpass.1x-html x11-ssh-askpass.1x.html
/bin/sh: rman: command not found
make: *** [x11-ssh-askpass.1x.html] Error 127

!!! ERROR: net-misc/x11-ssh-askpass-1.2.4.1-r1 failed.
Call stack:
  ebuild.sh, line 1525:   Called dyn_compile
  ebuild.sh, line 928:   Called src_compile
  x11-ssh-askpass-1.2.4.1-r1.ebuild, line 35:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.



emerge --info
Portage 2.1_pre9-r3 (default-linux/x86/2005.0, gcc-3.4.6, glibc-2.4-r1, 2.6.15-gentoo-r7 i686)
=================================================================
System uname: 2.6.15-gentoo-r7 i686 Mobile Intel(R) Pentium(R) 4     CPU 2.66GHz
Gentoo Base System version 1.12.0_pre18
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5-r2, 2.4.2-r3
sys-apps/sandbox:    1.2.17
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-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
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/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org/"
LC_ALL="en_US.UTF-8"
LINGUAS="en hu ro"
MAKEOPTS=" -s "
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://gw/gentoo-portage"
USE="x86 X acpi alsa apm avi bash-completion beagle bitmap-fonts browserplugin bzip2 cairo cdparanoia cdr cli crypt css cups dga divx4linux dri dvd dvdr dvdread emboss encode erandom esd firefox foomaticdb fpu gd gif gimpprint gmail gnome gnutls gpm gstreamer gtk gtk2 hal howl i8x0 imagemagick imap imlib isdnlog ithreads jabber jpeg kqemu libg++ libwww live mad maildir mbox mikmod mime mmx mmxext motif mozilla mozmail moznoirc mozsvg mp3 mpeg mplayer mtrr mysql nautilus ncurses nls nptl nptlonly ogg oggvorbis openal opengl oss pam pcre pdflib perl png ppds pppd python quicktime readline rtc screen sdl session softmmu sox spl sse sse2 ssl startup-notification subtitles svg tcpd truetype truetype-fonts type1-fonts udev unicode usb userlocales utf8 vcd vorbis win32codecs xml xml2 xmms xorg xprint xscreensaver xv xvid xvmc zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_synaptics kernel_linux linguas_en linguas_hu linguas_ro userland_GNU video_cards_i810"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-24 12:41:09 UTC
It does.

<snip>
DEPEND="virtual/libc
        ||      (
                        (
                                app-text/rman
                                x11-misc/imake
                                x11-libs/libXt
                                x11-libs/libX11
                                x11-libs/libSM
                                x11-libs/libICE
                        )
                        virtual/x11
                )"
RDEPEND="${DEPEND}
        virtual/ssh"
</snip>

Also the latest virtual/x11-7.0-r2 does depends on it. Stop messing w/ virtuals in /etc/portage and it will work for you.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-04-26 01:58:55 UTC
*** Bug 131300 has been marked as a duplicate of this bug. ***