| Summary: | [PATCH] mkfs.xfs complains about missing libxfs.so.0 | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | arpinf |
| Component: | Other | Assignee: | 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 |
||
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). Created attachment 2575 [details]
xfsprogs 3.1.3 may use util-linux-ng
converts to autotargets and uses libuuid
Comment on attachment 2455 [details]
Fixes missing libs with xfsprogs
newer patch uses higher version and converts to autotargets
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. |
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.