Skip to content

Build failure: rustc on LLVM stdenv #311930

@thenhnn

Description

@thenhnn

Steps To Reproduce

Steps to reproduce the behavior:

  1. build rustc with LLVM stdenv.
let
  nixpkgs = builtins.getFlake "github:NixOS/nixpkgs/nixos-unstable";
  pkgs = import nixpkgs {
    localSystem = "x86_64-linux";
    crossSystem = {
      system = "x86_64-linux";
      useLLVM = true;
      linker = "lld";
    };
  };
in pkgs.pkgsBuildHost.rustc

Build log

Here

Notify maintainers

@figsoda @Mic92 @tjni @winterqt @zowoq

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.30, NixOS, 24.05 (Uakari), 24.05.20240507.b211b39`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.2`
 - nixpkgs: `/nix/store/f0ssy3p6898x9k880l23mhd0fl6rvrb2-source`

Add a 👍 reaction to issues you find important.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions