2011/8/19 Ben Walton <[email protected]>: > Excerpts from Ben Walton's message of Thu Aug 18 20:15:09 -0400 2011: > >> Oh, and one other teeny, tiny, small little item...a list of all >> shared libraries that package contains? > > Ooops...sorry, this should be "every shared object a package depends > on by NEEDED items in the binary/library." This information would > have been used by checkpkg so maybe it's in the pickled data structure > for extraction?
I could even return the whole pickled data structure, and you could do whatever you wanted with it, it has all the information. There's one wrinkle, where I was lazy and I pickled a Python object instead of a plain tuple, so I'll have to modify the code to use the tuple instead of a timestamp object. It'll require bumping up the data structure version number, and reindexing of the catalog. Maciej _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
