Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55317 - nxclient builds to /usr/NX
Summary: nxclient builds to /usr/NX
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Stuart Herbert (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-27 04:05 UTC by Robert Muchacki (RETIRED)
Modified: 2004-07-07 07:21 UTC (History)
0 users

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


Attachments
nxclient directory patch (nxclient_dir_patch.patch,298 bytes, patch)
2004-06-27 04:20 UTC, Robert Muchacki (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Muchacki (RETIRED) gentoo-dev 2004-06-27 04:05:13 UTC
I'm not shure if this is a bug, but IMHO it is. After emerge nxclient, the application builds to /usr/NX instead of /usr. That causes it to partly not work (/usr/NX isn't in the $PATH).

Reproducible: Always
Steps to Reproduce:
1.emerge nxclient
2.
3.

Actual Results:  
Successfuly builds to /usr/NX 

Expected Results:  
Should build to /usr
Comment 1 Robert Muchacki (RETIRED) gentoo-dev 2004-06-27 04:20:36 UTC
Created attachment 34263 [details, diff]
nxclient directory patch

The file should allow to fix the problem. It worked for me.
Comment 2 Stuart Herbert (RETIRED) gentoo-dev 2004-07-07 07:21:38 UTC
Hi,

NX expects everything to go under /usr/NX.  nxserver depends upon files installed by nxclient.  I've tested the ebuild, and /usr/NX/bin is definitely being added to the PATH for shell users.  If you are already logged in, you need to do 'source /etc/profile' to pick up any changes to the PATH.

Best regards,
Stu