Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solve] emerge groff: /bin/sh: rman: command not found
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Joffer
Guru
Guru


Joined: 10 Sep 2002
Posts: 585
Location: Arendal, Norway

PostPosted: Fri Feb 24, 2006 4:31 pm    Post subject: [Solve] emerge groff: /bin/sh: rman: command not found Reply with quote

I'm getting this error while trying to emerge groff:
Code:
rm -f gxditview.1x.html gxditview.1x-html
rman -f HTML < ./gxditview._man \
  > gxditview.1x-html && mv -f gxditview.1x-html gxditview.1x.html
/bin/sh: rman: command not found
make: *** [gxditview.1x.html] Error 127

!!! ERROR: sys-apps/groff-1.19.1-r2 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile

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


I guess this rman binary is missing...? which package does it belong to? manpages? I tried to search for it:
Code:
armour ~ # equery belongs rman
[ Searching for file(s) rman in *... ]
armour ~ #
but no luck.

First I used my usual "not so standard safe flags" and then tried with with safe flags:
Code:
Portage 2.1_pre4-r1 (default-linux/amd64/2006.0, gcc-4.0.2, glibc-2.3.6-r3, 2.6.15-gentoo-r5-4ct x86_64)
=================================================================
System uname: 2.6.15-gentoo-r5-4ct x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.12.0_pre16
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
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.1-r1, 2.16.91.0.6
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks fixpackages sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://mirror.gentoo.no/ http://ftp.du.se/pub/os/gentoo"
LDFLAGS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 7zip X a52 aac acpi alsa apm avi berkdb bitmap-fonts bluetooth bzip2 cairo cdda cddb cdparanoia cdr cdrom cli crypt css cups curl dbus dri dts dvd dvdr dvdread eds elf emboss encode fam fat ffmpeg firefox flac font-server foomaticdb fortran ftp gif gimp glep glibc-omitfp glx gmail gmailtimestamps gpm gstreamer gtk2 gzip h323 hal i8x0 ieee1394 imagemagick imap imlib ipv6 jpeg jpeg2k kde lame lm_sensors lzw lzw-tiff mmap mp3 mpeg mpeg2 msn ncurses nforce2 nls nptl nptlonly nsplugin nvidia ogg opengl pam pdflib perl pmu png python quicktime rar readline reiserfs spell ssl symlink tcpd tiff truetype-fonts type1-fonts unicode usb userlocales utf8 vorbis xml xml2 xpm xv zip zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_nvidia video_cards_nv video_cards_vesa"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LINGUAS

_________________
As of April 2006 - Athlon64 X2 4200+ 1GB RAM - amd64-2006.0 profiled system with portage 2.1_preX, ck-sources-2.6.16, glibc-2.4-r1 (overlay w/-Bdirect&-hashvals), binutils-2.16.91.0.6 (overlay), gcc-4.1, Xorg 7


Last edited by Joffer on Fri Feb 24, 2006 5:02 pm; edited 1 time in total
Back to top
View user's profile Send private message
Joffer
Guru
Guru


Joined: 10 Sep 2002
Posts: 585
Location: Arendal, Norway

PostPosted: Fri Feb 24, 2006 5:01 pm    Post subject: Reply with quote

Well.. what do you know.. there is actually a app-text/rman package. Installing rman made everything work.. Hmm.. shouldn't rman then be a dependency of groff?
_________________
As of April 2006 - Athlon64 X2 4200+ 1GB RAM - amd64-2006.0 profiled system with portage 2.1_preX, ck-sources-2.6.16, glibc-2.4-r1 (overlay w/-Bdirect&-hashvals), binutils-2.16.91.0.6 (overlay), gcc-4.1, Xorg 7
Back to top
View user's profile Send private message
aderio
Tux's lil' helper
Tux's lil' helper


Joined: 01 Dec 2003
Posts: 118
Location: England

PostPosted: Sun Mar 05, 2006 7:09 pm    Post subject: Reply with quote

Same problem here and solution works on AMD64.
_________________
Typos lead to premature baldness, therefore lick and stick whenever possible. Veteran status may mean that you post a lot of *** I'm a noob and clueless.
"Let us go forward together" Winston Churchill
Back to top
View user's profile Send private message
ljubo
n00b
n00b


Joined: 26 Nov 2003
Posts: 73
Location: Karlovac, Croatia

PostPosted: Tue Mar 07, 2006 10:22 pm    Post subject: Reply with quote

Joffer wrote:
Well.. what do you know.. there is actually a app-text/rman package. Installing rman made everything work.. Hmm.. shouldn't rman then be a dependency of groff?


I added comment to bug #116638:

Best regards, Ljubo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum