Changes between Initial Version and Version 1 of Ticket #45401, comment 13


Ignore:
Timestamp:
Nov 24, 2014, 3:57:47 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45401, comment 13

    initial v1  
    11For some reason port has regressed such that when it begins to execute the post-destroot the following symlink has already been errorenously created...
    22
     3{{{
    34% ls -l "/opt/local/var/macports/build/_Users_howarth_ports_science_pymol/pymol/work/destroot/opt/local/bin/pymol"
    45lrwxr-xr-x  1 root  admin  69 Oct 31 16:02 /opt/local/var/macports/build/_Users_howarth_ports_science_pymol/pymol/work/destroot/opt/local/bin/pymol -> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/pymol
     6}}}
    57
    68So apply the ugly hack below will purge it until we discover why port is misbehaving.
     
    3335totally ignores the lines...
    3436
     37{{{
    3538require_active_variants tcl "" corefoundation
    36 
    3739require_active_variants tk "" quartz
     40}}}
    3841
    3942which should be preselecting the appropriate tcl and tk variants. You have to manually execute...
    4043
     44
     45{{{
    4146sudo port -d install tcl -corefoundation
    42 
    4347sudo port -d install tk -quartz
    44 
     48}}}
    4549
    4650to unbreak the installed pymol.