Opened 11 years ago

Closed 11 years ago

#37365 closed defect (fixed)

plplot upgrade fails

Reported by: watsodw Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: g5pw (Aljaž Srebrnič)
Port: plplot

Description

Upgrading to current plplot fails but can't discern error from log

Attachments (1)

main.log (439.1 KB) - added by watsodw 11 years ago.

Download all attachments as: .zip

Change History (6)

Changed 11 years ago by watsodw

Attachment: main.log added

comment:1 Changed 11 years ago by jmroot (Joshua Root)

Cc: g5pw@… added; takeshi@… removed
Owner: changed from macports-tickets@… to takeshi@…

First error appears to be:

:info:build /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_plplot/plplot/work/plplot-5.9.9/bindings/tk/plframe.c: In function ‘plFrameCmd’:
:info:build /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_plplot/plplot/work/plplot-5.9.9/bindings/tk/plframe.c:487: error: ‘Tcl_Interp’ has no member named ‘result’

Probably broken by Tcl/Tk 8.6.

comment:2 Changed 11 years ago by tenomoto (Takeshi Enomoto)

Fixed in r100738 by defining USE_INTERP_RESULT. Thanks.

comment:3 Changed 11 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: newclosed

comment:4 Changed 11 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: closedreopened

comment:5 Changed 11 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: reopenedclosed

Oops! Tcl_Import_TCL_DECLARED is also needed. Committed in r100739.

Note: See TracTickets for help on using tickets.