Changes between Initial Version and Version 1 of Ticket #35320
- Timestamp:
- Jul 26, 2012, 12:21:06 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35320
- Property Owner changed from macports-tickets@… to ricci@…
- Property Keywords mountainlion added; ghc perl5.8 removed
-
Property
Summary
changed from
is impossible to install the ghc port
toperl5.8 build failed
- Property Port perl5.8 added; ghc removed
-
Ticket #35320 – Description
initial v1 1 1 I upgraded my Mac OS X to version Mountain Lion. Then I installed "XCode 4.4" and "Command Line Tools". Then I ran the command 2 2 3 {{{ 3 4 sudo port upgrade outdated 5 }}} 4 6 5 7 and all went well. Finally I wanted to add ghc via macport 6 8 9 {{{ 7 10 sudo port install ghc 11 }}} 8 12 9 13 and then I found the dialogue suguiente 10 14 15 {{{ 11 16 Warning: Your developer_dir setting in macports.conf points to a non-existing directory. Since this is Known to cause problems, please correct the setting or comment it and let auto-discover macports the correct path. 12 17 ---> Computing dependencies for ghc … … 21 26 http://guide.macports.org/ # project.tickets 22 27 Error: Processing of port ghc failed 28 }}} 23 29 24 30 I think the reason the problem is that ghc depends on perl5.8 and that this version of perl is no longer available.