Changes between Initial Version and Version 1 of Ticket #39659


Ignore:
Timestamp:
Jul 8, 2013, 3:21:29 AM (11 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39659

    • Property Priority changed from Low to Normal
    • Property Keywords source configure prefix removed
    • Property Summary changed from macports source build: ./configure --with-xxx-dir to configure script does not expand "~" for applications_dir and frameworks_dir
  • Ticket #39659 – Description

    initial v1  
    22
    33I was installing libsdl, when it got to python27 it failed:
    4 `--->  Staging python27 into destroot
     4{{{
     5--->  Staging python27 into destroot
    56Error: org.macports.destroot for port python27 returned: command execution failed
    6 Error: Failed to install python27`
     7Error: Failed to install python27
     8}}}
    79
    810the .conf files listed the prefix as /Users/name/path/to/macports, but applications_dir and frameworks_dir as ~/path/to/Applications, ~/path/to/Frameworks, respectively. These aren't expanded during port installation it seems.