Skip to content

pkgs/stdenv/linux: update aarch64-unknown-linux-gnu bootstrap-files#489675

Merged
vcunat merged 1 commit intoNixOS:stagingfrom
RossComputerGuy:fix/stdenv
Feb 15, 2026
Merged

pkgs/stdenv/linux: update aarch64-unknown-linux-gnu bootstrap-files#489675
vcunat merged 1 commit intoNixOS:stagingfrom
RossComputerGuy:fix/stdenv

Conversation

@RossComputerGuy
Copy link
Member

@RossComputerGuy RossComputerGuy commented Feb 12, 2026

sha256sum of files to be uploaded:

$ sha256sum /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/* 50cc72e39274e598fac4fe60e348a53955280228cce20a793c5c6a53020ad236 /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/bootstrap-tools.tar.xz bb14807aab974965cbd6f766b26edd86a41f5a60b0bff6ca290ae797d4f6fb41 /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/busybox

Suggested commands to upload files to 'tarballs.nixos.org':

$ nix-store --realize /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools
$ aws s3 cp --recursive --acl public-read /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/ s3://nixpkgs-tarballs/stdenv/aarch64-unknown-linux-gnu/a1bab9e494f5f4939442a57a58d0449a109593fe
$ aws s3 cp --recursive s3://nixpkgs-tarballs/stdenv/aarch64-unknown-linux-gnu/a1bab9e494f5f4939442a57a58d0449a109593fe ./
$ sha256sum bootstrap-tools.tar.xz busybox
$ sha256sum /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/*

Fixes aarch64-linux stdenv:

error: Cannot build '/nix/store/25szfqz836lmypkvmrwa22zsn4xqf3wq-expand-response-params.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/hd0k8s0c341wxg041g78jhggsic6s1ws-expand-response-params
       Last 9 log lines:
       > Running phase: unpackPhase
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > gcc: error: unrecognized command-line option '-fstrict-flex-arrays=1'
       > /nix/store/9l34ijwa4q1wp0nnjbmnnrvgm8cgkn8v-bootstrap-stage1-stdenv-linux/setup: line 1824: pop_var_context: head of shell_variables not a function context
       > /nix/store/shkw4qm9qcw5sc5n1k5jznc83ny02r39-default-builder.sh: line 1: pop_var_context: head of shell_variables not a function context
       For full logs, run:
         nix log /nix/store/25szfqz836lmypkvmrwa22zsn4xqf3wq-expand-response-params.drv

Caused by #473648

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

sha256sum of files to be uploaded:

$ sha256sum /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/*
50cc72e39274e598fac4fe60e348a53955280228cce20a793c5c6a53020ad236  /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/bootstrap-tools.tar.xz
bb14807aab974965cbd6f766b26edd86a41f5a60b0bff6ca290ae797d4f6fb41  /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/busybox

Suggested commands to upload files to 'tarballs.nixos.org':

    $ nix-store --realize /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools
    $ aws s3 cp --recursive --acl public-read /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/ s3://nixpkgs-tarballs/stdenv/aarch64-unknown-linux-gnu/a1bab9e494f5f4939442a57a58d0449a109593fe
    $ aws s3 cp --recursive s3://nixpkgs-tarballs/stdenv/aarch64-unknown-linux-gnu/a1bab9e494f5f4939442a57a58d0449a109593fe ./
    $ sha256sum bootstrap-tools.tar.xz busybox
    $ sha256sum /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/*
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux-stdenv This PR causes stdenv to rebuild on Linux and must target a staging branch. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 6.topic: stdenv Standard environment labels Feb 12, 2026
@RossComputerGuy RossComputerGuy marked this pull request as ready for review February 12, 2026 06:13
@nixpkgs-ci nixpkgs-ci bot requested review from a team and philiptaron February 12, 2026 06:14
@vcunat
Copy link
Member

vcunat commented Feb 13, 2026

Updating these bootstrap tools sounds good to me. 21ec906 was getting old.

I think the active people with upload credentials are @Mic92 and @mweinelt.

mdaniels5757

This comment was marked as resolved.

@mweinelt
Copy link
Member

❯ aws s3 cp --recursive --acl public-read /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/ s3://nixpkgs-tarballs/stdenv/aarch64-unknown-linux-gnu/a1bab9e494f5f4939442a57a58d0449a109593fe
upload: ../../../../../../nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/busybox to s3://nixpkgs-tarballs/stdenv/aarch64-unknown-linux-gnu/a1bab9e494f5f4939442a57a58d0449a109593fe/busybox
upload: ../../../../../../nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/bootstrap-tools.tar.xz to s3://nixpkgs-tarballs/stdenv/aarch64-unknown-linux-gnu/a1bab9e494f5f4939442a57a58d0449a109593fe/bootstrap-tools.tar.xz

❯ aws s3 cp --recursive s3://nixpkgs-tarballs/stdenv/aarch64-unknown-linux-gnu/a1bab9e494f5f4939442a57a58d0449a109593
fe ./
download: s3://nixpkgs-tarballs/stdenv/aarch64-unknown-linux-gnu/a1bab9e494f5f4939442a57a58d0449a109593fe/busybox to ./busybox
download: s3://nixpkgs-tarballs/stdenv/aarch64-unknown-linux-gnu/a1bab9e494f5f4939442a57a58d0449a109593fe/bootstrap-tools.tar.xz to ./bootstrap-tools.tar.xz

❯ sha256sum bootstrap-tools.tar.xz busybox
50cc72e39274e598fac4fe60e348a53955280228cce20a793c5c6a53020ad236  bootstrap-tools.tar.xz
bb14807aab974965cbd6f766b26edd86a41f5a60b0bff6ca290ae797d4f6fb41  busybox

❯ sha256sum /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/*
50cc72e39274e598fac4fe60e348a53955280228cce20a793c5c6a53020ad236  /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/bootstrap-tools.tar.xz
bb14807aab974965cbd6f766b26edd86a41f5a60b0bff6ca290ae797d4f6fb41  /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/busybox

@mdaniels5757 mdaniels5757 dismissed their stale review February 14, 2026 20:34

outdated, but don't merge yet

mdaniels5757

This comment was marked as resolved.

@mdaniels5757 mdaniels5757 dismissed their stale review February 14, 2026 20:46

I'm dumb: because busybox is an executable, the hash is different from the plain file's hash.

Copy link
Member

@mdaniels5757 mdaniels5757 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stdenv builds.

@nixpkgs-ci nixpkgs-ci bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Feb 14, 2026
@vcunat vcunat added this pull request to the merge queue Feb 15, 2026
Merged via the queue into NixOS:staging with commit 46557a8 Feb 15, 2026
37 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Stdenv Feb 15, 2026
@RossComputerGuy RossComputerGuy deleted the fix/stdenv branch February 15, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: stdenv Standard environment 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 10.rebuild-linux-stdenv This PR causes stdenv to rebuild on Linux and must target a staging branch. 12.approvals: 1 This PR was reviewed and approved by one person.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants