All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Kiselev, Oleg" <okiselev@amazon.com>
To: linux-ext4 <linux-ext4@vger.kernel.org>
Subject: e2fsprogs builds and installs obsolete version of blkid
Date: Tue, 5 Apr 2022 23:15:22 +0000	[thread overview]
Message-ID: <4EF2E5CC-E4E7-4463-893C-274EA9535EC1@amazon.com> (raw)

The e2fsprogs contains a version 1.0.0 of `blkid`.  This version does not support flags that the current kernel install scripts pass to `blkid`.  By building and installing e2fsprogs I ended up replacing blkid 2.30.2 with 1.0.0, which broke kernel packaging.  This is easily fixed by doing `yum reinstall util-linux`, which reinstalls the correct version blkid.  

This mess could be avoided if e2fsprogs either included a more modern version of blkid, or perhaps did not include blkid at all, since a more current version of this utility is maintained and installed through other packages.

(Finding https://forums.centos.org/viewtopic.php?t=69655 helped a lot in figuring out why my kernel build started failing all of a sudden)


             reply	other threads:[~2022-04-06  5:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-05 23:15 Kiselev, Oleg [this message]
2022-04-06 12:48 ` e2fsprogs builds and installs obsolete version of blkid Theodore Ts'o
2022-04-09  3:24   ` Kiselev, Oleg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EF2E5CC-E4E7-4463-893C-274EA9535EC1@amazon.com \
    --to=okiselev@amazon.com \
    --cc=linux-ext4@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.