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



The following reply was made to PR pkg/51113; it has been noted by GNATS.

From: =?ISO-8859-15?Q?J=F6rn_Clausen?= <joern.clausen%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: Leonardo Taccari <leot%NetBSD.org@localhost>, gnats-admin%NetBSD.org@localhost,
 pkgsrc-bugs%NetBSD.org@localhost
Subject: Re: pkg/51113: multimedia/ffmpeg2 fails to install on Solaris 11
Date: Wed, 04 May 2016 11:47:01 +0200

 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