Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v7 0/2] e2fsprogs: fix issues regarding merged /sbin and /usr/sbin
@ 2017-04-12 11:42 Carlos Santos
  2017-04-12 11:42 ` [Buildroot] [PATCH v7 1/2] e2fsprogs: refactor to fix conflicts with busybox and util-linux Carlos Santos
  2017-04-12 11:42 ` [Buildroot] [PATCH v7 2/2] systemd: select fsck wrapper from util-linux Carlos Santos
  0 siblings, 2 replies; 5+ messages in thread
From: Carlos Santos @ 2017-04-12 11:42 UTC (permalink / raw)
  To: buildroot

Since e2fsprogs depends on util-linux, it's build after it. It means
that if you want the fsck wrapper from util-linux (which is better
maintained and you are sure that it's compatible with systemd) and you
want e2fsck, it won't work. Because of the merge of /usr/bin and /bin,
we end up deleting the fsck from util-linux.

In order to solve the problem we need to make two changes:

- Refactor the e2fsprogs recipe to, among other things, prevent it from
  removing/overriding the fsck from util-linux.

- Make systemd select util-linux/fsck to prevent ending up with the fsck
  from busybox, which is not compatible with systemd.

Carlos Santos (2):
  e2fsprogs: refactor to fix conflicts with busybox and util-linux
  systemd: select fsck wrapper from util-linux

 package/e2fsprogs/Config.in      |  87 ++++++++---------------
 package/e2fsprogs/Config.in.host |   1 +
 package/e2fsprogs/e2fsprogs.mk   | 147 ++++++++++++---------------------------
 package/systemd/Config.in        |   6 ++
 4 files changed, 80 insertions(+), 161 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-04-12 19:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-12 11:42 [Buildroot] [PATCH v7 0/2] e2fsprogs: fix issues regarding merged /sbin and /usr/sbin Carlos Santos
2017-04-12 11:42 ` [Buildroot] [PATCH v7 1/2] e2fsprogs: refactor to fix conflicts with busybox and util-linux Carlos Santos
2017-04-12 11:42 ` [Buildroot] [PATCH v7 2/2] systemd: select fsck wrapper from util-linux Carlos Santos
2017-04-12 11:46   ` Arnout Vandecappelle
2017-04-12 19:13   ` Thomas Petazzoni

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