From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice via Bug reports for GNU Guix Subject: bug#37233: lsblk not up to date in util-linux Date: Fri, 30 Aug 2019 16:03:12 +0200 Message-ID: <87y2zapx7j.fsf@nckx> References: <20190830094252.GA16694@PhantoNv4ArchGx.localdomain> Reply-To: Tobias Geerinckx-Rice Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48423) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i3hVa-0004n2-QE for bug-guix@gnu.org; Fri, 30 Aug 2019 10:04:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i3hVV-0005Od-Ld for bug-guix@gnu.org; Fri, 30 Aug 2019 10:04:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45724) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i3hVV-0005L6-3k for bug-guix@gnu.org; Fri, 30 Aug 2019 10:04:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i3hVS-0003Dm-Q2 for bug-guix@gnu.org; Fri, 30 Aug 2019 10:04:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-reply-to: <20190830094252.GA16694@PhantoNv4ArchGx.localdomain> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Bengt Richter Cc: 37233-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Bengt, Sorry you had to debug that! Bengt Richter =E5=86=99=E9=81=93=EF=BC=9A > =E2=80=A6then I get the desired output above. The difference is=20 > apparently > util-linux 2.32.1 vs the newer 2.34, where the newer one=20 > understands > more field names for -o ... [=E2=80=A6] > Hope somebody can update it. > I think I found the updated version at > https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/util-lin= ux-2.34.tar.xz Guix's util-linux package was already updated to 2.34 in June=20 (commit ac3842ef on core-updates), and it will be available when=20 core-updates is merged into master. That should be very soon now.=20 I'm closing this bug for that reason. Updates of core Guix packages like these take a while to trickle=20 down to users because =E2=80=98everything=E2=80=99 depends on them, and whe= n=20 they change =E2=80=98everything=E2=80=99 needs to be rebuilt, so we need to= =20 =E2=80=98batch=E2=80=99 these changes somehow to avoid rebuilding the world= ever=20 two days. Search for =E2=80=98staging=E2=80=99 and =E2=80=98core-updates= =E2=80=99 in the=20 manual. Unfortunately, core-updates in particular always takes=20 longer to fix up and merge than expected. Until that happens, you can define and install your own updated=20 util-linux. (define-public util-linux/latest (package (inherit util-linux) (name "util-linux") (version "2.34") (source =E2=80=A6))) ; updated URL This is similar to what we already do for security updates in=20 Guix. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXWksoAAKCRANsP+IT1Vt eYG/AQCnwUIwvny8cbVUC/vrzkS6qDc8I024RftmmPD+Kr8jvgD+MOgpSIlwOutY Q1W/AumcaZrWcuWKbciKxi8iOqMXCAo= =s643 -----END PGP SIGNATURE----- --=-=-=--