Bug 176435
| Summary: | libvnc.so gone in vnc-server-4.1.1-31, broken in vnc-server-4.1.1-30.1 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alexandre Oliva <oliva> |
| Component: | vnc | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 4.1.1-33 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-01-03 17:43:51 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 150221 | ||
|
Description
Alexandre Oliva
2005-12-22 19:01:57 UTC
Caused by shipped libtool not setting shrext for some reason. Should be fixed in 4.1.1-32. Thanks for the report. It is fixed as in the .so file is back in place, but it's still broken, in that I have to revert to xorg-x11-server-Xorg-0.99.3-9 to get the latest vnc-server to work as an X loadable module. With xorg-x11-server-Xorg-1.0.0-3, Xorg.0.log ends like this: (II) Initializing built-in extension XEVIE No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 4294967295 No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 4294967295 No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 4294967295 No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 4294967295 No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 4294967295 No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 4294967295 No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 4294967295 No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 4294967295 That looks like an XEVIE problem. However, I get this with the VNC extension: vncext: VNC extension running! vncext: Listening for VNC connections on port 5901 X: symbol lookup error: /usr/lib/xorg/modules/extensions/libvnc.so: undefined symbol: XCreateRegion Fixed in 4.1.1-33. Confirmed fixed, thanks! |