23 Nov
2012
23 Nov
'12
3:24 p.m.
On 11/23/2012 06:57, Stefan Stefanov wrote:
My question: How to print all packages (not just files as upper commands do) which need to be rebuilt (and probably include the build commands)?
Take a look at 'revdep' in the 'prt-utils' port. It will give you a list of ports with bad or missing links using ldd. Those ports would need to be rebuilt. You can also grep for libpthread-stubs.la in /usr/lib/*.la and rebuild the packages that match there as well. Matt