I tried to install xcut and this was the output: >>> emerge (3 of 3) x11-misc/xcut-0.2 to / >>> md5 files ;-) xcut-0.2.ebuild >>> md5 files ;-) files/digest-xcut-0.2 >>> md5 src_uri ;-) xcut-0.2.tar.gz >>> Unpacking source... >>> Unpacking xcut-0.2.tar.gz to /var/tmp/portage/xcut-0.2/work >>> Source unpacked. imake -DUseInstalled -I/usr/lib/X11/config Makefile:1139: warning: overriding commands for target `xcut.1.html' Makefile:1079: warning: ignoring old commands for target `xcut.1.html' Makefile:1162: warning: overriding commands for target `xcut._man' Makefile:1102: warning: ignoring old commands for target `xcut._man' gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing -I/usr/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o xcut.o xcut.c rm -f xcut._man if test -z "" ; then \ cd `dirname xcut` && \ ln -s `basename xcut.man` `basename xcut._man`; \ else \ cpp -undef -traditional -D__apploaddir__=/usr/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 6 8 99 903 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 6 8 99 903 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" \ < xcut.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xcut._man; \ fi rm -f xcut.1.html xcut.1-html rman -f HTML < xcut._man \ > xcut.1-html && mv -f xcut.1-html xcut.1.html /bin/sh: rman: command not found make: *** [xcut.1.html] Error 127 make: *** Waiting for unfinished jobs.... Then I installed app-text/rman separately and xcut compiled fine.
fixed, thanks