Changes between Initial Version and Version 1 of Ticket #64079


Ignore:
Timestamp:
Nov 29, 2021, 2:10:51 PM (2 years ago)
Author:
jmroot (Joshua Root)
Comment:

The problem is that privoxy doesn't use a specific version of perl, it just goes with whatever variant you happen to have installed perl5 with. That's already bad for reproducibility, but it also results in nonexistent dependencies being used sometimes, as you've discovered.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64079

    • Property Status changed from new to assigned
    • Property Owner set to essandess
    • Property Port 3.0.32 removed
    • Property Summary changed from privoxy @3.0.32 Fails to upgrade to privoxy @3.0.32 uses indeterminate perl5.major for dependencies
  • Ticket #64079 – Description

    initial v1  
    11port upgrade fails on upgrading privoxy (dependency problem) on a mac running 11.6.1, Xcode 13.1, MacPorts 2.7.1
    22Here is the output of the upgrade failure:
    3 {{{Warning: No port p5.26-sgmlspm found in the index.
     3{{{
     4Warning: No port p5.26-sgmlspm found in the index.
    45Warning: No port p5.26-getopt-long found in the index.
    56Warning: No port p5.26-time-local found in the index.
    67--->  Computing dependencies for privoxy
    7 Error: Dependency 'p5.26-sgmlspm' not found.}}}
     8Error: Dependency 'p5.26-sgmlspm' not found.
     9}}}