[MacPorts] #51745: texlive-math-extra @41196: Failed to activate texlive-math-extra: missing operator at _ at _

MacPorts noreply at macports.org
Fri Jul 1 22:53:05 PDT 2016


#51745: texlive-math-extra @41196: Failed to activate texlive-math-extra: missing
operator at _ at _
--------------------------+--------------------------------
 Reporter:  ryandesign@…  |      Owner:  dports@…
     Type:  defect        |     Status:  new
 Priority:  Normal        |  Milestone:
Component:  base          |    Version:  2.3.99
 Keywords:                |       Port:  texlive-math-extra
--------------------------+--------------------------------
 {{{
 $ sudo port install texlive-math-extra
 --->  Computing dependencies for texlive-math-extra
 --->  Fetching distfiles for texlive-math-extra
 --->  Verifying checksums for texlive-math-extra
 --->  Extracting texlive-math-extra
 --->  Configuring texlive-math-extra
 --->  Building texlive-math-extra
 --->  Staging texlive-math-extra into destroot
 --->  Installing texlive-math-extra @41196_0+doc
 Error: Failed to activate texlive-math-extra: missing operator at _ at _
 in expression "... $vers 1] 41241] < 0) _ at _{
              registr..."
 Error: See /opt/local/var/macports/logs
 /_Users_rschmidt_macports_dports_tex_texlive-math-extra/texlive-math-
 extra/main.log for details.
 Error: Follow http://guide.macports.org/#project.tickets to report a bug.
 Error: Processing of port texlive-math-extra failed
 }}}

 The code in the portfile:

 {{{
 # TL 2016: delim moved from texlive-latex-extra to texlive-math-extra
 pre-activate {
     if { ![catch {set vers [lindex [registry_active texlive-latex-extra]
 0]}]
          && ([vercmp [lindex $vers 1] 41241] < 0) {
              registry_deactivate_composite texlive-latex-extra "" [list
 ports_nodepcheck 1]
          }
      }
 }
 }}}

 The `{` right after the `if` isn't closed anywhere.

-- 
Ticket URL: <https://trac.macports.org/ticket/51745>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list