Changes between Initial Version and Version 1 of Ticket #38010, comment 10


Ignore:
Timestamp:
Feb 10, 2013, 2:26:54 PM (12 years ago)
Author:
cooljeanius (Eric Gallager)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38010, comment 10

    initial v1  
    22> While we're at it we might add a check that walks all binaries, gets a list of symbols and checks whether there's at least one symbol being used from the linked libraries. I think Debian has something similar in place.
    33
    4 So does Fink. Besides linked libraries, they also check headers and stuff, too. For example:
     4So does Fink, for that matter. Besides linked libraries, they also check headers and stuff, too. For example:
    55{{{
    66fink-package-precedence --prohibit-bdep=libxml2 .
     
    102102Scanning binaries for incorrect dyld linking...
    103103}}}
     104I'm not sure how many of these steps MacPorts should copy here, but I just thought I'd bring it up for comparison's sake.