My system was newly built last week on a Dell Inspiron N7010 (6 Gb RAM -- so I went with an AMD64 architecture so I could utilize the additional 2 Gbs of memory space):
I had installed some other software which may have pulled in some qt related libraries. At no point was I aware that I might be making an election regarding Qt. When I went to emerge net-misc/owncloud-client I was greeted with a blocked packages messages relating to QT. That lead me to wondering whether I needed to install qtchooser and then posting on this forum for more information. See https://forums.gentoo.org/viewtopic.php?p=7741928jlpoole@themis ~ $ uname -a
Linux themis 3.18.11-gentoo #1 SMP Sun Apr 26 16:25:35 PDT 2015 x86_64 Intel(R) Core(TM) i5 CPU M 460 @ 2.53GHz GenuineIntel GNU/Linux
jlpoole@themis ~ $
One suggestion (per user Section_8) was to prefix the install with:
Code: Select all
USE="qt4 -qt5" emerge net-misc/owncloud-client The default was not to include "doc" and after the install, there I was with no man page or whatever, so I began to wonder what do I need to do get this to launch? I figured I needed the documentation, so I recompiled setting the use flag +doc. That, in turn, brought 32 other libraries and about 1/2 hour of compilation time. I'm not familiar with the documentation engine it needed, but I felt like I was importing somethjing on the magnitude of a Java Development Kit just to add documentation to the product. Even after all that, "man owncloud-client" still came back with nothing.
I use XFCE and found the owncloud desktop sync client under "Accessories".
Here's a screen shot of the owncloud client: http://i.imgur.com/HJ5wtNN.png

