Opened 4 years ago

Last modified 2 months ago

#60995 new enhancement

port_binary_distributable.tcl: Clarify reason for nondistributability

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: admin@…
Priority: Normal Milestone:
Component: buildbot/mpbb Version:
Keywords: Cc: jmroot (Joshua Root), drkp (Dan Ports), danchr (Dan Villiom Podlaski Christiansen), mascguy (Christopher Nielsen), cooljeanius (Eric Gallager)
Port:

Description

Could port_binary_distributable.tcl in verbose mode provide more details on why a port is not distributable? Many developers, myself included, struggle to understand what if anything can be done to resolve nondistributability when the only information the script provides is e.g.:

"emacs-app" is not distributable because its license "gpl" conflicts with license "OpenSSL" of dependency "openssl"

It is not easy for a developer to figure out the chain of dependencies that leads to the dependency with the conflicting license. port rdeps doesn't help because it only lists each dependency once, even if that one occurrence is in a dependency chain that is not participating in distributability checks due to installs_libs no, and port rdeps --full produces too much output to be usable.

The problem is made more difficult when a port has different dependencies on different OS versions (e.g. due to needing a newer compiler or cctools or git on older systems), resulting in different distributability on different OS versions (#54633, #59926). Maintainers usually doesn't have direct access to multiple OS version to investigate.

I have often wanted to have a MacPorts command to show the chain(s) of dependencies relating one port to another. Maybe if that existed, port_binary_distributable.tcl could use it.

Change History (6)

comment:1 Changed 4 years ago by drkp (Dan Ports)

Cc: drkp added

comment:2 Changed 4 years ago by danchr (Dan Villiom Podlaski Christiansen)

Cc: danchr added

comment:3 Changed 3 years ago by mascguy (Christopher Nielsen)

Cc: mascguy added

comment:4 Changed 3 years ago by mascguy (Christopher Nielsen)

comment:5 Changed 3 years ago by mascguy (Christopher Nielsen)

@Danchr, are you interested in completing this work? If not I'll run with it, as it looks like you're very close. We just need to make the changes requested by folks.

comment:6 Changed 2 months ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.