Changes between Initial Version and Version 1 of Ticket #25049


Ignore:
Timestamp:
May 27, 2010, 7:22:57 PM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Don't forget to preview before submitting, and to use WikiFormatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25049

    • Property Status changed from new to assigned
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Port glib2-devel added
  • Ticket #25049 – Description

    initial v1  
    33Other ports warn nicely about having to upgrade to the universal variant. It would be pleasant if this one would as well, as my fix was just a wild guess at the problem.
    44
     5{{{
    56[marco@eva ~/dev]$ sudo port upgrade -d --enforce-variants glib2 +universal
    67--->  Computing dependencies for glib2
     
    3940
    4041Error: Unable to upgrade port: 1
     42}}}
    4143
    4244This fixes it:
    4345
     46{{{
    4447[marco@eva ~/dev]$ sudo port upgrade --enforce-variants zlib +universal
    4548--->  Computing dependencies for zlib
     
    6669--->  Activating glib2 @2.24.1_0+darwin+universal
    6770--->  Cleaning glib2
     71}}}