<div dir="ltr">I turns out if you just have the minimum dependencies installed (ie. qtkeychain) then you'll get the error that $PKG/usr/man doesn't exist.  The following message during cmake step is seen when Sphinx isn't installed.<div><br></div><div>-- Could NOT find Sphinx (missing:  SPHINX_EXECUTABLE)<br></div><div><br></div><div>Sphinx is used to create the documentation.  However if Sphinx is installed and documentation isn't generated then $PKG/usr/man exists as an empty directory.  I've created a diff of the owncloud-client.SlackBuild that will accommodate if Sphinx is installed or not.  This patch also works on the new owncloud-client version 2.0.1.</div><div><br></div><div>Thanks,</div><div>Larry</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 4, 2015 at 1:09 PM, Panagiotis Nikolaou <span dir="ltr"><<a href="mailto:hostmaster@slackonly.com" target="_blank">hostmaster@slackonly.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br>
owncloud-client failed to build here is the log from sbopkg:<br>
<br>
-- Installing:<br>
/tmp/SBo/package-owncloud-client/usr/share/nautilus-python/extensions/syncstate.py<br>
rmdir: failed to remove '/tmp/SBo/package-owncloud-client/usr/man': No<br>
such file or directory<br>
<br>
owncloud-client:<br>
Would you like to continue processing the rest of the<br>
queue or would you like to abort?  If this failed<br>
package is a dependency of another package in the queue<br>
then it may not make sense to continue.<br>
<br>
(Y)es to continue, (N)o to abort, (R)etry the build?: n<br>
<br>
seems there is no $PKG/usr/man so after comment out:<br>
rmdir $PKG/usr/man<br>
sbopkg is able to build owncloud-client successfully...<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" rel="noreferrer" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div><br></div>