On 1/23/2018 1:13 AM, Paul Wise wrote: > libparted-fs-resize.so needs to link with -lparted -luuid, see the > output of adequate, symtree and objdump below. I detected this on amd64 > but the Debian build log scanner also detected dpkg-buildpackage > complaining about it on other architectures, see the w3m/getbuildlog > output below. > > I filed this bug at severity minor since I'm guessing that any code > using libparted-fs-resize.so also already uses libparted.so, or > that there is no code using libparted-fs-resize.so.
Yes, libparted-fs-resize is a little used addon to libparted. What is the proper fix for this? I'm guessing it involves changing the pkgconf config to add -lparted and -luuid?