Opened 8 years ago

Closed 8 years ago

#51745 closed defect (fixed)

texlive-math-extra @41196: Failed to activate texlive-math-extra: missing operator at _@_

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version: 2.3.99
Keywords: Cc:
Port: texlive-math-extra

Description

$ 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.

Attachments (1)

main.log.bz2 (14.4 KB) - added by ryandesign (Ryan Carsten Schmidt) 8 years ago.

Download all attachments as: .zip

Change History (2)

Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log.bz2 added

comment:1 Changed 8 years ago by drkp (Dan Ports)

Component: baseports
Resolution: fixed
Status: newclosed

Thanks, fixed in r149842

Note: See TracTickets for help on using tickets.