Bug 128609 - building util-linux broken
Summary: building util-linux broken
Status: VERIFIED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: RC 4
Hardware: x86 Linux
: P5 - None : Minor
Target Milestone: ---
Assignee: Mads Martin Joergensen
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-15 18:31 UTC by Jan Engelhardt
Modified: 2007-09-27 15:49 UTC (History)
0 users

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.