Bug 2557

Summary: [PATCH] mkfs.xfs complains about missing libxfs.so.0
Product: buildroot Reporter: arpinf
Component: OtherAssignee: Ossy <marcus.osdoba>
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P4    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: Fixes missing libs with xfsprogs
xfsprogs 3.1.3 may use util-linux-ng

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.