Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124858 - x11-misc/xcut should depend on app-text/rman
Summary: x11-misc/xcut should depend on app-text/rman
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-03 13:06 UTC by Luca Marturana
Modified: 2006-09-08 15:39 UTC (History)
2 users (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 Luca Marturana 2006-03-03 13:06:30 UTC
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.
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2006-09-08 15:39:41 UTC
fixed, thanks