Bug 2557 - [PATCH] mkfs.xfs complains about missing libxfs.so.0
Summary: [PATCH] mkfs.xfs complains about missing libxfs.so.0
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P4 normal
Target Milestone: ---
Assignee: Ossy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-10 15:21 UTC by arpinf
Modified: 2012-04-29 21:20 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Fixes missing libs with xfsprogs (421 bytes, patch)
2010-09-10 15:21 UTC, arpinf
Details
xfsprogs 3.1.3 may use util-linux-ng (6.25 KB, application/octet-stream)
2010-10-08 06:09 UTC, Ossy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arpinf 2010-09-10 15:21:06 UTC
Created attachment 2455 [details]
Fixes missing libs with xfsprogs

Buildroot version: 2010.08
Host: x86_64
Target: i686

When compling xfsprogs the xfs libs are not copied by the make install target.

Added the copy comand to the package/xfsprogs/xfsprogs.mk file.

See attached patch.
Comment 1 Ossy 2010-10-08 06:07:59 UTC
Xfsprogs currently uses the old infrastructure. I updated it to the newer version 3.1.3 and autotargets. This version on xfsprogs may use the libuuid of util-linux-ng (introduced in another patch) or the libuuid of e2fsxprogs (no need of util-linux-ng).
Comment 2 Ossy 2010-10-08 06:09:20 UTC
Created attachment 2575 [details]
xfsprogs 3.1.3 may use util-linux-ng

converts to autotargets and uses libuuid
Comment 3 Ossy 2010-10-08 06:10:01 UTC
Comment on attachment 2455 [details]
Fixes missing libs with xfsprogs

newer patch uses higher version and converts to autotargets
Comment 4 Thomas Petazzoni 2012-04-29 21:20:31 UTC
As of e1fbd63f3c9700ef9d590ea7b4659ca592db5e3c, xfsprogs uses libuuid from util-linux, and as of a41cdcf78f0300909dc5e6acc68abd7d64418bba it has been converted to autotargets, and the version is now 3.1.8. So most likely this bug is fixed now.