Bug 128609

Summary: building util-linux broken
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Jan Engelhardt <jengelh>
Component: BasesystemAssignee: Mads Martin Joergensen <mmj>
Status: VERIFIED WONTFIX QA Contact: E-mail List <qa-bugs>
Severity: Minor    
Priority: P5 - None    
Version: RC 4   
Target Milestone: ---   
Hardware: x86   
OS: Linux   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jan Engelhardt 2005-10-15 18:31:31 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.
Comment 1 Mads Martin Joergensen 2005-10-17 09:33:17 UTC
You have e2fsprogs-devel installed? Is so, hen try without it installed.
Comment 2 Jan Engelhardt 2005-10-17 17:57:27 UTC
Yes I do have that installed. But it can't be right to uninstall it just to have util-linux doing the right thing.
Comment 3 Mads Martin Joergensen 2005-10-18 08:27:16 UTC
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.