Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206838 - x11-misc/ggivnc-0.4.0
Summary: x11-misc/ggivnc-0.4.0
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Default Assignee for New Packages
URL: http://sf.net/project/ggivnc
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2008-01-21 05:31 UTC by Daniel Black (RETIRED)
Modified: 2010-09-13 15:18 UTC (History)
2 users (show)

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


Attachments
ggivnc-0.4.0.ebuild (ggivnc-0.4.0.ebuild,448 bytes, text/plain)
2008-01-21 05:32 UTC, Daniel Black (RETIRED)
Details
app-text/ggivnc-0.5.0.ebuild according to recommendations (ggivnc-0.5.0.ebuild,517 bytes, text/plain)
2010-09-13 15:15 UTC, Daa Jaa
Details
Manifest with checksums of current ggivnc-0.5.0.tar.gz (Manifest,395 bytes, text/plain)
2010-09-13 15:17 UTC, Daa Jaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Black (RETIRED) gentoo-dev 2008-01-21 05:31:10 UTC
new VNC client for anyone who wants it.
Comment 1 Daniel Black (RETIRED) gentoo-dev 2008-01-21 05:32:43 UTC
Created attachment 141428 [details]
ggivnc-0.4.0.ebuild
Comment 2 Peter Rosin 2008-04-04 12:52:07 UTC
ggivnc will use media-libs/libggiwmh if it is available, libggiwmh should probably be a dependency.

ggivnc will use sys-libs/zlib if it is available, zlib should probably be a dependency.

If zlib is available, ggivnc will also use media-libs/jpeg if it is available, jpeg should probably be a dependency.

ggivnc requires media-libs/libgii, but libgii is also a dependency of media-libs/libggi which is already a dependency of ggivnc. I do not know how it is prefered that "cascading" deps are handled. In this case though, libgii is also a direct dependency of ggivnc.

Cheers,
Peter (the upstreams author)
Comment 3 Daa Jaa 2010-09-13 15:15:59 UTC
Created attachment 247130 [details]
app-text/ggivnc-0.5.0.ebuild according to recommendations

I cannot run ggivnc in aalib mode.

Tried x86 and amd64, with attached .ebuild taking somehow your recommendations in account.

I compiled it with USE="slang debug aalib -X" ; but the debug flag does nothing to ggivnc.

I run it with:

DISPLAY= GGI_DISPLAY=aa ggivnc -dddd 1.2.3.4

Here is the usual output:

 version
 Server has protocol version RFB 004.001
 Using protocol version RFB 003.008
 security
 Security type: 5 - ra2
 Security type: 6 - ra2ne
 Security type: 2 - vnc-auth
 Password:

then it hangs or quits without or just after asking for the password.
On amd64, the string "Password:" is remplaced by init or nothing.

DISPLAY= AAOPTS="-driver slang" GGI_DISPLAY=aa monitest is working fine: my ggi installation is OK.
x11-drivers/xggi-2.0.0 did not work at all :-(

Can you update ggivnc's ebuild to take in account the debug flag ?
Comment 4 Daa Jaa 2010-09-13 15:17:21 UTC
Created attachment 247132 [details]
Manifest with checksums of current ggivnc-0.5.0.tar.gz