[MacPorts] #51745: texlive-math-extra @41196: Failed to activate texlive-math-extra: missing operator at _@_
#51745: texlive-math-extra @41196: Failed to activate texlive-math-extra: missing operator 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 _@_ in expression "... $vers 1] 41241] < 0) _@_{ 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
#51745: texlive-math-extra @41196: Failed to activate texlive-math-extra: missing operator at _@_ ---------------------------------+---------------------- Reporter: ryandesign@… | Owner: dports@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Resolution: fixed | Keywords: Port: texlive-math-extra | ---------------------------------+---------------------- Changes (by dports@…): * status: new => closed * component: base => ports * resolution: => fixed Comment: Thanks, fixed in r149842 -- Ticket URL: <https://trac.macports.org/ticket/51745#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts