Changes between Initial Version and Version 1 of Ticket #68635


Ignore:
Timestamp:
Nov 4, 2023, 9:50:59 PM (13 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

On my system port echo depends:p5.36-xml-parser produces no output so it is not a problem that affects everyone. Does it show anything on your system?

As you showed, meld does depend on intltool, and intltool does depend on p5.34-xml-parser.

Do you by chance have the perl5 port installed with the non-default +perl5_36 variant, and/or have that variant in your variants.conf? If so, maybe that is related to the problem.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68635

    • Property Keywords spurious port dependency removed
    • Property Port meld added
  • Ticket #68635 – Description

    initial v1  
    11When trying to install the meld port from source on Sonoma 14.1 (M1 chip) it fails due to a spurious dependency on a nonexistent p5.36-xml-parser port.
    22
     3{{{
    34...
    45> --->  Computing dependencies for meld........
    56> Error: Dependency 'p5.36-xml-parser' not found.
    67...
     8}}}
    79
    810meld does not have this dependency:
     
    1012Meld itself does not have this dependency:
    1113
     14{{{
    1215% port deps meld
    1316Full Name: meld @3.21.0_2+x11
     
    1922python311
    2023Runtime Dependencies: adwaita-icon-theme, gsettings-desktop-schemas, yelp
     24}}}
    2125
    2226So it must be one of its dependencies.
    2327
     28{{{
    2429port rdeps meld | grep -F p5.36-xml-parser
    2530Error: Port p5.36-xml-parser not found
    2631          p5.36-xml-parser
     32}}}