Bugzilla – Bug 128609
building util-linux broken
Last modified: 2007-09-27 15:49:34 UTC
When guessfstype of the util-linux package is linked, it aborts with unknown symbols, such as blkid_get_devname. The solution is to add -lblkid to the Makefile. I just wonder how SUSE built the util-linux package then without libblkid.so.1.
You have e2fsprogs-devel installed? Is so, hen try without it installed.
Yes I do have that installed. But it can't be right to uninstall it just to have util-linux doing the right thing.
If you're building it with e2fsprogs-devel, it'll be util-linux using blkid. Since the SUSE util-linux is compiled without it, it _is_ right that it is this way. Just use y2pmbuild or build to build it. In the future if/when we're going to support rebuilding not by our scripts, this can be considered a bug.