Changes between Initial Version and Version 1 of Ticket #41010


Ignore:
Timestamp:
Oct 28, 2013, 7:59:50 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You've requested the +kerberos variant of cyrus-sasl2, which requires the kerberos5 port (admittedly this is a default variant of the cyrus-sasl2 port) and you've requested the +gss variant of the curl port which conflicts with the kerberos5 port.

Decide which you want more: gss support in curl, or kerberos support in cyrus-sasl2.

If you want gss support in curl, then install cyrus-sasl2 without kerberos support: sudo port install cyrus-sasl2 -kerberos

If you want kerberos support in cyrus-sasl2, then install curl without gss support: sudo port install curl -gss

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41010

    • Property Cc ryandesign@… added
    • Property Port curl kerberos5 added
  • Ticket #41010 – Description

    initial v1  
    1 $ sudo port upgrade curl[[BR]]
    2 
    3 --->  Computing dependencies for curl[[BR]]
    4 
     1{{{
     2$ sudo port upgrade curl
     3--->  Computing dependencies for curl
    54Error: Unable to upgrade port: Can't install curl because conflicting ports are installed: kerberos5
    6 
    7 $ sudo port upgrade git-core[[BR]]
    8 
    9 --->  Computing dependencies for curl[[BR]]
    10 
     5}}}
     6{{{
     7$ sudo port upgrade git-core
     8--->  Computing dependencies for curl
    119Error: Unable to upgrade port: Can't install curl because conflicting ports are installed: kerberos5
    12 [[BR]]
    13 [[BR]]
    14 [[BR]]
     10}}}
    1511
    1612Please, can anyone tell me how to resolve this conflict? Other ports depends on kerberos5:
    17 [[BR]]
    18 [[BR]]
    19 [[BR]]
    2013
     14{{{
    2115$ sudo port uninstall --follow-dependencies kerberos5
    22 
    23 --->  Unable to uninstall kerberos5 @1.11.3_0, the following ports depend on it:[[BR]]
    24 
    25 --->    cyrus-sasl2 @2.1.25_4+kerberos[[BR]]
    26 
    27 --->    cclient @2007f_0[[BR]]
    28 
    29 --->    php5-imap @5.3.26_0[[BR]]
    30 
    31 --->    php5-openssl @5.3.26_0[[BR]]
    32 
    33 --->    php5-imap @5.3.27_0[[BR]]
    34 
    35 --->    php5-openssl @5.3.27_0[[BR]]
    36 
     16--->  Unable to uninstall kerberos5 @1.11.3_0, the following ports depend on it:
     17--->    cyrus-sasl2 @2.1.25_4+kerberos
     18--->    cclient @2007f_0
     19--->    php5-imap @5.3.26_0
     20--->    php5-openssl @5.3.26_0
     21--->    php5-imap @5.3.27_0
     22--->    php5-openssl @5.3.27_0
    3723Error: org.macports.uninstall for port kerberos5 returned: Please uninstall the ports that depend on kerberos5 first.
    38 [[BR]]
    39 [[BR]]
    40 [[BR]]
     24}}}
    4125
    4226If i try to uninstall for example cyrus-sasl2 i get the following message:
    43 [[BR]]
    44 [[BR]]
    45 [[BR]]
    4627
     28{{{
    4729$ sudo port uninstall cyrus-sasl2
    48 
    49 --->  Unable to uninstall cyrus-sasl2 @2.1.25_4+kerberos, the following ports depend on it:[[BR]]
    50 
    51 --->    openldap @2.4.31_3[[BR]]
    52 
    53 --->    subversion @1.7.10_1[[BR]]
    54 
    55 --->    subversion-perlbindings-5.12 @1.7.10_0[[BR]]
    56 
    57 --->    subversion @1.8.3_3[[BR]]
    58 
    59 --->    subversion-perlbindings-5.12 @1.8.3_2[[BR]]
    60 
    61 Error: org.macports.uninstall for port cyrus-sasl2 returned: Please uninstall the ports that depend on cyrus-sasl2 first.[[BR]]
    62 [[BR]]
    63 [[BR]]
    64 [[BR]]
    65 
    66 It seems to be an endless story ;-)[[BR]]
     30--->  Unable to uninstall cyrus-sasl2 @2.1.25_4+kerberos, the following ports depend on it:
     31--->    openldap @2.4.31_3
     32--->    subversion @1.7.10_1
     33--->    subversion-perlbindings-5.12 @1.7.10_0
     34--->    subversion @1.8.3_3
     35--->    subversion-perlbindings-5.12 @1.8.3_2
     36Error: org.macports.uninstall for port cyrus-sasl2 returned: Please uninstall the ports that depend on cyrus-sasl2 first.
     37}}}
     38It seems to be an endless story ;-)
    6739
    6840thanks in advance :-)