Changes between Initial Version and Version 1 of Ticket #34895, comment 7


Ignore:
Timestamp:
Oct 8, 2014, 2:11:16 PM (10 years ago)
Author:
veedeehjay@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34895, comment 7

    initial v1  
    11if someone's interested: problem is still there under 10.9 (sort of). if I do //port install reduce-algebra// it seemingly does a binary install (don't see any compiling going on and it completes quickly) after which there is a dir //psbuild/x86_64-mac_unknown_version-darwin13.0.0// in ///opt/local/libexec/reduce-algebra//.
    22
    3 but for me (running 10.9.5) //uname -r// yields 13.4.0. so the name of the directory is just wrong. maybe it would be correct if a source install is enforced (have not tried that). anyway,  just doing
     3but for me (running 10.9.5) //uname -r// yields 13.4.0. so the name of the directory is just wrong. maybe it would be correct if a source install is enforced (have tried that now and indeed that's what happening then). anyway,  just doing
    44
    55//sudo mv psbuild/x86_64-mac_unknown_version-darwin13.0.0 psbuild/x86_64-mac_unknown_version-darwin13.4.0//
    66
    7 seems to fix everything.  at least //redpsl// starts up then and seems to work.
     7seems to fix everything.  at least //redpsl// starts up then and seems to work. at least basic things do. but the package loading mechanism does not work (this behaviour does not change, when doing a  //port -s install// instead, so that is a different problem it seems).