Opened 14 years ago
Closed 14 years ago
#483 closed enhancement (invalid)
license information in dependency graph for salmonella report
Reported by: | Alan Post | Owned by: | Mario Domenech Goulart |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | infrastructure | Version: | 4.6.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
Looking at a representative dependency graph in the salmonella report:
http://tests.call-cc.org/current/salmonella-report/dep-graphs/kiksispehi.png
I note that the srfi-14, srfi-69, and utils "eggs" say "Could not find license info" I believe this results from these eggs being built into Chicken, which would imply that they are covered by the same license that Chicken is covered by.
If this is correct, can we detect the built-in eggs and properly report their license? If I haven't diagnosed the problem please correct my assumption and I'll file new tickets against the appropriate subsystem.
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | 4.7.0 |
---|
comment:2 Changed 14 years ago by
Owner: | set to Mario Domenech Goulart |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Sorry. Somehow I had overlooked this ticket.
The dependencies graphs are for eggs only. Salmonella does not report license information for Chicken units. BTW, units should not go to .meta's
depends
norneeds
(from where salmonella gets the dependencies).I closing this ticket as invalid, but maybe I'm missing something. If that's the case, please reopen it.