[MacPorts] #26586: latex2html @2008, Revision 2 (print) Install failure

MacPorts noreply at macports.org
Wed Sep 22 17:03:49 PDT 2010


#26586: latex2html @2008, Revision 2 (print) Install failure
--------------------------------+-------------------------------------------
 Reporter:  vances@…            |       Owner:  ryandesign@…           
     Type:  defect              |      Status:  assigned               
 Priority:  Normal              |   Milestone:                         
Component:  ports               |     Version:  1.9.1                  
 Keywords:                      |        Port:  latex2html             
--------------------------------+-------------------------------------------
Changes (by ryandesign@…):

  * owner:  macports-tickets@… => ryandesign@…
  * status:  new => assigned


Comment:

 I believe the source of the problem is that the ghostscript port currently
 is at version 9.00rc2, a release candidate, and so "gs -h" prints this as
 its first line:

 {{{
 GPL Ghostscript RELEASE CANDIDATE 9.00 (2010-09-01)
 }}}

 Looking in latex2html's config/config.pl script, it is expecting the
 string to match this regular expression:

 {{{
 /Ghostscript\s*(?:Version|(?:PRE-|BETA |TESTER )RELEASE|)\s*(\d+[.]?\d*)/i
 }}}

 It's not expecting the words "release candidate" to appear there.

 Indeed, I was not expecting our ghostscript port to be at a release
 candidate version; we use only stable versions unless there's a good
 reason not to. I have requested ghostscript be updated to 9.00 final in
 #26588 which should resolve this. I will also look into fixing latex2html
 to be able to detect release candidate versions of ghostscript.

-- 
Ticket URL: <https://trac.macports.org/ticket/26586#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list