Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 255721

Summary: net-misc/nxserver-freenx 0.7.2 blocks nxclient-3.2.0
Product: Gentoo Linux Reporter: Simon Gao <gao>
Component: Current packagesAssignee: Gentoo NX Server project <nx>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Simon Gao 2009-01-21 04:03:20 UTC
nxserver-freenx 0.7.2 and nxclient 3.2.0 can't be installed on the same machine. They block each other.


Reproducible: Always

Steps to Reproduce:
1.emerge nxserver-freenx
2.emerge nxclient
3.

Actual Results:  
Either nxclient or nxserver-freenx can't be installed if the other has been installed already.

Expected Results:  
Both nxserver-freenx and nxclient can be installed on the same machine at the same time.
Comment 1 Wormo (RETIRED) gentoo-dev 2009-01-21 08:02:50 UTC
Please try updating to nxserver-freenx-0.7.2-r2, since that version should not conflict with nxclient.
Comment 2 Bernard Cafarelli gentoo-dev 2009-01-23 10:12:31 UTC
You need to set USE=nxclient for net-misc/nxserver-freenx to allow parallel installation of both packages.

In fact, I've just enabled this flag by default (EAPI 1 ebuild) in nxserver-freenx-0.7.3-r3, and updated the USE flag description, as it was not clear that not setting it would prevent parallel installation of this package
Comment 3 Simon Gao 2009-01-23 17:16:44 UTC
Yes. When setting "USE=nxclient", both nxserver-freenx and nxclient can be installed. 

What about missing the USE setting in the first place when installing nxserver-freenx? That should not block nxclient from being installed later on.

It makes sense to set nxclient to be default for USE.

Thanks. This ticket can be closed.