All of lore.kernel.org
 help / color / mirror / Atom feed
* e2fsprogs builds and installs obsolete version of blkid
@ 2022-04-05 23:15 Kiselev, Oleg
  2022-04-06 12:48 ` Theodore Ts'o
  0 siblings, 1 reply; 3+ messages in thread
From: Kiselev, Oleg @ 2022-04-05 23:15 UTC (permalink / raw)
  To: linux-ext4

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)


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

end of thread, other threads:[~2022-04-09  3:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05 23:15 e2fsprogs builds and installs obsolete version of blkid Kiselev, Oleg
2022-04-06 12:48 ` Theodore Ts'o
2022-04-09  3:24   ` Kiselev, Oleg

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.