Oftentimes during a port build, "in .so... undefined reference to [foo bar].."
Slight chance someone knows, when such an error occurs, if there is some command which would show which of the (say, less than a quarter of the build dependencies) were referenced in the building of that particular .so; maybe such command (if it exists) would enable the rebuild of just one or two dependencies, fixing the build for that port in a shorter amount of time than may otherwise be needed.
Or some wrapper for the build process emits such information as the build transpires... maybe even a port some persons are now using in that way or something similar.
Slight chance someone knows, when such an error occurs, if there is some command which would show which of the (say, less than a quarter of the build dependencies) were referenced in the building of that particular .so; maybe such command (if it exists) would enable the rebuild of just one or two dependencies, fixing the build for that port in a shorter amount of time than may otherwise be needed.
Or some wrapper for the build process emits such information as the build transpires... maybe even a port some persons are now using in that way or something similar.