Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utillinux: 2.35.1 -> 2.35.2 #89043

Merged
merged 1 commit into from Jul 2, 2020
Merged

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/util-linux/versions.

meta.description for utillinux is: "A set of system utilities for Linux"

meta.homepage for utillinux is: "https://www.kernel.org/pub/linux/utils/util-linux/"

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)

Rebuild report (if merged into master) (click to expand)
55208 total rebuild path(s)

19794 package rebuild(s)

19781 x86_64-linux rebuild(s)
17935 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
17492 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
AusweisApp2
DisnixWebService
EBTKS
EmptyEpsilon
LASzip
Literate
MMA
NSPlist
OVMF
OVMF-CSM
OVMF-secureBoot
PlistCpp
QuadProgpp
R
SDL
SDL2
SDL2_gfx
SDL2_image
SDL2_mixer
SDL2_net
SDL2_ttf
SDL_Pango
SDL_gfx
SDL_gpu
SDL_image
SDL_mixer
SDL_net
SDL_sound
SDL_stretch
SDL_ttf
SPAdes
SkypeExport
Sylk
Xaw3d
_20kly
_389-ds-base
_3mux
_90secondportraits
_9pfs
a2jmidid
abbaye-des-morts
abc-verifier
abcde
abcl
abcm2ps
abiword
abootimg
abseil-cpp
accountsservice
acd-cli
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/l92373yamvc6z32vvl1kkl40136y6gzs-util-linux-2.35.2-bin \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A utillinux https://github.com/r-ryantm/nixpkgs/archive/5318c62f3b107305aa5e6be5c3763dce8a8e0be7.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/l92373yamvc6z32vvl1kkl40136y6gzs-util-linux-2.35.2-bin
ls -la /nix/store/l92373yamvc6z32vvl1kkl40136y6gzs-util-linux-2.35.2-bin/bin


Pre-merge build results

NixPkgs review skipped


Maintainer pings

@FRidh FRidh added this to WIP in Staging via automation May 29, 2020
@FRidh FRidh marked this pull request as draft May 29, 2020 18:47
@r-ryantm r-ryantm closed this Jun 11, 2020
@r-ryantm r-ryantm deleted the auto-update/util-linux branch June 11, 2020 04:57
Staging automation moved this from WIP to Done Jun 11, 2020
@ryantm ryantm restored the auto-update/util-linux branch June 11, 2020 05:12
@ryantm ryantm reopened this Jun 11, 2020
Staging automation moved this from Done to WIP Jun 11, 2020
@r-ryantm r-ryantm closed this Jun 14, 2020
@r-ryantm r-ryantm deleted the auto-update/util-linux branch June 14, 2020 03:31
Staging automation moved this from WIP to Done Jun 14, 2020
@ryantm ryantm restored the auto-update/util-linux branch June 14, 2020 04:14
@ryantm ryantm reopened this Jun 14, 2020
Staging automation moved this from Done to WIP Jun 14, 2020
@FRidh FRidh mentioned this pull request Jun 25, 2020
10 tasks
@balsoft
Copy link
Member

balsoft commented Jun 26, 2020

This is required to fix cloud-util. How to speed up the merge here?

@ryantm
Copy link
Member

ryantm commented Jun 26, 2020

@FRidh Why did this get marked as draft?

@pbogdan pbogdan mentioned this pull request Jun 29, 2020
10 tasks
@r-ryantm r-ryantm closed this Jul 1, 2020
@r-ryantm r-ryantm deleted the auto-update/util-linux branch July 1, 2020 04:40
Staging automation moved this from WIP to Done Jul 1, 2020
@ryantm ryantm restored the auto-update/util-linux branch July 1, 2020 04:42
@ryantm ryantm reopened this Jul 1, 2020
Staging automation moved this from Done to WIP Jul 1, 2020
@zimbatm
Copy link
Member

zimbatm commented Jul 1, 2020

utillinux 2.35.1 and 2.35.0 broke the cloud-utils growpart utility which means that VM instances won't auto-resize their root partition on boot. Here is a workaround until this PR gets merged:

{ pkgs, ... }:
let
  overlay = final: prev: {
    cloud-utils = prev.cloud-utils.overrideAttrs (drv: {
      preFixup = ''
        sed -e 's/rqe sfd_dump sfdisk --unit=S --dump .*" ||/rqe sfd_dump sfdisk --unit=S --dump "''${DISK}" | grep -v "^sector-size:" >"''${dump_out}" ||/g' -i $out/bin/growpart
      '';
    });
  };
in
{
  nixpkgs.overlays = [
    overlay
  ];
}

@FRidh FRidh marked this pull request as ready for review July 2, 2020 15:10
@FRidh
Copy link
Member

FRidh commented Jul 2, 2020

@ryantm no idea!

@FRidh FRidh merged commit 45b6a97 into NixOS:staging Jul 2, 2020
Staging automation moved this from WIP to Done Jul 2, 2020
@ryantm ryantm deleted the auto-update/util-linux branch July 2, 2020 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Staging
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

5 participants