[Slackbuilds-users] About owncloud-client SlackBuild

Luiz Carlos Ramos lramos.prof at yahoo.com.br
Sun Nov 11 16:50:33 UTC 2018


On Sun, Nov 11, 2018 at 05:01:22PM +0100, Matteo Bernardini wrote:
> Il giorno sab 10 nov 2018 alle ore 13:43 Luiz Carlos Ramos via
> SlackBuilds-users <slackbuilds-users at slackbuilds.org> ha scritto:
> >
> > Matteo and Didier,
> >
> > On Sat, Nov 10, 2018 at 10:57:58AM +0100, Matteo Bernardini wrote:
> > > Il giorno ven 9 nov 2018 alle ore 21:35 Luiz Carlos Ramos
> > > <lramos.prof at yahoo.com.br> ha scritto:
> > > > which points to something related to the Sphinx package as it is
> > > > suggested in the first line. I'll try to get more information as the
> > > > availability of time permits.
> > >
> > > IMHO, I would just expand what is already in the README
> > >
> > > "This package optionally requires the Sphinx package in order to create its
> > > man pages."
> > >
> > > with
> > >
> > > "This package optionally requires the Sphinx package in order to create its
> > > man pages (in this case you will also need texlive installed)."
> > >
> >
> > In fact, the man pages seem to be being built correctly. The problem is
> > when the pdf files are being built.
> >
> > I made a test to get some more conclusions: after the problem, I went to
> > /tmp/SBo/owncloud-client-2.4.2/build as root, run "make help" and got
> > some targets to test. I tested some of them, and these ones have run
> > smoothly:
> >
> >   make doc-man
> >   make doc-html
> >   make doc-latex
> >   make doc-dev
> >
> > but this specific one gave me the error we're telling about:
> >
> >   make doc-pdf
> 
> an alternative I just tested, looking at Luiz's message, that will
> also keep the SlackBuild more ore less as-is, would be to change just
> the line
> 
> make doc
> 
> with
> 
> make doc-man
> 

Yes!

I investigated a little more and found even better to do:

-  make doc
+  test -n "${HAVE_LATEXMK}" && make doc-pdf
+  make doc-html
+  make doc-man


Regards,

Luiz



More information about the SlackBuilds-users mailing list