* [Buildroot] [Bug 531] New: let e2fsprogs package to export headers to staging dir if needed
@ 2009-08-02 14:58 bugzilla at busybox.net
2009-08-02 14:59 ` [Buildroot] [Bug 531] " bugzilla at busybox.net
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2009-08-02 14:58 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=531
Host: Ubuntu 9.0.4 Server 32 Bit
Target: i686
Build: i686
Summary: let e2fsprogs package to export headers to staging dir
if needed
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: d.albano at gmail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Created an attachment (id=563)
--> (https://bugs.busybox.net/attachment.cgi?id=563)
Let e2fsprogs headers to be copied in staging dir if needed
Hi,
as, specificed in bug #529, e2fsprogs package actually doesn't copy headers
into staging dir so util-linux doesn't compile complaining about missing
blkid/blkid/.h
The attached patch add support exporting only headers to staging dir
--
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] 9+ messages in thread
* [Buildroot] [Bug 531] let e2fsprogs package to export headers to staging dir if needed
2009-08-02 14:58 [Buildroot] [Bug 531] New: let e2fsprogs package to export headers to staging dir if needed bugzilla at busybox.net
@ 2009-08-02 14:59 ` bugzilla at busybox.net
2009-08-02 16:16 ` bugzilla at busybox.net
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2009-08-02 14:59 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=531
Daniele Salvatore Albano <d.albano@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |529
--
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] 9+ messages in thread
* [Buildroot] [Bug 531] let e2fsprogs package to export headers to staging dir if needed
2009-08-02 14:58 [Buildroot] [Bug 531] New: let e2fsprogs package to export headers to staging dir if needed bugzilla at busybox.net
2009-08-02 14:59 ` [Buildroot] [Bug 531] " bugzilla at busybox.net
@ 2009-08-02 16:16 ` bugzilla at busybox.net
2009-08-31 8:07 ` bugzilla at busybox.net
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2009-08-02 16:16 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=531
Daniele Salvatore Albano <d.albano@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|enhancement |normal
--
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] 9+ messages in thread
* [Buildroot] [Bug 531] let e2fsprogs package to export headers to staging dir if needed
2009-08-02 14:58 [Buildroot] [Bug 531] New: let e2fsprogs package to export headers to staging dir if needed bugzilla at busybox.net
2009-08-02 14:59 ` [Buildroot] [Bug 531] " bugzilla at busybox.net
2009-08-02 16:16 ` bugzilla at busybox.net
@ 2009-08-31 8:07 ` bugzilla at busybox.net
2009-08-31 8:15 ` bugzilla at busybox.net
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2009-08-31 8:07 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=531
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> 2009-08-31 08:06:59 UTC ---
(In reply to comment #0)
> as, specificed in bug #529, e2fsprogs package actually doesn't copy headers
> into staging dir so util-linux doesn't compile complaining about missing
> blkid/blkid/.h
>
> The attached patch add support exporting only headers to staging dir
What about the corresponding libraries like libklkid? There also needs to be a
configuration setting to enable/disable this target.
--
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] 9+ messages in thread
* [Buildroot] [Bug 531] let e2fsprogs package to export headers to staging dir if needed
2009-08-02 14:58 [Buildroot] [Bug 531] New: let e2fsprogs package to export headers to staging dir if needed bugzilla at busybox.net
` (2 preceding siblings ...)
2009-08-31 8:07 ` bugzilla at busybox.net
@ 2009-08-31 8:15 ` bugzilla at busybox.net
2010-02-21 18:51 ` bugzilla at busybox.net
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2009-08-31 8:15 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=531
--- Comment #2 from Daniele Salvatore Albano <d.albano@gmail.com> 2009-08-31 08:15:21 UTC ---
This patch just add headers export to staging dir, not liblkid library support
... but yes, can be useful have the ability to put this library into the
target.
I made this modification to fix compilation of util-linux, he need only the
header, not the library (however i didn't tested the resulting binary because
i'm having problem to get a working initrd for my rootfs)
--
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] 9+ messages in thread
* [Buildroot] [Bug 531] let e2fsprogs package to export headers to staging dir if needed
2009-08-02 14:58 [Buildroot] [Bug 531] New: let e2fsprogs package to export headers to staging dir if needed bugzilla at busybox.net
` (3 preceding siblings ...)
2009-08-31 8:15 ` bugzilla at busybox.net
@ 2010-02-21 18:51 ` bugzilla at busybox.net
2010-04-09 14:54 ` bugzilla at busybox.net
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2010-02-21 18:51 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=531
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2010.02
--
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] 9+ messages in thread
* [Buildroot] [Bug 531] let e2fsprogs package to export headers to staging dir if needed
2009-08-02 14:58 [Buildroot] [Bug 531] New: let e2fsprogs package to export headers to staging dir if needed bugzilla at busybox.net
` (4 preceding siblings ...)
2010-02-21 18:51 ` bugzilla at busybox.net
@ 2010-04-09 14:54 ` bugzilla at busybox.net
2010-07-19 7:16 ` bugzilla at busybox.net
2011-09-18 14:13 ` bugzilla at busybox.net
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2010-04-09 14:54 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=531
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2010.02 |2010.05
--
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] 9+ messages in thread
* [Buildroot] [Bug 531] let e2fsprogs package to export headers to staging dir if needed
2009-08-02 14:58 [Buildroot] [Bug 531] New: let e2fsprogs package to export headers to staging dir if needed bugzilla at busybox.net
` (5 preceding siblings ...)
2010-04-09 14:54 ` bugzilla at busybox.net
@ 2010-07-19 7:16 ` bugzilla at busybox.net
2011-09-18 14:13 ` bugzilla at busybox.net
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2010-07-19 7:16 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=531
--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Here util-linux builds just fine. Could you post a non-working .config ?
--
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] 9+ messages in thread
* [Buildroot] [Bug 531] let e2fsprogs package to export headers to staging dir if needed
2009-08-02 14:58 [Buildroot] [Bug 531] New: let e2fsprogs package to export headers to staging dir if needed bugzilla at busybox.net
` (6 preceding siblings ...)
2010-07-19 7:16 ` bugzilla at busybox.net
@ 2011-09-18 14:13 ` bugzilla at busybox.net
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2011-09-18 14:13 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=531
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
libblkid is now part of util-linux, and both e2fsprogs and util-linux have been
reworked significantly since the bump of util-linux to 2.19.x. So, I strongly
suspect that the bug no longer exists.
--
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] 9+ messages in thread
end of thread, other threads:[~2011-09-18 14:13 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-02 14:58 [Buildroot] [Bug 531] New: let e2fsprogs package to export headers to staging dir if needed bugzilla at busybox.net
2009-08-02 14:59 ` [Buildroot] [Bug 531] " bugzilla at busybox.net
2009-08-02 16:16 ` bugzilla at busybox.net
2009-08-31 8:07 ` bugzilla at busybox.net
2009-08-31 8:15 ` bugzilla at busybox.net
2010-02-21 18:51 ` bugzilla at busybox.net
2010-04-09 14:54 ` bugzilla at busybox.net
2010-07-19 7:16 ` bugzilla at busybox.net
2011-09-18 14:13 ` 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