pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/51113: multimedia/ffmpeg2 fails to install on Solaris 11



On 03.05.16 22:35, Leonardo Taccari wrote:
  Can you please try the following patches?

   http://netbsd.org/~leot/pkgsrc-patches/ffmpeg2-pkg51113-patches

  It will disable HTML docs (and the need for texi2html) but at the
  same time generate and install the man pages.

With these patches applied, the package builds and installs for me.

But I think the real culprit is somewhere else: Even with textproc/texi2html installed, texi2html is not recognized by the configure script. I guess, that this

disabled makeinfo_html && texi2html --help 2> /dev/null | grep -q 'init-file' && enable texi2html || disable texi2html

is again too deep magic for Solaris' shell. The main part

texi2html --help 2> /dev/null | grep -q 'init-file'

works as expected, so it's probably the surrounding logic.

If native texi2html is used, the test has to fail, because "--help" does indeed not return the string "init-file".

If nobody objects to continue not installing the HTML docs, I would very much appreciate this patch.

--
Jörn Clausen
Plattformen & Serverdienste
Hochschulrechenzentrum

Universität Bielefeld
Universitätsstraße 25
33615 Bielefeld
Telefon: +49 521 106-12601
E-Mail: joern.clausen%uni-bielefeld.de@localhost

http://www.uni-bielefeld.de/hrz


Home | Main Index | Thread Index | Old Index