Changes between Initial Version and Version 1 of Ticket #48212, comment 9


Ignore:
Timestamp:
Aug 4, 2015, 2:03:17 PM (9 years ago)
Author:
weitzner (Brian Weitzner)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48212, comment 9

    initial v1  
    1 Possibly of interest: I executed {{{port installed | grep gnuplot}} on my workstation (the affected system) and on my notebook. On the workstation I see:
     1Possibly of interest: I executed `port installed | grep gnuplot` on my workstation (the affected system) and on my notebook. On the workstation I see:
    22
    3 {{{gnuplot @5.0.1_0+aquaterm (active)}}}
     3`gnuplot @5.0.1_0+aquaterm (active)`
    44
    55and on the notebook I see:
    66
    7 {{{gnuplot @5.0.1_0+aquaterm+luaterm+pangocairo+wxwidgets+x11 (active)}}}.
     7`gnuplot @5.0.1_0+aquaterm+luaterm+pangocairo+wxwidgets+x11 (active)`
    88
    99I am uninstalling gunplot on my workstation, running selfupdate and attempting to reinstall. I will update this comment with the results.
     10
     11'''Update:'''
     12
     13Going through the uninstall/reinstall worked, however the variants changed (`gnuplot @5.0.1_0+aquaterm+luaterm+pangocairo+wxwidgets+x11`). I uninstalled again, and reinstalled with `sudo port install gnuplot -wxwidgets -x11 -luaterm -pangocairo`, which successfully installed gunplot (''i.e.'' `port installed | grep gnuplot` shows `gnuplot @5.0.1_0+aquaterm (active)`).
     14
     15It looks like this issue is resolved. Thanks for your help!