If lpstat is installed at build time the resulting binaries assume that it will be present too.
Here's what smnpwalk is returning:
HOST-RESOURCES-MIB::hrDeviceDescr.327680 = STRING: such file or directory
The attached patch adds a call to access(2) prior to execing lpstat which solves the problem for me.
Bump?