Changes between Initial Version and Version 1 of Ticket #39659
- Timestamp:
- Jul 8, 2013, 3:21:29 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39659
-
Property
Priority
changed from
Low
toNormal
- Property Keywords source configure prefix removed
-
Property
Summary
changed from
macports source build: ./configure --with-xxx-dir
toconfigure script does not expand "~" for applications_dir and frameworks_dir
-
Property
Priority
changed from
-
Ticket #39659 – Description
initial v1 2 2 3 3 I was installing libsdl, when it got to python27 it failed: 4 `---> Staging python27 into destroot 4 {{{ 5 ---> Staging python27 into destroot 5 6 Error: org.macports.destroot for port python27 returned: command execution failed 6 Error: Failed to install python27` 7 Error: Failed to install python27 8 }}} 7 9 8 10 the .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.