Changes between Version 1 and Version 2 of Ticket #52187, comment 7


Ignore:
Timestamp:
Sep 9, 2016, 7:36:08 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52187, comment 7

    v1 v2  
    33Here are some outputs which might be useful:
    44
     5{{{
    56port installed ncurses
    6 
    77The following ports are currently installed:
    8 
    98  ncurses @5.9_2
    10 
    119  ncurses @5.9_2+universal
    12 
    1310  ncurses @6.0_0
    14 
    1511  ncurses @6.0_0+universal (active)
     12}}}
    1613
    1714But when I do
    1815
     16{{{
    1917sudo port upgrade outdated
    20 
    2118--->  Computing dependencies for yelp-xsl
    2219--->  Configuring yelp-xsl
     
    2623    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_yelp-xsl/yelp-xsl/main.log
    2724Error: Unable to upgrade port: 1
     25}}}
    2826
    2927The error log (main1.log) is attached.
     
    3331Now if I do
    3432
     33{{{
    3534sudo port activate ncurses @5.9_2+universal
     35}}}
    3636
    3737and then
    3838
     39{{{
    3940sudo port upgrade outdated
    40 
    4141--->  Computing dependencies for yelp-xsl
    4242--->  Configuring yelp-xsl
     
    4646    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_yelp-xsl/yelp-xsl/main.log
    4747Error: Unable to upgrade port: 1
     48}}}
    4849
    4950The error log (main2.log) is attached.