Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63596 - vnc-4.0.ebuild didn't install vnc.so
Summary: vnc-4.0.ebuild didn't install vnc.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
: 70729 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-10 14:47 UTC by Mikael A
Modified: 2005-01-07 10:12 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Primitive patch for the bug (vnc-ebuild.patch,420 bytes, patch)
2004-11-10 16:01 UTC, Mikael A
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael A 2004-09-10 14:47:03 UTC
Ebuild fail to install vnc.so into /usr/X11R6/lib/modules/extensions.
The script vncinstall expects <prefix>/usr/X11R6/lib/modules/extensions to exist if X is installed. Naturally this isn't true because this is only our image directory. A simple fix is to check for use/has of X windows and create ${D}/usr/X11R6/lib/modules/extensions as apropriate.

Reproducible: Always
Steps to Reproduce:
1. emerge vnc-4.0
2. note that /usr/X11R6/lib/modules/extensions/vnc.so is conspiciously lacking
3. profit !
Comment 1 Mikael A 2004-11-10 16:01:16 UTC
Created attachment 43691 [details, diff]
Primitive patch for the bug

I don't know if my explanation was clear enough, but hopefully, this patch can
make it clearer. Or at least, make it work.
Comment 2 Olivier Crete (RETIRED) gentoo-dev 2004-11-12 09:25:03 UTC
*** Bug 70729 has been marked as a duplicate of this bug. ***
Comment 3 Shawn Leas 2004-11-23 10:21:22 UTC
Please use the patch from the other bug. Also, this vnc module bites. xf4vnc has a jpeg, or, tightvnc type encoding available, but is only x86. I've even tried resurrecting the old tightvnc-4.0beta but had compile issues.

It looks like I'm SOL for a remote desktop thingy as fast as the old tightvnc-4.0beta X module on amd64.
Comment 4 Sebastian Flothow 2004-11-29 04:39:11 UTC
I've been using vnc.so (built using the patch from Bug 70729) for several weeks now, without any issues. Are there any reasons not to put this into portage?
Comment 5 Mirko Froehlich 2004-12-29 23:26:39 UTC
I second Sebastian's comment. The patch from Bug 70729 works great for me as well.
Comment 6 Daniel Ahlberg (RETIRED) gentoo-dev 2005-01-07 10:12:47 UTC
In CVS, thanks!