Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#42899 - [libxcomp] 3.5.0.28-1 package includes a broken symlink
Attached to Project:
Arch Linux
Opened by Brandon (hashstat) - Tuesday, 25 November 2014, 17:30 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 25 November 2014, 18:55 GMT
Opened by Brandon (hashstat) - Tuesday, 25 November 2014, 17:30 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 25 November 2014, 18:55 GMT
|
DetailsDescription:
libxcomp-3.5.0.28-1 includes the symlink: /usr/lib/libXcomp.so.3.5.0 -> /usr/lib/nx/libXcomp.so.3.5.0 However, /usr/lib/nx/libXcomp.so.3.5.0 does not exist, so the symlink is not created at install time. nx clients are unable to connect because the library cannot be found. Manually creating the following symlink after installation fixes the problem. /usr/lib/libXcomp.so.3.5.0 -> /usr/lib/nx/libXcomp.so.3.5.0.28 The package needs to include the appropriate symlink. |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Tuesday, 25 November 2014, 18:55 GMT
Reason for closing: Fixed
Additional comments about closing: symlink fixed in 3.5.0.28-2
Tuesday, 25 November 2014, 18:55 GMT
Reason for closing: Fixed
Additional comments about closing: symlink fixed in 3.5.0.28-2

The missing/broken symlink isn't the culprit of my failed sessions. I first thought it was because I was able to connect right away after fixing the broken symlink, however, sessions continue to fail even after fixing the symlink. The severity can probably be reduced.