Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121390 - tightvnc does not require rman, but should.
Summary: tightvnc does not require rman, but should.
Status: VERIFIED 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:
Depends on:
Blocks:
 
Reported: 2006-02-02 21:28 UTC by Waldo
Modified: 2006-07-30 04:06 UTC (History)
0 users

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 Waldo 2006-02-02 21:28:42 UTC
I attempted to emerge tightvnc (both stable and then testing), which errored out thusly:

rman -f HTML < vncviewer._man \
  > vncviewer.1x-html && mv -f vncviewer.1x-html vncviewer.1x.html
/bin/sh: rman: command not found
make[2]: *** [vncviewer.1x.html] Error 127
make[2]: Leaving directory `/var/tmp/portage/tightvnc-1.3_alpha7/work/vnc_unixsrc/vncviewer'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/tightvnc-1.3_alpha7/work/vnc_unixsrc'
make: *** [World] Error 2

!!! ERROR: net-misc/tightvnc-1.3_alpha7 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.



Emerging rman by hand first fixed the problem.

W
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-02 23:03:26 UTC
<snip>
DEPEND="|| ( ( x11-libs/libXaw
                        x11-proto/xextproto
                        >=x11-misc/imake-1
                        x11-misc/gccmakedep
                        app-text/rman
                        server? ( x11-libs/libXp
                                x11-proto/inputproto
                                x11-proto/kbproto
                                x11-proto/printproto
                                x11-proto/scrnsaverproto
                        )
                )
                virtual/x11
        )
</snip>
Comment 2 t35t0r 2006-07-29 15:31:07 UTC
someone update the ebuild in portage
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-07-30 04:06:26 UTC
(In reply to comment #2)
> someone update the ebuild in portage

Eh? Maybe, read the ebuild?