Changes between Initial Version and Version 1 of Ticket #43449


Ignore:
Timestamp:
Apr 22, 2014, 11:24:32 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

That's strange. The depspec "path:lib/pkgconfig/cairo.pc:cairo" is of the form "(bin:lib:path):foo:port" so I don't know what it's complaining about. I'm also not certain which port (digikam, or one of its miriad dependencies) is issuing this complaint. The formulation "require_active_variants path:lib/pkgconfig/cairo.pc:cairo" is used in many ports and hasn't been a problem before.

Can you show the list of ports that are installed, by running "port -v installed"?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43449

    • Property Cc jan@… caulier.gilles@… ryandesign@… added
    • Property Summary changed from Impossible to install Digikam Port to digikam: invalid port depspec 'path:lib/pkgconfig/cairo.pc:cairo'
  • Ticket #43449 – Description

    initial v1  
    44I try to install digikam by :
    55
    6 ''sudo port install -v digikam +debug''
     6{{{
     7sudo port install -v digikam +debug
     8}}}
    79
    810First I receive that :
     11{{{
    912--->  Computing dependencies for digikam
     13}}}
    1014
    1115But very quickly I receive these informations :
    1216
     17{{{
    1318Error: active_variants:
    1419Error: invalid port depspec 'path:lib/pkgconfig/cairo.pc:cairo'
    1520Error:   expecting either: port or (bin:lib:path):foo:port
     21}}}
    1622
    1723What's mean ? What can I do ?