Changes between Initial Version and Version 1 of Ticket #35320


Ignore:
Timestamp:
Jul 26, 2012, 12:21:06 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to use WikiFormatting.

Yes, ghc requires perl5.8, but that version is most certainly still available and should still work. Please attach the main.log file from the failed perl5.8 build so we can see what went wrong. However before you do so I can already see that you had not cleaned before trying the perl5.8 build, so its results cannot be trusted. Please "sudo port clean perl5.8", then try again, then attach its main.log if it fails again.

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 to perl5.8 build failed
    • Property Port perl5.8 added; ghc removed
  • Ticket #35320 – Description

    initial v1  
    11I upgraded my Mac OS X to version Mountain Lion. Then I installed "XCode 4.4" and "Command Line Tools". Then I ran the command
    22
     3{{{
    34sudo port upgrade outdated
     5}}}
    46
    57and all went well. Finally I wanted to add ghc via macport
    68
     9{{{
    710sudo port install ghc
     11}}}
    812
    913and then I found the dialogue suguiente
    1014
     15{{{
    1116Warning: 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.
    1217---> Computing dependencies for ghc
     
    2126     http://guide.macports.org/ # project.tickets
    2227Error: Processing of port ghc failed
     28}}}
    2329
    2430I think the reason the problem is that ghc depends on perl5.8 and that this version of perl is no longer available.