Changes between Initial Version and Version 3 of Ticket #50812


Ignore:
Timestamp:
Mar 6, 2016, 8:01:17 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You don't need to manually make any changes to the portfile. The changes were already committed to the repository. You just need to run sudo port selfupdate to receive them.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50812

    • Property Priority changed from High to Normal
  • Ticket #50812 – Description

    initial v3  
    1 Actually I was trying to install python34 but at the end it gave following error. [[BR]]
    2  --->  Cleaning python34[[BR]]
    3  --->  Updating database of binaries[[BR]]
    4  --->  Scanning binaries for linking errors[[BR]]               
    5  --->  Found 4 broken file(s), matching files to ports [[BR]]   
    6  --->  Found 3 broken port(s), determining rebuild order[[BR]]
    7  --->  Rebuilding in order[[BR]]
    8      cdo @1.6.4 [[BR]]
    9      grads @2.0.2 [[BR]]
    10      pcre @8.35 [[BR]]
    11  --->  Computing dependencies for cdo[[BR]]
    12  --->  Building cdo[[BR]]
    13  Error: org.macports.build for port cdo returned: command execution failed[[BR]]
     1Actually I was trying to install python34 but at the end it gave following error.
     2{{{
     3 --->  Cleaning python34
     4 --->  Updating database of binaries
     5 --->  Scanning binaries for linking errors       
     6 --->  Found 4 broken file(s), matching files to ports   
     7 --->  Found 3 broken port(s), determining rebuild order
     8 --->  Rebuilding in order
     9     cdo @1.6.4
     10     grads @2.0.2
     11     pcre @8.35
     12 --->  Computing dependencies for cdo
     13 --->  Building cdo
     14 Error: org.macports.build for port cdo returned: command execution failed
     15}}}
    1416
    1517Then I tried "sudo port clean cdo", "sudo port selfupdate" and "sudo port upgrade outdated", respectively but it still gives the same error.