Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 2557] New: [PATCH] mkfs.xfs complains about missing libxfs.so.0
@ 2010-09-10 15:21 bugzilla at busybox.net
  2010-10-08  6:07 ` [Buildroot] [Bug 2557] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2010-09-10 15:21 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2557

           Summary: [PATCH] mkfs.xfs complains about missing libxfs.so.0
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: arpinf at gmail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Created attachment 2455
  --> https://bugs.busybox.net/attachment.cgi?id=2455
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.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 2557] [PATCH] mkfs.xfs complains about missing libxfs.so.0
  2010-09-10 15:21 [Buildroot] [Bug 2557] New: [PATCH] mkfs.xfs complains about missing libxfs.so.0 bugzilla at busybox.net
@ 2010-10-08  6:07 ` bugzilla at busybox.net
  2010-10-08  6:09 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2010-10-08  6:07 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2557

Ossy <marcus.osdoba@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P5                          |P4
           Platform|PC                          |All
         AssignedTo|unassigned at buildroot.uclibc |marcus.osdoba at googlemail.co
                   |.org                        |m
           Severity|minor                       |normal

--- Comment #1 from Ossy <marcus.osdoba@googlemail.com>  ---
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).

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 2557] [PATCH] mkfs.xfs complains about missing libxfs.so.0
  2010-09-10 15:21 [Buildroot] [Bug 2557] New: [PATCH] mkfs.xfs complains about missing libxfs.so.0 bugzilla at busybox.net
  2010-10-08  6:07 ` [Buildroot] [Bug 2557] " bugzilla at busybox.net
@ 2010-10-08  6:09 ` bugzilla at busybox.net
  2010-10-08  6:10 ` bugzilla at busybox.net
  2012-04-29 21:20 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2010-10-08  6:09 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2557

--- Comment #2 from Ossy <marcus.osdoba@googlemail.com>  ---
Created attachment 2575
  --> https://bugs.busybox.net/attachment.cgi?id=2575
xfsprogs 3.1.3 may use util-linux-ng

converts to autotargets and uses libuuid

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 2557] [PATCH] mkfs.xfs complains about missing libxfs.so.0
  2010-09-10 15:21 [Buildroot] [Bug 2557] New: [PATCH] mkfs.xfs complains about missing libxfs.so.0 bugzilla at busybox.net
  2010-10-08  6:07 ` [Buildroot] [Bug 2557] " bugzilla at busybox.net
  2010-10-08  6:09 ` bugzilla at busybox.net
@ 2010-10-08  6:10 ` bugzilla at busybox.net
  2012-04-29 21:20 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2010-10-08  6:10 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2557

Ossy <marcus.osdoba@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2455|0                           |1
        is obsolete|                            |

--- Comment #3 from Ossy <marcus.osdoba@googlemail.com>  ---
Comment on attachment 2455
  --> https://bugs.busybox.net/attachment.cgi?id=2455
Fixes missing libs with xfsprogs

newer patch uses higher version and converts to autotargets

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 2557] [PATCH] mkfs.xfs complains about missing libxfs.so.0
  2010-09-10 15:21 [Buildroot] [Bug 2557] New: [PATCH] mkfs.xfs complains about missing libxfs.so.0 bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2010-10-08  6:10 ` bugzilla at busybox.net
@ 2012-04-29 21:20 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2012-04-29 21:20 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2557

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 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.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-29 21:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-10 15:21 [Buildroot] [Bug 2557] New: [PATCH] mkfs.xfs complains about missing libxfs.so.0 bugzilla at busybox.net
2010-10-08  6:07 ` [Buildroot] [Bug 2557] " bugzilla at busybox.net
2010-10-08  6:09 ` bugzilla at busybox.net
2010-10-08  6:10 ` bugzilla at busybox.net
2012-04-29 21:20 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox