Changes between Initial Version and Version 5 of Ticket #45530


Ignore:
Timestamp:
Oct 21, 2014, 4:35:46 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The reason why you get an error copying is presumably that you did not run "sudo port clean pymol" before trying to install it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45530

    • Property Cc radaroutthere@… added
    • Property Owner changed from macports-tickets@… to howarth@…
    • Property Port @1.7.1.1 removed
  • Ticket #45530 – Description

    initial v5  
    11Hello I am have problems running pymol @1.7.1.1 under Mac OS X 10.10.  I was first using a version that worked under OS X 10.9 but after the upgrade it failed with this error:
    22
     3{{{
    34 Detected OpenGL version 2.0 or greater. Shaders available.
    45 Detected GLSL version 1.20.
     
    910Mac OS X 10.10000 or later required !
    1011Abort trap: 6
     12}}}
    1113
    1214Then following the instructions on mac port I tried to remove and reinstall pymol with:
    1315
     16{{{
    1417sudo port uninstall pymol
    1518sudo port install pymol
     19}}}
    1620
    1721and now the installation files with:
    1822
     23{{{
    1924Error: org.macports.destroot for port pymol returned: error copying "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_pymol/pymol/work/pymol/setup/pymol_macports" to "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_pymol/pymol/work/destroot/opt/local/bin/pymol": file already exists
    20 
     25}}}